Update sparc ULPS.
[glibc.git] / ChangeLog
blobdfd393b219925694cdabcc9ea5561a91d91c5c4b
1 2014-07-09  David S. Miller  <davem@davemloft.net>
3         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5 2014-07-09  Andreas Schwab  <schwab@suse.de>
7         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8         output.
9         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
10         (do_test): Likewise.
12         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
14 2014-07-09  Will Newton  <will.newton@linaro.org>
16         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
17         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
18         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
19         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
20         * sysdeps/hppa/start.S (_start): Likewise.
22 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
24         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
26         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
27         defined.
29 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
32         after checking that it is non-NULL.
34         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
36 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38         * sysdeps/powerpc/memmove.c: Remove file.
39         * sysdeps/powerpc/powerpc32/power4/memcopy.h
40         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
41         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
42         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
43         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
44         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
45         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
46         string memmove instead of removed powerpc one.
48         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
49         [weak_alias]: Fix compiler warning due trailing data.
50         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
51         [weak_alias]: Likewise.
52         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
53         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
55         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
56         (__libc_ifunc_impl_list): Add memmove functions.
58 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
60         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
61         Remove code.
62         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
63         Likewise
64         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
65         Likewise
66         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
67         Likewise
68         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
69         Likewise
70         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
71         Likewise
72         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
73         Likewise
74         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
75         Likewise
76         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
77         Likewise
78         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
79         Likewise
80         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
81         Likewise
82         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
83         Likewise
84         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
85         Likewise
86         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
87         Likewise
88         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
89         Likewise
90         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
91         Likewise
92         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
93         Likewise
95 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
97         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
98         to avoid alignment traps in non-cacheable memory.
99         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
101         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
102         multiarch objects.
103         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
104         file: multiarch power7 memmove.
105         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
106         multiarch default memmove.
107         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
108         multiarch memove for powerpc32/power4.
110         * string/bcopy.c: Use full path to include memmove.c.
111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
112         multiarch objects.
113         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
114         bcopy for powerpc64.
115         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
116         bcopy for powerpc64.
117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
118         and memmove implementations.
119         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
120         optimized multiarch memmove for POWER7/powerpc64.
121         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
122         default multiarch memmove for powerpc64.
123         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
124         multiarch for powerpc64.
125         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
126         for POWER7/powerpc64.
127         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
128         memmove for POWER7/powerpc64.
130         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
131         glibc default one.
133         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
134         __ELF_NATIVE_CLASS equal to 64.
136 2014-07-07  Roland McGrath  <roland@hack.frob.com>
138         * sysdeps/nptl/lowlevellock.h: File removed.
140         * NEWS: NPTL is no longer an add-on!
141         * nptl/internaltypes.h: Moved ...
142         * sysdeps/nptl/internaltypes.h: ... here.
143         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
144         * sysdeps/nptl/fork.c: Likewise.
145         * sysdeps/nptl/gai_misc.h: Likewise.
146         * sysdeps/nptl/librt-cancellation.c: Likewise.
147         * sysdeps/nptl/jmp-unwind.c: Likewise.
148         * sysdeps/nptl/setxid.h: Likewise.
149         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
150         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
151         * sysdeps/unix/sysv/linux/arm/Implies: New file.
152         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
153         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
154         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
155         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
156         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
157         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
158         * sysdeps/unix/sysv/linux/mips/Implies: New file.
159         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
160         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
161         * sysdeps/unix/sysv/linux/sh/Implies: New file.
162         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
163         * sysdeps/unix/sysv/linux/tile/Implies: New file.
164         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
165         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
166         * nptl/Makeconfig: Moved ...
167         * sysdeps/nptl/Makeconfig: ... here.
168         * nptl/configure: File removed.
169         * nptl/ANNOUNCE: File removed.
170         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
171         * sysdeps/unix/sysv/linux/configure: Regenerated.
173         * nptl/Makefile (routines): Add libc_pthread_init,
174         libc_multiple_threads, register-atfork and unregister-atfork.
175         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
176         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
177         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
178         pthread-pi-defines.sym, structsem.sym.
179         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
180         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
181         [$(subdir) = nptl] (tests): Add tst-setgetname.
182         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
183         * sysdeps/unix/sysv/linux/sigaction.c: Just include
184         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
185         [!LIBC_SIGACTION]: Remove aliases.
186         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
187         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
188         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
189         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
190         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
191         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
192         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
193         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
194         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
195         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
196         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
197         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
198         __libc_allocate_rtsig_private.
199         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
200         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
201         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
202         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
203         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
204         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
205         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
206         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
207         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
208         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
209         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
210         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
211         * nptl/internaltypes.h: ... here.
212         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
213         * sysdeps/nptl/jmp-unwind.c: ... here.
214         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
215         * nptl/libc-lowlevellock.c: ... here.
216         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
217         * nptl/libc_multiple_threads.c: ... here.
218         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
219         * nptl/libc_pthread_init.c: ... here.
220         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
221         * nptl/lowlevelbarrier.sym: ... here.
222         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
223         * nptl/lowlevelcond.sym: ... here.
224         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
225         * nptl/lowlevellock.c: ... here.
226         * nptl/lowlevellock.h: Moved ...
227         * sysdeps/nptl/lowlevellock.h: ... here.
228         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
229         * nptl/lowlevelrobustlock.c: ... here.
230         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
231         * nptl/lowlevelrobustlock.sym: ... here.
232         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
233         * nptl/lowlevelrwlock.sym: ... here.
234         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
235         * nptl/pt-fork.c: ... here.
236         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
237         * nptl/pthread-pi-defines.sym: ... here.
238         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
239         * nptl/pthread_attr_getaffinity.c: ... here.
240         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
241         * nptl/pthread_attr_setaffinity.c: ... here.
242         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
243         * nptl/pthread_mutex_cond_lock.c: ... here.
244         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
245         Update #include.
246         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
247         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
248         * nptl/pthread_once.c: ... here, replacing old file.
249         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
250         * nptl/pthread_yield.c: ... here.
251         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
252         * nptl/register-atfork.c: ... here.
253         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
254         * nptl/sem_post.c: ... here.
255         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
256         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
257         * nptl/sem_timedwait.c: ... here.
258         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
259         * nptl/sem_trywait.c: ... here.
260         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
261         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
262         * nptl/sem_wait.c: ... here.
263         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
264         * nptl/structsem.sym: ... here.
265         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
266         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
267         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
268         * nptl/unregister-atfork.c: ... here.
269         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
270         * nptl/unwindbuf.sym: ... here.
271         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
272         * sysdeps/nptl/fork.c: ... here.
273         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
274         * sysdeps/nptl/fork.h: ... here.
275         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
276         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
277         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
278         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
279         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
280         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
281         * sysdeps/unix/sysv/linux/getpid.c: ... here.
282         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
283         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
284         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
285         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
286         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
287         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
288         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
289         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
290         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
291         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
292         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
293         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
294         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
295         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
296         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
297         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
298         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
299         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
300         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
301         * sysdeps/unix/sysv/linux/raise.c: ... here.
302         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
303         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
304         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
305         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
306         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
307         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
308         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
309         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
310         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
311         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
312         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
313         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
314         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
315         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
316         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
318 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
320         * sysdeps/generic/memcopy.h: Add comment for
321         MEMCPY_OK_FOR_FWD_MEMMOVE.
323 2014-07-04  Will Newton  <will.newton@linaro.org>
325         * string/memchr.c: Merge from gnulib.
326         [_LIBC]: Remove conditionals.
327         (__ptr_t): Remove define.
328         (LONG_MAX_32_BITS): Likewise.
329         (LONG_MAX): Likewise.
330         (MEMCHR): Use ANSI prototype and optimize algorithm.
332         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
334 2014-07-03  Roland McGrath  <roland@hack.frob.com>
336         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
337         (lll_futex_timed_wait_bitset): Fix syscall argument count.
339         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
340         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
341         in a bare environment with no <stdlib.h> installed.
342         * sysdeps/nptl/configure: Regenerated.
344         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
346         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
347         AC_EGREP_CPP for kernel header checks, so they only succeed if
348         including <linux/version.h> actually works right.
349         * sysdeps/unix/sysv/linux/configure: Regenerated.
351         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
352         value so it's not diagnosed as unused.
354         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
355         thing) with "ifeq ($(subdir),rt)".
357 2014-07-03  Richard Henderson  <rth@redhat.com>
359         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
360         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
361         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
363         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
364         (math_force_eval): New.
366         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
367         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
369         * sysdeps/alpha/fpu/s_round.c: Remove file.
370         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
372         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
373         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
374         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
375         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
376         (_dl_start, print_statistics): Likewise.
377         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
378         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
380         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
381         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
382         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
383         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
384         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
385         (HP_SMALL_TIMING_AVAIL): Define.
386         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
387         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
388         (HP_SMALL_TIMING_AVAIL): Define.
389         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
390         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
392         * sysdeps/aarch64/hp-timing.h: New file.
394         * sysdeps/generic/hp-timing.h: Remove dead comment.
395         * sysdeps/generic/hp-timing-common.h: New file.
396         * sysdeps/alpha/hp-timing.h: Include it.
397         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
398         * sysdeps/i386/i686/hp-timing.h: Likewise.
399         * sysdeps/ia64/hp-timing.h: Likewise.
400         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
401         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
402         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
403         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
404         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
405         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
406         (hp_timing_t): New.
408         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
409         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
410         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
411         * elf/rtld.c (_dl_start_final): Likewise.
412         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
413         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
414         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
415         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
416         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
417         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
418         (HP_TIMING_DIFF_INIT): Remove.
419         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
420         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
421         (HP_TIMING_DIFF_INIT): Remove.
422         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
423         * sysdeps/i386/i686/hp-timing.c: Remove file.
424         * sysdeps/x86_64/hp-timing.c: Remove file.
425         * sysdeps/ia64/hp-timing.c: Remove file.
426         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
427         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
428         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
429         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
431         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
432         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
433         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
434         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
435         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
436         (HP_TIMING_ACCUM): Remove.
437         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
438         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
439         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
441         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
442         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
443         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
444         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
445         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
446         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
447         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
448         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
450         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
452 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
454         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
456 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
458         Sync up with gettext.
459         * intl/loadmsgcat.c: Define O_BINARY if not defined.
460         [_MSC_VER]: Include malloc.h
461         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
462         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
463         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
464         TEMP_FAILURE_RETRY.  Cast return of alloca.
465         [!_LIBC] Call gl_rwlock_init.
466         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
468 2014-07-02  Roland McGrath  <roland@hack.frob.com>
470         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
471         before checking its value.
473 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
475         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
477         * debug/memcpy_chk.c: Don't include pagecopy.h.
478         * debug/mempcpy_chk.c: Likewise.
479         * string/memcpy.c: Likewise.
480         * string/memmove.c: Likewise.
481         * sysdeps/powerpc/memmove.c: Likewise.
482         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
483         definition of PAGE_COPY_FWD_MAYBE here...
484         * sysdeps/generic/pagecopy.h: ... from here.
485         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
487 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
488             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
490         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
492         optimizations.
493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
494         (__libc_ifunc_impl_list): Likewise.
495         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
496         multiarch strcat for PPC64.
497         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
498         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
500 2014-07-02  Roland McGrath  <roland@hack.frob.com>
502         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
504 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
506         * intl/loadmsgcat.c: Remove declaration of
507         get_sysdep_segment_value.
508         (get_sysdep_segment_value): Use ISO C style.
509         (_nl_load_domain): Use ISO C style.  Get rid of redundant
510         semicolon.  Fix typo and formatting in comment.
511         (_nl_unload_domain): Use ISO C style.
513         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
515 2014-07-02  Will Newton  <will.newton@linaro.org>
517         * malloc/obstack.c: Merge from gnulib master.
518         [HAVE_CONFIG_H]: Remove conditional code.
519         [!_LIBC]: Include config.h.
520         [!ELIDE_CODE]: Don't include inttypes.h, include
521         stdint.h unconditionally.
522         (print_and_abort): Mark as _Noreturn.
523         (_obstack_allocated_p): Mark as __attribute_pure__.
524         (obstack_free): Rename to __obstack_free.
525         [!__attribute__]: Remove conditional code.
526         * malloc/obstack.h: Merge from gnulib master.
527         [__cplusplus]: Move conditional down.
528         [!__attribute_pure__]: Define __attribute_pure__ here
529         if it is not already defined.
530         (_obstack_memory_used): Mark as __attribute_pure__.
531         [!__obstack_free]: Define as obstack_free.
532         [__GNUC__]: Remove check for ancient NeXT gcc.
534 2014-07-02  Will Newton  <will.newton@linaro.org>
535             Paul Eggert  <eggert@cs.ucla.edu>
537         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
539 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
541         * resolv/gethnamaddr.c: Add comment warning that the file is
542         not maintained.
544 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
546         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
547         entries.
549         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
550         entry for aio_cancel and aio_cancel64.
551         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
552         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
553         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
554         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
555         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
556         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
557         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
558         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
559         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
560         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
561         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
562         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
563         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
565 2014-07-01  Roland McGrath  <roland@hack.frob.com>
567         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
568         * nptl/pthread_mutex_lock.c: Likewise.
569         * nptl/pthread_mutex_timedlock.c: Likewise.
570         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
572 2014-07-01  Richard henderson  <rth@redhat.com>
574         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
575         (__isnan, __isnanl): Remove.
576         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
578         * sysdeps/alpha/fpu/libm-test-ulps: Update.
580 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
582         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
584 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
586         * resolv/nss_dns/dns-host.c (getanswer_r)
587         [MULTI_PTRS_ARE_ALIASES]: Remove code.
589 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
591         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
592         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
593         undefine.
594         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
595         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
597 2014-07-01  Roland McGrath <roland@hack.frob.com>
599         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
600         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
602         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
603         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
605         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
606         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
607         ... here.
608         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
609         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
611         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
612         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
613         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
614         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
616         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
617         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
618         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
619         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
620         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
621         Moved ...
622         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
623         ... here.
624         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
625         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
626         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
627         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
628         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
629         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
630         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
631         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
632         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
633         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
634         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
635         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
636         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
637         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
638         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
639         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
640         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
641         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
642         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
643         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
644         ... here.
645         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
646         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
647         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
648         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
649         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
650         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
651         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
652         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
654 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
656         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
657         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
658         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
659         Add sysdep.
661 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
663         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
665 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
667         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
668         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
670         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
672         * sysdeps/arm/libm-test-ulps: Regenerated.
674 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
675             Roland McGrath <roland@hack.frob.com>
677         * test-skeleton.c (signal_handler): Kill the whole process group
678         before killing the child individually.
679         (main): Report any failure on `setpgid'.
681 2014-06-30  Roland McGrath  <roland@hack.frob.com>
683         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
684         from _TLS_H to _ARM_NPTL_TLS_H.
685         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
686         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
688 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
690         [BZ #16539]
691         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
692         (__expm1l): Return argument unchanged when small but not
693         subnormal.
695         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
696         include macro name.
697         (_FP_UNPACK_RAW_1_P): Likewise.
698         (_FP_PACK_RAW_1): Likewise.
699         (_FP_PACK_RAW_1_P): Likewise.
700         (_FP_MUL_MEAT_1_wide): Likewise.
701         (_FP_MUL_MEAT_DW_1_hard): Likewise.
702         (_FP_MUL_MEAT_1_hard): Likewise.
703         (_FP_DIV_MEAT_1_imm): Likewise.
704         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
705         (_FP_DIV_MEAT_1_udiv): Likewise.
706         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
707         (_FP_UNPACK_RAW_2): Likewise.
708         (_FP_UNPACK_RAW_2_P): Likewise.
709         (_FP_PACK_RAW_2): Likewise.
710         (_FP_PACK_RAW_2_P): Likewise.
711         (_FP_MUL_MEAT_DW_2_wide): Likewise.
712         (_FP_MUL_MEAT_2_wide): Likewise.
713         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
714         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
715         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
716         (_FP_MUL_MEAT_2_gmp): Likewise.
717         (_FP_DIV_MEAT_2_udiv): Likewise.
718         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
719         (_FP_FRAC_SRL_4): Likewise.
720         (_FP_FRAC_SRST_4): Likewise.
721         (_FP_FRAC_SRS_4): Likewise.
722         (_FP_UNPACK_RAW_4): Likewise.
723         (_FP_UNPACK_RAW_4_P): Likewise.
724         (_FP_PACK_RAW_4): Likewise.
725         (_FP_PACK_RAW_4_P): Likewise.
726         (_FP_MUL_MEAT_DW_4_wide): Likewise.
727         (_FP_MUL_MEAT_4_wide): Likewise.
728         (_FP_MUL_MEAT_4_gmp): Likewise.
729         (umul_ppppmnnn): Likewise.
730         (_FP_DIV_MEAT_4_udiv): Likewise.
731         (__FP_FRAC_ADD_4): Likewise.
732         (__FP_FRAC_SUB_3): Likewise.
733         (__FP_FRAC_SUB_4): Likewise.
734         (__FP_FRAC_DEC_3): Likewise.
735         (__FP_FRAC_DEC_4): Likewise.
736         (__FP_FRAC_ADDI_4): Likewise.
737         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
738         (_FP_FRAC_SRL_8): Likewise.
739         (_FP_FRAC_SRS_8): Likewise.
741         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
742         include macro name.
743         (FP_UNPACK_RAW_EP): Likewise.
744         (FP_PACK_RAW_E): Likewise.
745         (FP_PACK_RAW_EP): Likewise.
746         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
747         (_FP_ISSIGNAN): Likewise.
748         (_FP_ADD_INTERNAL): Likewise.
749         (_FP_FMA): Likewise.
750         (_FP_CMP): Likewise.
751         (_FP_SQRT): Likewise.
752         (_FP_TO_INT): Likewise.
753         (_FP_FROM_INT): Likewise.
754         (FP_EXTEND): Likewise.
755         (_FP_DIV_MEAT_N_loop): Likewise.
757 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
759         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
760         throughout.
762 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
764         [BZ #17097]
765         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
766         result with correct sign in case of exponents that produce
767         overflow except for X very close to 1.
769 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
771         mktime: merge #if/#ifdef usage from glibc
772         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
773         as that works with both Glibc's and Gnulib's style.
774         See thread starting at Siddhesh Poyarekar's bug report at:
775         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
777 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
779         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
780         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
781         * sysdeps/tile/tilegx/memmove.c: Remove file.
783 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
785         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
786         abi-name definition.
787         * scripts/soversions.awk: Do not handle or generate ABI lines.
788         * shlib-versions: Remove ABI entries.
789         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
790         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
792 2014-06-27  Roland McGrath  <roland@hack.frob.com>
794         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
795         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
796         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
797         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
798         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
799         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
800         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
801         Moved ...
802         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
803         ... here.
804         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
805         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
806         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
807         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
808         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
809         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
810         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
811         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
812         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
813         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
814         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
815         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
816         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
817         Moved ...
818         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
819         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
820         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
821         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
822         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
823         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
824         Moved ...
825         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
826         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
827         Moved ...
828         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
829         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
830         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
831         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
832         Moved ...
833         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
835         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
836         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
837         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
838         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
839         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
840         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
841         Moved ...
842         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
843         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
844         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
845         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
846         Moved ...
847         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
848         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
849         Moved ...
850         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
851         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
852         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
853         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
854         Moved ...
855         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
856         ... here.
857         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
858         Identical file removed.
859         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
860         Moved ...
861         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
862         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
863         Identical file removed.
864         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
865         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
866         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
867         Moved ...
868         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
869         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
870         Identical file removed.
871         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
872         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
873         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
874         Identical file removed.
875         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
876         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
877         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
878         Identical file removed.
879         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
880         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
881         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
882         Identical file removed.
883         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
884         Moved ...
885         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
886         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
887         Identical file removed.
888         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
889         Moved ...
890         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
891         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
892         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
893         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
894         Identical file removed.
895         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
896         Moved ...
897         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
898         ... here.
899         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
900         Identical file removed.
901         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
902         Moved ...
903         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
904         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
905         Identical file removed.
906         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
907         Moved ...
908         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
909         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
910         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
911         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
912         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
913         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
914         Moved ...
915         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
916         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
917         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
919         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
920         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
921         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
922         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
923         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
925 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
927         [BZ #17092]
928         * nscd/nscd.c (monitor_child): Return exit status of child
929         instead of return value from wait syscall.
931 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
933         * configure.ac (libc_commonpagesize): Remove variable.
934         (libc_relro_required): Likewise.
935         (libc_cv_z_relro): Remove configure test.
936         * configure: Regenerated.
937         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
938         variable.
939         (libc_relro_required): Likewise.
940         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
941         (libc_relro_required): Likewise.
942         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
943         (libc_relro_required): Likewise.
944         * sysdeps/arm/preconfigure: Regenerated.
945         * sysdeps/ia64/preconfigure: Remove file.
946         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
947         variable.
948         (libc_relro_required): Likewise.
950         [BZ #16561]
951         [BZ #16562]
952         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
953         (__ieee754_yn): Set FE_TONEAREST mode internally and then
954         recompute overflowing results in original rounding mode.
955         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
956         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
957         recompute overflowing results in original rounding mode.
958         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
959         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
960         recompute overflowing results in original rounding mode.
961         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
962         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
963         recompute overflowing results in original rounding mode.
964         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
965         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
966         recompute overflowing results in original rounding mode.
967         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
968         (libc_feholdsetround_ctx): New macro.
969         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
970         * sysdeps/i386/fpu/libm-test-ulps: Update.
971         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
973 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
975         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
976         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
977         corresponding .cpsetup call.
979 2014-06-26  Roland McGrath  <roland@hack.frob.com>
981         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
982         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
983         * sysdeps/arm/Makefile [$(subdir) = csu]
984         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
985         (static-only-routines): Add aeabi_read_tp here.
986         (shared-only-routines): Add libc-aeabi_read_tp here.
987         (CFLAGS-libc-start.c): Add -fexceptions here.
988         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
989         (sysdep_routines, static-only-routines, shared-only-routines):
990         Don't add to these here.
991         (CFLAGS-libc-start.c): Likewise.
993         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
994         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
995         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
996         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
997         * sysdeps/arm/Makefile [$(subdir) = rt]
998         (librt-sysdep_routines, librt-shared-only-routines):
999         Append rt-aeabi_unwind_cpp_pr1 here.
1000         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1001         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1002         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1003         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1004         Append nptl-aeabi_unwind_cpp_pr1 here.
1005         (tests): Filter out tst-cleanupx4 here.
1006         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1007         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1008         Don't do those here.
1010 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1012         * scripts/list-sources.sh: Do not handle ports specially.
1014 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1016         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1017         * sysdeps/arm/feupdateenv.c: Likewise.
1019         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1021 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1023         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1024         trailing whitespace removed.
1025         * scripts/config.guess: Update to version 2014-03-23.
1026         * scripts/config.sub: Update to version 2014-05-01
1027         * scripts/install-sh: Update to version 2013-12-25.23.
1028         * scripts/move-if-change: Update from gnulib.
1030 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1032         * debug/memmove_chk.c: Remove pagecopy.h include.
1034 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1036         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1037         identical to gnulib mktime.
1039 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1041         * configure.ac: Do not test for machine being rs6000.  Do not test
1042         for powerpc*-*soft.
1043         * configure: Regenerated.
1045         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1046         test.
1047         * configure: Regenerated.
1048         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1049         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1050         Remove configure test.
1051         * sysdeps/arm/configure: Regenerated.
1052         * sysdeps/nptl/configure.ac: Do not check
1053         libc_cv_asm_cfi_directives.
1054         * sysdeps/nptl/configure: Regenerated.
1055         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1056         * sysdeps/x86_64/nptl/configure: Remove generated file.
1057         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1058         unconditional.
1059         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1061 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1063         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1064         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1065         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1066         it is defined.
1068         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1069         instead of whether it is defined.
1070         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1071         * sysdeps/hppa/dl-machine.h: Likewise.
1072         * sysdeps/ia64/dl-machine.h: Likewise.
1073         * sysdeps/m68k/dl-machine.h: Likewise.
1074         * sysdeps/microblaze/dl-machine.h: Likewise.
1075         * sysdeps/mips/dl-machine.: Likewise.
1076         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1077         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1078         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1079         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1080         * sysdeps/sh/dl-machine.h: Likewise.
1081         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1082         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1083         * sysdeps/tile/dl-machine.h: Likewise.
1084         * sysdeps/x86_64/dl-machine.h: Likewise.
1086         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1087         code.
1088         (verify_persistent_db): Likewise.
1090 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1093         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1095         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1097         Moved ...
1098         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1099         ... here.
1100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1101         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1102         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1103         Identical file removed.
1104         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1105         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1107         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1109         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1111         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1113         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1115         Moved ...
1116         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1118         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1120         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1122         Moved ...
1123         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1125         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1127         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1129         Identical file removed.
1130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1131         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1133         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1135         Moved ...
1136         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1137         ... here.
1138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1139         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1141         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1143         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1145         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1147         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1149         Moved ...
1150         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1151         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1152         Moved ...
1153         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1154         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1155         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1157         Moved ...
1158         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1159         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1160         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1162         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1163         folded into ...
1164         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1165         * sysdeps/unix/sysv/linux/s390/Versions
1166         (libpthread: GLIBC_2.19): New version set.
1167         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1168         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1169         (librt: GLIBC_2.3.3): New version set.
1170         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1171         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1172         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1173         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1174         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1175         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1176         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1177         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1178         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1179         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1180         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1181         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1182         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1183         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1184         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1185         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1186         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1187         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1188         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1189         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1190         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1191         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1192         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1193         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1194         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1195         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1196         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1197         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1198         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1199         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1200         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1201         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1202         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1203         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1204         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1205         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1206         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1207         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1208         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1209         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1210         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1211         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1212         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1213         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1214         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1216         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1217         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
1218         (__libc_vfork): Define the function under this name.
1219         [!NOT_IN_libc] (__vfork): Make this an alias.
1220         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1221         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1222         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1223         (__libc_vfork): Define the function under this name.
1224         [!NOT_IN_libc] (__vfork): Make this an alias.
1225         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1226         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1227         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1228         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1229         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1230         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1232         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1233         code that was previously under [RESET_PID].
1234         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1235         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1236         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1238         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1239         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1240         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1241         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1242         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1243         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1244         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1245         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1246         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1247         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1248         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1249         Moved ...
1250         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1251         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1252         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1253         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1254         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1255         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1256         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1257         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1258         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1259         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1260         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1261         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1262         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1263         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1264         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1265         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1266         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1267         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1268         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1269         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1270         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1271         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1272         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1273         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1274         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1275         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1276         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1277         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1278         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1280 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1282         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1283         that was previously under [RESET_PID].
1284         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1286 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1288         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1289         not undefine and redefine.
1290         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1291         [O_CLOEXEC]: Make code unconditional.
1292         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1293         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1294         <kernel-features.h>.
1295         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1296         conditional variable definition.
1297         (shm_open) [O_CLOEXEC]: Make code unconditional.
1298         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1299         code.
1301         * configure.ac (USE_REGPARMS): Don't define here.
1302         * configure: Regenerated.
1303         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1304         * sysdeps/i386/configure: Regenerated.
1306         * nptl/createthread.c: Don't include kernel-features.h.
1307         * nptl/pthread_cancel.c: Likewise.
1308         * nptl/pthread_condattr_setclock.c: Likewise.
1309         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1310         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1311         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1312         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1313         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1314         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1315         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1316         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1317         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1318         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1319         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1320         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1321         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1322         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1323         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1324         * nscd/gai.c: Likewise.
1325         * nss/nss_db/db-open.c: Likewise.
1326         * sysdeps/generic/ldsodefs.h: Likewise.
1327         * sysdeps/sh/nptl/tls.h: Likewise.
1328         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1329         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1330         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1331         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1332         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1333         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1334         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1335         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1336         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1337         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1338         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1339         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1340         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1341         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1342         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1343         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1344         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1345         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1346         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1347         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1348         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1349         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1350         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1351         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1352         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1353         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1354         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1355         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1356         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1357         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1358         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1359         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1360         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1361         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1362         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1363         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1364         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1365         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1366         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1367         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1368         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1369         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1370         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1371         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1372         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1373         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1374         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1375         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1376         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1377         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1378         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1379         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1380         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1381         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1382         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1383         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1384         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1385         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1408         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1409         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1410         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1411         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1412         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1413         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1414         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1415         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1416         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1417         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1418         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1419         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1420         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1421         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1422         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1423         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1424         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1425         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
1426         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
1427         * sysdeps/unix/sysv/linux/system.c: Likewise.
1428         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
1429         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1430         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1431         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1432         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
1433         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1434         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1436         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
1437         * configure: Regenerated.
1438         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
1440         * configure.ac (base_machine): Do not set specially for particular
1441         machines here.
1442         * configure: Regenerated.
1443         * sysdeps/powerpc/preconfigure: Move machine and base_machine
1444         settings from configure.ac.
1445         * sysdeps/i386/preconfigure: New file.
1446         * sysdeps/s390/preconfigure: Likewise.
1447         * sysdeps/sh/preconfigure: Likewise.
1448         * sysdeps/sparc/preconfigure: Likewise.
1450 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1452         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
1453         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
1454         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
1455         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
1456         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
1457         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
1458         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
1459         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
1460         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
1461         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
1462         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
1463         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
1464         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
1465         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
1466         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
1467         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
1468         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
1469         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
1470         * sysdeps/sparc/sparc64/Makefile: ... appended here.
1472         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
1473         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
1474         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
1475         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
1476         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
1477         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
1478         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
1479         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
1480         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
1481         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
1482         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
1483         * sysdeps/sparc/sparc32/sem_post.c: ... here.
1484         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
1485         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
1486         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
1487         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
1488         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
1489         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
1490         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
1491         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
1492         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
1493         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
1494         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
1495         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
1496         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
1497         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
1498         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
1499         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
1500         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
1501         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
1502         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
1503         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
1504         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
1505         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
1506         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
1507         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
1508         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
1509         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
1511         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
1512         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
1513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
1514         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
1515         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
1516         Moved ...
1517         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
1518         ... here.
1519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
1520         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
1521         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
1522         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
1523         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
1524         Moved ...
1525         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
1526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
1527         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
1528         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
1529         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
1530         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
1531         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
1532         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
1533         Moved ...
1534         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
1535         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
1536         Moved ...
1537         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
1538         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
1539         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
1540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
1541         Moved ...
1542         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
1543         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
1544         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
1545         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
1546         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
1547         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
1548         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
1549         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
1550         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
1551         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
1552         Moved ...
1553         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
1554         ... here.
1555         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
1556         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
1557         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
1558         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
1559         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
1560         Moved ...
1561         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
1562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
1563         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
1564         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
1565         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
1566         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
1567         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
1568         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
1569         Moved ...
1570         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
1571         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
1572         Moved ...
1573         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
1574         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
1575         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
1576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
1577         Moved ...
1578         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
1579         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
1580         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
1581         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
1582         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
1584 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1586         * timezone/checktab.awk: Update from tzcode 2014e.
1587         * timezone/private.h: Likewise.
1588         * timezone/tzfile.h: Likewise.
1589         * timezone/zdump.c: Likewise.
1590         * timezone/zic.c: Likewise.
1592         * sysdeps/unix/sysv/linux/kernel-features.h
1593         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
1594         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
1595         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
1596         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
1597         Remove conditional code.
1599 2014-06-25  Will Newton  <will.newton@linaro.org>
1601         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
1602         (_dl_arm_cap_flags): Add HWCAP2 values.
1603         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
1604         (_DL_HWCAP_COUNT): Increase to 37.
1605         (_DL_HWCAP_LAST): New define.
1606         (_DL_HWCAP2_LAST): New define.
1607         (_dl_procinfo): Add support for printing
1608         AT_HWCAP2 entries.
1609         (_dl_string_hwcap): Use _dl_hwcap_string.
1611 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1615 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1617         * README: Do not mention ports directory.
1619         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
1620         Remove macro.
1621         * sysdeps/unix/sysv/linux/futimes.c: Do not include
1622         <kernel-features.h>.
1623         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
1624         conditional variable definition.
1625         (__futimes): Update comment.
1626         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
1627         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
1629         [BZ #16560]
1630         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
1631         arguments close to 0.
1632         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
1633         Likewise.
1634         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
1635         Likewise.
1636         * math/auto-libm-test-in: Add more tests of exp10.
1637         * math/auto-libm-test-out: Regenerated.
1638         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1640         * sysdeps/unix/sysv/linux/kernel-features.h
1641         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
1642         * sysdeps/unix/sysv/linux/readv.c: Do not include
1643         <kernel-features.h>.
1644         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1645         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1646         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1647         unconditional.
1648         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1649         conditional code.
1650         * sysdeps/unix/sysv/linux/writev.c: Do not include
1651         <kernel-features.h>.
1652         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1653         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1654         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1655         unconditional.
1656         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1657         conditional code.
1659 2014-06-25  Will Newton  <will.newton@linaro.org>
1661         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
1662         comment changes throughout the file.  Remove checks
1663         for HAVE_*_H definitions that are not required.
1664         (__gen_tempname): Call abort if an unknown kind value is
1665         passed.
1667 2014-06-25  Andreas Schwab  <schwab@suse.de>
1669         [BZ #17086]
1670         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
1671         scalbln, scalblnf, scalblnl in libc.
1673 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1675         [BZ #17086]
1676         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
1677         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
1678         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
1680 2014-06-24  Roland McGrath  <roland@hack.frob.com>
1682         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
1683         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
1684         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
1685         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
1686         Update #include.
1687         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
1688         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
1689         Update #include.
1690         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
1691         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
1692         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
1693         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
1694         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
1695         * sysdeps/x86/bits/pthreadtypes.h: ... here.
1696         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
1697         * sysdeps/x86/bits/semaphore.h: ... here.
1698         * sysdeps/x86/nptl/elide.h: Moved ...
1699         * sysdeps/x86/elide.h: ... here.
1700         * sysdeps/x86_64/nptl/Implies: File removed.
1701         * sysdeps/i386/nptl/Implies: File removed.
1703 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
1705         [BZ #16539]
1706         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
1707         return the argument for normal arguments with exponent below -64.
1708         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
1709         Likewise.
1710         * math/auto-libm-test-in: Add another test of expm1.
1711         * math/auto-libm-test-out: Regenerated.
1713         [BZ #16287]
1714         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
1715         calling __erfcl for arguments at least 16.
1716         * math/auto-libm-test-in: Add more tests of erf.
1717         * math/auto-libm-test-out: Regenerated.
1719         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
1720         individual architectures.
1721         * sysdeps/unix/sysv/linux/configure: Regenerated.
1722         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
1723         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
1724         * sysdeps/unix/sysv/linux/powerpc/configure.ac
1725         (ldd_rewrite_script): Define variable.
1726         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
1727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
1728         file.
1729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
1730         generated file.
1731         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
1732         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
1733         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
1734         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
1735         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
1736         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
1737         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
1738         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
1740 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1742         [BZ #17084]
1743         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
1744         Rename member __data.d to __data.__elision_data.
1746 2014-06-24  Wilco  <wdijkstr@arm.com>
1748         * NEWS: Add 16918 to fixed bug list.
1750 2014-06-24  Wilco  <wdijkstr@arm.com>
1752         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
1754 2014-06-24  Wilco  <wdijkstr@arm.com>
1756         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
1757         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
1758         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
1759         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
1760         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
1761         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
1762         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
1763         Use _FPU_MASK_RM.
1765 2014-06-24  Wilco  <wdijkstr@arm.com>
1767         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
1769 2014-06-24  Wilco  <wdijkstr@arm.com>
1771         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
1772         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
1773         * sysdeps/arm/fesetround.c (fesetround): Remove space.
1774         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
1776 2014-06-24  Wilco  <wdijkstr@arm.com>
1778         [BZ #16918]
1779         * sysdeps/arm/feupdateenv.c (feupdateenv):
1780         Rewrite to reduce FPSCR accesses and fix return value.
1782 2014-06-24  Wilco  <wdijkstr@arm.com>
1784         * sysdeps/arm/fclrexcpt.c (feclearexcept):
1785         Optimize to avoid unnecessary FPSCR writes.
1786         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
1787         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
1788         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
1789         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
1791 2014-06-24  Wilco  <wdijkstr@arm.com>
1793         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
1794         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
1795         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
1796         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
1797         Call libc_fetestexcept_vfp.
1798         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
1799         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
1800         __SOFTFP__ ifdef so that they can be built for softfp.
1802 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1804         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
1805         argument type signed char.
1807         * Makerules (check-abi): Dump diff of symlist if the test
1808         fails.
1810 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1812         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
1813         using abort.
1815         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
1816         Remove unused variable ST.
1818 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
1820         [BZ #16354]
1821         [BZ #17061]
1822         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
1823         small arguments before calling __expm1.
1824         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
1825         small arguments before calling __expm1f.
1826         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
1827         small arguments before calling __expm1l.
1828         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
1829         Likewise.
1830         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
1831         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
1832         spurious underflow for some cosh tests.
1833         * math/auto-libm-test-out: Regenerated.
1834         * sysdeps/i386/fpu/libm-test-ulps: Update.
1836         [BZ #17050]
1837         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
1838         (__ieee754_y1): Set errno if return value overflows.
1839         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
1840         (__ieee754_y1f): Set errno if return value overflows.
1841         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
1842         (__ieee754_y1l): Set errno if return value overflows.
1843         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
1844         (__ieee754_y1l): Set errno if return value overflows.
1845         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
1846         * math/auto-libm-test-out: Regenerated.
1848         * math/gen-auto-libm-tests.c: Document use of
1849         ignore-zero-inf-sign.
1850         (input_flag_type): Add value flag_ignore_zero_inf_sign.
1851         (input_flags): Add ignore-zero-inf-sign.
1852         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
1853         * math/gen-libm-test.pl (generate_testfile): Handle
1854         ignore-zero-inf-sign.
1855         * math/auto-libm-test-in: Mark some cpow tests with
1856         ignore-zero-inf-sign and some with xfail-rounding.
1857         * math/auto-libm-test-out: Regenerated.
1858         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
1859         * sysdeps/i386/fpu/libm-test-ulps: Update.
1860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1862         [BZ #16315]
1863         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
1864         overflowing or underflowing operations take place with sign of
1865         result.
1866         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
1867         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1868         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
1869         (__ieee754_pow): Recompute overflowing and underflowing results in
1870         original rounding mode.
1871         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
1872         (__powl_helper): Allow negative argument X and scale negated value
1873         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
1874         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
1875         overflowing or underflowing operations take place with sign of
1876         result.
1877         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
1878         Include <math.h>.
1879         * math/auto-libm-test-in: Add more tests of pow.
1880         * math/auto-libm-test-out: Regenerated.
1881         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
1882         (pow_tonearest_test_data): Remove.
1883         (pow_test_tonearest): Likewise.
1884         (pow_towardzero_test_data): Likewise.
1885         (pow_test_towardzero): Likewise.
1886         (pow_downward_test_data): Likewise.
1887         (pow_test_downward): Likewise.
1888         (pow_upward_test_data): Likewise.
1889         (pow_test_upward): Likewise.
1890         (main): Don't call removed functions.
1891         * sysdeps/i386/fpu/libm-test-ulps: Update.
1892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1894 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
1897         Moved ...
1898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
1899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1900         Moved ...
1901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
1902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
1903         Moved ...
1904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
1905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1906         Moved ...
1907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
1908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
1909         File removed.
1910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
1911         File removed.
1912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
1913         File removed.
1914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
1915         File removed.
1916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
1917         File removed.
1918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
1919         File removed.
1920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
1921         File removed.
1922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
1923         File removed.
1924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
1925         File removed.
1926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
1927         File removed.
1928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
1929         File removed.
1930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
1931         File removed.
1932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
1933         Moved ...
1934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
1935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
1936         Moved ...
1937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
1938         ... here.
1939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
1940         Moved ...
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
1942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
1943         Moved ...
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
1946         Moved ...
1947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
1948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
1949         Moved ...
1950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
1951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
1952         Moved ...
1953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
1954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
1955         Moved ...
1956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
1957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
1958         Moved ...
1959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
1960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
1961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
1962         ... here.
1963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
1964         Moved ...
1965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
1967         Moved ...
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
1969         ... here.
1970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
1971         Moved ...
1972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1973         ... here.
1974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1975         Moved ...
1976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1977         ... here.
1978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
1979         Moved ...
1980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
1982         Moved ...
1983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
1984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
1985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
1986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
1987         Moved ...
1988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
1989         ... here.
1990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
1991         Moved ...
1992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
1993         ... here.
1994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
1995         Moved ...
1996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
1997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
1998         Moved ...
1999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2001         Moved ...
2002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2004         Moved ...
2005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2007         Moved ...
2008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2009         ... here.
2010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2011         Moved ...
2012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2014         Moved ...
2015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2017         Moved ...
2018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2020         Moved ...
2021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2025         Moved ...
2026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2028         Moved ...
2029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2031         Moved ...
2032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2033         ... here.
2034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2035         Moved ...
2036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2037         ... here.
2038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2039         Moved ...
2040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2041         ... here.
2042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2043         Moved ...
2044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2046         Moved ...
2047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2049         Moved ...
2050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2052         Moved ...
2053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2054         ... here.
2055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2056         Moved ...
2057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2058         ... here.
2059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2060         Moved ...
2061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2062         ... here.
2063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2064         Moved ...
2065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2067         Moved ...
2068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2070 2014-06-23  Will Newton  <will.newton@linaro.org>
2071             Wilco  <wdijkstr@arm.com>
2073         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2074         implementation.  Include get-rounding-mode.h.
2075         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2076         [!libc_feholdsetround_noex_ctx]: Define
2077         libc_feholdsetround_noex_ctx.
2078         [!libc_feholdsetround_noexf_ctx]: Define
2079         libc_feholdsetround_noexf_ctx.
2080         [!libc_feholdsetround_noexl_ctx]: Define
2081         libc_feholdsetround_noexl_ctx.
2082         (libc_feholdsetround_ctx): New function.
2083         (libc_feresetround_ctx): New function.
2084         (libc_feholdsetround_noex_ctx): New function.
2085         (libc_feresetround_noex_ctx): New function.
2087 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2089         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2090         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2091         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2092         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2093         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2094         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2096         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2097         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2098         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2099         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2100         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2101         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2102         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2103         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2104         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2105         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2106         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2107         Moved ...
2108         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2109         ... here.
2110         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2111         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2112         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2113         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2114         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2115         Moved ...
2116         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2117         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2118         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2119         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2120         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2121         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2122         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2123         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2124         Moved ...
2125         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2126         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2127         Moved ...
2128         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2129         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2130         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2131         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2132         Moved ...
2133         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2134         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2135         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2136         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2137         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2138         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2139         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2140         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2141         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2142         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2143         Moved ...
2144         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2145         ... here.
2146         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2147         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2148         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2149         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2150         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2151         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2152         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2153         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2154         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2155         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2156         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2157         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2158         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2159         Moved ...
2160         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2161         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2162         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2163         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2164         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2165         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2166         Moved ...
2167         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2168         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2169         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2170         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2171         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2173         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2174         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2175         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2176         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2177         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2178         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2179         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2180         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2181         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2182         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2183         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2184         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2185         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2186         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2187         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2188         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2189         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2190         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2191         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2192         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2193         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2194         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2195         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2196         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2197         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2198         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2199         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2200         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2202 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2204         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2205         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2206         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2207         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2208         (IPV6_PMTUDISC_INTERFACE): Likewise.
2209         (IPV6_PMTUDISC_OMIT): Likewise.
2211 2014-06-23  Andreas Schwab  <schwab@suse.de>
2213         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2214         Remove unused errout label.
2216 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2218         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2219         macro: hardware supports Vector Crypto instructions.
2221 2014-06-23  Will Newton  <will.newton@linaro.org>
2223         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2224         rather than __builtin_expect.
2226         * elf/dl-lookup.c (undefined_msg): Remove variable.
2227         (_dl_lookup_symbol_x): Replace undefined_msg with string
2228         literal.
2230         * elf/dl-lookup.c (do_lookup_unique): New function.
2231         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2232         to a separate function.
2234 2014-06-23  Andreas Schwab  <schwab@suse.de>
2236         [BZ #17079]
2237         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2238         before reading the next line.
2240 2014-06-23  Will Newton  <will.newton@linaro.org>
2242         * test-skeleton.c (signal_handler): Use printf and %m
2243         rather than perror.  Use printf rather than fprintf to
2244         stderr.  Use puts rather than fputs to stderr.
2245         (main): Likewise.
2247 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2249         * nscd/nscd.c (thread_info_t): Remove typedef.
2250         (thread_info): Remove variable.
2252 2014-06-21  Allan McRae  <allan@archlinux.org>
2254         * NEWS: Mention CVE-2014-4043.
2256 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2258         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2259         * nptl/smp.h: ... here.
2261         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2263         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2264         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2265         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2266         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2268         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2269         * nptl/stack-aliasing.h: New file.
2270         * sysdeps/i386/i686/stack-aliasing.h: New file.
2271         * sysdeps/i386/i686/nptl/Makefile: File removed.
2272         * sysdeps/x86_64/stack-aliasing.h: New file.
2273         * sysdeps/x86_64/nptl/Makefile
2274         (CFLAGS-pthread_create.c): Variable removed.
2276         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2277         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2278         old file.
2279         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2280         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2281         old file.
2283 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2285         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2286         (__ASSUME_SIGFRAME_V2): Remove macro.
2287         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2288         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2289         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2290         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2291         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2292         Declare as function.  Remove conditional macro definitions.
2293         (__default_rt_sa_restorer): Likewise.
2294         (__default_sa_restorer_v1): Remove declaration.
2295         (__default_sa_restorer_v2): Likewise.
2296         (__default_rt_sa_restorer_v1): Likewise.
2297         (__default_rt_sa_restorer_v2): Likewise.
2298         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2299         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2300         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2302 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2304         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2305         (libpthread-routines): Add sysdep.
2306         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2307         * sysdeps/unix/sysv/linux/sparc/Versions
2308         (libpthread: GLIBC_2.3.3): New version set.
2309         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2310         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2311         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2312         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2313         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2314         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2315         Moved ...
2316         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2317         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2318         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2319         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2320         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2321         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2322         * sysdeps/sparc/nptl/sem_init.c: ... here.
2323         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2324         * sysdeps/sparc/nptl/sem_post.c: ... here.
2325         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2326         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2327         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2328         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2329         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2330         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2331         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2332         (libpthread-routines): Add cpu_relax.
2333         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2334         File removed.
2335         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2336         (librt: GLIBC_2.3.3): New version set.
2337         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2338         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2339         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2340         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2341         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2343         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2345         Moved ...
2346         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2348         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2350         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2352         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2353         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2354         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2356         Moved ...
2357         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2358         Update #include.
2359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2360         Moved ...
2361         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2362         Update #include.
2363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2364         Moved ...
2365         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2366         Update #include.
2367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2368         Moved ...
2369         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2370         Update #include.
2371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2372         Moved ...
2373         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2374         Update #include.
2375         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2376         Moved ...
2377         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2378         Update #include.
2379         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2380         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2382         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2383         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2384         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2386         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2387         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2388         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2390         Moved ...
2391         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2393         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2395         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2397 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2399         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2400         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2401         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2402         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2403         * nscd/nscd.c: Likewise.
2404         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2405         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2406         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2407         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2409         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2410         <kernel-features.h>.
2411         (init_mq_netlink): Remove conditional have_sock_cloexec
2412         definitions.  Remove code conditional on have_sock_cloexec < 0.
2413         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2414         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2415         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2416         <kernel-features.h>.
2417         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2418         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2420 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2422         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2423         Add tests for memset_chk and memset.
2425         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
2426         with AVX2_Usable.
2428 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2430         [BZ #16046]
2431         * elf/tst-dl-iter-static.c: New file.
2432         * elf/Makefile (tests-static): Add tst-dl-iter-static.
2434         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
2435         error.
2437 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2439         * sysdeps/unix/sysv/linux/kernel-features.h
2440         (__ASSUME_F_GETOWN_EX): Remove macro.
2441         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
2442         <kernel-features.h>.
2443         (miss_F_GETOWN_EX): Remove variable or macro.
2444         (do_fcntl): Do not check miss_F_GETOWN_EX.
2445         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
2447         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
2448         Remove macro.
2449         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
2450         [!__ASSUME_AT_RANDOM]: Remove conditional code.
2451         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
2453         * sysdeps/unix/sysv/linux/kernel-features.h
2454         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
2455         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
2456         [ADJ_OFFSET_SS_READ]: Make code unconditional.
2457         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
2459 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2461         [BZ #17075]
2462         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
2463         Fix calculation of the symbol's value.
2464         * sysdeps/arm/tst-armtlsdescloc.c: New file.
2465         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
2466         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
2467         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
2468         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
2469         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
2470         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
2471         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
2472         (modules-names): Add `tst-armtlsdescmod',
2473         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
2474         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
2475         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2476         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
2477         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
2478         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2479         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
2480         ($(objpfx)tst-armtlsdescloc): New dependency.
2481         ($(objpfx)tst-armtlsdescextnow): Likewise.
2482         ($(objpfx)tst-armtlsdescextlazy): Likewise.
2483         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
2484         TLS scheme support.
2485         * sysdeps/arm/configure: Regenerate.
2487 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2489         * include/fcntl.h (__atfct_seterrno): Remove prototype.
2490         (__atfct_seterrno_2): Likewise.
2491         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
2492         <kernel-features.h>.
2493         (__ASSUME_ATFCTS): Do not undefine and redefine.
2494         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
2495         (__have_atfcts): Remove conditional definition.
2496         (__fxstatat([__NR_fstatat64]: Make code unconditional.
2497         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
2498         unreachable if [__ASSUME_ATFCTS].
2499         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
2500         not undefine and redefine.
2501         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
2502         <kernel-features.h>.
2503         (faccessat) [__NR_faccessat]: Make code unconditional.
2504         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
2505         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
2506         <kernel-features.h>.
2507         (fchmodat) [__NR_fchmodat]: Make code unconditional.
2508         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2509         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
2510         <kernel-features.h>.
2511         (fchownat) [__NR_fchownat]: Make code unconditional.
2512         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
2513         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
2514         <kernel-features.h>.
2515         (futimesat) [__NR_futimesat]: Make code unconditional.
2516         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
2517         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
2518         <kernel-features.h>.
2519         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2520         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2521         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
2522         <kernel-features.h>.
2523         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
2524         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2525         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
2526         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
2527         <kernel-features.h>.
2528         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
2529         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2530         * sysdeps/unix/sysv/linux/linkat.c: Do not include
2531         <kernel-features.h>.
2532         (linkat) [__NR_linkat]: Make code unconditional.
2533         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2534         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
2535         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
2536         <kernel-features.h>.
2537         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
2538         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2539         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
2540         <kernel-features.h>.
2541         (mkdirat) [__NR_mkdirat]: Make code unconditional.
2542         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
2543         * sysdeps/unix/sysv/linux/openat.c: Do not include
2544         <kernel-features.h>.
2545         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
2546         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
2547         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
2548         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
2549         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
2550         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
2551         <kernel-features.h>.
2552         (readlinkat) [__NR_readlinkat]: Make code unconditional.
2553         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
2554         result of INLINE_SYSCALL directly, not via int variable.
2555         * sysdeps/unix/sysv/linux/renameat.c: Do not include
2556         <kernel-features.h>.
2557         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
2558         (renameat) [__NR_renameat]: Make code unconditional.
2559         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
2560         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
2561         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
2562         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
2563         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
2564         (__ASSUME_ATFCTS): Do not undefine and redefine.
2565         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
2566         <kernel-features.h>.
2567         (symlinkat) [__NR_symlinkat]: Make code unconditional.
2568         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2569         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
2570         <kernel-features.h>.
2571         (unlinkat) [__NR_unlinkat]: Make code unconditional.
2572         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2573         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
2574         (__ASSUME_ATFCTS): Do not undefine and redefine.
2575         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
2576         <kernel-features.h>.
2577         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2578         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2579         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
2580         <kernel-features.h>.
2581         (__xmknodat) [__NR_mknodat]: Make code unconditional.
2582         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2584 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2586         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
2588 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
2590         [BZ #17069]
2591         * posix/regcomp.c (parse_reg_exp): Deallocate partially
2592         constructed tree before returning error.
2593         * posix/bug-regexp36.c: Expand test case.
2595 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2597         [BZ #6803]
2598         * math/libm-test.inc (scalbln_test_date):
2599         Add errno expectations.
2600         * math/w_scalblnf.c: New File.
2601         Add wrapper which checks for setting errno to ERANGE.
2602         Add weak_alias for corresponding scalbln function.
2603         * math/w_scalbln.c: Likewise.
2604         * math/w_scalblnl.c: Likewise.
2605         * math/Makefile (libm-calls): Add w_scalbln.
2606         * sysdeps/ieee754/flt-32/s_scalblnf.c:
2607         Remove weak_alias for corresponding scalbln function.
2608         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
2609         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
2610         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
2611         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
2612         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
2613         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2614         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
2615         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2616         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
2617         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
2618         Remove long_double_symbol for scalblnl function in libm, libc.
2619         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
2620         Add wrapper which checks for setting errno to ERANGE.
2621         Add long_double_symbol for scalblnl function in libm, libc.
2622         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
2623         Remove long_double_symbol for scalblnl in libm.
2624         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
2625         Add wrapper which checks for setting errno to ERANGE.
2626         Add long_double_symbol for scalblnl function in libm.
2627         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
2628         Do not use wrapper because of own implementation.
2630 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2632         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
2633         3 bytes for __pad1 for x32.
2634         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
2636 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
2637             H.J. Lu  <hongjiu.lu@intel.com>
2639         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
2640         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
2641         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2642         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2643         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
2645 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
2647         [BZ #17069]
2648         * posix/regcomp.c (parse_expression): Deallocate partially
2649         constructed tree before returning error.
2650         * posix/Makefile.c (tests): Add bug-regex36.
2651         (generated): Add bug-regex36.mtrace.
2652         (tests-special): Add $(objpfx)bug-regex36-mem.out
2653         (bug-regex36-ENV): New variable.
2654         ($(objpfx)bug-regex36-mem.out): New rule.
2655         * posix/bug-regex36.c: New file.
2657 2014-06-19  Will Newton  <will.newton@linaro.org>
2659         * malloc/malloc.c (systrim): If extra is zero then return
2660         early.
2662 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2664         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
2666 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
2668         * sysdeps/aarch64/strchr.S: New file.
2670 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2672         [BZ #17022]
2673         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
2674         from arguments -2 or below.
2675         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
2676         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2678 2014-06-18  Andreas Schwab  <schwab@suse.de>
2680         [BZ #17062]
2681         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
2682         of a bracket expr not to run off the end of the string.
2683         * posix/Makefile (tests): Add tst-fnmatch3.
2684         * posix/tst-fnmatch3.c: New file.
2686 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2688         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
2689         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
2690         [$(cross-compiling) = no]: Likewise.
2691         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
2692         [$(cross-compiling) = no]: Likewise.
2694 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2696         [BZ #17031]
2697         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
2698         double, adjusted for any remainder from the high double.
2699         * math/libm-test.inc (nearbyint): Add tests.
2700         (rint): Likewise.
2702 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2704         * nptl/sysdeps/powerpc/Makefile: Moved ...
2705         * sysdeps/powerpc/nptl/Makefile: ... here.
2706         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
2707         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
2708         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
2709         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
2710         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
2711         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
2712         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
2713         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
2714         * nptl/sysdeps/powerpc/tls.h: Moved ...
2715         * sysdeps/powerpc/nptl/tls.h: ... here.
2717 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
2719         [BZ #16681]
2720         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
2721         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
2722         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
2723         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
2724         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
2725         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
2726         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
2727         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
2728         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
2730 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
2732         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2734 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
2736         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
2737         defined operator.
2739         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
2740         $TIMEOUTFACTOR.
2742 2014-06-16  Florian Weimer  <fweimer@redhat.com>
2744         [BZ #17058]
2745         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
2746         non-executed part of the test.
2748 2014-06-16  Andreas Schwab  <schwab@suse.de>
2750         * string/bits/string2.h (strdup, strndup): Update feature guard.
2752 2014-06-14  David S. Miller  <davem@davemloft.net>
2754         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2756 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
2758         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
2759         that was previously under [RESET_PID].
2760         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
2762         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
2763         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
2764         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
2765         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
2766         (__libc_vfork): New strong alias.
2767         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
2769 2014-06-14 Andi Kleen  <ak@linux.intel.com>
2771         * sysdeps/generic/elide.h: New file.
2773 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2775         * Makefile (installed-headers): Adjust path of pthread.h header.
2777 2014-06-13  Roland McGrath  <roland@hack.frob.com>
2779         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
2780         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
2781         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
2782         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
2784         * nptl/sysdeps/s390/Makefile: Moved ...
2785         * sysdeps/s390/nptl/Makefile: ... here.
2786         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
2787         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
2788         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
2789         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
2790         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
2791         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
2792         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
2793         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
2794         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
2795         * sysdeps/s390/nptl/pthreaddef.h: ... here.
2796         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
2797         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
2798         * nptl/sysdeps/s390/tls.h: Moved ...
2799         * sysdeps/s390/nptl/tls.h: ... here.
2801         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
2802         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
2804 2014-06-13  David S. Miller  <davem@davemloft.net>
2806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
2807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
2808         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
2809         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
2810         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
2811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
2812         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
2813         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
2814         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
2815         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
2816         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
2817         Remove RESET_PID cpp guards.
2818         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
2819         Remove RESET_PID cpp guards.
2820         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
2822 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
2824         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
2825         __sp to uintptr_t.
2827 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2829         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
2830         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
2831         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
2832         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
2833         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
2834         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
2835         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
2836         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
2837         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
2838         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
2839         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
2840         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
2841         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
2842         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
2843         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
2844         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
2845         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
2846         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
2847         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
2848         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
2850         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
2851         (pthread_rwlock_rdlock): Add elision.
2852         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
2853         (pthread_rwlock_wrlock): Add elision.
2854         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
2855         (pthread_rwlock_trywrlock): Add elision.
2856         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
2857         (pthread_rwlock_tryrdlock): Add elision.
2858         * nptl/pthread_rwlock_unlock.c: Include elide.h.
2859         (pthread_rwlock_tryrdlock): Add elision unlock.
2860         * nptl/sysdeps/pthread/pthread.h:
2861         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
2862         (PTHREAD_RWLOCK_INITIALIZER,
2863         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
2864         Handle new elision field.
2865         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
2866         * sysdeps/arm/nptl/bits/pthreadtypes.h
2867         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2868         * sysdeps/sh/nptl/bits/pthreadtypes.h
2869         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2870         * sysdeps/tile/nptl/bits/pthreadtypes.h
2871         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2872         * sysdeps/a/nptl/bits/pthreadtypes.h
2873         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2874         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
2875         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2876         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
2877         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2878         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
2879         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2880         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
2881         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2882         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
2883         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2884         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
2885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2886         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2887         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2888         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
2889         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2890         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
2891         (elision_init): Set try_xbegin to zero when no RTM.
2892         * sysdeps/x86/nptl/bits/pthreadtypes.h
2893         (pthread_rwlock_t): Change __pad1 to __rwelision.
2894         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2896 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2898         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
2899         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
2900         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
2901         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
2903 2014-06-13  Meador Inge  <meadori@codesourcery.com>
2905         [BZ #16996]
2906         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
2907         that the cached result has been set before returning it.
2909 2014-06-12  Roland McGrath  <roland@hack.frob.com>
2911         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
2912         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
2913         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
2914         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
2915         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
2916         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
2918         * nptl/sysdeps/sparc/Makefile: Moved ...
2919         * sysdeps/sparc/nptl/Makefile: ... here.
2920         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
2921         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
2922         * nptl/sysdeps/sparc/tls.h: Moved ...
2923         * sysdeps/sparc/nptl/tls.h: ... here.
2924         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
2925         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
2926         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
2927         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
2928         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
2929         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
2930         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
2931         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
2932         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
2933         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
2934         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
2935         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
2936         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
2937         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
2938         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
2939         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
2940         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
2941         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
2942         Update #include.
2943         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
2944         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
2945         Update #include.
2946         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
2947         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
2948         Update #include.
2949         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
2950         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
2951         Update #include.
2953         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
2955         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
2956         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
2958         * sysdeps/pthread/posix-timer.h: Include <list.h>.
2959         (struct list_links): Type removed.
2960         (struct thread_node, struct timer_node): Replace struct list_links
2961         with struct list_head.
2962         (list_unlink_ip): Likewise.
2963         * sysdeps/pthread/timer_routines.c
2964         (timer_free_list, thread_free_list, thread_active_list): Likewise.
2965         (list_append, list_insbefore): Likewise.
2966         (list_init): Function removed.
2967         (thread_init, init_module): Use INIT_LIST_HEAD instead.
2968         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
2969         * sysdeps/pthread/Makefile: ... here, new file.
2971         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
2972         * sysdeps/nptl/Implies: ... here.
2973         * sysdeps/unix/sysv/linux/Implies: Add nptl.
2974         * nptl/sysdeps/pthread/list.h: Moved ...
2975         * include/list.h: ... here.
2976         * nptl/sysdeps/pthread/createthread.c: Moved ...
2977         * nptl/createthread.c: ... here.
2978         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
2979         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
2980         * nptl/pt-longjmp.c: ... here.
2981         * nptl/sysdeps/pthread/Makefile: Moved ...
2982         * sysdeps/nptl/Makefile: ... here.
2983         * nptl/sysdeps/pthread/Subdirs: Moved ...
2984         * sysdeps/nptl/Subdirs: ... here.
2985         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
2986         * sysdeps/nptl/aio_misc.h: ... here.
2987         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
2988         * sysdeps/nptl/bits/libc-lock.h: ... here.
2989         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
2990         * sysdeps/nptl/bits/libc-lockP.h: ... here.
2991         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
2992         * sysdeps/nptl/bits/stdio-lock.h: ... here.
2993         * nptl/sysdeps/pthread/configure: Moved ...
2994         * sysdeps/nptl/configure: ... here.
2995         * nptl/sysdeps/pthread/configure.ac: Moved ...
2996         * sysdeps/nptl/configure.ac: ... here.
2997         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
2998         * sysdeps/nptl/gai_misc.h: ... here.
2999         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3000         * sysdeps/nptl/librt-cancellation.c: ... here.
3001         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3002         * sysdeps/nptl/malloc-machine.h: ... here.
3003         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3004         * sysdeps/nptl/pthread-functions.h: ... here.
3005         * nptl/sysdeps/pthread/pthread.h: Moved ...
3006         * sysdeps/nptl/pthread.h: ... here.
3007         * nptl/sysdeps/pthread/setxid.h: Moved ...
3008         * sysdeps/nptl/setxid.h: ... here.
3009         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3010         * sysdeps/nptl/sigfillset.c: ... here.
3011         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3012         * sysdeps/nptl/tcb-offsets.h: ... here.
3013         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3014         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3015         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3016         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3017         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3018         * sysdeps/pthread/allocalim.h: ... here.
3019         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3020         * sysdeps/pthread/bits/sigthread.h: ... here.
3021         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3022         * sysdeps/pthread/flockfile.c: ... here.
3023         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3024         * sysdeps/pthread/ftrylockfile.c: ... here.
3025         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3026         * sysdeps/pthread/funlockfile.c: ... here.
3027         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3028         * sysdeps/pthread/posix-timer.h: ... here.
3029         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3030         * sysdeps/pthread/timer_create.c: ... here.
3031         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3032         * sysdeps/pthread/timer_delete.c: ... here.
3033         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3034         * sysdeps/pthread/timer_getoverr.c: ... here.
3035         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3036         * sysdeps/pthread/timer_gettime.c: ... here.
3037         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3038         * sysdeps/pthread/timer_routines.c: ... here.
3039         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3040         * sysdeps/pthread/timer_settime.c: ... here.
3041         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3042         * sysdeps/pthread/tst-timer.c: ... here.
3043         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3044         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3046         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3047         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3049         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3050         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3051         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3052         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3053         Update #include target.
3054         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3055         * sysdeps/i386/i686/nptl/Makefile: ... here.
3056         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3057         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3058         Update #include target.
3059         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3060         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3061         * nptl/sysdeps/i386/Makefile: Moved ...
3062         * sysdeps/i386/nptl/Makefile: ... here.
3063         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3064         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3065         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3066         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3067         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3068         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3069         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3070         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3071         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3072         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3073         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3074         * nptl/sysdeps/i386/tls.h: Moved ...
3075         * sysdeps/i386/nptl/tls.h: ... here.
3077         * sysdeps/sh/Makefile [$(subdir) = csu]
3078         (gen-as-const-headers): Add tcb-offsets.sym.
3079         * nptl/sysdeps/sh/Makefile: File removed.
3080         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3081         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3082         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3083         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3084         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3085         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3086         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3087         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3088         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3089         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3090         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3091         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3092         * nptl/sysdeps/sh/tls.h: Moved ...
3093         * sysdeps/sh/nptl/tls.h: ... here.
3094         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3095         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3096         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3097         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3098         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3099         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3100         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3101         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3102         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3103         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3104         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3105         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3106         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3107         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3108         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3109         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3110         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3111         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3112         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3113         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3114         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3115         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3116         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3117         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3118         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3119         Moved ...
3120         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3121         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3122         Moved ...
3123         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3124         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3125         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3126         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3127         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3128         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3129         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3130         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3131         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3132         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3133         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3134         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3135         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3136         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3137         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3138         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3139         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3140         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3141         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3143 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3145         * posix/spawn_faction_addopen.c: Include string.h.
3147 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3149         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3150         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3151         * nptl/sysdeps/x86_64/Makefile: Moved ...
3152         * sysdeps/x86_64/nptl/Makefile: ... here.
3153         * nptl/sysdeps/x86_64/configure: Moved ...
3154         * sysdeps/x86_64/nptl/configure: ... here.
3155         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3156         * sysdeps/x86_64/nptl/configure.ac: ... here.
3157         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3158         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3159         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3160         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3161         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3162         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3163         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3164         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3165         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3166         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3167         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3168         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3169         * nptl/sysdeps/x86_64/tls.h: Moved ...
3170         * sysdeps/x86_64/nptl/tls.h: ... here.
3171         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3172         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3173         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3174         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3176         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3178 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3180         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3182 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3184         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3185         type.
3186         [POSIX] (off_t): Likewise.
3187         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3188         [POSIX] (S_ISBLK): Require macro.
3189         [POSIX] (S_ISCHR): Likewise.
3190         [POSIX] (S_ISDIR): Likewise.
3191         [POSIX] (S_ISFIFO): Likewise.
3192         [POSIX] (S_ISREG): Likewise.
3193         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3194         optional-macro.
3195         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3196         type.
3197         [POSIX] (time_t): Likewise.
3198         [POSIX] (timer_t): Likewise.
3200 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3202         [BZ #17048]
3203         * posix/spawn_int.h (struct __spawn_action): Make the path string
3204         non-const to support deallocation.
3205         * posix/spawn_faction_addopen.c
3206         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3207         * posix/spawn_faction_destroy.c
3208         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3209         path in all spawn_do_open actions.
3210         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3211         posix_spawn_file_actions_addopen.
3213 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3215         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3216         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3217         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3218         conditional code always true.
3219         (__libc_vfork): New alias.
3221 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3223         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3224         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3226         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3228         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3229         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3231         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3232         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3234         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3235         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3237 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3239         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3240         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3241         multiarch strcmp for PPC64.
3242         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3243         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3244         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3245         multiarch optimizations.
3246         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3247         (__libc_ifunc_impl_list): Likewise.
3249 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3251         * benchtests/scripts/validate_benchout.py: New script.
3252         * benchtests/Makefile (bench-func): Call it.
3253         * benchtests/scripts/benchout.schema.json: New file.
3255 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3257         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3258         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3259         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3260         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3261         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3262         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3263         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3264         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3265         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3266         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3267         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3268         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3269         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3270         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3271         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3272         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3273         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3274         Moved ...
3275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3276         ... here.
3277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3278         Moved ...
3279         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3281         Moved ...
3282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3283         ... here.
3284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3285         Moved ...
3286         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3287         ... here.
3288         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3289         Moved ...
3290         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3292         Moved ...
3293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3294         ... here.
3295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3296         Moved ...
3297         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3298         ... here.
3299         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3300         Moved ...
3301         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3303         Moved ...
3304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3305         ... here.
3306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3307         Moved ...
3308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3309         ... here.
3310         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3311         Moved ...
3312         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3313         ... here.
3314         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3315         Moved ...
3316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3318         Moved ...
3319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3320         ... here.
3321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3322         Moved ...
3323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3324         ... here.
3325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3326         Moved ...
3327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3328         ... here.
3329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3330         Moved ...
3331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3333         Moved ...
3334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3335         ... here.
3336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3337         Moved ...
3338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3339         ... here.
3340         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3341         Moved ...
3342         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3344         Moved ...
3345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3346         ... here.
3347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3348         Moved ...
3349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3351         Moved ...
3352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3354         Moved ...
3355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3356         ... here.
3357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3358         Moved ...
3359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3360         ... here.
3361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3362         Moved ...
3363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3364         ... here.
3365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3366         Moved ...
3367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3369         Moved ...
3370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3371         ... here.
3372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3373         Moved ...
3374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3375         ... here.
3376         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3377         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3378         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3379         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3380         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3381         Moved ...
3382         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3383         ... here.
3384         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3385         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3386         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3387         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3388         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3389         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3390         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3391         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3392         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3393         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3394         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3395         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3396         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3397         Moved ...
3398         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3399         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3400         Moved ...
3401         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3402         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3403         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3404         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3405         Moved ...
3406         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3407         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3408         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3410         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3411         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3412         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3414 2014-06-10  Wilco  <wdijkstr@arm.com>
3416         * math/test-fenv-return.c: New file.
3417         * math/Makefile: Add new test test-fenv-return.
3419 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3421         [BZ #17042]
3422         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
3423         when x - 1 is zero.
3424         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
3425         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3426         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
3427         0.0L for an argument of 1.0L.
3428         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3429         Likewise.
3430         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
3431         value when x - 1 is zero.
3432         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
3433         * sysdeps/i386/fpu/libm-test-ulps: Update.
3434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3436 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
3438         [BZ #15119]
3439         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
3441 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3443         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
3444         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
3446 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3448         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3449         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
3451         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3452         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
3454         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3455         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
3457         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3458         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
3460         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
3461         if not already defined.
3462         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
3463         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
3464         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
3465         (TLS_INIT_TP): Use it.
3466         (TLS_DEFINE_INIT_TP): New macro.
3467         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
3469 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
3471         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
3472         constant.
3473         [POSIX] (IXANY): Likewise.
3474         [POSIX] (OLCUC): Likewise.
3475         [POSIX || POSIX2008] (CBAUD): Do not allow.
3476         [POSIX || POSIX2008] (DEFECHO): Likewise.
3477         [POSIX || POSIX2008] (ECHOCTL): Likewise.
3478         [POSIX || POSIX2008] (ECHOKE): Likewise.
3479         [POSIX || POSIX2008] (ECHOPRT): Likewise.
3480         [POSIX || POSIX2008] (EXTA): Likewise.
3481         [POSIX || POSIX2008] (EXTB): Likewise.
3482         [POSIX || POSIX2008] (FLUSHO): Likewise.
3483         [POSIX || POSIX2008] (LOBLK): Likewise.
3484         [POSIX || POSIX2008] (PENDIN): Likewise.
3485         [POSIX || POSIX2008] (SWTCH): Likewise.
3486         [POSIX || POSIX2008] (VDISCARD): Likewise.
3487         [POSIX || POSIX2008] (VDSUSP): Likewise.
3488         [POSIX || POSIX2008] (VLNEXT): Likewise.
3489         [POSIX || POSIX2008] (VREPRINT): Likewise.
3490         [POSIX || POSIX2008] (VSTATUS): Likewise.
3491         [POSIX || POSIX2008] (VWERASE): Likewise.
3492         (B*): Change to B[0123456789]*.
3493         * conform/data/time.h-data [POSIX || UNIX98]
3494         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
3495         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
3496         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
3497         [POSIX] (tm_*): Do not allow.
3499 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
3501         * Makefile (install): Don't set LANGUAGE.
3502         * Makefile.in (install): Likewise.
3503         * assert/Makefile (test-assert-ENV): Remove variable.
3504         (test-assert-perr-ENV): Likewise.
3505         * elf/Makefile (neededtest4-ENV): Likewise.
3506         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3507         [$(cross-compiling) = no]: Don't set LANGUAGE.
3508         * io/ftwtest-sh (LANG): Remove variable.
3509         * libio/Makefile (tst-widetext-ENV): Likewise.
3510         * manual/install.texi (Running make install): Don't refer to
3511         environment settings for make install.
3512         * INSTALL: Regenerated.
3513         * nptl/tst-tls6.sh: Don't set LANG.
3514         * posix/globtest.sh (LANG): Remove variable.
3515         * string/Makefile (tester-ENV): Likewise.
3516         (inl-tester-ENV): Likewise.
3517         (noinl-tester-ENV): Likewise.
3518         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3519         [$(cross-compiling) = no]: Don't set LANGUAGE.
3520         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
3521         without explicit environment settings.
3523 2014-06-06  Roland McGrath  <roland@hack.frob.com>
3525         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
3526         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
3527         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
3528         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
3530 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
3532         * crypt/crypt-private.h [DOS]: Add some includes taken from the
3533         other files in the crypt directory.
3534         * crypt/crypt.c: Remove duplicate includes.
3535         * crypt/crypt-entry.c: Likewise.
3536         * crypt/crypt_util.c: Likewise.
3538 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
3540         * Makeconfig (run-program-env): New variable.
3541         (run-program-prefix-before-env): Likewise.
3542         (run-program-prefix-after-env): Likewise.
3543         (run-program-prefix): Define in terms of new variables.
3544         (built-program-cmd-before-env): New variable.
3545         (built-program-cmd-after-env): Likewise.
3546         (built-program-cmd): Define in terms of new variables.
3547         (test-program-prefix-before-env): New variable.
3548         (test-program-prefix-after-env): Likewise.
3549         (test-program-prefix): Define in terms of new variables.
3550         (test-program-cmd-before-env): New variable.
3551         (test-program-cmd-after-env): Likewise.
3552         (test-program-cmd): Define in terms of new variables.
3553         * Rules (make-test-out): Use $(run-program-env).
3554         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
3555         (help): Do not mention environment variables.  Mention
3556         --timeoutfactor option.
3557         (timeoutfactor): New variable.
3558         (blacklist_exports): Remove function.
3559         (exports): Remove variable.
3560         (command): Do not include ${exports}.
3561         * manual/install.texi (Configuring and compiling): Do not mention
3562         test wrappers preserving environment variables.  Mention that last
3563         assignment to a variable must take precedence.
3564         * INSTALL: Regenerated.
3565         * benchtests/Makefile (run-bench): Use $(run-program-env).
3566         * catgets/Makefile ($(objpfx)test1.cat): Use
3567         $(built-program-cmd-before-env), $(run-program-env) and
3568         $(built-program-cmd-after-env).
3569         ($(objpfx)test2.cat): Do not specify environment variables
3570         explicitly.
3571         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
3572         $(run-program-env) and $(built-program-cmd-after-env).
3573         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
3574         $(run-program-env) and $(test-program-cmd-after-env).
3575         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
3576         explicitly.
3577         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
3578         run_program_env and test_program_cmd_after_env arguments.
3579         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
3580         * elf/tst-pathopt.sh: Use run_program_env argument.
3581         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
3582         $(test-wrapper-env) and $(run-program-env).
3583         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
3584         run_program_env arguments.
3585         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
3586         * intl/Makefile ($(objpfx)tst-gettext.out): Use
3587         $(test-program-prefix-before-env), $(run-program-env) and
3588         $(test-program-prefix-after-env).
3589         ($(objpfx)tst-gettext2.out): Likewise.
3590         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
3591         run_program_env and test_program_prefix_after_env arguments.
3592         * intl/tst-gettext2.sh: Likewise.
3593         * intl/tst-gettext4.sh: Do not set environment variables
3594         explicitly.
3595         * intl/tst-gettext6.sh: Likewise.
3596         * intl/tst-translit.sh: Likewise.
3597         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
3598         $(test-program-prefix-before-env), $(run-program-env) and
3599         $(test-program-prefix-after-env).
3600         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
3601         run_program_env and test_program_prefix_after_env arguments.
3602         * math/Makefile (run-regen-ulps): Use $(run-program-env).
3603         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
3604         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
3605         explicitly with each use of ${test_wrapper_env}.
3606         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
3607         $(test-program-prefix-before-env), $(run-program-env) and
3608         $(test-program-prefix-after-env).
3609         * posix/tst-getconf.sh: Do not set environment variables
3610         explicitly.
3611         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
3612         run_program_env and test_program_prefix_after_env arguments.
3613         * stdio-common/tst-printf.sh: Do not set environment variables
3614         explicitly.
3615         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
3616         $(test-program-prefix-before-env), $(run-program-env) and
3617         $(test-program-prefix-after-env).
3618         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
3619         run_program_env and test_program_prefix_after_env arguments.
3620         Split $test calls into $test_pre and $test.
3621         * timezone/Makefile (build-testdata): Use
3622         $(built-program-cmd-before-env), $(run-program-env) and
3623         $(built-program-cmd-after-env).
3625 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3627         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
3628         strlen for non SHARED builds.
3630 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3632         * nptl/allocatestack.c (check_list): Inlined function...
3633         (__reclaim_stacks): ... here.
3635 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3637         [BZ #15698]
3638         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3639         memory overrun.
3641 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
3643         * Rules (make-test-out): Include
3644         LOCPATH=$(common-objpfx)localedata in default environment.
3645         * debug/Makefile (tst-chk1-ENV): Remove variable.
3646         (tst-chk2-ENV): Likewise.
3647         (tst-chk3-ENV): Likewise.
3648         (tst-chk4-ENV): Likewise.
3649         (tst-chk5-ENV): Likewise.
3650         (tst-chk6-ENV): Likewise.
3651         (tst-lfschk1-ENV): Likewise.
3652         (tst-lfschk2-ENV): Likewise.
3653         (tst-lfschk3-ENV): Likewise.
3654         (tst-lfschk4-ENV): Likewise.
3655         (tst-lfschk5-ENV): Likewise.
3656         (tst-lfschk6-ENV): Likewise.
3657         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
3658         (tst-iconv7-ENV): Likewise.
3659         * intl/Makefile (LOCPATH-ENV): Likewise.
3660         (tst-codeset-ENV): Likewise.
3661         (tst-gettext3-ENV): Likewise.
3662         (tst-gettext5-ENV): Likewise.
3663         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
3664         (tst-fopenloc-ENV): Likewise.
3665         (tst-fgetws-ENV): Remove variable.
3666         (tst-ungetwc1-ENV): Likewise.
3667         (tst-ungetwc2-ENV): Likewise.
3668         (bug-ungetwc2-ENV): Likewise.
3669         (tst-swscanf-ENV): Likewise.
3670         (bug-ftell-ENV): Likewise.
3671         (tst-fgetwc-ENV): Likewise.
3672         (tst-fseek-ENV): Likewise.
3673         (tst-ftell-partial-wide-ENV): Likewise.
3674         (tst-ftell-active-handler-ENV): Likewise.
3675         (tst-ftell-append-ENV): Likewise.
3676         * posix/Makefile (tst-fnmatch-ENV): Likewise.
3677         (tst-regexloc-ENV): Likewise.
3678         (bug-regex1-ENV): Likewise.
3679         (tst-regex-ENV): Likewise.
3680         (tst-regex2-ENV): Likewise.
3681         (bug-regex5-ENV): Likewise.
3682         (bug-regex6-ENV): Likewise.
3683         (bug-regex17-ENV): Likewise.
3684         (bug-regex18-ENV): Likewise.
3685         (bug-regex19-ENV): Likewise.
3686         (bug-regex20-ENV): Likewise.
3687         (bug-regex22-ENV): Likewise.
3688         (bug-regex23-ENV): Likewise.
3689         (bug-regex25-ENV): Likewise.
3690         (bug-regex26-ENV): Likewise.
3691         (bug-regex30-ENV): Likewise.
3692         (bug-regex32-ENV): Likewise.
3693         (bug-regex33-ENV): Likewise.
3694         (bug-regex34-ENV): Likewise.
3695         (bug-regex35-ENV): Likewise.
3696         (tst-rxspencer-ENV): Likewise.
3697         (tst-rxspencer-no-utf8-ENV): Likewise.
3698         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
3699         (tst-sscanf-ENV): Likewise.
3700         (tst-swprintf-ENV): Likewise.
3701         (tst-swscanf-ENV): Likewise.
3702         (test-vfprintf-ENV): Likewise.
3703         (scanf13-ENV): Likewise.
3704         (bug14-ENV): Likewise.
3705         (tst-grouping-ENV): Likewise.
3706         * stdlib/Makefile (tst-strtod-ENV): Likewise.
3707         (tst-strtod3-ENV): Likewise.
3708         (tst-strtod4-ENV): Likewise.
3709         (tst-strtod5-ENV): Likewise.
3710         (testmb2-ENV): Likewise./
3711         * string/Makefile (tst-strxfrm-ENV): Likewise.
3712         (tst-strxfrm2-ENV): Likewise.
3713         (bug-strcoll1-ENV): Likewise.
3714         (test-strcasecmp-ENV): Likewise.
3715         (test-strncasecmp-ENV): Likewise.
3716         * time/Makefile (tst-strptime-ENV): Likewise.
3717         (tst-ftime_l-ENV): Likewise.
3718         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
3719         (tst-mbrtowc-ENV): Likewise.
3720         (tst-wcrtomb-ENV): Likewise.
3721         (tst-mbrtowc2-ENV): Likewise.
3722         (tst-c16c32-1-ENV): Likewise.
3723         (tst-mbsnrtowcs-ENV): Likewise.
3725 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3727         * manual/resource.texi (How to get information about the memory
3728         subsystem?): Fix typo.
3729         Reported by Peon de la Parra Ivan <peon@keba.com>
3731 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
3733         [BZ #16882]
3734         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
3735         (pthread_spin_lock): Branch out of spin loop to proper location.
3736         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
3737         (pthread_spin_lock): Likewise.
3739         * nptl/tst-spin4.c: New test.
3740         * nptl/Makefile (tests): Add tst-spin4.
3742 2014-06-03  Andreas Schwab  <schwab@suse.de>
3744         [BZ #15946]
3745         * resolv/res_send.c (send_dg): Reload file descriptor after
3746         calling reopen.
3748 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
3750         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3752 2014-06-03  Richard Henderson  <rth@redhat.com>
3754         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
3755         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
3756         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
3757         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
3758         in the SAVE_PID block.
3759         (__libc_vfork): New alias.
3760         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
3762         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
3763         child in registers, not on the stack.  Remove RESET_PID conditionals.
3764         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
3766 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3768         * sysdeps/aarch64/libm-test-ulps: Regenerate.
3770 2014-06-03  Wilco  <wdijkstr@arm.com>
3772         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
3773         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
3774         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3775         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
3776         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
3777         Likewise.
3779 2014-06-03  Wilco  <wdijkstr@arm.com>
3781         * sysdeps/aarch64/fpu/math_private.h
3782         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
3783         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
3784         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
3785         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3786         Fix declarations.
3788 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3790         * crypt/crypt-private.h: Include ufc-crypt.h.
3791         (__b64_from_24bit): Declare extern.
3792         * crypt/crypt_util.c(__b64_from_24bit): New function.
3793         (b64t): New static const variable.
3794         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
3795         (b64t): Remove variable.
3796         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
3797         * crypt/sha256-crypt.c: Include crypt-private.h.
3798         (b64t): Remove variable.
3799         (__sha256_crypt_r): Remove b64_from_24bit and replace
3800         with __b64_from_24bit.
3801         * crypt/sha512-crypt.c: Likewise.
3803 2014-06-02  Roland McGrath  <roland@hack.frob.com>
3805         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
3806         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
3807         Label the code __libc_vfork rather than __vfork.
3808         [!NOT_IN_libc] (vfork): Define as weak alias.
3809         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
3810         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
3811         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
3813 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3815         * malloc/malloc.c (malloc_info): Fix format specifier for
3816         n_mmaps.
3818 2014-06-02  Wilco  <wdijkstr@arm.com>
3820         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
3821         FPCR write.
3823 2014-06-02  Wilco  <wdijkstr@arm.com>
3825         [BZ #17009]
3826         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
3827         Rewrite to reduce FPCR/FPSR accesses.
3829 2014-06-01  David S. Miller  <davem@davemloft.net>
3831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3833 2014-05-31  David S. Miller  <davem@davemloft.net>
3835         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
3836         to occur in round to nearest mode when |x| >= 2.0
3838 2014-05-30  Richard Henderson  <rth@twiddle.net>
3840         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
3841         (PSEUDO_RET_NOERRNO): Remove.
3842         (ret): Don't redefine.
3843         (ret_NOERRNO): Define in terms of ret.
3844         (ret_ERRVAL): Likewise.
3846         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
3847         use of PSEUDO_RET; perform the error check directly.
3849 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
3851         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
3852         with __int128_t.
3854 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3856         * malloc/malloc (malloc_info): Fix formatting.
3858 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3859             Roland McGrath  <roland@hack.frob.com>
3861         * malloc/malloc (malloc_info): Also print mmapped statistics.
3863 2014-05-30  Roland McGrath  <roland@hack.frob.com>
3865         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
3866         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
3868 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
3870         * malloc/malloc.c (malloc_info): Inline mi_arena.
3872 2014-05-29  Richard Henderson  <rth@twiddle.net>
3874         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
3875         Remove comma before expanding ASM_ARGS_##nr.
3876         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
3877         Make _x0 a strict output; make _x8 a strict input; adjust expansion
3878         of ASM_ARGS_##nr.
3879         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
3880         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
3881         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
3882         (ASM_ARGS_1): Add leading comma.
3884         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
3885         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
3886         to __errno_location.
3887         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
3888         Remove the expected plt for __errno_location.
3890         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3891         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
3892         call to __read_tp.
3894         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3895         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
3896         it and break it down.
3897         (DOCARGS_0, DOCARGS_1): Do nothing.
3898         (DOCARGS_2): Update to store into the new stack frame.
3899         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
3900         (UNDOCARGS_1): Update to restore from the new stack frame.
3901         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
3902         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
3904         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3905         (SINGLE_THREAD_P): New parameter for result regno.
3906         (PSEUDO): Update to match; use cbz instead of beq.
3908         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3909         Use ENTRY to define the _nocancel entry point.  Share the syscall
3910         and syscall error check paths with the cancel path.
3911         (PSEUDO_END): New.
3913         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
3914         whitespace; tabs before and after asm mnemonics.
3916 2014-05-29  Eric Wong  <normalperson@yhbt.net>
3918         [BZ #15132]
3919         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3920         Call fstat64 or stat64 internally, depending on arguments passed.
3921         Replace stat buffer argument with file descriptor argument.
3922         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
3923         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3924         Pass fd to __internal_statvfs instead of calling fstat64.
3925         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
3926         Pass fd to __internal_statvfs64 instead of calling fstat64.
3927         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
3928         Pass -1 to __internal_statvfs instead of calling stat64.
3929         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
3930         Pass -1 to __internal_statvfs64 instead of calling stat64.
3932 2014-05-28  Roland McGrath  <roland@hack.frob.com>
3934         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
3935         that was previously under [RESET_PID].
3936         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
3938         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
3939         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
3941 2014-05-27  Roland McGrath  <roland@hack.frob.com>
3943         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
3945         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
3946         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
3948 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
3950         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
3952 2014-05-27  Andreas Schwab  <schwab@suse.de>
3954         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
3955         TLS_INIT_TP macro.
3956         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3957         * elf/rtld.c (init_tls, dl_main): Likewise.
3958         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
3959         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
3960         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
3961         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
3962         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
3963         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
3964         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
3965         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
3966         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
3967         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
3968         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
3969         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
3970         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
3971         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
3972         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
3973         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
3974         * sysdeps/generic/tls.h: Update description.
3976 2014-05-27  Will Newton  <will.newton@linaro.org>
3978         [BZ #16990]
3979         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
3980         and restore r2 rather than just restoring.
3982 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3984         [BZ #16724]
3985         * libio/tst-ftell-append.c: New test case.
3986         * libio/Makefile (tests): Add test case.
3987         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
3988         append mode.
3989         * libio/wfileops.c (do_ftell_wide): Likewise.
3991 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3993         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3995         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
3996         ...
3997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
3999         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4000         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4001         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4002         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4003         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4004         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4005         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4006         Moved ...
4007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4008         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4009         Moved ...
4010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4011         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4012         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4013         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4014         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4015         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4016         ...
4017         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4018         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4019         Moved ...
4020         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4021         here.
4022         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4023         ...
4024         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4025         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4026         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4028         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4029         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4030         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4031         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4033         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4034         merge into ...
4035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4036         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4037         ...
4038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4039         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4040         ...
4041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4042         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4043         Moved ...
4044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4045         here.
4046         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4047         Moved ...
4048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4049         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4050         Moved ...
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4054         conditional [RESET_PID].
4055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4056         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4057         removed.
4058         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4059         removed.
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4062         <tcb-offsets.h>.
4063         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4064         (__libc_vfork): New strong alias.
4065         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4066         removed.
4067         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4068         Removed.
4070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4071         <tcb-offsets.h>.
4072         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4073         (__libc_vfork): New strong alias.
4074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4075         removed.
4076         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4077         removed.
4079 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4081         * malloc/malloc.c (mi_arena): New function.
4082         (malloc_info): Remove nested function mi_arena. Call non-nosted
4083         function mi_arena.
4085 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4087         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4088         by insrwi.
4089         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4090         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4091         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4092         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4093         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4094         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4095         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4097 2014-05-26  Andreas Schwab  <schwab@suse.de>
4099         [BZ #16984]
4100         * locale/programs/repertoire.c (repertoire_read): Add slash
4101         between I18NPATH element and file name.
4102         * locale/programs/locfile.c (locfile_read): Likewise.
4104 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4106         * nptl/pthread_mutexattr_settype.c
4107         (__pthread_mutexattr_settype):
4108         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4110 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4112         * nptl/tst-mutex5 (do_test):
4113         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4115 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4117         * benchtests/README: Document 'init' directive.
4118         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4119         BENCH_INIT.
4120         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4121         (parse_file): Recognize 'init' directive.
4123 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4125         [BZ #16796]
4126         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4127         alignment of struct pthread.
4129 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4131         [BZ #16878]
4132         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4133         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4134         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4135         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4137 2014-05-25  Richard Henderson  <rth@twiddle.net>
4139         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4140         (SINGLE_THREAD_P_PIC): Remove.
4141         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4142         (SINGLE_THREAD_P_PIC): Remove.
4144         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4145         branch to syscall error ...
4146         (PSEUDO): ... here.
4147         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4148         from __local_syscall_error to .Lsyscall_error.
4149         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4150         (SYSCALL_ERROR): Update label name.
4152         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4153         Do not use DOARGS/UNDOARGS.
4154         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4155         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4156         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4157         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4158         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4160         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4161         block comment.
4163         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4164         define if !NOT_IN_libc.
4165         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4166         define with non-default symbol versions.
4168 2014-05-23  Richard Henderson  <rth@twiddle.net>
4170         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4171         (vfork, __vfork): Define via compat_symbol.
4173         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4174         [!HAVE_IFUNC] (vfork_compat): Remove.
4175         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4177 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4179         [BZ #16978]
4180         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4181         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4182         variable.
4184 2014-05-23  Richard Henderson  <rth@twiddle.net>
4186         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4187         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4188         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4189         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4191         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4192         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4193         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4194         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4195         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4196         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4197         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4198         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4199         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4200         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4201         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4202         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4203         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4204         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4205         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4206         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4207         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4208         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4209         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4210         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4211         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4212         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4213         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4214         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4215         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4216         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4217         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4218         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4219         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4220         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4221         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4222         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4223         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4224         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4225         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4226         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4227         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4228         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4229         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4230         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4231         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4232         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4233         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4234         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4235         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4236         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4237         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4238         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4239         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4240         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4241         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4242         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4243         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4244         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4245         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4246         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4248         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4249         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4250         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4251         before exiting on error.
4252         (__libc_vfork): New strong alias.
4253         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4254         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4256         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4257         that was previously under [RESET_PID].
4258         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4260         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4262 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4264         [BZ #16977]
4265         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4266         value when x - 1 is zero.
4267         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4268         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4269         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4270         0.0L for an argument of 1.0L.
4271         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4272         Likewise.
4273         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4274         value when x - 1 is zero.
4275         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4276         * sysdeps/i386/fpu/libm-test-ulps: Update.
4277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4279 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4281         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4282         alphasort and versionsort.
4284 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4286         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4287         macro.
4288         [copysignf]: Likewise.
4290 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4292         * crypt/md5-crypt.c: Fix formatting.
4294 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4296         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4297         (b64_from_24bit): New function.
4299 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4301         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4302         libc_hidden_builtin_def to ifunc.
4303         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4304         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4306 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4308         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4309         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4311 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4313         * nscd/Depend (linuxthreads): Remove.
4314         (nptl): Add.
4315         * resolv/Depend (linuxthreads): Remove.
4316         * rt/Depend (linuxthreads): Remove.
4318         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4319         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4320         $(common-objpfx)elf/.
4321         (link-libc-before-gnulib): Likewise.
4322         (elfobjdir): Remove variable.
4323         * Makefile (install): Use $(elf-objpfx) instead of
4324         $(common-objpfx)elf/.
4325         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4326         $(elfobjdir)/.
4327         (link-libc-deps): Likewise.
4328         ($(common-objpfx)libc.so): Likewise.
4329         ($(common-objpfx)linkobj/libc.so): Likewise.
4330         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4331         instead of $(common-objpfx)elf/.
4332         (symbolic-link-list): Likewise.
4333         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4334         [$(cross-compiling) = no]: Likewise.
4335         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4336         $(elfobjdir)/.
4337         (static-gnulib-arch): Likewise.
4338         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4339         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4340         $(common-objpfx)elf/.
4342 2014-05-21  Richard Henderson  <rth@redhat.com>
4344         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4345         (SINGLE_THREAD_P): Use the correct width load.  Fold
4346         into the ldr offset.
4348         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4349         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4351 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4353         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4354         (libgcc_s_resume): Use __attribute_used__.
4355         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4356         Likewise.
4358 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4360         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4361         optimization when used with float constants.
4363         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4365 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4367         [BZ #16915]
4368         * locale/nl_langinfo_l.c: Make direct reference to every
4369         _nl_current_CATEGORY symbol.
4370         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4371         (tests-static): Add tst-langinfo-static.
4372         (tests-special): Add tst-langinfo-static.out.
4373         ($(objpfx)tst-langinfo.out): Redirect output.
4374         ($(objpfx)tst-langinfo-static.out): New.
4375         * localedata/tst-langinfo.sh: Send output to stdout.
4376         * localedata/tst-langinfo-static.c: New file.
4378         [BZ #16965]
4379         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4380         when the shift amount is modulo the limb size.
4382 2014-05-20  Richard Henderson  <rth@redhat.com>
4384         [BZ #16967]
4385         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4386         Change type of sa_flags from unsigned int to int.
4388         [BZ #16966]
4389         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4391         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4393 2014-05-20  Will Newton  <will.newton@linaro.org>
4395         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4396         Test the return value of the system call in the nocancel case.
4398 2014-05-20  Will Newton  <will.newton@linaro.org>
4399             Yvan Roux  <yvan.roux@linaro.org>
4401         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4402         #include of asm/ptrace.h.
4403         (PTRACE_GET_THREAD_AREA): Remove #undef.
4404         (PTRACE_GETHBPREGS): Likewise.
4405         (PTRACE_SETHBPREGS): Likewise.
4406         (struct user_regs_struct): New structure.
4407         (struct user_fpsimd_struct): New structure.
4408         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4409         #include of asm/ptrace.h and second #include of sys/user.h.
4410         (PTRACE_GET_THREAD_AREA): Remove #undef.
4411         (PTRACE_GETHBPREGS): Likewise.
4412         (PTRACE_SETHBPREGS): Likewise.
4413         (ELF_NGREG): Use new struct user_regs_struct.
4414         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4416 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4418         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4419         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4421 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4423         [BZ #16958]
4424         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
4425         membar to avoid block loads/stores to overlap previous stores.
4427 2014-05-17  Richard Henderson  <rth@redhat.com>
4429         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
4430         Create the __##syscall_name##_nocancel entry point.
4431         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
4432         Remove; let the sysdep-cancel.h code create it.
4434 2014-05-17  David S. Miller  <davem@davemloft.net>
4436         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
4437         Protect with __USE_GNU.
4438         (TIOCSET_TEMPT): Likewise.
4439         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4440         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
4441         these are already provided in bits/ioctl-types.h
4443 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4445         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
4446         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
4448         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
4449         Use wait4 regardless of [__NR_waitpid].
4451 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4453         PR libgcc/60166
4454         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
4455         (_FP_NANSIGN_Q): Set the quiet bit.
4457 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
4459         * benchtests/Makefile
4460         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
4461         not $(common-objpfx)math/libm.so.
4462         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
4463         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
4464         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
4465         $(common-objpfx)dlfcn/libdl.so.
4466         ($(objpfx)tst-audit8): Depend on $(libm), not
4467         $(common-objpfx)math/libm.so.
4468         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
4469         not $(common-objpfx)dlfcn/libdl.so.
4470         * math/Makefile
4471         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
4472         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
4473         [$(build-shared) = yes].
4474         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
4475         $(common-objpfx)nptl/libpthread.so.
4476         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
4477         $(common-objpfx)math/libm.so$(libm.so-version) or
4478         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
4479         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
4480         $(common-objpfx)dlfcn/libdl.so.
4481         * setjmp/Makefile (link-libm): Remove variable.
4482         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
4483         * stdio-common/Makefile (link-libm): Remove variable.
4484         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
4485         * stdlib/Makefile (link-libm): Remove variable.
4486         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
4487         ($(objpfx)tst-strtod-round): Likewise.
4488         ($(objpfx)tst-tininess): Likewise.
4489         ($(objpfx)tst-strtod-underflow): Likewise.
4490         ($(objpfx)tst-strtod6): Likewise.
4491         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
4492         $(libdl), not $(common-objpfx)nptl/libpthread.so and
4493         $(common-objpfx)dlfcn/libdl.so.
4495 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4497         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
4498         BSD terminal modes definitions.
4500 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4502         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
4503         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
4505         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
4506         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
4507         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
4508         Don't do #include_next.
4509         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
4510         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
4511         Don't do #include_next.
4512         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
4513         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
4514         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
4515         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
4517 2014-05-16  Allan McRae  <allan@archlinux.org>
4519         * po/sv.po: Update Swedish translation from translation project.
4521         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
4522         in sed expression.
4524 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
4526         [BZ #16917]
4527         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
4528         errno if the TIOCGPTN ioctl fails with an error different than
4529         EINVAL.
4530         * login/tst-ptsname.c: New file.
4531         * login/Makefile (tests): Add tst-ptsname.
4533         [BZ #16943]
4534         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
4535         and prlimit64.
4537 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4539         [BZ #16849]
4540         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
4541         herrno to return EAI_AGAIN.
4543 2014-05-14  Roland McGrath  <roland@hack.frob.com>
4545         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
4546         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
4547         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
4548         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
4549         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
4550         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
4551         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
4552         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
4553         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
4554         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
4555         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
4556         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
4557         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
4558         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
4559         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
4560         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
4561         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
4562         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
4563         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
4564         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
4565         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
4566         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
4567         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
4568         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
4569         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
4570         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
4571         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
4572         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
4573         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
4574         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
4575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
4576         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
4577         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
4578         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
4579         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
4580         Moved ...
4581         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
4582         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
4583         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
4584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
4585         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
4586         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
4587         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
4588         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
4589         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
4590         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
4591         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
4592         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
4593         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
4594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
4595         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
4596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
4597         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
4598         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
4599         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
4600         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
4601         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
4602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
4603         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
4604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
4605         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
4606         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
4607         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
4608         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
4609         Moved ...
4610         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
4611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
4612         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
4613         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
4614         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
4615         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
4616         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
4617         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
4618         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
4619         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
4620         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
4621         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
4622         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
4623         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
4624         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
4625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
4626         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
4627         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
4628         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
4629         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
4630         Moved ...
4631         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
4633         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
4635         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
4636         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
4637         (libpthread-sysdep_routines): Add elision-related stuff here instead.
4638         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
4639         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
4640         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
4641         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
4642         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
4643         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
4644         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
4645         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
4646         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
4647         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
4648         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
4649         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
4650         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
4651         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
4652         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
4653         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
4654         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
4655         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
4656         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
4657         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
4658         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
4659         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
4660         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
4661         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
4662         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
4663         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
4664         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
4665         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
4667         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
4668         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
4670         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
4671         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
4672         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
4673         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
4674         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
4675         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
4676         Moved ...
4677         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
4678         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
4679         Moved ...
4680         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
4681         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
4682         Moved ...
4683         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
4684         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
4685         Moved ...
4686         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
4687         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
4688         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
4689         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
4690         Moved ...
4691         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
4692         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
4693         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
4694         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
4695         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
4696         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
4697         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
4698         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
4699         Moved ...
4700         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
4701         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4702         Moved ...
4703         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4704         ... here.
4705         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
4706         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
4707         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
4708         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
4709         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4710         Moved ...
4711         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4712         ... here.
4713         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
4714         Moved ...
4715         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
4716         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
4717         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
4718         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
4719         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
4720         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
4721         Moved ...
4722         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
4723         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
4724         Moved ...
4725         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
4726         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
4727         Moved ...
4728         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
4729         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
4730         Moved ...
4731         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
4732         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
4733         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
4734         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
4735         Moved ...
4736         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
4737         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
4738         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
4739         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
4740         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
4741         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
4742         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
4743         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
4744         Moved ...
4745         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
4746         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4747         Moved ...
4748         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4749         ... here.
4750         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
4751         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
4752         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
4753         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
4754         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4755         Moved ...
4756         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4757         ... here.
4758         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
4759         Moved ...
4760         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
4761         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
4762         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
4763         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
4764         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
4765         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
4766         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
4767         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
4768         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
4769         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
4770         Moved ...
4771         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
4772         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
4773         Moved ...
4774         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
4775         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
4776         Moved ...
4777         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
4778         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
4779         Moved ...
4780         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
4781         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
4782         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
4783         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
4784         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
4785         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
4786         Moved ...
4787         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
4788         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
4789         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
4790         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
4791         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
4792         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
4793         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
4794         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
4795         Moved ...
4796         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
4797         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4798         Moved ...
4799         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4800         ... here.
4801         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
4802         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
4803         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
4804         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
4805         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4806         Moved ...
4807         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4808         ... here.
4809         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
4810         Moved ...
4811         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
4812         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
4813         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
4814         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
4815         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
4816         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
4817         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
4818         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
4819         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
4820         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
4821         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
4823         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
4824         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
4826         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
4827         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
4829         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
4830         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
4831         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
4832         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
4833         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
4834         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
4835         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
4836         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
4837         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
4838         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
4839         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
4840         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
4841         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
4842         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
4843         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
4844         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
4845         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
4846         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
4847         Moved ...
4848         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
4849         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
4850         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
4851         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
4852         Moved ...
4853         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
4855         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
4856         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
4857         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
4858         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
4859         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
4860         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
4861         Moved ...
4862         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
4863         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
4864         Moved ...
4865         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
4866         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
4867         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
4868         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
4869         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
4870         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
4871         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
4872         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
4873         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
4874         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
4875         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
4876         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
4877         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
4878         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
4879         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
4880         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
4881         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
4883         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
4884         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
4885         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
4886         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
4887         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
4889         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
4890         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
4891         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
4892         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
4893         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
4894         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
4895         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
4896         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
4897         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
4898         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
4900         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
4901         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
4903         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
4904         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
4905         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
4906         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
4907         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
4908         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
4909         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
4910         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
4911         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
4912         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
4913         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
4914         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
4915         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
4916         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
4917         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
4918         Update #include.
4919         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
4920         Likewise.
4921         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4922         Likewise.
4923         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4924         Likewise.
4925         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4926         Likewise.
4927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
4928         Likewise.
4929         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
4930         Likewise.
4931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4932         Likewise.
4933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
4934         Likewise.
4935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
4936         Likewise.
4937         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
4938         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
4939         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
4940         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
4941         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
4942         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
4943         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
4944         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
4945         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
4946         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
4947         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
4948         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
4949         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
4950         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
4951         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
4953         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
4954         that was previously under [RESET_PID].
4955         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
4956         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
4957         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
4959         * sysdeps/i386/nptl/Implies: New file.
4960         * sysdeps/x86_64/nptl/Implies: New file.
4961         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
4962         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
4963         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
4964         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
4966         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
4967         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4968         (__libc_vfork): New strong alias.
4969         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
4970         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
4972         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
4973         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4974         (__libc_vfork): New strong alias.
4975         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
4976         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
4978         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
4979         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4980         (__libc_vfork): New strong alias.
4981         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
4982         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
4983         * nptl/pt-vfork.c: New file.
4984         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
4985         (libpthread: GLIBC_2.20): New version set (empty).
4987 2014-05-14  Will Newton  <will.newton@linaro.org>
4989         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
4990         rather than #if.
4992 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
4994         [BZ #16564]
4995         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
4996         arguments with exponent 65 or above.
4997         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
4998         arguments 0x1p113L or above.
4999         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5000         to arguments 0x1p107L or above.
5001         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5002         positive arguments with exponent 65 or above.
5003         * math/auto-libm-test-in: Add more tests of log1p.
5004         * math/auto-libm-test-out: Regenerated.
5006         [BZ #16928]
5007         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5008         non-finite arguments is +0.
5009         * math/s_cacosf.c (__cacosf): Likewise.
5010         * math/s_cacosl.c (__cacosl): Likewise.
5011         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5012         * sysdeps/i386/fpu/libm-test-ulps: Update.
5013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5015         [BZ #16927]
5016         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5017         value.
5018         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5019         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5020         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5021         for explicit high bit of mantissa when testing for argument equal
5022         to 1.
5023         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5024         * sysdeps/i386/fpu/libm-test-ulps: Update.
5025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5027         [BZ #16516]
5028         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5029         (__erf): Scale by 16 instead of 8 in potentially underflowing
5030         case.  Ensure exception if result actually underflows.
5031         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5032         (__erff): Scale by 16 instead of 8 in potentially underflowing
5033         case.  Ensure exception if result actually underflows.
5034         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5035         (efx8): Remove variable.
5036         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5037         case.  Ensure exception if result actually underflows.
5038         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5039         (efx8): Remove variable.
5040         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5041         case.  Ensure exception if result actually underflows.
5042         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5043         (efx8): Remove variable.
5044         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5045         case.  Ensure exception if result actually underflows.
5046         * math/auto-libm-test-in: Add more tests of erf.
5047         * math/auto-libm-test-out: Regenerated.
5049 2014-05-14  Andreas Schwab  <schwab@suse.de>
5051         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5052         Remove code conditionalized on USE___THREAD.
5054         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5055         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5056         not definedness.
5058 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5060         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5061         Define unconditionally.
5062         (__ASSUME_O_CLOEXEC): Likewise.
5063         (__ASSUME_SOCK_CLOEXEC): Likewise.
5064         (__ASSUME_IN_NONBLOCK): Likewise.
5065         (__ASSUME_PIPE2): Likewise.
5066         (__ASSUME_EVENTFD2): Likewise.
5067         (__ASSUME_SIGNALFD4): Likewise.
5068         (__ASSUME_DUP3): Likewise.
5069         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5070         (__ASSUME_DUP3): Do not define.
5071         (__ASSUME_EVENTFD2): Likewise.
5072         (__ASSUME_IN_NONBLOCK): Likewise.
5073         (__ASSUME_O_CLOEXEC): Likewise.
5074         (__ASSUME_PIPE2): Likewise.
5075         (__ASSUME_SIGNALFD4): Likewise.
5076         (__ASSUME_SOCK_CLOEXEC): Likewise.
5077         (__ASSUME_UTIMES): Undefine.
5078         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5079         (__ASSUME_UTIMES): Do not define.
5080         (__ASSUME_O_CLOEXEC): Likewise.
5081         (__ASSUME_SOCK_CLOEXEC): Likewise.
5082         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5083         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5084         0x020621].
5085         (__ASSUME_PIPE2): Likewise.
5086         (__ASSUME_EVENTFD2): Likewise.
5087         (__ASSUME_SIGNALFD4): Likewise.
5088         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5089         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5090         Do not define.
5091         (__ASSUME_EVENTFD2): Likewise.
5092         (__ASSUME_SIGNALFD4): Likewise.
5093         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5094         (__ASSUME_32BITUIDS): Likewise.
5095         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5096         (__ASSUME_IPC64): Likewise.
5097         (__ASSUME_ST_INO_64_BIT): Likewise.
5098         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5099         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5100         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5101         (__ASSUME_UTIMES): Do not define.
5102         (__ASSUME_PSELECT): Likewise.
5103         (__ASSUME_PPOLL): Likewise.
5104         (__ASSUME_O_CLOEXEC): Likewise.
5105         (__ASSUME_SOCK_CLOEXEC): Likewise.
5106         (__ASSUME_IN_NONBLOCK): Likewise.
5107         (__ASSUME_PIPE2): Likewise.
5108         (__ASSUME_EVENTFD2): Likewise.
5109         (__ASSUME_SIGNALFD4): Likewise.
5110         (__ASSUME_DUP3): Likewise.
5111         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5112         (__ASSUME_UTIMES): Likewise.
5113         (__ASSUME_O_CLOEXEC): Likewise.
5114         (__ASSUME_SOCK_CLOEXEC): Likewise.
5115         (__ASSUME_IN_NONBLOCK): Likewise.
5116         (__ASSUME_PIPE2): Likewise.
5117         (__ASSUME_EVENTFD2): Likewise.
5118         (__ASSUME_SIGNALFD4): Likewise.
5119         (__ASSUME_DUP3): Likewise.
5120         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5121         (__ASSUME_UTIMES): Likewise.
5122         (__ASSUME_O_CLOEXEC): Likewise.
5123         (__ASSUME_SOCK_CLOEXEC): Likewise.
5124         (__ASSUME_IN_NONBLOCK): Likewise.
5125         (__ASSUME_PIPE2): Likewise.
5126         (__ASSUME_EVENTFD2): Likewise.
5127         (__ASSUME_SIGNALFD4): Likewise.
5128         (__ASSUME_DUP3): Likewise.
5129         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5130         Likewise.
5131         (__ASSUME_UTIMES): Likewise.
5132         (__ASSUME_EVENTFD2): Likewise.
5133         (__ASSUME_SIGNALFD4): Likewise.
5134         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5135         (__ASSUME_O_CLOEXEC): Likewise.
5136         (__ASSUME_SOCK_CLOEXEC): Likewise.
5137         (__ASSUME_IN_NONBLOCK): Likewise.
5138         (__ASSUME_PIPE2): Likewise.
5139         (__ASSUME_EVENTFD2): Likewise.
5140         (__ASSUME_SIGNALFD4): Likewise.
5141         (__ASSUME_DUP3): Likewise.
5142         (__ASSUME_UTIMES): Undefine.
5144         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5145         feclearexcept.  Remove symbol versioning code.
5146         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5147         symbol versioning code.
5148         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5149         symbol versioning code.
5150         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5151         feupdateenv.  Remove symbol versioning code.
5152         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5153         fegetexceptflag.  Remove symbol versioning code.
5154         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5155         fesetexceptflag.  Remove symbol versioning code.
5156         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5157         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5158         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5159         (__posix_fadvise64_l32): Remove prototype.
5160         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5161         code.
5163 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5165         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5166         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5167         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5168         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5170 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5172         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5173         current working directory
5175 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5177         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5178         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5179         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5180         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5181         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5182         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5183         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5184         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5185         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5186         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5187         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5188         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5189         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5190         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5191         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5192         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5193         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5194         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5195         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5196         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5197         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5198         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5199         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5200         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5201         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5202         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5203         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5204         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5205         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5206         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5207         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5208         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5209         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5210         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5211         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5212         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5213         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5214         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5215         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5216         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5217         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5218         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5220         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5221         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5223         * sysdeps/unix/sysv/linux/arm/Makefile
5224         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5225         Add rt-aeabi_unwind_cpp_pr1.
5226         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5227         Add nptl-aeabi_unwind_cpp_pr1.
5228         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5229         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5230         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5231         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5232         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5233         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5235         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5236         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5237         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5238         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5240         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5241         Deconditionalize the code that was previously under [RESET_PID].
5242         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5244         * sysdeps/generic/exit-thread.h: New file.
5245         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5246         * include/unistd.h (__exit_thread): Remove declaration.
5247         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5248         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5249         * csu/libc-start.c: Include <exit-thread.h>.
5250         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5251         * nptl/pthread_create.c: Include <exit-thread.h>.
5252         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5253         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5254         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5255         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5256         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5257         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5258         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5259         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5260         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5261         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5262         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5263         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5264         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5265         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5266         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5267         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5268         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5270 2014-05-13  Andreas Schwab  <schwab@suse.de>
5272         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5274 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5276         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5277         (__ASSUME_UTIMES): Do not condition on kernel version.
5278         (__ASSUME_PSELECT): Define unconditionally.
5279         (__ASSUME_PPOLL): Likewise.
5280         (__ASSUME_ATFCTS): Likewise.
5281         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5282         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5283         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5284         (__ASSUME_UTIMENSAT): Define unconditionally.
5285         (__ASSUME_PRIVATE_FUTEX): Likewise.
5286         (__ASSUME_FALLOCATE): Likewise.
5287         (__ASSUME_O_CLOEXEC): Likewise.
5288         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5289         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5290         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5291         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5292         (__ASSUME_IN_NONBLOCK): Likewise.
5293         (__ASSUME_PIPE2): Likewise.
5294         (__ASSUME_EVENTFD2): Likewise.
5295         (__ASSUME_SIGNALFD4): Likewise.
5296         (__ASSUME_DUP3): Likewise.
5297         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5298         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5299         (__ASSUME_AT_RANDOM): Likewise.
5300         (__ASSUME_PREADV): Likewise.
5301         (__ASSUME_PWRITEV): Likewise.
5302         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5303         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5304         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5305         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5306         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5307         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5308         (__ASSUME_O_CLOEXEC): Define unconditionally.
5309         (__ASSUME_PSELECT): Do not undefine conditionally.
5310         (__ASSUME_PPOLL): Likewise.
5311         (__ASSUME_ATFCTS): Likewise.
5312         (__ASSUME_SET_ROBUST_LIST): Likewise.
5313         (__ASSUME_UTIMENSAT): Likewise.
5314         (__ASSUME_FDATASYNC): Define unconditionally.
5315         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5316         (__ASSUME_SIGFRAME_V2): Likewise.
5317         )__ASSUME_EVENTFD2): Likewise.
5318         (__ASSUME_SIGNALFD4): Likewise.
5319         (__ASSUME_PSELECT): Do not undefine conditionally.
5320         (__ASSUME_PPOLL): Likewise.
5321         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5322         (__ASSUME_PSELECT): Define unconditionally.
5323         (__ASSUME_PPOLL): Likewise.
5324         (__ASSUME_O_CLOEXEC): Likewise.
5325         (__ASSUME_SOCK_CLOEXEC): Likewise.
5326         (__ASSUME_IN_NONBLOCK): Likewise.
5327         (__ASSUME_PIPE2): Likewise.
5328         (__ASSUME_EVENTFD2): Likewise.
5329         (__ASSUME_SIGNALFD4): Likewise.
5330         (__ASSUME_DUP3): Likewise.
5331         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5332         (__ASSUME_O_CLOEXEC): Likewise.
5333         (__ASSUME_SOCK_CLOEXEC): Likewise.
5334         (__ASSUME_IN_NONBLOCK): Likewise.
5335         (__ASSUME_PIPE2): Likewise.
5336         (__ASSUME_EVENTFD2): Likewise.
5337         (__ASSUME_SIGNALFD4): Likewise.
5338         (__ASSUME_DUP3): Likewise.
5339         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5340         (__ASSUME_EVENTFD2): Likewise.
5341         (__ASSUME_SIGNALFD4): Likewise.
5342         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5344 2014-05-12  Andreas Schwab  <schwab@suse.de>
5346         [BZ #16932]
5347         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5348         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5349         than maximum RPC packet size.
5350         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5351         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5352         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5353         (_nss_nis_getservbyport_r): Likewise.
5355 2014-05-12  Will Newton  <will.newton@linaro.org>
5357         * malloc/Makefile (tests): Add tst-mallopt.
5358         * malloc/tst-mallopt.c: New file.
5360 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5362         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5363         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5365 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5367         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5368         (tst-tlsmod6.so): Likewise.
5370 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5372         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5374 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5376         [BZ #16064]
5377         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5378         and <dl-procinfo.h>.
5379         (__fegetenv): Save SSE state in envp->__eip if supported.
5380         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5381         envp->__eip if supported.
5382         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5383         and <dl-procinfo.h>.
5384         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5385         __data_offset and __data_selector in environment to 0.  Set SSE
5386         state if supported.
5387         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5388         test-fenv-sse.
5389         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5390         -mfpmath=sse.
5391         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5393 2014-05-09  Will Newton  <will.newton@linaro.org>
5395         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5396         and libc_relro_required for ARM.
5397         * sysdeps/arm/preconfigure: Regenerate.
5399 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5400             Stefan Liebler  <stli@linux.vnet.ibm.com>
5402         * config.make.in (enable-lock-elision): New Makefile variable.
5403         * configure.ac: Likewise.
5404         * configure: Regenerate.
5405         * sysdeps/s390/configure.ac:
5406         Add check for gcc transactions support.
5407         * sysdeps/s390/configure: Regenerate.
5408         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5409         Build elision files if enabled.
5410         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5411         Add lock elision support for s390.
5412         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5413         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5414         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5415         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5416         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5417         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5418         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5419         Likewise.
5420         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5421         Likewise.
5422         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
5423         Likewise.
5424         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
5425         Likewise.
5426         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
5427         (__lll_timedlock_elision, __lll_lock_elision)
5428         (__lll_unlock_elision, __lll_trylock_elision)
5429         (lll_timedlock_elision, lll_lock_elision)
5430         (lll_unlock_elision, lll_trylock_elision): Add.
5431         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
5432         (pthread_mutex_t): Add lock elision support for s390.
5434 2014-05-14  Wilco  <wdijkstr@arm.com>
5436         * sysdeps/arm/fclrexcpt.c: Cleanup.
5437         * sysdeps/arm/fedisblxcpt.c: Cleanup.
5438         * sysdeps/arm/feenablxcpt.c: Cleanup.
5439         * sysdeps/arm/fegetenv.c: Cleanup.
5440         * sysdeps/arm/fegetexcept.c: Cleanup.
5441         * sysdeps/arm/fegetround.c: Cleanup.
5442         * sysdeps/arm/feholdexcpt.c: Cleanup.
5443         * sysdeps/arm/fesetenv.c: Cleanup.
5444         * sysdeps/arm/fesetround.c: Cleanup.
5445         * sysdeps/arm/feupdateenv.c: Cleanup.
5446         * sysdeps/arm/fgetexcptflg.c: Cleanup.
5447         * sysdeps/arm/fraiseexcpt.c: Cleanup.
5448         * sysdeps/arm/fsetexcptflg.c: Cleanup.
5449         * sysdeps/arm/ftestexcept.c: Cleanup.
5450         * sysdeps/arm/get-rounding-mode.h: Cleanup.
5451         * sysdeps/arm/setfpucw.c: Cleanup.
5453 2014-05-09  Will Newton  <will.newton@linaro.org>
5455         * sysdeps/arm/armv7/strcmp.S: New file.
5456         * NEWS: Mention addition of ARMv7 optimized strcmp.
5458 2014-05-08  Roland McGrath  <roland@hack.frob.com>
5460         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
5461         look for %.ac rather than %.in.
5463         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
5464         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
5465         * sysdeps/mach/hurd/configure: Regenerated.
5466         * sysdeps/unix/sysv/linux/configure: Regenerated.
5468         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
5470 2014-05-07  Steve Ellcey  <sellcey@mips.com>
5472         [BZ# 16922]
5473         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
5474         (LONG_SUB): Ditto.
5475         (PTR_SUB): Ditto.
5477 2014-05-07  Andreas Schwab  <schwab@suse.de>
5479         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
5480         when skipping over non-matching result from nscd.
5482 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
5484         [BZ #16876]
5485         * nptl/sockperf.c (client): Check socket return value.
5487         [BZ #16877]
5488         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
5489         nscd security class.
5491 2014-05-06  Roland McGrath  <roland@hack.frob.com>
5493         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
5494         * sysdeps/arm/unwind.h: ... here.
5496 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
5498         [BZ# 16916]
5499         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
5500         Define.
5502 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5504         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
5505         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
5506         multiarch strncpy for PPC64.
5507         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
5508         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
5509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
5510         multiarch optimizations.
5511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5512         (__libc_ifunc_impl_list): Likewise.
5513         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
5514         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
5515         multiarch stpncpy for PPC64.
5516         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
5517         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
5519 2014-05-06  Andreas Schwab  <schwab@suse.de>
5521         [BZ #16912]
5522         * gmon/mcount.c (_MCOUNT_DECL): Use
5523         atomic_compare_and_exchange_bool_acq instead of
5524         catomic_compare_and_exchange_bool_acq.
5526 2014-05-05  Roland McGrath  <roland@hack.frob.com>
5528         * elf/Makefile (others, install-bin): Remove pldd.
5529         (pldd-modules): Variable removed.
5530         ($(objpfx)pldd): Target removed.
5531         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
5532         (others, install-bin): Append pldd here.
5533         ($(objpfx)pldd): New target.
5535         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
5536         to 0, so the first #if test emitted later doesn't see it undefined.
5537         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
5538         * sysdeps/gnu/errlist.c: Regenerated.
5540 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5542         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5543         [libc_hidden_builtin_def]: Define to empty value.
5544         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
5545         [libc_hidden_builtin_def]: Likewise.
5546         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
5547         [libc_hidden_builtin_def]: Likewise.
5548         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
5549         [libc_hidden_builtin_def]: Likewise.
5550         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
5551         __redirect_memcpy and define ifunc as default hidden symbol.
5552         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
5553         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
5555 2014-05-04  Adam Conrad  <adconrad@0c3.net>
5557         * locale/iso-4217.def: Reintroduce XDR currency.
5559 2014-05-04  Allan McRae  <allan@archlinux.org>
5561         * po/eo.po: Update Esperanto translation from translation project.
5563 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
5565         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
5566         and FEATURE_INDEX_MAX to 1.
5567         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
5569 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5571         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
5572         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
5573         * iconvdata/big5.c (ONE_DIRECTION): Define.
5574         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
5575         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
5576         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
5577         * iconvdata/cp932.c (ONE_DIRECTION): Define.
5578         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
5579         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
5580         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
5581         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
5582         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
5583         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
5584         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
5585         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
5586         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
5587         * iconvdata/gbk.c (ONE_DIRECTION): Define.
5588         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
5589         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
5590         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
5591         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
5592         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
5593         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
5594         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
5595         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
5596         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
5597         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
5598         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
5599         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
5600         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
5601         * iconvdata/iso646.c (ONE_DIRECTION): Define.
5602         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
5603         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
5604         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
5605         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
5606         * iconvdata/johab.c (ONE_DIRECTION): Define.
5607         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
5608         * iconvdata/sjis.c (ONE_DIRECTION): Define.
5609         * iconvdata/t.61.c (ONE_DIRECTION): Define.
5610         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
5611         * iconvdata/tscii.c (ONE_DIRECTION): Define.
5612         * iconvdata/uhc.c (ONE_DIRECTION): Define.
5613         * iconvdata/unicode.c (ONE_DIRECTION): Define.
5614         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
5615         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
5616         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
5618 2014-05-01  Roland McGrath  <roland@hack.frob.com>
5620         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
5621         (_IO_JUMPS_OFFSET): Define to 0.
5623         * nptl/sysdeps/pthread/bits/libc-lock.h
5624         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5625         (__libc_lock_define_initialized_recursive): Always define using
5626         initializer.  Modern compilers treat uninitialized (implicit zero) and
5627         explicit zero initializers the same (i.e. put the datum in bss).
5629 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5631         * nscd/nscd-client.h: Include <string.h>.
5633 2014-05-01  David S. Miller  <davem@davemloft.net>
5635         [BZ #16885]
5636         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
5637         multiple zero bytes exist at the end of a string.
5638         Reported by Aurelien Jarno <aurelien@aurel32.net>
5640         * string/test-strcmp.c (check): Add explicit test for situations where
5641         there are multiple zero bytes after the first.
5643 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5645         [BZ #16890]
5646         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
5647         when compiling wprintf.
5648         * stdio-common/tstdiomisc.c (t3): New function.
5649         (main): Call it.
5651 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5653         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
5654         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
5655         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
5656         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
5658 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5660         * stdlib/longlong.h: Updated from GCC.
5662 2014-05-01  Will Newton  <will.newton@linaro.org>
5663             Bernard Ogden  <bernie.ogden@linaro.org>
5665         * NEWS: Update fixed bug list.
5667         [BZ #15119]
5668         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
5670 2014-04-30  David S. Miller  <davem@davemloft.net>
5672         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
5673         (libc_feholdexcept_setround_sparc_ctx): New function.
5674         (libc_fesetenv_sparc_ctx): Likewise.
5675         (libc_feupdateenv_sparc_ctx): Likewise.
5676         (libc_feholdsetround_sparc_ctx): Likewise.
5677         (libc_feholdexcept_setround_ctx): Define.
5678         (libc_feholdexcept_setroundf_ctx): Likewise.
5679         (libc_feholdexcept_setroundl_ctx): Likewise.
5680         (libc_fesetenv_ctx): Likewise.
5681         (libc_fesetenvf_ctx): Likewise.
5682         (libc_fesetenvl_ctx): Likewise.
5683         (libc_feupdateenv_ctx): Likewise.
5684         (libc_feupdateenvf_ctx): Likewise.
5685         (libc_feupdateenvl_ctx): Likewise.
5686         (libc_feresetround_ctx): Likewise.
5687         (libc_feresetroundf_ctx): Likewise.
5688         (libc_feresetroundl_ctx): Likewise.
5689         (libc_feholdsetround_ctx): Likewise.
5690         (libc_feholdsetroundf_ctx): Likewise.
5691         (libc_feholdsetroundl_ctx): Likewise.
5693         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5694         with __USE_GNU instead of XOPEN cpp guards.
5696         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
5697         0.
5699         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5700         with XOPEN cpp guards.
5702 2014-04-30  Julian Brown  <julian@codesourcery.com>
5704         [BZ #16888]
5705         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
5706         handling.
5708 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
5710         [BZ #9894]
5711         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
5712         Change to 2.6.32.
5713         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
5714         * sysdeps/unix/sysv/linux/configure: Regenerated.
5715         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
5716         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
5717         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
5718         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
5719         * README: Update reference to required Linux kernel version.
5720         * manual/install.texi (Linux): Update reference to required Linux
5721         kernel headers version.
5722         * INSTALL: Regenerated.
5724         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
5725         header inclusion.
5726         [POSIX] (limits.h): Likewise.
5727         [POSIX] (math.h): Likewise.
5728         [POSIX] (sys/wait.h): Likewise.
5729         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
5730         function.
5731         [POSIX] (stddef.h): Do not allow header inclusion.
5733 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5735         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
5737 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
5739         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
5740         Return immediately after lll_futex_wake.
5742 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5744         [BZ #16791]
5745         * nscd/nscd-client.h (datahead_init_common): Initialize entire
5746         structure.
5747         (datahead_init_pos): Call datahead_init_common early.
5748         (datahead_init_neg): Likewise.
5750         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
5751         datahead_init_neg): New functions.
5752         * nscd/aicache.c (addhstaiX): Use them.
5753         * nscd/grpcache.c (cache_addgr): Likewise.
5754         * nscd/hstcache.c (cache_addhst): Likewise.
5755         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5756         * nscd/netgroupcache.c (do_notfound): Likewise.
5757         (addgetnetgrentX): Likewise.
5758         (addinnetgrX): Likewise.
5759         * nscd/pwdcache.c (cache_addpw): Likewise.
5760         * nscd/servicescache.c (cache_addserv): Likewise.
5762 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5763             Atsushi Onoe  <atsushi@onoe.org>
5765         [BZ #14308]
5766         [BZ #12994]
5767         [BZ #13651]
5768         * resolv/res_query.c (__libc_res_nsearch): Return if at least
5769         one response is valid.
5770         * resolv/res_send.c (send_dg): Check for validity of other
5771         response if the current response is a referral.
5773 2014-04-29  Steve Ellcey  <sellcey@mips.com>
5775         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
5777 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
5779         [BZ #16823]
5780         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
5781         Always divide by positive zero when computing -Inf result.
5782         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
5783         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
5785 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5787         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
5788         FPSCR if value do not change.
5789         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
5790         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
5791         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
5792         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
5793         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
5794         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
5795         function.
5797 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
5799         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
5800         * sysdeps/unix/sysv/linux/hppa: Move directory from
5801         ports/systeps/unix/sysv/linux/hppa.
5802         * README: Update listing for hppa-*-linux-gnu.
5804 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
5806         [BZ #16754]
5807         * manual/stdio.texi (Hook functions): Fix types of stream hook
5808         functions.
5809         [BZ #16854]
5810         * socket/sys/socket.h: Fix typo in comment.
5812 2014-04-28  Wilco  <wdijkstr@arm.com>
5814         * sysdeps/arm/fenv_private.h: New file.
5815         * sysdeps/arm/math_private.h: New file.
5816         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
5818 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
5820         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
5821         with __int128_t.
5822         (La_x86_64_retval): Likewise.
5824 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
5826         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
5827         fpsr if value didn't change.
5828         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
5829         to fpcr if value didn't change.
5830         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
5831         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
5832         fpsr or fpcr if value didn't change.
5833         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
5834         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
5835         fpcr if value didn't change.
5836         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
5837         to fpsr if value didn't change.
5839 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
5841         * nptl/tst-sem3.c: Use test-skeleton.c
5842         (main): Rename to do_test.  Use return instead of
5843         exit.
5844         * nptl/tst-sem4.c: Use test-skeleton.c
5845         (main): Rename to do_test.
5847 2014-04-22  David S. Miller  <davem@davemloft.net>
5849         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
5850         (struct sigaction): New struct member __glibc_reserved0, change
5851         type of sa_flags to int.
5853 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
5855         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
5856         (COUNT_LEADING_ZEROS_0): Define for AArch64.
5858 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5860         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
5861         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
5863 2014-04-22  Will Newton  <will.newton@linaro.org>
5864             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
5866         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
5867         (__longjmp): Add longjmp and longjmp_target SystemTap
5868         probes.
5869         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
5870         (__sigsetjmp): Add setjmp SystemTap probe.
5872 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
5874         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
5875         match manual order.
5877 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5879         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
5881         * sysdeps/powerpc/fpu/fenv_private.h
5882         (libc_feholdexcept_setroundl_ctx): Define to
5883         libc_feholdexcept_setround_ppc_ctx.
5884         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
5885         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
5886         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
5887         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
5889 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5891         * sysdeps/aarch64/math-tests.h: New file.
5893 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
5895         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
5896         New.
5897         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5898         Check and set bit_AVX2_Usable.
5899         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
5900         macro.
5901         (bit_AVX2): Likewise.
5902         (index_AVX2_Usable): Likewise.
5903         (CPUID_AVX2): Likewise.
5904         (HAS_AVX2): Likewise.
5906 2014-04-17  Will Newton  <will.newton@linaro.org>
5908         * manual/setjmp.texi (System V contexts): Add note that
5909         calling setcontext on a context created by a call to a
5910         signal handler is undefined.  Update text to note that
5911         setcontext from a signal handler is possible but not
5912         recommended.
5914         [BZ #16629]
5915         * stdlib/tst-setcontext.c: Include signal.h.
5916         (main): Check that the signal stack before and
5917         after swapcontext is the same.
5919         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
5920         Re-implement to restore registers in user code and avoid
5921         rt_sigreturn system call.
5923 2014-04-17  Wilco  <wdijkstr@arm.com>
5925         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
5926         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
5927         * math/test-fenv.c: Skip exception trap tests on targets which only
5928         support non-stop mode.
5930 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5931             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5933         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
5934         (libc_feholdsetround_aarch64_ctx)
5935         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
5936         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
5937         (libc_feresetround_ctx, libc_feresetroundf_ctx)
5938         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
5939         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
5940         (libc_feresetround_noexl_ctx): Define.
5942 2014-04-16  Richard Henderson  <rth@redhat.com>
5944         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
5946         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
5947         unwind tables.
5949         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
5950         const from the non-libc, non-ldso copy.
5952         * sysdeps/alpha/libm-test-ulps: Regenerate.
5954 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
5955             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5957         * sysdeps/aarch64/fpu/math_private.h: New file.
5959 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5961         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5963 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
5965         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
5966         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
5967         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
5968         Intel MPX bound registers before _dl_profile_fixup.
5969         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
5970         registers after _dl_profile_fixup.  Save and restore bound
5971         registers bnd0/bnd1 when calling _dl_call_pltexit.
5972         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
5973         (LR_BND_OFFSET): Likewise.
5974         (LRV_BND0_OFFSET): Likewise.
5975         (LRV_BND1_OFFSET): Likewise.
5977 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5979         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
5980         to...
5981         * sysdeps/mach/hurd/i386/tls.h: ... here.
5982         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
5983         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
5984         fields.
5986 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5988         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
5990 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5992         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5994 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5996         [BZ #14770]
5997         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
5998         * sysdeps/s390/configure: Regenerate.
6000         [BZ #16824]
6001         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6002         Set round-to-nearest internally to reduce error accumulation.
6004 2014-04-16  Alan Modra  <amodra@gmail.com>
6006         [BZ #16740]
6007         [BZ #16619]
6008         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6009         * math/libm-test.inc (frexp_test_data): Add tests.
6010         * NEWS: Update fixed bug list.
6012 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6014         * benchtests/Makefile: Depend on libraries in build directory.
6015         (bench-math): Separate out math tests.
6016         (bench-pthread): Separate out pthread tests.
6017         (bench): Include math and pthread tests.
6019 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6021         [BZ #16831]
6022         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6023         _dl_debug_initialize.
6025         * configure.ac: Remove SELinux header check.
6026         * configure: Regenerate.
6027         * nscd/selinux.c (perms): Array of const char* to permission names.
6028         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6029         default policy. Call string_to_security_class and string_to_av_perm to
6030         translate strings. Enforce default policy and call avs_has_perm with
6031         results of translated strings.
6033 2014-04-13  David S. Miller  <davem@davemloft.net>
6035         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6037 2014-04-12  Allan McRae  <allan@archlinux.org>
6039         [BZ #16838]
6040         * manual/string.texi (Collation Functions): Fix qsort argument
6041         order in example.
6042         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6044 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6046         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6047         Make the test a no-op if there are no exceptions defined.
6049 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6051         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6052         enable-hardcoded-path-in-tests
6054 2014-04-11  Will Newton  <will.newton@linaro.org>
6056         * benchtests/Makefile (extra-objs): Add json-lib.o.
6057         (bench-func): Tidy up JSON output.
6058         * benchtests/bench-skeleton.c: Include json-lib.h.
6059         (main): Use JSON library functions to do output of
6060         benchmark results.
6061         * benchtests/bench-timing-type.c (main): Output the
6062         timing type simply, leaving formatting to the user.
6063         * benchtests/json-lib.c: New file.
6064         * benchtests/json-lib.h: Likewise.
6066 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6068         [BZ #15215]
6069         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6070         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6071         memory barriers.  Add comments.
6072         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6073         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6074         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6075         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6076         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6077         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6079 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6081         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6082         * sysdeps/s390/s390-64/configure.ac: ... this ...
6083         * sysdeps/s390/configure.ac: ... to here.
6084         * sysdeps/s390/s390-32/configure: Delete file.
6085         * sysdeps/s390/s390-64/configure: Delete file.
6086         * sysdeps/s390/configure: Regenerate.
6088 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6090         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6092 2014-04-11  Will Newton  <will.newton@linaro.org>
6094         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6095         to zero if it is not defined elsewhere.  (mtrim): Test
6096         the value of MALLOC_DEBUG with #if rather than #ifdef.
6098 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6100         * benchtests/pthread_once-inputs: New file.
6101         * benchtests/pthread_once-source.c: New file.
6102         * benchtests/README: Update documentation.
6104 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6105             H.J. Lu  <hongjiu.lu@intel.com>
6107         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6108         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6109         * sysdeps/x86_64/configure: Regenerated.
6110         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6111         macro.
6112         (REGISTER_SAVE_RAX): Likewise.
6113         (REGISTER_SAVE_RCX): Likewise.
6114         (REGISTER_SAVE_RDX): Likewise.
6115         (REGISTER_SAVE_RSI): Likewise.
6116         (REGISTER_SAVE_RDI): Likewise.
6117         (REGISTER_SAVE_R8): Likewise.
6118         (REGISTER_SAVE_R9): Likewise.
6119         (REGISTER_SAVE_BND0): Likewise.
6120         (REGISTER_SAVE_BND1): Likewise.
6121         (REGISTER_SAVE_BND2): Likewise.
6122         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6123         bound registers when calling _dl_fixup.
6125 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6127         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6128         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6129         of its definition.
6130         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6131         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6132         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6133         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6134         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6135         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6136         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6138 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6140         [BZ #15514]
6141         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6142         pathconf(_PC_NAME_MAX).
6144 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6146         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6147         Remove macro usage.
6148         (__PTHREAD_SPINS): Move definition to ...
6149         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6150         (__PTHREAD_SPINS): ... here.
6151         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6152         (__PTHREAD_SPIN): Likewise.
6153         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6154         (__PTHREAD_SPIN): Likewise.
6155         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6156         (__PTHREAD_SPIN): Likewise.
6157         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6158         (__PTHREAD_SPIN): Likewise.
6159         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6160         (__PTHREAD_SPIN): Likewise.
6161         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6162         (__PTHREAD_SPIN): Likewise.
6163         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6164         (__PTHREAD_SPIN): Likewise.
6165         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6166         (__PTHREAD_SPIN): Likewise.
6167         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6168         (__PTHREAD_SPIN): Likewise.
6169         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6170         (__PTHREAD_SPIN): Likewise.
6171         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6172         (__PTHREAD_SPIN): Likewise.
6173         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6174         (__PTHREAD_SPIN): Likewise.
6176         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6177         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6178         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6179         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6180         imply folder.
6181         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6182         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6183         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6184         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6185         correct imply path.
6186         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6187         strlen symbol for non multi-arch builds.
6188         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6189         missing hidden_def and weak_alias.
6191 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6193         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6195 2014-04-07  Will Newton  <will.newton@linaro.org>
6197         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6198         and contents.  [!_LIBC] Remove #ifndef and contents.
6199         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6200         * string/memccpy.c (__memccpy): Use ANSI prototype.
6201         * string/memfrob.c (memfrob): Likewise.
6202         * string/strcoll.c (STRCOLL): Likewise.
6203         * string/strlen.c (strlen): Likewise.
6204         * string/strtok.c (STRTOK): Likewise.
6205         * string/strcat.c: Remove unused #include of memcopy.h.
6206         (strcat): Use ANSI prototype.
6207         * string/strchr.c: Remove unused #include of memcopy.h.
6208         (strchr): Use ANSI prototype.
6209         * string/strcmp.c: Remove unused #include of memcopy.h.
6210         (strcmp): Use ANSI prototype.
6211         * string/strcpy.c: Remove unused #include of memcopy.h.
6212         (strcpy): Use ANSI prototype.
6214 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6216         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6217         * config.make.in (config-extra-cppflags): Set it from
6218         libc_extra_cppflags.
6219         * configure.ac (libc_extra_cflags): Make it accumulate over
6220         configure fragments.
6221         (libc_extra_cppflags): New flag.
6222         * configure. Regenerate.
6223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6224         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6225         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6228         [BZ #16815]
6229         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6230         result for FE_DOWNWARD rounding mode.
6231         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6232         Likewise.
6233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6235 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6237         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6238         in function argument name.
6240 2014-04-03  David Svoboda  <svoboda@cert.org>
6242         [BZ #5666]
6243         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6244         explicitly.
6246 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6248         * elf/dl-unmap-segments.h: New file.
6249         * sysdeps/generic/ldsodefs.h
6250         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6251         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6252         * elf/dl-fptr.c: Likewise.
6253         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6254         * sysdeps/aarch64/tlsdesc.c: Likewise.
6255         * sysdeps/arm/tlsdesc.c: Likewise.
6256         * sysdeps/i386/tlsdesc.c: Likewise.
6257         * sysdeps/tile/dl-runtime.c: Likewise.
6258         * sysdeps/x86_64/tlsdesc.c: Likewise.
6259         * elf/dl-load.h: New file.
6260         * elf/dl-load.c: Include it.
6261         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6262         Macros moved to dl-load.h.
6263         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6264         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6265         Use _dl_unmap_segments in place of __munmap.
6266         Break out segment-mapping loop into ...
6267         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6269 2014-04-03  Will Newton  <will.newton@linaro.org>
6271         * elf/dl-lookup.c (do_lookup_x): Remove comment
6272         referring to nested function and move variable
6273         declarations down to before first use.
6275 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6277         [BZ #16799]
6278         [BZ #16800]
6279         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6280         with 0 numerator.
6281         * math/s_catanf.c (__catanf): Likewise.
6282         * math/s_catanh.c (__catanh): Likewise.
6283         * math/s_catanhf.c (__catanhf): Likewise.
6284         * math/s_catanhl.c (__catanhl): Likewise.
6285         * math/s_catanl.c (__catanl): Likewise.
6286         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6287         by positive zero when computing -Inf result.
6288         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6289         (catanh_test): Likewise.
6290         * sysdeps/i386/fpu/libm-test-ulps: Update.
6291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6293         [BZ #16789]
6294         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6295         instead of using underflowing value in computing result.
6296         * math/s_clog10.c (__clog10): Likewise.
6297         * math/s_clog10f.c (__clog10f): Likewise.
6298         * math/s_clog10l.c (__clog10l): Likewise.
6299         * math/s_clogf.c (__clogf): Likewise.
6300         * math/s_clogl.c (__clogl): Likewise.
6301         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6302         (clog10_test): Likewise.
6303         * sysdeps/i386/fpu/libm-test-ulps: Update.
6304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6306 2014-04-02  Alan Modra  <amodra@gmail.com>
6308         [BZ #16739]
6309         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6310         output when value is near a power of two.  Use int64_t for lx and
6311         remove casts.  Use decimal rather than hex exponent constants.
6312         Don't use long double multiplication when double will suffice.
6313         * math/libm-test.inc (nextafter_test_data): Add tests.
6314         * NEWS: Add 16739 and 16786 to bug list.
6316         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6318         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6320 2014-04-01  Will Newton  <will.newton@linaro.org>
6322         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6323         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6325 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6327         [BZ #13347]
6328         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6329         * nptl/tst-setuid2.c: New file.
6330         * nptl/Makefile (xtests): Add tst-setuid2.
6332 2014-04-01  Alan Modra  <amodra@gmail.com>
6334         [BZ #16786]
6335         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6337 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6339         [BZ #6803]
6340         [BZ #6804]
6341         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6342         set errno as appropriate.
6343         * math/w_scalbf.c (__scalbf): Likewise.
6344         * math/w_scalbl.c (__scalbl): Likewise.
6345         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6346         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6347         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6348         Add more NaN tests.
6350         [BZ #16349]
6351         * math/w_atan2.c: Include <errno.h>.
6352         (__atan2): Set errno for result underflowing to zero.
6353         * math/w_atan2f.c: Include <errno.h>.
6354         (__atan2f): Set errno for result underflowing to zero.
6355         * math/w_atan2l.c: Include <errno.h>.
6356         (__atan2l): Set errno for result underflowing to zero.
6357         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6358         tests.
6359         * math/auto-libm-test-out: Regenerated.
6361 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6363         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6364         Encode instruction correctly in little endian.
6365         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6366         Likewise.
6367         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6368         Likewise.
6369         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6370         Likewise.
6371         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6372         Likewise.
6374 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6376         [BZ #9894]
6377         * sysdeps/unix/sysv/linux/kernel-features.h
6378         [__sparc__ && !__arch64__ && !__sparc_v9__]
6379         (__ASSUME_SET_ROBUST_LIST): Do not define.
6380         [__sparc__ && !__arch64__ && !__sparc_v9__]
6381         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6382         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6383         Likewise.
6384         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6385         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6386         (__ASSUME_REQUEUE_PI): Likewise.
6387         (__ASSUME_SET_ROBUST_LIST): Likewise.
6388         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6389         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6390         Undefine.
6391         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6392         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6393         Likewise.
6394         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6395         Likewise.
6396         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6397         Likewise.
6398         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6399         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6400         Undefine.
6401         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6402         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6403         Likewise.
6405         [BZ #16648]
6406         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6407         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6408         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6410 2014-03-31  Will Newton  <will.newton@linaro.org>
6412         * benchtests/Makefile (bench): Add ffs and ffsll to list
6413         of tests.
6414         * benchtests/ffs-inputs: New file.
6415         * benchtests/ffsll-inputs: Likewise.
6417 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6419         [BZ #16770]
6420         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6421         too large before casting to int.
6422         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
6423         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
6424         * math/libm-test.inc (scalb_test_data): Add more tests.
6426 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6428         * benchtests/Makefile (DETAILED_OPT): New make option.
6429         (bench-func): Run benchmark program with -d if DETAILED_OPT is
6430         set.
6431         * benchtests/bench-skeleton.c: Include stdbool.h.
6432         (main): Store and print timings per input.
6433         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
6434         member to each argument value.
6435         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
6436         (_print_arg_data): Initialize per-input timing to 0.
6438         * benchtests/Makefile (timing-type): New binary.
6439         (bench-clean): Also remove bench-timing-type.
6440         (bench): New target for timing-type.
6441         (bench-func): Print output in JSON format.
6442         * benchtests/bench-skeleton.c (main): Print output in JSON
6443         format.
6444         * benchtests/bench-timing-type.c: New file.
6445         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
6446         (TIMING_PRINT_STATS): Remove.
6447         * benchtests/scripts/bench.py (_print_arg_data): Store variant
6448         name separately.
6450         * benchtests/bench-modf.c: Remove.
6451         * benchtests/modf-inputs: New inputs file.
6453 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
6455         [BZ #16362]
6456         * math/s_clog10.c (M_PI_LOG10E): New macro.
6457         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
6458         imaginary parts are 0.
6459         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
6460         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
6461         imaginary parts are 0.
6462         * math/s_clog10l.c (M_PI_LOG10El): New macro.
6463         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
6464         imaginary parts are 0.
6465         * math/libm-test.inc (clog10_test_data): Update expected results
6466         for when real and imaginary parts are 0.
6468 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
6470         * elf/dl-load.c: Finish conversion of __builtin_expect into
6471         __glibc_{un}likely.
6473 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
6475         [BZ #16348]
6476         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
6477         1+x for argument with exponent below -67.
6478         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
6479         Likewise.
6480         * math/auto-libm-test-in: Add more tests of exp.
6481         * math/auto-libm-test-out: Regenerated.
6483 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6485         [BZ #16759]
6486         * inet/getnetgrent_r.c (get_nonempty_val): New function.
6487         (nscd_getnetgrent): Use it.
6489         [BZ #16760]
6490         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
6491         of stpcpy.
6493 2014-03-27  Andi Kleen  <ak@linux.intel.com>
6495         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
6496         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6497         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6498         (lll_robust_unlock): Remove out of line section. Use cfi
6499         intrinsics.
6500         (LLL_STUB_UNWIND_INFO*): Remove.
6501         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
6502         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6503         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6504         (lll_robust_unlock): Remove out of line section. Use cfi
6505         intrinsics.
6506         (LLL_STUB_UNWIND_INFO*): Remove.
6508 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6510         [BZ #16758]
6511         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
6512         blank values.
6514 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
6516         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
6518 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
6520         [BZ #16198]
6521         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
6522         fnstenv.
6523         * math/test-fenv-preserve.c: New file.
6524         * math/Makefile (tests): Add test-fenv-preserve.
6526 2014-03-26  Will Newton <will.newton@linaro.org>
6528         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
6530 2014-03-25  Roland McGrath  <roland@hack.frob.com>
6532         * scripts/versionlist.awk: Partition the version sets and emit all
6533         GLIBC_* (sorted) before all others (sorted).
6535 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6537         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
6538         GLIBC_2.2.5 version.
6540 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6542         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
6543         calls.
6545         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
6546         previous change.
6548         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6550 2014-03-25  Andreas Schwab  <schwab@suse.de>
6552         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
6553         label to be used after in6ailist is initialized.
6555 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6557         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6558         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6560 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6562         [BZ #16357]
6563         [BZ #16599]
6564         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
6565         min_plus_half.
6566         (fp_formats): Update initializers.
6567         (init_fp_formats): Initialize new field.
6568         (output_for_one_input_case): Allow underflow for results up to
6569         min_plus_half.
6570         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
6571         * math/auto-libm-test-in: Don't mark some underflows from asin and
6572         atanh as spurious.
6573         * math/auto-libm-test-out: Regenerated.
6574         * sysdeps/i386/fpu/libm-test-ulps: Update.
6575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6577 2014-03-25  Andreas Schwab  <schwab@suse.de>
6579         * libio/Makefile (tst-ftell-partial-wide-ENV)
6580         (tst-ftell-active-handler-ENV): Define.
6582 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
6584         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
6586 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6588         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
6590 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6592         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
6593         * sysdeps/x86_64/fpu/multiarch/e_exp.c
6594         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
6596 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6598         [BZ #16634]
6599         * elf/dl-load.c (open_verify): Add mode parameter.
6600         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
6601         (open_path): Change from boolean 'secure' to complete flag 'mode'
6602         (_dl_map_object): Adjust.
6603         * elf/Makefile (tests): Add tst-dlopen-aout.
6604         * elf/tst-dlopen-aout.c: New test.
6606 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
6608         [BZ #16714]
6609         * sysdeps/unix/sysv/linux/s390/bits/stat.h
6610         (struct stat): Rename member pad0 to __glibc_reserved0.
6612         [BZ #16712]
6613         * sysdeps/s390/s390-32/bits/wordsize.h
6614         (__WORDSIZE32_SIZE_ULONG): New define.
6615         * sysdeps/s390/s390-64/bits/wordsize.h
6616         (__WORDSIZE32_SIZE_ULONG): Likewise.
6617         * sysdeps/generic/stdint.h (SIZE_MAX):
6618         Define as UL if __WORDSIZE32_SIZE_ULONG.
6620         [BZ #16713]
6621         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
6622         (__glibc_reserved0): New variable.
6623         (sa_flags): Change type to int.
6625         * posix/Makefile (before-compile): Use += before-compile instead
6626         of a :=.
6628         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6629         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6631 2014-03-20  Andreas Schwab  <schwab@suse.de>
6633         [BZ #16743]
6634         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
6635         non-matching result from nscd.
6637 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6639         * scripts/bench.py: Moved to ...
6640         * benchtests/scripts/bench.py: ... here.
6641         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
6643 2014-03-24  Andreas Schwab  <schwab@suse.de>
6645         [BZ #16002]
6646         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
6647         alloca_account and account alloca use for struct in6ailist.
6649 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6651         [BZ #16284]
6652         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
6653         rounding mode to recompute results that overflow to infinity or
6654         underflow to zero.
6655         * math/auto-libm-test-in: Don't mark tests as expected to fail for
6656         bug 16284.
6657         * math/auto-libm-test-out: Regenerated.
6658         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
6659         (ccosh_test): Likewise.
6660         (csin_test_data): Use plus_oflow.
6661         (csin_test): Use ALL_RM_TEST.
6662         (csinh_test_data): Use plus_oflow.
6663         (csinh_test): Use ALL_RM_TEST.
6664         * sysdeps/i386/fpu/libm-test-ulps: Update.
6665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6667 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
6669         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
6670         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
6671         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
6673         [BZ #16731]
6674         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
6675         when x - 1 is zero.
6676         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6677         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6678         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
6679         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
6680         argument is 1.
6681         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
6682         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
6683         zero.
6684         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
6685         * sysdeps/i386/fpu/libm-test-ulps: Update.
6686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6688 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6690         * scripts/bench.pl: Remove file.
6691         * scripts/bench.py: New benchmark script.
6692         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
6693         * benchtests/README: Mention python dependency.
6694         * scripts/pylintrc: New file.
6695         * scripts/pylint: New file.
6697         * bits/mathdef.h: Use #ifdef instead of #if.
6698         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
6699         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6700         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
6701         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6702         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
6703         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6705 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6706             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6708         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
6709         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
6710         and strpbrk-ppc64 objects.
6711         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6712         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
6713         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
6714         multiarch strpbrk for POWER7.
6715         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
6716         multiarch strpbrk for PPC64.
6717         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
6718         ifunc selector.
6719         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
6720         strpbrk for POWER7.
6722 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6724         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
6725         (atan_test): Likewise.
6726         (atanh_test_data): Use NO_TEST_INLINE for two tests.
6727         (atanh_test): Use ALL_RM_TEST.
6728         (atan2_test_data): Likewise.
6729         (cabs_test): Likewise.
6730         (cacosh_test): Likewise.
6731         (carg_test): Likewise.
6732         (casin_test): Likewise.
6733         (casinh_test): Likewise.
6734         (cbrt_test): Likewise.
6735         (csqrt_test): Likewise.
6736         (erf_test): Likewise.
6737         (erfc_test): Likewise.
6738         (pow10_test): Likewise.
6739         (exp2_test): Likewise.
6740         (hypot_test): Likewise.
6741         (j0_test): Likewise.
6742         (j1_test): Likewise.
6743         (lgamma_test): Likewise.
6744         (gamma_test): Likewise.
6745         (sincos_test): Likewise.
6746         (tanh_test): Likewise.
6747         (y0_test): Likewise.
6748         (y1_test): Likewise.
6749         * sysdeps/i386/fpu/libm-test-ulps: Update.
6750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6752 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6754         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
6755         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6756         and strcspn-ppc64 objects.
6757         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6758         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
6759         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
6760         multiarch strcspn for POWER7.
6761         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
6762         multiarch strcspn for PPC64.
6763         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
6764         ifunc selector.
6765         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
6766         strcspn for POWER7.
6768 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6770         * math/gen-libm-test.pl (generate_testfile): Expect only function
6771         name as argument to AUTO_TESTS_* and pass results for all rounding
6772         modes to parse_args.
6773         (parse_auto_input): Separate inputs of automatic tests from
6774         outputs before storing in %auto_tests.
6775         * math/libm-test.inc (acos_test_data): Update call to
6776         AUTO_TESTS_f_f.
6777         (acos_test): Use ALL_RM_TEST.
6778         (acos_tonearest_test_data): Remove.
6779         (acos_test_tonearest): Likewise.
6780         (acos_towardzero_test_data): Likewise.
6781         (acos_test_towardzero): Likewise.
6782         (acos_downward_test_data): Likewise.
6783         (acos_test_downward): Likewise.
6784         (acos_upward_test_data): Likewise.
6785         (acos_test_upward): Likewise.
6786         (acosh_test_data): Update call to AUTO_TESTS_f_f.
6787         (asin_test_data): Likewise.
6788         (asin_test): Use ALL_RM_TEST.
6789         (asin_tonearest_test_data): Remove.
6790         (asin_test_tonearest): Likewise.
6791         (asin_towardzero_test_data): Likewise.
6792         (asin_test_towardzero): Likewise.
6793         (asin_downward_test_data): Likewise.
6794         (asin_test_downward): Likewise.
6795         (asin_upward_test_data): Likewise.
6796         (asin_test_upward): Likewise.
6797         (asinh_test_data): Update call to AUTO_TESTS_f_f.
6798         (atan_test_data): Likewise.
6799         (atanh_test_data): Likewise.
6800         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
6801         (cabs_test_data): Update call to AUTO_TESTS_c_f.
6802         (carg_test_data): Likewise.
6803         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
6804         (ccos_test_data): Update call to AUTO_TESTS_c_c.
6805         (ccosh_test_data): Likewise.
6806         (cexp_test_data): Likewise.
6807         (clog_test_data): Likewise.
6808         (clog10_test_data): Likewise.
6809         (cos_test_data): Update call to AUTO_TESTS_f_f.
6810         (cos_test): Use ALL_RM_TEST.
6811         (cos_tonearest_test_data): Remove.
6812         (cos_test_tonearest): Likewise.
6813         (cos_towardzero_test_data): Likewise.
6814         (cos_test_towardzero): Likewise.
6815         (cos_downward_test_data): Likewise.
6816         (cos_test_downward): Likewise.
6817         (cos_upward_test_data): Likewise.
6818         (cos_test_upward): Likewise.
6819         (cosh_test_data): Update call to AUTO_TESTS_f_f.
6820         (cosh_test): Use ALL_RM_TEST.
6821         (cosh_tonearest_test_data): Remove.
6822         (cosh_test_tonearest): Likewise.
6823         (cosh_towardzero_test_data): Likewise.
6824         (cosh_test_towardzero): Likewise.
6825         (cosh_downward_test_data): Likewise.
6826         (cosh_test_downward): Likewise.
6827         (cosh_upward_test_data): Likewise.
6828         (cosh_test_upward): Likewise.
6829         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
6830         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
6831         (ctan_test_data): Likewise.
6832         (ctan_test): Use ALL_RM_TEST.
6833         (ctan_tonearest_test_data): Remove.
6834         (ctan_test_tonearest): Likewise.
6835         (ctan_towardzero_test_data): Likewise.
6836         (ctan_test_towardzero): Likewise.
6837         (ctan_downward_test_data): Likewise.
6838         (ctan_test_downward): Likewise.
6839         (ctan_upward_test_data): Likewise.
6840         (ctan_test_upward): Likewise.
6841         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
6842         (ctanh_test): Use ALL_RM_TEST.
6843         (ctanh_tonearest_test_data): Remove.
6844         (ctanh_test_tonearest): Likewise.
6845         (ctanh_towardzero_test_data): Likewise.
6846         (ctanh_test_towardzero): Likewise.
6847         (ctanh_downward_test_data): Likewise.
6848         (ctanh_test_downward): Likewise.
6849         (ctanh_upward_test_data): Likewise.
6850         (ctanh_test_upward): Likewise.
6851         (erf_test_data): Update call to AUTO_TESTS_f_f.
6852         (erfc_test_data): Likewise.
6853         (exp_test_data): Likewise.
6854         (exp_test): Use ALL_RM_TEST.
6855         (exp_tonearest_test_data): Remove.
6856         (exp_test_tonearest): Likewise.
6857         (exp_towardzero_test_data): Likewise.
6858         (exp_test_towardzero): Likewise.
6859         (exp_downward_test_data): Likewise.
6860         (exp_test_downward): Likewise.
6861         (exp_upward_test_data): Likewise.
6862         (exp_test_upward): Likewise.
6863         (exp10_test_data): Update call to AUTO_TESTS_f_f.
6864         (exp10_test): Use ALL_RM_TEST.
6865         (exp10_tonearest_test_data): Remove.
6866         (exp10_test_tonearest): Likewise.
6867         (exp10_towardzero_test_data): Likewise.
6868         (exp10_test_towardzero): Likewise.
6869         (exp10_downward_test_data): Likewise.
6870         (exp10_test_downward): Likewise.
6871         (exp10_upward_test_data): Likewise.
6872         (exp10_test_upward): Likewise.
6873         (exp2_test_data): Update call to AUTO_TESTS_f_f.
6874         (expm1_test_data): Likewise.
6875         (expm1_test): Use ALL_RM_TEST.
6876         (expm1_tonearest_test_data): Remove.
6877         (expm1_test_tonearest): Likewise.
6878         (expm1_towardzero_test_data): Likewise.
6879         (expm1_test_towardzero): Likewise.
6880         (expm1_downward_test_data): Likewise.
6881         (expm1_test_downward): Likewise.
6882         (expm1_upward_test_data): Likewise.
6883         (expm1_test_upward): Likewise.
6884         (fma_test_data): Update call to AUTO_TESTS_fff_f.
6885         (fma_test): Use ALL_RM_TEST.
6886         (fma_towardzero_test_data): Remove.
6887         (fma_test_towardzero): Likewise.
6888         (fma_downward_test_data): Likewise.
6889         (fma_test_downward): Likewise.
6890         (fma_upward_test_data): Likewise.
6891         (fma_test_upward): Likewise.
6892         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
6893         (j0_test_data): Update call to AUTO_TESTS_f_f.
6894         (j1_test_data): Likewise.
6895         (jn_test_data): Update call to AUTO_TESTS_if_f.
6896         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
6897         (log_test_data): Update call to AUTO_TESTS_f_f.
6898         (log10_test_data): Likewise.
6899         (log1p_test_data): Likewise.
6900         (log2_test_data): Likewise.
6901         (pow_test_data): Update call to AUTO_TESTS_ff_f.
6902         (pow_tonearest_test_data): Likewise.
6903         (sin_test_data): Update call to AUTO_TESTS_f_f.
6904         (sin_test): Use ALL_RM_TEST.
6905         (sin_tonearest_test_data): Remove.
6906         (sin_test_tonearest): Likewise.
6907         (sin_towardzero_test_data): Likewise.
6908         (sin_test_towardzero): Likewise.
6909         (sin_downward_test_data): Likewise.
6910         (sin_test_downward): Likewise.
6911         (sin_upward_test_data): Likewise.
6912         (sin_test_upward): Likewise.
6913         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
6914         (sinh_test_data): Update call to AUTO_TESTS_f_f.
6915         (sinh_test): Use ALL_RM_TEST.
6916         (sinh_tonearest_test_data): Remove.
6917         (sinh_test_tonearest): Likewise.
6918         (sinh_towardzero_test_data): Likewise.
6919         (sinh_test_towardzero): Likewise.
6920         (sinh_downward_test_data): Likewise.
6921         (sinh_test_downward): Likewise.
6922         (sinh_upward_test_data): Likewise.
6923         (sinh_test_upward): Likewise.
6924         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
6925         (sqrt_test): Use ALL_RM_TEST.
6926         (sqrt_tonearest_test_data): Remove.
6927         (sqrt_test_tonearest): Likewise.
6928         (sqrt_towardzero_test_data): Likewise.
6929         (sqrt_test_towardzero): Likewise.
6930         (sqrt_downward_test_data): Likewise.
6931         (sqrt_test_downward): Likewise.
6932         (sqrt_upward_test_data): Likewise.
6933         (sqrt_test_upward): Likewise.
6934         (tan_test_data): Update call to AUTO_TESTS_f_f.
6935         (tan_test): Use ALL_RM_TEST.
6936         (tan_tonearest_test_data): Remove.
6937         (tan_test_tonearest): Likewise.
6938         (tan_towardzero_test_data): Likewise.
6939         (tan_test_towardzero): Likewise.
6940         (tan_downward_test_data): Likewise.
6941         (tan_test_downward): Likewise.
6942         (tan_upward_test_data): Likewise.
6943         (tan_test_upward): Likewise.
6944         (tanh_test_data): Update call to AUTO_TESTS_f_f.
6945         (tgamma_test_data): Likewise.
6946         (y0_test_data): Likewise.
6947         (y1_test_data): Likewise.
6948         (yn_test_data): Update call to AUTO_TESTS_if_f.
6949         (main): Do not call removed functions.
6951 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6953         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
6954         (ldexp_test_data): Remove.
6955         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
6956         scalbn_test_data.
6957         (scalb_test): Use ALL_RM_TEST.
6959 2014-03-19  Andreas Schwab  <schwab@suse.de>
6961         * nscd/nscd.service: Also invalidate netgroup cache on reload.
6963 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6965         [BZ #16649]
6966         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6967         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
6968         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
6969         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6970         (__ASSUME_PREADV): Undefine.
6971         (__ASSUME_PWRITEV): Likewise.
6973 2014-03-18  Roland McGrath  <roland@hack.frob.com>
6975         * bits/mman-linux.h: Add comment about non-Linux use.
6976         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
6977         bits/mman-linux.h resting place.
6979         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
6980         * bits/mman-linux.h: ... here.
6982 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6984         * conform/conformtest.pl: Add standard definition when calling C
6985         preprocessor on data files.
6986         (checknamespace): Remove unused variable.
6988 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
6990         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
6991         minus_oflow, plus_uflow and minus_uflow in expected results.
6992         * math/libm-test.inc (scalbn_test_data): Add more tests of
6993         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
6994         minus_uflow.
6995         (scalbn_test): Use ALL_RM_TEST.
6996         (scalbln_test_data): Add more tests of negative arguments.  Use
6997         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
6998         (scalbln_test): Use ALL_RM_TEST.
7000 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7002         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7004 2014-03-18  Will Newton  <will.newton@linaro.org>
7006         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7007         inaccurate comment.
7009 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7011         * Makerules [!subdir] (check-abi): Exit with error status if a
7012         test failed.
7014 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7016         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7017         for rint.  Include results for all rounding modes.
7018         (nearbyint_test): Use ALL_RM_TEST.
7019         (rint_test_data): Include all tests used for nearbyint.
7021 2014-03-17  Will Newton  <will.newton@linaro.org>
7023         * nptl/sysdeps/pthread/pthread.h: Revert previous
7024         change.
7026         * sysdeps/generic/ldsodefs.h: Revert previous
7027         change.
7029         * libio/genops.c: Revert previous change.
7030         * libio/libioP.h: Likewise.
7031         * stdio-common/vfprintf.c: Likewise.
7033         * sysdeps/generic/math_private.h: Revert previous
7034         change.
7036         * sysdeps/generic/math_private.h: Check whether
7037         HAVE_RM_CTX is defined with #ifdef rather
7038         than #if.
7040         * argp/argp-fmtstream.h: Check whether
7041         __STRICT_ANSI__ is defined with #ifdef rather
7042         than #if.
7043         * argp/argp.h: Likewise.
7045         * libio/genops.c: Check whether
7046         _IO_JUMPS_OFFSET is defined with #ifdef rather
7047         than #if.
7048         * libio/libioP.h: Likewise.
7049         * stdio-common/vfprintf.c: Likewise.
7051         * sysdeps/generic/ldsodefs.h: Check whether
7052         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7053         than #if.
7055         * nptl/sysdeps/pthread/pthread.h: Check
7056         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7057         its value.
7059 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7061         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7062         setting O_APPEND.
7063         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7064         test case.
7066         [BZ #16680]
7067         * libio/fileops.c (_IO_file_open): Seek to end of file but
7068         don't cache the offset.
7069         (get_file_offset): Remove function.
7070         (do_ftell): Use cached offset when available.
7071         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7072         don't cache the offset.
7073         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7074         case.
7075         (do_one_test): Call it.
7076         (do_ftell_test): Fix up expected old offset for a+ mode.
7077         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7078         available.
7080         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7081         up test status with function return status.
7082         (do_write_test): Likewise.
7083         (do_append_test): Likewise.
7085         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7086         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7087         Remove.
7089 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7091         * math/gen-libm-test.pl (parse_args): Handle results specified for
7092         each rounding mode separately.
7093         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7094         tests and results from lrint_tonearest_test_data,
7095         lrint_towardzero_test_data, lrint_downward_test_data and
7096         lrint_upward_test_data.
7097         (lrint_test): Use ALL_RM_TEST.
7098         (lrint_tonearest_test_data): Remove.
7099         (lrint_test_tonearest): Likewise.
7100         (lrint_towardzero_test_data): Likewise.
7101         (lrint_test_towardzero): Likewise.
7102         (lrint_downward_test_data): Likewise.
7103         (lrint_test_downward): Likewise.
7104         (lrint_upward_test_data): Likewise.
7105         (lrint_test_upward): Likewise.
7106         (llrint_test_data): Merge in per-rounding-mode tests and results
7107         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7108         llrint_downward_test_data and llrint_upward_test_data.
7109         (llrint_test): Use ALL_RM_TEST.
7110         (llrint_tonearest_test_data): Remove.
7111         (llrint_test_tonearest): Likewise.
7112         (llrint_towardzero_test_data): Likewise.
7113         (llrint_test_towardzero): Likewise.
7114         (llrint_downward_test_data): Likewise.
7115         (llrint_test_downward): Likewise.
7116         (llrint_upward_test_data): Likewise.
7117         (llrint_test_upward): Likewise.
7118         (rint_test_data): Merge in per-rounding-mode tests and results
7119         from rint_tonearest_test_data, rint_towardzero_test_data,
7120         rint_downward_test_data and rint_upward_test_data.  Add
7121         per-rounding-mode results for tests not in those arrays.
7122         (rint_test): Use ALL_RM_TEST.
7123         (rint_tonearest_test_data): Remove.
7124         (rint_test_tonearest): Likewise.
7125         (rint_towardzero_test_data): Likewise.
7126         (rint_test_towardzero): Likewise.
7127         (rint_downward_test_data): Likewise.
7128         (rint_test_downward): Likewise.
7129         (rint_upward_test_data): Likewise.
7130         (rint_test_upward): Likewise.
7131         (main): Don't call removed functions.
7133 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7135         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7136         "Compiled on ..." crapola.  It is anti-useful.
7138 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7140         * scripts/evaluate-test.sh: Handle fourth argument to determine
7141         whether test run should stop on failure.
7142         * Makeconfig (stop-on-test-failure): New variable.
7143         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7144         $(stop-on-test-failure).
7145         * Makefile (tests): Give a summary of results from testing and
7146         exit with failure status if they include an ERROR or FAIL.
7147         (xtests): Likewise.
7148         * manual/install.texi (Configuring and compiling): Mention
7149         stop-on-test-failure=y.
7150         * INSTALL: Regenerated.
7152 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7154         * scripts/versionlist.awk: New file.
7155         * Makerules [$(build-shared) = yes]
7156         (postclean-generated): Add Versions.def, not Versions.def.v and
7157         Versions.def.v.i.
7158         ($(common-objpfx)Versions.def.v.i): Target removed.
7159         ($(common-objpfx)Versions.def): New target.
7160         ($(common-objpfx)Versions.all): Depend on that rather that
7161         $(common-objpfx)Versions.def.v.
7162         * Versions.def: File removed.
7164         * Makeconfig (+gccwarn): Add -Wundef.
7165         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7166         a dl-sysdep.h breaking its contract.
7167         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7168         * include/stackinfo.h: New file.
7169         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7170         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7171         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7172         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7173         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7174         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7175         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7176         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7177         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7178         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7179         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7180         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7181         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7182         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7183         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7185 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7187         [BZ #16707]
7188         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7189         implementation.
7190         * math/libm-test.inc (round_test_data): Add more tests.
7192         [BZ #16706]
7193         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7194         implementation.
7195         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7197         [BZ #16701]
7198         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7199         implementation.
7200         * math/libm-test.inc (ceil_test_data): Add more tests.
7202         * math/libm-test.inc (trunc_test_data): Add more tests related to
7203         BZ#16414.
7205 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7207         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7208         with #if rather than #ifdef.
7209         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7211 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7213         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7214         first.  Disable AVX-512 GCC support if assembler doesn't support
7215         it.
7216         * sysdeps/x86_64/configure: Regenerated.
7218 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7220         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7221         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7222         (__old_pthread_attr_setstack): Likewise.
7223         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7224         [!_STACK_GROWS_DOWN]: Likewise.
7226 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7228         * config.make.in (have-bash2): Delete.
7229         * configure.ac (libc_cv_have_bash2): Delete.
7230         * configure: Regenerate.
7231         * elf/Makefile (common-ldd-rewrite): Rename to ...
7232         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7233         (sh-ldd-rewrite): Delete.
7234         (bash-ldd-rewrite): Delete.
7235         (have-bash2): Delete checks.
7236         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7237         ldd-rewrite.
7239         * config.make.in (have-ksh): Delete.
7240         (KSH): Delete.
7241         * configure.ac (libc_cv_have_ksh): Delete.
7242         * configure: Regenerate.
7244         * elf/Makefile: Delete $(have-ksh) check.
7245         ($(objpfx)sotruss): Change KSH to BASH.
7246         * elf/sotruss.ksh: Rename to ...
7247         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7248         function style to match POSIX.  Drop ksh vim mode setting.
7250         * manual/time.texi (Specifying the Time Zone with TZ): Change
7251         Tuesday to Thursday.
7253         * debug/tst-longjmp_chk2.c: Update header comment.
7254         (stackoverflow_handler): Add comment.  Call assert on pass value.
7256 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7258         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7259         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7260         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7261         (La_x86_64_vector): Add zmm.
7262         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7263         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7264         ($(objpfx)tst-audit10): New target.
7265         ($(objpfx)tst-audit10.out): Likewise.
7266         (tst-audit10-ENV): New.
7267         (AVX512-CFLAGS): Likewise.
7268         (CFLAGS-tst-audit10.c): Likewise.
7269         (CFLAGS-tst-auditmod10a.c): Likewise.
7270         (CFLAGS-tst-auditmod10b.c): Likewise.
7271         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7272         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7273         * sysdeps/x86_64/configure: Regenerated.
7274         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7275         AVX-512 zmm register support.
7276         (_dl_x86_64_save_sse): Likewise.
7277         (_dl_x86_64_restore_sse): Likewise.
7278         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7279         size vector registers.
7280         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7281         (ZMM_SIZE): Likewise.
7282         * sysdeps/x86_64/tst-audit10.c: New file.
7283         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7284         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7286 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7288         * configure.ac (HAVE_EHDR_START): New check.
7289         * configure: Regenerated.
7290         * config.h.in (HAVE_EHDR_START): New #undef.
7291         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7292         assuming the lowest-addressed segment maps the start of the file.
7294 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7296         * INSTALL: Regenerated.
7298 2014-03-13  Will Newton  <will.newton@linaro.org>
7300         * manual/setjmp.texi (System V contexts): Improve
7301         clarity and grammar of documentation.
7303 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7305         [BZ #16381]
7306         * elf/Makefile (tests): Add tst-pie2.
7307         (tests-pie): Add tst-pie2.
7308         * elf/tst-pie2.c: New file.
7309         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7310         for ET_EXEC.
7311         * elf/rtld.c (map_doit): Load executable as lt_executable.
7312         (dl_main): Likewise.
7314 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7316         [BZ #16642]
7317         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7318         (__ASSUME_PSELECT): Undefine.
7320 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7322         [BZ #16689]
7323         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7324         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7325         static build.
7326         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7327         selector for static builds.
7329 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7331         [BZ #16695]
7332         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7333         key in the buffer.
7335 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7337         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7338         IFUNC selector for static builds.
7340 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7342         * sysdeps/mips/math_private.h [__mips_hard_float]
7343         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7344         libc_feresetround_mips_ctx.
7345         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7346         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7347         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7349         [BZ #16677]
7350         * math/s_nextafter.c (__nextafter): Do not return value from
7351         overflowing computation.
7352         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7353         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7354         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7355         Likewise.
7356         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7357         Likewise.
7358         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7359         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7361 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7363         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7364         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7365         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7366         the new mov targetting sp.
7368 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7370         [BZ #16683]
7371         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7372         Define it for static builds as well.
7373         (NO_BZERO_IMPL): Likewise.
7375 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7377         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7378         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7379         multiarch strspn for PPC64.
7380         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7381         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7382         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7383         (__libc_ifunc_impl_list): Likewise.
7384         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7385         multiarch optimizations
7386         * string/strspn.c (strspn): Using macro to redefine symbol name.
7388 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7389             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7391         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7392         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7393         multiarch strncat for PPC64.
7394         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7395         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
7396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7397         (__libc_ifunc_impl_list): Likewise.
7398         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
7399         multiarch optimizations
7401 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7403         [BZ #16639]
7404         * nscd/nscd.service: Make service type forking.
7406 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7408         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7409         sign in non default rounding modes.
7410         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7412 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7414         * math/libm-test.inc (ALL_RM_TEST): New macro.
7415         (ceil_test): Use ALL_RM_TEST.
7416         (cimag_test): Likewise.
7417         (conj_test): Likewise.
7418         (copysign_test): Likewise.
7419         (cproj_test): Likewise.
7420         (creal_test): Likewise.
7421         (fabs_test): Likewise.
7422         (floor_test): Likewise.
7423         (fmax_test): Likewise.
7424         (fmin_test): Likewise.
7425         (fmod_test): Likewise.
7426         (fpclassify_test): Likewise.
7427         (frexp_test): Likewise.
7428         (ilogb_test): Likewise.
7429         (isfinite_test): Likewise.
7430         (finite_test): Likewise.
7431         (isgreater_test): Likewise.
7432         (isgreaterequal_test): Likewise.
7433         (isinf_test): Likewise.
7434         (isless_test): Likewise.
7435         (islessequal_test): Likewise.
7436         (islessgreater_test): Likewise.
7437         (isnan_test): Likewise.
7438         (isnormal_test): Likewise.
7439         (issignaling_test): Likewise.
7440         (isunordered_test): Likewise.
7441         (logb_test): Likewise.
7442         (logb_downward_test_data): Remove.
7443         (logb_test_downward): Likewise.
7444         (lround_test): Use ALL_RM_TEST.
7445         (llround_test): Likewise.
7446         (modf_test): Likewise.
7447         (nexttoward_test): Likewise.
7448         (remainder_test): Likewise.
7449         (drem_test): Likewise.
7450         (remainder_tonearest_test_data): Likewise.
7451         (remainder_test_tonearest): Likewise.
7452         (drem_test_tonearest): Likewise.
7453         (remainder_towardzero_test_data): Likewise.
7454         (remainder_test_towardzero): Likewise.
7455         (drem_test_towardzero): Likewise.
7456         (remainder_downward_test_data): Likewise.
7457         (remainder_test_downward): Likewise.
7458         (drem_test_downward): Likewise.
7459         (remainder_upward_test_data): Likewise.
7460         (remainder_test_upward): Likewise.
7461         (drem_test_upward): Likewise.
7462         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
7463         (round_test): Use ALL_RM_TEST.
7464         (signbit_test): Likewise.
7465         (trunc_test): Likewise.
7466         (significand_test): Likewise.
7467         (main): Don't call removed functions.
7469 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7471         [BZ #16674]
7472         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
7473         || __USE_XOPEN2K8].
7474         (ILL_ILLOPN): Likewise.
7475         (ILL_ILLADR): Likewise.
7476         (ILL_ILLTRP): Likewise.
7477         (ILL_PRVOPC): Likewise.
7478         (ILL_PRVREG): Likewise.
7479         (ILL_COPROC): Likewise.
7480         (ILL_BADSTK): Likewise.
7481         (FPE_INTDIV): Likewise.
7482         (FPE_INTOVF): Likewise.
7483         (FPE_FLTDIV): Likewise.
7484         (FPE_FLTOVF): Likewise.
7485         (FPE_FLTUND): Likewise.
7486         (FPE_FLTRES): Likewise.
7487         (FPE_FLTINV): Likewise.
7488         (FPE_FLTSUB): Likewise.
7489         (SEGV_MAPERR): Likewise.
7490         (SEGV_ACCERR): Likewise.
7491         (BUS_ADRALN): Likewise.
7492         (BUS_ADRERR): Likewise.
7493         (BUS_OBJERR): Likewise.
7494         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7495         (TRAP_TRACE): Likewise.
7496         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7497         __USE_XOPEN2K8].
7498         (CLD_KILLED): Likewise.
7499         (CLD_DUMPED): Likewise.
7500         (CLD_TRAPPED): Likewise.
7501         (CLD_STOPPED): Likewise.
7502         (CLD_CONTINUED): Likewise.
7503         (POLL_IN): Likewise.
7504         (POLL_OUT): Likewise.
7505         (POLL_MSG): Likewise.
7506         (POLL_ERR): Likewise.
7507         (POLL_PRI): Likewise.
7508         (POLL_HUP): Likewise.
7509         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
7510         Likewise.
7511         (ILL_ILLOPN): Likewise.
7512         (ILL_ILLADR): Likewise.
7513         (ILL_ILLTRP): Likewise.
7514         (ILL_PRVOPC): Likewise.
7515         (ILL_PRVREG): Likewise.
7516         (ILL_COPROC): Likewise.
7517         (ILL_BADSTK): Likewise.
7518         (FPE_INTDIV): Likewise.
7519         (FPE_INTOVF): Likewise.
7520         (FPE_FLTDIV): Likewise.
7521         (FPE_FLTOVF): Likewise.
7522         (FPE_FLTUND): Likewise.
7523         (FPE_FLTRES): Likewise.
7524         (FPE_FLTINV): Likewise.
7525         (FPE_FLTSUB): Likewise.
7526         (SEGV_MAPERR): Likewise.
7527         (SEGV_ACCERR): Likewise.
7528         (BUS_ADRALN): Likewise.
7529         (BUS_ADRERR): Likewise.
7530         (BUS_OBJERR): Likewise.
7531         (BUS_MCEERR_AR): Likewise.
7532         (BUS_MCEERR_AO): Likewise.
7533         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7534         (TRAP_TRACE): Likewise.
7535         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7536         __USE_XOPEN2K8].
7537         (CLD_KILLED): Likewise.
7538         (CLD_DUMPED): Likewise.
7539         (CLD_TRAPPED): Likewise.
7540         (CLD_STOPPED): Likewise.
7541         (CLD_CONTINUED): Likewise.
7542         (POLL_IN): Likewise.
7543         (POLL_OUT): Likewise.
7544         (POLL_MSG): Likewise.
7545         (POLL_ERR): Likewise.
7546         (POLL_PRI): Likewise.
7547         (POLL_HUP): Likewise.
7548         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
7549         (ILL_ILLOPN): Likewise.
7550         (ILL_ILLADR): Likewise.
7551         (ILL_ILLTRP): Likewise.
7552         (ILL_PRVOPC): Likewise.
7553         (ILL_PRVREG): Likewise.
7554         (ILL_COPROC): Likewise.
7555         (ILL_BADSTK): Likewise.
7556         (FPE_INTDIV): Likewise.
7557         (FPE_INTOVF): Likewise.
7558         (FPE_FLTDIV): Likewise.
7559         (FPE_FLTOVF): Likewise.
7560         (FPE_FLTUND): Likewise.
7561         (FPE_FLTRES): Likewise.
7562         (FPE_FLTINV): Likewise.
7563         (FPE_FLTSUB): Likewise.
7564         (SEGV_MAPERR): Likewise.
7565         (SEGV_ACCERR): Likewise.
7566         (BUS_ADRALN): Likewise.
7567         (BUS_ADRERR): Likewise.
7568         (BUS_OBJERR): Likewise.
7569         (BUS_MCEERR_AR): Likewise.
7570         (BUS_MCEERR_AO): Likewise.
7571         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7572         (TRAP_TRACE): Likewise.
7573         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7574         __USE_XOPEN2K8].
7575         (CLD_KILLED): Likewise.
7576         (CLD_DUMPED): Likewise.
7577         (CLD_TRAPPED): Likewise.
7578         (CLD_STOPPED): Likewise.
7579         (CLD_CONTINUED): Likewise.
7580         (POLL_IN): Likewise.
7581         (POLL_OUT): Likewise.
7582         (POLL_MSG): Likewise.
7583         (POLL_ERR): Likewise.
7584         (POLL_PRI): Likewise.
7585         (POLL_HUP): Likewise.
7586         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
7587         Likewise.
7588         (ILL_ILLOPN): Likewise.
7589         (ILL_ILLADR): Likewise.
7590         (ILL_ILLTRP): Likewise.
7591         (ILL_PRVOPC): Likewise.
7592         (ILL_PRVREG): Likewise.
7593         (ILL_COPROC): Likewise.
7594         (ILL_BADSTK): Likewise.
7595         (ILL_BADIADDR): Likewise.
7596         (ILL_BREAK): Likewise.
7597         (FPE_INTDIV): Likewise.
7598         (FPE_INTOVF): Likewise.
7599         (FPE_FLTDIV): Likewise.
7600         (FPE_FLTOVF): Likewise.
7601         (FPE_FLTUND): Likewise.
7602         (FPE_FLTRES): Likewise.
7603         (FPE_FLTINV): Likewise.
7604         (FPE_FLTSUB): Likewise.
7605         (FPE_DECOVF): Likewise.
7606         (FPE_DECDIV): Likewise.
7607         (FPE_DECERR): Likewise.
7608         (FPE_INVASC): Likewise.
7609         (FPE_INVDEC): Likewise.
7610         (SEGV_MAPERR): Likewise.
7611         (SEGV_ACCERR): Likewise.
7612         (SEGV_PSTKOVF): Likewise.
7613         (BUS_ADRALN): Likewise.
7614         (BUS_ADRERR): Likewise.
7615         (BUS_OBJERR): Likewise.
7616         (BUS_MCEERR_AR): Likewise.
7617         (BUS_MCEERR_AO): Likewise.
7618         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7619         (TRAP_TRACE): Likewise.
7620         (TRAP_BRANCH): Likewise.
7621         (TRAP_HWBKPT): Likewise.
7622         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7623         __USE_XOPEN2K8].
7624         (CLD_KILLED): Likewise.
7625         (CLD_DUMPED): Likewise.
7626         (CLD_TRAPPED): Likewise.
7627         (CLD_STOPPED): Likewise.
7628         (CLD_CONTINUED): Likewise.
7629         (POLL_IN): Likewise.
7630         (POLL_OUT): Likewise.
7631         (POLL_MSG): Likewise.
7632         (POLL_ERR): Likewise.
7633         (POLL_PRI): Likewise.
7634         (POLL_HUP): Likewise.
7635         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
7636         (ILL_ILLOPN): Likewise.
7637         (ILL_ILLADR): Likewise.
7638         (ILL_ILLTRP): Likewise.
7639         (ILL_PRVOPC): Likewise.
7640         (ILL_PRVREG): Likewise.
7641         (ILL_COPROC): Likewise.
7642         (ILL_BADSTK): Likewise.
7643         (FPE_INTDIV): Likewise.
7644         (FPE_INTOVF): Likewise.
7645         (FPE_FLTDIV): Likewise.
7646         (FPE_FLTOVF): Likewise.
7647         (FPE_FLTUND): Likewise.
7648         (FPE_FLTRES): Likewise.
7649         (FPE_FLTINV): Likewise.
7650         (FPE_FLTSUB): Likewise.
7651         (SEGV_MAPERR): Likewise.
7652         (SEGV_ACCERR): Likewise.
7653         (BUS_ADRALN): Likewise.
7654         (BUS_ADRERR): Likewise.
7655         (BUS_OBJERR): Likewise.
7656         (BUS_MCEERR_AR): Likewise.
7657         (BUS_MCEERR_AO): Likewise.
7658         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7659         (TRAP_TRACE): Likewise.
7660         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7661         __USE_XOPEN2K8].
7662         (CLD_KILLED): Likewise.
7663         (CLD_DUMPED): Likewise.
7664         (CLD_TRAPPED): Likewise.
7665         (CLD_STOPPED): Likewise.
7666         (CLD_CONTINUED): Likewise.
7667         (POLL_IN): Likewise.
7668         (POLL_OUT): Likewise.
7669         (POLL_MSG): Likewise.
7670         (POLL_ERR): Likewise.
7671         (POLL_PRI): Likewise.
7672         (POLL_HUP): Likewise.
7673         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
7674         (ILL_ILLOPN): Likewise.
7675         (ILL_ILLADR): Likewise.
7676         (ILL_ILLTRP): Likewise.
7677         (ILL_PRVOPC): Likewise.
7678         (ILL_PRVREG): Likewise.
7679         (ILL_COPROC): Likewise.
7680         (ILL_BADSTK): Likewise.
7681         (FPE_INTDIV): Likewise.
7682         (FPE_INTOVF): Likewise.
7683         (FPE_FLTDIV): Likewise.
7684         (FPE_FLTOVF): Likewise.
7685         (FPE_FLTUND): Likewise.
7686         (FPE_FLTRES): Likewise.
7687         (FPE_FLTINV): Likewise.
7688         (FPE_FLTSUB): Likewise.
7689         (SEGV_MAPERR): Likewise.
7690         (SEGV_ACCERR): Likewise.
7691         (BUS_ADRALN): Likewise.
7692         (BUS_ADRERR): Likewise.
7693         (BUS_OBJERR): Likewise.
7694         (BUS_MCEERR_AR): Likewise.
7695         (BUS_MCEERR_AO): Likewise.
7696         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7697         (TRAP_TRACE): Likewise.
7698         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7699         __USE_XOPEN2K8].
7700         (CLD_KILLED): Likewise.
7701         (CLD_DUMPED): Likewise.
7702         (CLD_TRAPPED): Likewise.
7703         (CLD_STOPPED): Likewise.
7704         (CLD_CONTINUED): Likewise.
7705         (POLL_IN): Likewise.
7706         (POLL_OUT): Likewise.
7707         (POLL_MSG): Likewise.
7708         (POLL_ERR): Likewise.
7709         (POLL_PRI): Likewise.
7710         (POLL_HUP): Likewise.
7711         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
7712         (ILL_ILLOPN): Likewise.
7713         (ILL_ILLADR): Likewise.
7714         (ILL_ILLTRP): Likewise.
7715         (ILL_PRVOPC): Likewise.
7716         (ILL_PRVREG): Likewise.
7717         (ILL_COPROC): Likewise.
7718         (ILL_BADSTK): Likewise.
7719         (FPE_INTDIV): Likewise.
7720         (FPE_INTOVF): Likewise.
7721         (FPE_FLTDIV): Likewise.
7722         (FPE_FLTOVF): Likewise.
7723         (FPE_FLTUND): Likewise.
7724         (FPE_FLTRES): Likewise.
7725         (FPE_FLTINV): Likewise.
7726         (FPE_FLTSUB): Likewise.
7727         (SEGV_MAPERR): Likewise.
7728         (SEGV_ACCERR): Likewise.
7729         (BUS_ADRALN): Likewise.
7730         (BUS_ADRERR): Likewise.
7731         (BUS_OBJERR): Likewise.
7732         (BUS_MCEERR_AR): Likewise.
7733         (BUS_MCEERR_AO): Likewise.
7734         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7735         (TRAP_TRACE): Likewise.
7736         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7737         __USE_XOPEN2K8].
7738         (CLD_KILLED): Likewise.
7739         (CLD_DUMPED): Likewise.
7740         (CLD_TRAPPED): Likewise.
7741         (CLD_STOPPED): Likewise.
7742         (CLD_CONTINUED): Likewise.
7743         (POLL_IN): Likewise.
7744         (POLL_OUT): Likewise.
7745         (POLL_MSG): Likewise.
7746         (POLL_ERR): Likewise.
7747         (POLL_PRI): Likewise.
7748         (POLL_HUP): Likewise.
7749         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
7750         (ILL_ILLOPN): Likewise.
7751         (ILL_ILLADR): Likewise.
7752         (ILL_ILLTRP): Likewise.
7753         (ILL_PRVOPC): Likewise.
7754         (ILL_PRVREG): Likewise.
7755         (ILL_COPROC): Likewise.
7756         (ILL_BADSTK): Likewise.
7757         (ILL_DBLFLT): Likewise.
7758         (ILL_HARDWALL): Likewise.
7759         (FPE_INTDIV): Likewise.
7760         (FPE_INTOVF): Likewise.
7761         (FPE_FLTDIV): Likewise.
7762         (FPE_FLTOVF): Likewise.
7763         (FPE_FLTUND): Likewise.
7764         (FPE_FLTRES): Likewise.
7765         (FPE_FLTINV): Likewise.
7766         (FPE_FLTSUB): Likewise.
7767         (SEGV_MAPERR): Likewise.
7768         (SEGV_ACCERR): Likewise.
7769         (BUS_ADRALN): Likewise.
7770         (BUS_ADRERR): Likewise.
7771         (BUS_OBJERR): Likewise.
7772         (BUS_MCEERR_AR): Likewise.
7773         (BUS_MCEERR_AO): Likewise.
7774         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7775         (TRAP_TRACE): Likewise.
7776         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7777         __USE_XOPEN2K8].
7778         (CLD_KILLED): Likewise.
7779         (CLD_DUMPED): Likewise.
7780         (CLD_TRAPPED): Likewise.
7781         (CLD_STOPPED): Likewise.
7782         (CLD_CONTINUED): Likewise.
7783         (POLL_IN): Likewise.
7784         (POLL_OUT): Likewise.
7785         (POLL_MSG): Likewise.
7786         (POLL_ERR): Likewise.
7787         (POLL_PRI): Likewise.
7788         (POLL_HUP): Likewise.
7789         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
7790         (ILL_ILLOPN): Likewise.
7791         (ILL_ILLADR): Likewise.
7792         (ILL_ILLTRP): Likewise.
7793         (ILL_PRVOPC): Likewise.
7794         (ILL_PRVREG): Likewise.
7795         (ILL_COPROC): Likewise.
7796         (ILL_BADSTK): Likewise.
7797         (FPE_INTDIV): Likewise.
7798         (FPE_INTOVF): Likewise.
7799         (FPE_FLTDIV): Likewise.
7800         (FPE_FLTOVF): Likewise.
7801         (FPE_FLTUND): Likewise.
7802         (FPE_FLTRES): Likewise.
7803         (FPE_FLTINV): Likewise.
7804         (FPE_FLTSUB): Likewise.
7805         (SEGV_MAPERR): Likewise.
7806         (SEGV_ACCERR): Likewise.
7807         (BUS_ADRALN): Likewise.
7808         (BUS_ADRERR): Likewise.
7809         (BUS_OBJERR): Likewise.
7810         (BUS_MCEERR_AR): Likewise.
7811         (BUS_MCEERR_AO): Likewise.
7812         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7813         (TRAP_TRACE): Likewise.
7814         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7815         __USE_XOPEN2K8].
7816         (CLD_KILLED): Likewise.
7817         (CLD_DUMPED): Likewise.
7818         (CLD_TRAPPED): Likewise.
7819         (CLD_STOPPED): Likewise.
7820         (CLD_CONTINUED): Likewise.
7821         (POLL_IN): Likewise.
7822         (POLL_OUT): Likewise.
7823         (POLL_MSG): Likewise.
7824         (POLL_ERR): Likewise.
7825         (POLL_PRI): Likewise.
7826         (POLL_HUP): Likewise.
7827         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
7828         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7830         [BZ #16670]
7831         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
7832         before #include of <time.h>.
7833         [!__USE_XOPEN2K] (__need_timespec): Likewise.
7834         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
7835         (test-xfail-UNIX98/sched.h/conform): Likewise.
7837 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7839         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
7840         error absence of trapping exception support.
7841         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7843 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7845         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
7846         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
7847         * timezone/Makefile (testdata): Move definition above include of
7848         Rules.
7849         (test-zones): New variable.
7850         (tests-special): Add zone files.
7851         (build-testdata): Use $(evaluate-test).
7853         * elf/Makefile (tests-special): Rename tests to end with .out.
7854         ($(objpfx)noload-mem): Likewise.
7855         ($(objpfx)tst-leaks1-mem): Likewise.
7856         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
7857         * iconv/Makefile (xtests-special): Change test-iconvconfig to
7858         $(objpfx)test-iconvconfig.out.
7859         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
7860         set -e inside subshell and redirect output to file.
7861         * iconvdata/Makefile (generated): Rename tests to end with .out.
7862         Correct type.
7863         (tests-special): Rename tests to end with .out.
7864         ($(objpfx)mtrace-tst-loading): Likewise.
7865         * intl/Makefile (generated): Likewise.
7866         (tests-special): Likewise.
7867         ($(objpfx)mtrace-tst-gettext): Likewise.
7868         * misc/Makefile (generated): Likewise.
7869         (tests-special): Likewise.
7870         ($(objpfx)tst-error1-mem): Likewise.
7871         * nptl/Makefile (tests-special): Likewise.
7872         ($(objpfx)tst-stack3-mem): Likewise.
7873         (generated): Likewise.
7874         * posix/Makefile (generated): Likewise.
7875         (tests-special): Likewise.
7876         (xtests-special): Likewise.
7877         ($(objpfx)tst-fnmatch-mem): Likewise.
7878         ($(objpfx)bug-regex2-mem): Likewise.
7879         ($(objpfx)bug-regex14-mem): Likewise.
7880         ($(objpfx)bug-regex21-mem): Likewise.
7881         ($(objpfx)bug-regex31-mem): Likewise.
7882         ($(objpfx)tst-vfork3-mem): Likewise.
7883         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
7884         ($(objpfx)tst-pcre-mem): Likewise.
7885         ($(objpfx)tst-boost-mem): Likewise.
7886         ($(objpfx)bug-ga2-mem): Likewise.
7887         ($(objpfx)bug-glob2-mem): Likewise.
7888         * resolv/Makefile (generate): Likewise.
7889         (tests-special): Likewise.
7890         (xtests-special): Likewise.
7891         (generated): Likewise.
7892         ($(objpfx)mtrace-tst-leaks): Likewise.
7893         ($(objpfx)mtrace-tst-leaks2): Likewise.
7895         * scripts/merge-test-results.sh: New file.
7896         * Makefile (tests-special-notdir): New variable.
7897         (tests): Run merge-test-results.sh.
7898         (xtests): Likewise.
7899         * Rules (tests-special-notdir): New variable.
7900         (xtests-special-notdir): Likewise.
7901         (tests): Run merge-test-results.sh
7902         (xtests): Likewise.
7904         * Makeconfig (test-xfail-name): New variable.
7905         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
7906         compute variable name for expected failures.
7907         * conform/Makefile (conformtest-headers-data): New variable.
7908         (conformtest-standards): Likewise.
7909         (conformtest-headers-ISO): Likewise.
7910         (conformtest-headers-ISO99): Likewise.
7911         (conformtest-headers-ISO11): Likewise.
7912         (conformtest-headers-POSIX): Likewise.
7913         (conformtest-headers-XPG3): Likewise.
7914         (conformtest-headers-XPG4): Likewise.
7915         (conformtest-headers-UNIX98): Likewise.
7916         (conformtest-headers-XOPEN2K): Likewise.
7917         (conformtest-headers-POSIX2008): Likewise.
7918         (conformtest-headers-XOPEN2K8): Likewise.
7919         (conformtest-header-list-base): Likewise.
7920         (conformtest-header-list-tests): Likewise.
7921         (conformtest-header-base): Likewise.
7922         (conformtest-header-tests): Likewise.
7923         (tests-special): Add $(conformtest-header-list-tests).  If
7924         [$(fast-check) && !$(cross-compiling)], add
7925         $(conformtest-header-tests) instead of
7926         $(objpfx)run-conformtest.out.
7927         (generated): Add $(conformtest-header-list-base).  If
7928         [$(fast-check) && !$(cross-compiling)], add
7929         $(conformtest-header-base).  Remove previous setting.
7930         ($(conformtest-header-list-tests)): New target.
7931         (test-xfail-run-conformtest): Remove variable.
7932         ($(objpfx)run-conformtest.out): Remove target.
7933         (test-xfail-ISO11/complex.h/conform): New variable.
7934         (test-xfail-ISO11/stdalign.h/conform): Likewise.
7935         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
7936         (test-xfail-XPG3/varargs.h/conform): Likewise.
7937         (test-xfail-XPG4/varargs.h/conform): Likewise.
7938         (test-xfail-UNIX98/varargs.h/conform): Likewise.
7939         (test-xfail-XPG4/ndbm.h/conform): Likewise.
7940         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
7941         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
7942         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
7943         (test-xfail-XPG3/fcntl.h/conform): Likewise.
7944         (test-xfail-XPG3/ftw.h/conform): Likewise.
7945         (test-xfail-XPG3/grp.h/conform): Likewise.
7946         (test-xfail-XPG3/langinfo.h/conform): Likewise.
7947         (test-xfail-XPG3/limits.h/conform): Likewise.
7948         (test-xfail-XPG3/pwd.h/conform): Likewise.
7949         (test-xfail-XPG3/search.h/conform): Likewise.
7950         (test-xfail-XPG3/signal.h/conform): Likewise.
7951         (test-xfail-XPG3/stdio.h/conform): Likewise.
7952         (test-xfail-XPG3/stdlib.h/conform): Likewise.
7953         (test-xfail-XPG3/string.h/conform): Likewise.
7954         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
7955         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
7956         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
7957         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
7958         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
7959         (test-xfail-XPG3/sys/types.h/conform): Likewise.
7960         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
7961         (test-xfail-XPG3/termios.h/conform): Likewise.
7962         (test-xfail-XPG3/time.h/conform): Likewise.
7963         (test-xfail-XPG3/unistd.h/conform): Likewise.
7964         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
7965         (test-xfail-XPG4/fcntl.h/conform): Likewise.
7966         (test-xfail-XPG4/langinfo.h/conform): Likewise.
7967         (test-xfail-XPG4/netdb.h/conform): Likewise.
7968         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
7969         (test-xfail-XPG4/signal.h/conform): Likewise.
7970         (test-xfail-XPG4/stdio.h/conform): Likewise.
7971         (test-xfail-XPG4/stdlib.h/conform): Likewise.
7972         (test-xfail-XPG4/stropts.h/conform): Likewise.
7973         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
7974         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
7975         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
7976         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
7977         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
7978         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
7979         (test-xfail-XPG4/sys/time.h/conform): Likewise.
7980         (test-xfail-XPG4/sys/types.h/conform): Likewise.
7981         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
7982         (test-xfail-XPG4/termios.h/conform): Likewise.
7983         (test-xfail-XPG4/ucontext.h/conform): Likewise.
7984         (test-xfail-XPG4/unistd.h/conform): Likewise.
7985         (test-xfail-XPG4/utmpx.h/conform): Likewise.
7986         (test-xfail-POSIX/sched.h/conform): Likewise.
7987         (test-xfail-POSIX/signal.h/conform): Likewise.
7988         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7989         (test-xfail-POSIX/tar.h/conform): Likewise.
7990         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
7991         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
7992         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
7993         (test-xfail-UNIX98/netdb.h/conform): Likewise.
7994         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
7995         (test-xfail-UNIX98/sched.h/conform): Likewise.
7996         (test-xfail-UNIX98/signal.h/conform): Likewise.
7997         (test-xfail-UNIX98/stdio.h/conform): Likewise.
7998         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
7999         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8000         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8001         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8002         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8003         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8004         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8005         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8006         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8007         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8008         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8009         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8010         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8011         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8012         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8013         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8014         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8015         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8016         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8017         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8018         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8019         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8020         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8021         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8022         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8023         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8024         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8025         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8026         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8027         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8028         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8029         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8030         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8031         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8032         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8033         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8034         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8035         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8036         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8037         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8038         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8039         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8040         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8041         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8042         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8043         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8044         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8045         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8046         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8047         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8048         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8049         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8050         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8051         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8052         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8053         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8054         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8055         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8056         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8057         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8058         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8059         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8060         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8061         (conformtest-cc-flags): Likewise.
8062         ($(conformtest-header-tests): New target.
8063         * conform/check-header-lists.sh: New file.
8064         * conform/run-conformtest.sh: Remove.
8066         * conform/conformtest.pl: Allow ' and \ in values given for
8067         constants.
8068         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8069         inclusion.
8070         [POSIX] (sys/types.h): Likewise.
8071         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8072         inclusion.
8073         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8074         inclusion.
8075         * conform/data/signal.h-data (SIGIO): Remove expectation.
8076         [XPG3] (SIGBUS): Do not expect.
8077         [POSIX || XPG3] (SIGPOLL): Likewise.
8078         [POSIX || XPG3] (SIGPROF): Likewise.
8079         [POSIX || XPG3] (SIGSYS): Likewise.
8080         [XPG3] (SIGTRAP): Likewise.
8081         [POSIX || XPG3] (SIGURG): Likewise.
8082         [POSIX || XPG3] (SIGVTALRM): Likewise.
8083         [POSIX || XPG3] (SIGXCPU): Likewise.
8084         [POSIX || XPG3] (SIGXFSZ): Likewise.
8085         [POSIX] (SA_SIGINFO): Expect.
8086         [XPG3] (siginfo_t): Do not expect type or contents.
8087         [POSIX] (si_pid): Do not expect element.
8088         [POSIX] (si_uid): Likewise.
8089         [POSIX] (si_addr): Likewise.
8090         [POSIX] (si_status): Likewise.
8091         [POSIX] (si_band): Likewise.
8092         [XPG4] (si_value): Likewise.
8093         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8094         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8095         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8096         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8097         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8098         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8099         [POSIX || XPG3] (ILL_COPROC): Likewise.
8100         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8101         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8102         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8103         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8104         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8105         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8106         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8107         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8108         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8109         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8110         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8111         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8112         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8113         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8114         [POSIX || XPG3] (CLD_EXITED): Likewise.
8115         [POSIX || XPG3] (CLD_KILLED): Likewise.
8116         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8117         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8118         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8119         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8120         [POSIX || XPG3] (POLL_IN): Likewise.
8121         [POSIX || XPG3] (POLL_OUT): Likewise.
8122         [POSIX || XPG3] (POLL_MSG): Likewise.
8123         [POSIX || XPG3] (POLL_ERR): Likewise.
8124         [POSIX || XPG3] (POLL_PRI): Likewise.
8125         [POSIX || XPG3] (POLL_HUP): Likewise.
8126         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8127         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8128         (SIG*): Do not allow.
8129         [XPG3] (si_*): Likewise.
8130         [XPG3] (SI_*): Likewise.
8131         [XPG3 || XPG4] (sigev_*): Likewise.
8132         [XPG3 || XPG4] (SIGEV_*): Likewise.
8133         [XPG3 || XPG4] (sival_*): Likewise.
8134         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8135         [POSIX || XPG3] (BUS_*): Likewise.
8136         [POSIX || XPG3] (CLD_*): Likewise.
8137         [POSIX || XPG3] (FPE_*): Likewise.
8138         [POSIX || XPG3] (ILL_*): Likewise.
8139         [POSIX || XPG3] (POLL_*): Likewise.
8140         [POSIX || XPG3] (SEGV_*): Likewise.
8141         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8142         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8143         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8144         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8145         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8146         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8147         Specify type and value.
8148         (TVERSLEN): Likewise.
8149         (REGTYPE): Likewise.
8150         (AREGTYPE): Likewise.
8151         (LNKTYPE): Likewise.
8152         (SYMTYPE): Likewise.
8153         (CHRTYPE): Likewise.
8154         (BLKTYPE): Likewise.
8155         (DIRTYPE): Likewise.
8156         (FIFOTYPE): Likewise.
8157         (CONTTYPE): Likewise.
8158         (TSUID): Likewise.
8159         (TSGID): Likewise.
8160         (TSVTX): Likewise.
8161         (TUREAD): Likewise.
8162         (TUWRITE): Likewise.
8163         (TUEXEC): Likewise.
8164         (TGREAD): Likewise.
8165         (TGWRITE): Likewise.
8166         (TGEXEC): Likewise.
8167         (TOREAD): Likewise.
8168         (TOWRITE): Likewise.
8169         (TOEXEC): Likewise.
8170         [POSIX] (TSVTX): Expect constant.
8172 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8174         * Makefile (tests): Change dependencies to ....
8175         (tests-special): ... additions to this variable.
8176         (tests): Depend on $(tests-special).
8177         * Makerules (check-abi-list): New variable.
8178         (check-abi): Depend on $(check-abi-list).
8179         [$(subdir) = elf] (tests-special): Add
8180         $(objpfx)check-abi-libc.out.
8181         [$(build-shared) = yes && subdir] (tests-special): Add
8182         $(check-abi-list).
8183         [$(build-shared) = yes && subdir] (tests): Do not depend on
8184         check-abi.
8185         * Rules (tests): Depend on $(tests-special).
8186         (xtests): Depend on $(xtests-special).
8187         * catgets/Makefile (tests): Change dependencies to ....
8188         (tests-special): ... additions to this variable.
8189         * conform/Makefile (tests): Change dependencies to ....
8190         (tests-special): ... additions to this variable.
8191         * elf/Makefile (tests): Change dependencies to ....
8192         (tests-special): ... additions to this variable.
8193         * grp/Makefile (tests): Change dependencies to ....
8194         (tests-special): ... additions to this variable.
8195         * iconv/Makefile (xtests): Change dependencies to ....
8196         (xtests-special): ... additions to this variable.
8197         * iconvdata/Makefile (tests): Change dependencies to ....
8198         (tests-special): ... additions to this variable.
8199         * intl/Makefile (tests): Change dependencies to ....
8200         (tests-special): ... additions to this variable.  Also add
8201         $(objpfx)tst-gettext.out.
8202         * io/Makefile (tests): Change dependencies to ....
8203         (tests-special): ... additions to this variable.
8204         * libio/Makefile (tests): Change dependencies to ....
8205         (tests-special): ... additions to this variable.
8206         * malloc/Makefile (tests): Change dependencies to ....
8207         (tests-special): ... additions to this variable.
8208         * misc/Makefile (tests): Change dependencies to ....
8209         (tests-special): ... additions to this variable.
8210         * nptl/Makefile (tests): Change dependencies to ....
8211         (tests-special): ... additions to this variable.
8212         * nptl_db/Makefile (tests): Change dependencies to ....
8213         (tests-special): ... additions to this variable.
8214         * posix/Makefile (tests): Change dependencies to ....
8215         (tests-special): ... additions to this variable.
8216         (xtests): Change dependencies to ....
8217         (xtests-special): ... additions to this variable.
8218         * resolv/Makefile (tests): Change dependencies to ....
8219         (tests-special): ... additions to this variable.
8220         (xtests): Change dependencies to ....
8221         (xtests-special): ... additions to this variable.
8222         * stdio-common/Makefile (tests): Change dependencies to ....
8223         (tests-special): ... additions to this variable.
8224         (do-tst-unbputc): Remove target.
8225         (do-tst-printf): Likewise.
8226         * stdlib/Makefile (tests): Change dependencies to ....
8227         (tests-special): ... additions to this variable.
8228         * string/Makefile (tests): Change dependencies to ....
8229         (tests-special): ... additions to this variable.
8230         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8231         (tests-special): ... additions to this variable.
8233         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8234         whole file.
8235         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8236         whole file.
8237         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8238         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8240         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8241         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8242         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8243         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8244         * conform/data/libgen.h-data [XPG3]: Likewise.
8245         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8246         * conform/data/ndbm.h-data [XPG3]: Likewise.
8247         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8248         * conform/data/netdb.h-data [XPG3]: Likewise.
8249         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8250         * conform/data/poll.h-data [XPG3]: Likewise.
8251         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8252         * conform/data/strings.h-data [XPG3]: Likewise.
8253         * conform/data/stropts.h-data [XPG3]: Likewise.
8254         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8255         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8256         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8257         Likewise.
8258         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8259         * conform/data/sys/time.h-data [XPG3]: Likewise.
8260         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8261         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8262         * conform/data/sys/un.h-data [XPG3]: Likewise.
8263         * conform/data/syslog.h-data [XPG3]: Likewise.
8264         * conform/data/ucontext.h-data [XPG3]: Likewise.
8265         * conform/data/utmpx.h-data [XPG3]: Likewise.
8266         * conform/data/varargs.h-data [UNIX98]: Enable file.
8268         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8270         * math/libm-test.inc (struct test_f_f_data): Move expected results
8271         into structure for each rounding mode.
8272         (struct test_ff_f_data): Likewise.
8273         (struct test_ff_f_data_nexttoward): Likewise.
8274         (struct test_fi_f_data): Likewise.
8275         (struct test_fl_f_data): Likewise.
8276         (struct test_if_f_data): Likewise.
8277         (struct test_fff_f_data): Likewise.
8278         (struct test_c_f_data): Likewise.
8279         (struct test_f_f1_data): Likewise.
8280         (struct test_fF_f1_data): Likewise.
8281         (struct test_ffI_f1_data): Likewise.
8282         (struct test_c_c_data): Likewise.
8283         (struct test_cc_c_data): Likewise.
8284         (struct test_f_i_data): Likewise.
8285         (struct test_ff_i_data): Likewise.
8286         (struct test_f_l_data): Likewise.
8287         (struct test_f_L_data): Likewise.
8288         (struct test_fFF_11_data): Likewise.
8289         (RM_): New macro.
8290         (RM_FE_DOWNWARD): Likewise.
8291         (RM_FE_TONEAREST): Likewise.
8292         (RM_FE_TOWARDZERO): Likewise.
8293         (RM_FE_UPWARD): Likewise.
8294         (RUN_TEST_LOOP_f_f): Update references to expected results.
8295         (RUN_TEST_LOOP_2_f): Likewise.
8296         (RUN_TEST_LOOP_fff_f): Likewise.
8297         (RUN_TEST_LOOP_c_f): Likewise.
8298         (RUN_TEST_LOOP_f_f1): Likewise.
8299         (RUN_TEST_LOOP_fF_f1): Likewise.
8300         (RUN_TEST_LOOP_fI_f1): Likewise.
8301         (RUN_TEST_LOOP_ffI_f1): Likewise.
8302         (RUN_TEST_LOOP_c_c): Likewise.
8303         (RUN_TEST_LOOP_cc_c): Likewise.
8304         (RUN_TEST_LOOP_f_i): Likewise.
8305         (RUN_TEST_LOOP_f_i_tg): Likewise.
8306         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8307         (RUN_TEST_LOOP_f_b): Likewise.
8308         (RUN_TEST_LOOP_f_b_tg): Likewise.
8309         (RUN_TEST_LOOP_f_l): Likewise.
8310         (RUN_TEST_LOOP_f_L): Likewise.
8311         (RUN_TEST_LOOP_fFF_11): Likewise.
8312         * math/gen-libm-test.pl (parse_args): Output four copies of
8313         expected results for each test.
8315         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8316         (__ASSUME_UTIMES): Remove.
8317         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8318         (__ASSUME_UTIMES): Likewise.
8320         * math/gen-auto-libm-tests.c: Update comment on output format.
8321         (output_for_one_input_case): Generate before-rounding and
8322         after-rounding information as conditions on output flags not
8323         floating-point format.
8324         * math/auto-libm-test-out: Regenerated.
8325         * math/gen-libm-test.pl (cond_value): New function.
8326         (or_cond_value): Use cond_value.
8327         (generate_testfile): Handle conditional exceptions.
8329 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8331         * math/libm-test.inc (max_valid_error): New variable.
8332         (init_max_error): Take new argument specifying whether function
8333         results are exactly determined.  Set max_valid_error and bound
8334         other variables for errors based on this argument.
8335         (set_max_error): Do not record results above max_valid_error.
8336         (check_float_internal): Only accept errors of up to 0.5ulps if
8337         also at most max_valid_error.
8338         (START): Take new argument EXACT and pass it to init_max_error.
8339         (acos_test): Update call to START.
8340         (acos_test_tonearest): Likewise.
8341         (acos_test_towardzero): Likewise.
8342         (acos_test_downward): Likewise.
8343         (acos_test_upward): Likewise.
8344         (acosh_test): Likewise.
8345         (asin_test): Likewise.
8346         (asin_test_tonearest): Likewise.
8347         (asin_test_towardzero): Likewise.
8348         (asin_test_downward): Likewise.
8349         (asin_test_upward): Likewise.
8350         (asinh_test): Likewise.
8351         (atan_test): Likewise.
8352         (atanh_test): Likewise.
8353         (atan2_test): Likewise.
8354         (cabs_test): Likewise.
8355         (cacos_test): Likewise.
8356         (cacosh_test): Likewise.
8357         (carg_test): Likewise.
8358         (casin_test): Likewise.
8359         (casinh_test): Likewise.
8360         (catan_test): Likewise.
8361         (catanh_test): Likewise.
8362         (cbrt_test): Likewise.
8363         (ccos_test): Likewise.
8364         (ccosh_test): Likewise.
8365         (ceil_test): Likewise.
8366         (cexp_test): Likewise.
8367         (cimag_test): Likewise.
8368         (clog_test): Likewise.
8369         (clog10_test): Likewise.
8370         (conj_test): Likewise.
8371         (copysign_test): Likewise.
8372         (cos_test): Likewise.
8373         (cos_test_tonearest): Likewise.
8374         (cos_test_towardzero): Likewise.
8375         (cos_test_downward): Likewise.
8376         (cos_test_upward): Likewise.
8377         (cosh_test): Likewise.
8378         (cosh_test_tonearest): Likewise.
8379         (cosh_test_towardzero): Likewise.
8380         (cosh_test_downward): Likewise.
8381         (cosh_test_upward): Likewise.
8382         (cpow_test): Likewise.
8383         (cproj_test): Likewise.
8384         (creal_test): Likewise.
8385         (csin_test): Likewise.
8386         (csinh_test): Likewise.
8387         (csqrt_test): Likewise.
8388         (ctan_test): Likewise.
8389         (ctan_test_tonearest): Likewise.
8390         (ctan_test_towardzero): Likewise.
8391         (ctan_test_downward): Likewise.
8392         (ctan_test_upward): Likewise.
8393         (ctanh_test): Likewise.
8394         (ctanh_test_tonearest): Likewise.
8395         (ctanh_test_towardzero): Likewise.
8396         (ctanh_test_downward): Likewise.
8397         (ctanh_test_upward): Likewise.
8398         (erf_test): Likewise.
8399         (erfc_test): Likewise.
8400         (exp_test): Likewise.
8401         (exp_test_tonearest): Likewise.
8402         (exp_test_towardzero): Likewise.
8403         (exp_test_downward): Likewise.
8404         (exp_test_upward): Likewise.
8405         (exp10_test): Likewise.
8406         (exp10_test_tonearest): Likewise.
8407         (exp10_test_towardzero): Likewise.
8408         (exp10_test_downward): Likewise.
8409         (exp10_test_upward): Likewise.
8410         (pow10_test): Likewise.
8411         (exp2_test): Likewise.
8412         (expm1_test): Likewise.
8413         (expm1_test_tonearest): Likewise.
8414         (expm1_test_towardzero): Likewise.
8415         (expm1_test_downward): Likewise.
8416         (expm1_test_upward): Likewise.
8417         (fabs_test): Likewise.
8418         (fdim_test): Likewise.
8419         (floor_test): Likewise.
8420         (fma_test): Likewise.
8421         (fma_test_towardzero): Likewise.
8422         (fma_test_downward): Likewise.
8423         (fma_test_upward): Likewise.
8424         (fmax_test): Likewise.
8425         (fmin_test): Likewise.
8426         (fmod_test): Likewise.
8427         (fpclassify_test): Likewise.
8428         (frexp_test): Likewise.
8429         (hypot_test): Likewise.
8430         (ilogb_test): Likewise.
8431         (isfinite_test): Likewise.
8432         (finite_test): Likewise.
8433         (isgreater_test): Likewise.
8434         (isgreaterequal_test): Likewise.
8435         (isinf_test): Likewise.
8436         (isless_test): Likewise.
8437         (islessequal_test): Likewise.
8438         (islessgreater_test): Likewise.
8439         (isnan_test): Likewise.
8440         (isnormal_test): Likewise.
8441         (issignaling_test): Likewise.
8442         (isunordered_test): Likewise.
8443         (j0_test): Likewise.
8444         (j1_test): Likewise.
8445         (jn_test): Likewise.
8446         (ldexp_test): Likewise.
8447         (lgamma_test): Likewise.
8448         (gamma_test): Likewise.
8449         (lrint_test): Likewise.
8450         (lrint_test_tonearest): Likewise.
8451         (lrint_test_towardzero): Likewise.
8452         (lrint_test_downward): Likewise.
8453         (lrint_test_upward): Likewise.
8454         (llrint_test): Likewise.
8455         (llrint_test_tonearest): Likewise.
8456         (llrint_test_towardzero): Likewise.
8457         (llrint_test_downward): Likewise.
8458         (llrint_test_upward): Likewise.
8459         (log_test): Likewise.
8460         (log10_test): Likewise.
8461         (log1p_test): Likewise.
8462         (log2_test): Likewise.
8463         (logb_test): Likewise.
8464         (logb_test_downward): Likewise.
8465         (lround_test): Likewise.
8466         (llround_test): Likewise.
8467         (modf_test): Likewise.
8468         (nearbyint_test): Likewise.
8469         (nextafter_test): Likewise.
8470         (nexttoward_test): Likewise.
8471         (pow_test): Likewise.
8472         (pow_test_tonearest): Likewise.
8473         (pow_test_towardzero): Likewise.
8474         (pow_test_downward): Likewise.
8475         (pow_test_upward): Likewise.
8476         (remainder_test): Likewise.
8477         (drem_test): Likewise.
8478         (remainder_test_tonearest): Likewise.
8479         (drem_test_tonearest): Likewise.
8480         (remainder_test_towardzero): Likewise.
8481         (drem_test_towardzero): Likewise.
8482         (remainder_test_downward): Likewise.
8483         (drem_test_downward): Likewise.
8484         (remainder_test_upward): Likewise.
8485         (drem_test_upward): Likewise.
8486         (remquo_test): Likewise.
8487         (rint_test): Likewise.
8488         (rint_test_tonearest): Likewise.
8489         (rint_test_towardzero): Likewise.
8490         (rint_test_downward): Likewise.
8491         (rint_test_upward): Likewise.
8492         (round_test): Likewise.
8493         (scalb_test): Likewise.
8494         (scalbn_test): Likewise.
8495         (scalbln_test): Likewise.
8496         (signbit_test): Likewise.
8497         (sin_test): Likewise.
8498         (sin_test_tonearest): Likewise.
8499         (sin_test_towardzero): Likewise.
8500         (sin_test_downward): Likewise.
8501         (sin_test_upward): Likewise.
8502         (sincos_test): Likewise.
8503         (sinh_test): Likewise.
8504         (sinh_test_tonearest): Likewise.
8505         (sinh_test_towardzero): Likewise.
8506         (sinh_test_downward): Likewise.
8507         (sinh_test_upward): Likewise.
8508         (sqrt_test): Likewise.
8509         (sqrt_test_tonearest): Likewise.
8510         (sqrt_test_towardzero): Likewise.
8511         (sqrt_test_downward): Likewise.
8512         (sqrt_test_upward): Likewise.
8513         (tan_test): Likewise.
8514         (tan_test_tonearest): Likewise.
8515         (tan_test_towardzero): Likewise.
8516         (tan_test_downward): Likewise.
8517         (tan_test_upward): Likewise.
8518         (tanh_test): Likewise.
8519         (tgamma_test): Likewise.
8520         (trunc_test): Likewise.
8521         (y0_test): Likewise.
8522         (y1_test): Likewise.
8523         (yn_test): Likewise.
8524         (significand_test): Likewise.
8526         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
8527         individual tests in comment.
8528         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
8529         (prev_max_error): New variable.
8530         (prev_real_max_error): Likewise.
8531         (prev_imag_max_error): Likewise.
8532         (compare_ulp_data): Don't refer to test names in comment.
8533         (find_test_ulps): Remove function.
8534         (find_function_ulps): Likewise.
8535         (find_complex_function_ulps): Likewise.
8536         (init_max_error): Take function name as argument.  Look up ulps
8537         for that function.
8538         (print_ulps): Remove function.
8539         (print_max_error): Use prev_max_error instead of calling
8540         find_function_ulps.
8541         (print_complex_max_error): Use prev_real_max_error and
8542         prev_imag_max_error instead of calling find_complex_function_ulps.
8543         (check_float_internal): Take max_ulp parameter instead of calling
8544         find_test_ulps.  Don't call print_ulps.
8545         (check_float): Update call to check_float_internal.
8546         (check_complex): Update calls to check_float_internal.
8547         (START): Pass argument to init_max_error.
8548         * math/gen-libm-test.pl (%results): Don't include "kind"
8549         information.
8550         (parse_ulps): Don't handle ulps of individual tests.
8551         (print_ulps_file): Likewise.
8552         (output_ulps): Likewise.
8553         * math/README.libm-test: Update.
8554         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
8555         individual tests.
8556         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
8557         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
8558         * sysdeps/arm/libm-test-ulps: Likewise.
8559         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
8560         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
8561         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
8562         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
8563         * sysdeps/microblaze/libm-test-ulps: Likewise.
8564         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
8565         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8566         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8567         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
8568         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8569         * sysdeps/sh/libm-test-ulps: Likewise.
8570         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8571         * sysdeps/tile/libm-test-ulps: Likewise.
8572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8574 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
8576         * math/libm-test.inc (print_complex_max_error): Check separately
8577         whether real and imaginary errors are within allowed range and
8578         pass 0 to print_complex_function_ulps instead of value within
8579         allowed range.
8581 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8583         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
8584         formatting.
8585         (get_handles_fopen): Likewise.
8586         (do_write_test): Likewise.
8588         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
8590         * libio/fileops.c (do_ftell): Use cached offset when
8591         available.
8592         * libio/iofwide.c (do_ftell_wide): Likewise.
8593         * libio/iofdopen.c (_IO_new_fdopen): Don't use
8594         _IO_file_attach.
8595         * libio/wfileops.c (_IO_fwide): Don't cache offset.
8597         [BZ #16532]
8598         * libio/libioP.h (get_file_offset): New function.
8599         * libio/fileops.c (get_file_offset): Likewise.
8600         (do_ftell): Likewise.
8601         (_IO_new_file_seekoff): Split out ftell logic.
8602         * libio/wfileops.c (do_ftell_wide): Likewise.
8603         (_IO_wfile_seekoff): Split out ftell logic.
8604         * libio/tst-ftell-active-handler.c: New test case.
8605         * libio/Makefile (tests): Add it.
8607 2014-03-03  Roland McGrath  <roland@hack.frob.com>
8609         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
8610         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
8612 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
8614         [BZ #16639]
8615         * nscd/connections.c (nscd_init): Call do_exit.
8616         (start_threads): Call do_exit and notify_parent.
8617         (begin_drop_privileges): Call do_exit.
8618         (finish_drop_privileges): Likewise.
8619         * nscd/selinux.c (preserve_capabilities): Likewise.
8620         (install_real_capabilities): Likewise.
8621         (nscd_selinux_enabled): Likewise.
8622         (avc_create_thread): Likewise.
8623         (avc_alloc_lock): Likewise.
8624         (nscd_avc_init): Likewise.
8625         * nscd/nscd.c (parent_fd): New static variable.
8626         (main): Create a pipe between parent and child processes.
8627         Skip closing parent_fd.
8628         (monitor_child): New function.
8629         (do_exit): Likewise.
8630         (notify_parent): Likewise.
8631         * nscd/nscd.h (notify_parent): Likewise.
8632         (do_exit): Likewise.
8634 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
8636         * malloc/malloc.c (__libc_calloc): Revert last change.
8638 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8640         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8642 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8644         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
8645         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
8646         implementation.
8647         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8648         (__libc_ifunc_impl_list): Likewise.
8649         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
8650         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
8651         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
8652         * string/strrchr.c: Define STRRCHR.
8654 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
8656         * benchtest/bench-strtok.c (simple_strtok): Delete.
8657         (strtok_string): Use as benchmark.
8658         * string/strtok (STRTOK): New macro.
8660 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
8662         * manual/threads.texi: Add header and standard comments to all
8663         functions.
8665         * elf/dl-lookup.c (check_match): New function.
8666         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
8667         (do_lookup_x): Remove nested function check_match. Use non-nested
8668         function check_match.
8670 2014-02-28  Roland McGrath  <roland@hack.frob.com>
8672         * csu/Makefile (generated, before-compile): Use += rather than =.
8673         * catgets/Makefile (generated, generated-dirs): Likewise.
8674         * debug/Makefile (generated): Likewise.
8675         * dlfcn/Makefile (generated): Likewise.
8676         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
8677         * iconvdata/Makefile (before-compile, generated): Likewise.
8678         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
8679         * libio/Makefile (generated): Likewise.
8680         * malloc/Makefile (generated): Likewise.
8681         * manual/Makefile (generated, generated-dirs): Likewise.
8682         * misc/Makefile (generated): Likewise.
8683         * posix/Makefile (generated): Likewise.
8684         * resolv/Makefile (generated): Likewise.
8685         * sunrpc/Makefile (generated, generated-dirs): Likewise.
8686         * timezone/Makefile (generated, generated-dirs): Likewise.
8688         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
8690 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8692         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
8693         power8 implementation.
8694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
8695         file: POWER8 llround ifunc implementation.
8696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
8697         (__lllround): Add POWER8 implementation.
8698         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
8699         POWER8 llround implementation.
8701         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
8702         power8 implementation.
8703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
8704         file: POWER8 llrint ifunc implementation.
8705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
8706         Add POWER8 implementation.
8707         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
8708         POWER8 llrint implementation.
8710         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
8711         power8 implementation.
8712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
8713         file: POWER8 finite ifunc implementation.
8714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
8715         Add POWER8 implementation.
8716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
8717         Likewise.
8718         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
8719         POWER8 finite implementation.
8720         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
8722         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
8723         power8 implementation.
8724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
8725         file: POWER8 isinf ifunc implementation.
8726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
8727         POWER8 implementation.
8728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
8729         Likewise.
8730         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
8731         isinf implementation.
8732         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
8734         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
8735         (INIT_ARCH): Add hwcap2 initialization.
8736         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
8737         power8 implementation.
8738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
8739         file: POWER8 isnan ifunc implementation.
8740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
8741         POWER8 implementation.
8742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
8743         Likewise.
8744         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
8745         isnan implementation.
8746         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
8748 2014-02-27  Joey Ye  <joey.ye@arm.com>
8750         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8751         (_FP_NANFRAC_Q): Set to zero.
8753 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8755         [BZ #16623]
8756         * math/auto-libm-test-in: New test inputs.
8757         * math/auto-libm-test-out: Regenerate.
8758         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
8759         and DA.
8760         (__cos): Likewise.
8761         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
8763 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
8765         * scripts/evaluate-test.sh: Take new argument indicating whether
8766         failure is expected.
8767         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
8768         indicating whether failure is expected.
8769         * conform/Makefile (test-xfail-run-conformtest): New variable.
8770         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
8771         level.
8772         * posix/Makefile (test-xfail-annexc): New variable.
8773         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
8775 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
8777         * argp/Makefile: Include Makeconfig immediately after defining
8778         subdir.
8779         * assert/Makefile: Likewise.
8780         * benchtests/Makefile: Likewise.
8781         * catgets/Makefile: Likewise.
8782         * conform/Makefile: Likewise.
8783         * crypt/Makefile: Likewise.
8784         * csu/Makefile: Likewise.
8785         (all): Remove target.
8786         * ctype/Makefile: Include Makeconfig immediately after defining
8787         subdir.
8788         * debug/Makefile: Likewise.
8789         * dirent/Makefile: Likewise.
8790         * dlfcn/Makefile: Likewise.
8791         * gmon/Makefile: Likewise.
8792         * gnulib/Makefile: Likewise.
8793         * grp/Makefile: Likewise.
8794         * gshadow/Makefile: Likewise.
8795         * hesiod/Makefile: Likewise.
8796         * hurd/Makefile: Likewise.
8797         (all): Remove target.
8798         * iconvdata/Makefile: Include Makeconfig immediately after
8799         defining subdir.
8800         * inet/Makefile: Likewise.
8801         * intl/Makefile: Likewise.
8802         * io/Makefile: Likewise.
8803         * libio/Makefile: Likewise.
8804         (all): Remove target.
8805         * locale/Makefile: Include Makeconfig immediately after defining
8806         subdir.
8807         * login/Makefile: Likewise.
8808         * mach/Makefile: Likewise.
8809         (all): Remove target.
8810         * malloc/Makefile: Include Makeconfig immediately after defining
8811         subdir.
8812         (all): Remove target.
8813         * manual/Makefile: Include Makeconfig immediately after defining
8814         subdir.
8815         * math/Makefile: Likewise.
8816         * misc/Makefile: Likewise.
8817         * nis/Makefile: Likewise.
8818         * nss/Makefile: Likewise.
8819         * po/Makefile: Likewise.
8820         (all): Remove target.
8821         * posix/Makefile: Include Makeconfig immediately after defining
8822         subdir.
8823         * pwd/Makefile: Likewise.
8824         * resolv/Makefile: Likewise.
8825         * resource/Makefile: Likewise.
8826         * rt/Makefile: Likewise.
8827         * setjmp/Makefile: Likewise.
8828         * shadow/Makefile: Likewise.
8829         * signal/Makefile: Likewise.
8830         * socket/Makefile: Likewise.
8831         * soft-fp/Makefile: Likewise.
8832         * stdio-common/Makefile: Likewise.
8833         * stdlib/Makefile: Likewise.
8834         * streams/Makefile: Likewise.
8835         * string/Makefile: Likewise.
8836         * sunrpc/Makefile: Likewise.
8837         (all): Remove target.
8838         * sysvipc/Makefile: Include Makeconfig immediately after defining
8839         subdir.
8840         * termios/Makefile: Likewise.
8841         * time/Makefile: Likewise.
8842         * timezone/Makefile: Likewise.
8843         (all): Remove target.
8844         * wcsmbs/Makefile: Include Makeconfig immediately after defining
8845         subdir.
8846         * wctype/Makefile: Likewise.
8848 2014-02-26  Steve Ellcey  <sellcey@mips.com>
8850         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
8851         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
8852         (libc_feholdexcept_setround_mips): Ditto.
8853         (libc_feholdsetround): New.
8854         (libc_feholdsetroundf): New.
8855         (libc_feholdsetroundl): New.
8856         (libc_feupdateenv_test_mips): New.
8857         (libc_feupdateenv_test): New.
8858         (libc_feupdateenv_testf): New.
8859         (libc_feupdateenv_testl): New.
8860         (libc_feresetround): New.
8861         (libc_feresetroundf): New.
8862         (libc_feresetroundl): New.
8863         (libc_fetestexcept_mips): New.
8864         (libc_fetestexcept): New.
8865         (libc_fetestexceptf): New.
8866         (libc_fetestexceptl): New.
8867         (HAVE_RM_CTX): New.
8868         (libc_feholdexcept_setround_mips_ctx): New.
8869         (libc_feholdexcept_setround_ctx): New.
8870         (libc_feholdexcept_setroundf_ctx): New.
8871         (libc_feholdexcept_setroundl_ctx): New.
8872         (libc_fesetenv_mips_ctx): New.
8873         (libc_fesetenv_ctx): New.
8874         (libc_fesetenv_ctxf): New.
8875         (libc_fesetenv_ctxl): New.
8876         (libc_feupdateenv_mips_ctx): New.
8877         (libc_feupdateenv_ctx): New.
8878         (libc_feupdateenvf_ctx): New.
8879         (libc_feupdateenvl_ctx): New.
8880         (libc_feholdsetround_mips_ctx): New.
8881         (libc_feholdsetround_ctx): New.
8882         (libc_feholdsetroundf_ctx): New.
8883         (libc_feholdsetroundl_ctx): New.
8884         (libc_feresetround_mips_ctx): New.
8885         (libc_feresetround_ctx): New.
8886         (libc_feresetroundf_ctx): New.
8887         (libc_feresetroundl_ctx): New.
8889 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
8891         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
8893         * manual/ipc.texi: New file.
8894         * manual/Makefile (chapters): Add ipc.
8895         * manual/job.texi: Add "Inter-Process Communication" to next.
8896         * manual/process.texi: Add "Inter-Process Communication" to prev.
8898 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8900         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8902 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
8904         * malloc/malloc.c (__libc_calloc): Simplify implementation.
8906         * manual/arith.texi: Fix spaces after sentences.
8907         * manual/charset.texi: Likewise.
8908         * manual/errno.texi: Likewise.
8909         * manual/install.texi: Likewise.
8910         * manual/llio.texi: Likewise.
8911         * manual/locale.texi: Likewise.
8912         * manual/maint.texi: Likewise.
8913         * manual/math.texi: Likewise.
8914         * manual/memory.texi: Likewise.
8915         * manual/message.texi: Likewise.
8916         * manual/probes.texi: Likewise.
8917         * manual/resource.texi: Likewise.
8918         * manual/signal.texi: Likewise.
8919         * manual/socket.texi: Likewise.
8920         * manual/stdio.texi: Likewise.
8921         * manual/string.texi: Likewise.
8922         * manual/time.texi: Likewise.
8923         * manual/users.texi: Likewise.
8925 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
8927         [BZ #16632]
8928         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
8929         _DEFAULT_SOURCE is defined.
8931 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
8932             Carlos O'Donell  <carlos@redhat.com>
8934         [BZ #16613]
8935         * elf/dl-tls.c (_dl_count_modids): New function.
8936         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
8937         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
8938         audit library and increment generation counter.
8939         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
8940         * elf/tst-audit9.c: New file.
8941         * elf/tst-auditmod9a.c: New file.
8942         * elf/tst-auditmod9b.c: New file.
8943         * elf/Makefile: Add rules to build and run tst-audit9.
8945 2014-02-25  Florian Weimer  <fweimer@redhat.com>
8947         [BZ #15347]
8948         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
8950 2014-02-25  Will Newton  <will.newton@linaro.org>
8952         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
8953         (__longjmp): Restore sp and lr before restoring callee
8954         saved registers.  Add longjmp and longjmp_target
8955         SystemTap probe point.
8956         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
8957         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
8958         Define to zero to match jmpbuf layout.
8959         * sysdeps/arm/setjmp.S: Include stap-probe.h.
8960         (__sigsetjmp): Save sp and lr before saving callee
8961         saved registers.  Add setjmp SystemTap probe point.
8963 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
8965         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8967 2014-02-24  Andreas Schwab  <schwab@suse.de>
8969         [BZ #15804]
8970         * elf/pldd.c (wait_for_ptrace_stop): New function.
8971         (main): Call it after attaching.
8973 2014-02-22  Roland McGrath  <roland@hack.frob.com>
8975         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
8976         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
8977         Versions files is now verboten.
8978         * hurd/Versions (libc: GLIBC_2.0):
8979         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
8980         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
8981         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
8982         * mach/Versions: Likewise.
8984         * csu/Versions: Remove unused %include.
8985         * resolv/Versions: Likewise.
8987 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
8989         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
8990         ($(objpfx)check-local-headers.out): Likewise.
8991         ($(objpfx)begin-end-check.out): Likewise.
8992         * Makerules (check-abi-%.out): Likewise.
8993         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
8994         ($(objpfx)test2.cat): Likewise.
8995         ($(objpfx)de/libc.cat): Likewise.
8996         ($(objpfx)test-gencat.out): Likewise.
8997         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
8998         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
8999         ($(objpfx)noload-mem): Likewise.
9000         ($(objpfx)tst-pathopt.out): Likewise.
9001         ($(objpfx)tst-rtld-load-self.out): Likewise.
9002         ($(objpfx)tst-array1-cmp.out): Likewise.
9003         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9004         ($(objpfx)tst-array2-cmp.out): Likewise.
9005         ($(objpfx)tst-array3-cmp.out): Likewise.
9006         ($(objpfx)tst-array4-cmp.out): Likewise.
9007         ($(objpfx)tst-array5-cmp.out): Likewise.
9008         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9009         ($(objpfx)check-textrel.out): Likewise.
9010         ($(objpfx)check-execstack.out): Likewise.
9011         ($(objpfx)check-localplt.out): Likewise.
9012         ($(objpfx)order2-cmp.out): Likewise.
9013         ($(objpfx)tst-leaks1-mem): Likewise.
9014         ($(objpfx)tst-leaks1-static-mem): Likewise.
9015         ($(objpfx)tst-initorder-cmp.out): Likewise.
9016         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9017         ($(objpfx)tst-unused-dep.out): Likewise.
9018         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9019         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9020         * iconv/Makefile (test-iconvconfig): Likewise.
9021         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9022         ($(objpfx)iconv-test.out): Likewise.
9023         ($(objpfx)tst-tables.out): Likewise.
9024         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9025         ($(objpfx)tst-gettext.out): Likewise.
9026         ($(objpfx)tst-translit.out): Likewise.
9027         ($(objpfx)tst-gettext2.out): Likewise.
9028         ($(objpfx)tst-gettext4.out): Likewise.
9029         ($(objpfx)tst-gettext6.out): Likewise.
9030         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9031         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9032         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9033         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9034         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9035         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9036         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9037         ($(objpfx)wordexp-tst.out): Likewise.
9038         ($(objpfx)annexc.out): Likewise.
9039         ($(objpfx)tst-fnmatch-mem): Likewise.
9040         ($(objpfx)bug-regex2-mem): Likewise.
9041         ($(objpfx)bug-regex14-mem): Likewise.
9042         ($(objpfx)bug-regex21-mem): Likewise.
9043         ($(objpfx)bug-regex31-mem): Likewise.
9044         ($(objpfx)tst-vfork3-mem): Likewise.
9045         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9046         ($(objpfx)tst-pcre-mem): Likewise.
9047         ($(objpfx)tst-boost-mem): Likewise.
9048         ($(objpfx)tst-getconf.out): Likewise.
9049         ($(objpfx)bug-ga2-mem): Likewise.
9050         ($(objpfx)bug-glob2-mem): Likewise.
9051         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9052         ($(objpfx)mtrace-tst-leaks2): Likewise.
9053         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9054         ($(objpfx)tst-printf.out): Likewise.
9055         ($(objpfx)tst-setvbuf1.out): Likewise.
9056         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9057         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9058         ($(objpfx)tst-fmtmsg.out): Likewise.
9059         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9060         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9062         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9063         * bits/sigaction.h [__USE_MISC]: Likewise.
9064         * bits/waitstatus.h: Update #endif comments.
9065         * ctype/ctype.h: Likewise.
9066         * dirent/dirent.h: Likewise.
9067         [__USE_MISC]: Remove redundant conditionals.
9068         * grp/grp.h: Update #endif comments.
9069         [__USE_GNU]: Remove redundant conditionals.
9070         [__USE_MISC]: Likewise.
9071         * inet/netinet/in.h [__USE_GNU]: Likewise.
9072         * io/sys/stat.h [__USE_MISC]: Likewise.
9073         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9074         * libio/bits/stdio.h: Update #endif comments.
9075         [__USE_MISC]: Remove redundant conditionals.
9076         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9077         * libio/stdio.h: Update #endif comments.
9078         [__USE_MISC]: Remove redundant conditionals.
9079         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9080         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9081         * math/math.h: Update #else and #endif comments.
9082         [__USE_MISC]: Remove redundant conditionals.
9083         * misc/sys/uio.h: Update #endif comments.
9084         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9085         * posix/glob.h [__USE_MISC]: Likewise.
9086         * posix/sys/types.h: Update #endif comments.
9087         [__USE_MISC]: Remove redundant conditionals.
9088         * posix/sys/wait.h: Update #endif comments.
9089         [__USE_MISC]: Remove redundant conditionals.
9090         * posix/unistd.h: Update #endif comments.
9091         [__USE_MISC]: Remove redundant conditionals.
9092         * pwd/pwd.h [__USE_GNU]: Likewise.
9093         [__USE_MISC]: Likewise.
9094         * resolv/netdb.h [__USE_GNU]: Likewise.
9095         * signal/signal.h: Update #endif comments.
9096         [__USE_MISC]: Remove redundant conditionals.
9097         * stdlib/stdlib.h: Update #else and #endif comments.
9098         [__USE_MISC]: Remove redundant conditionals.
9099         [__USE_GNU]: Likewise.
9100         * string/bits/string2.h [__USE_MISC]: Likewise.
9101         * string/string.h: Update #endif comments.
9102         [__USE_MISC]: Remove redundant conditionals.
9103         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9104         Likewise.
9105         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9106         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9107         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9108         Likewise.
9109         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9110         Likewise.
9111         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9112         comments.
9113         [__USE_MISC]: Remove redundant conditionals.
9114         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9115         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9116         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9117         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9118         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9119         Likewise.
9120         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9121         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9122         Likewise.
9123         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9124         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9125         Likewise.
9126         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9127         Likewise.
9128         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9129         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9130         Likewise.
9131         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9132         Likewise.
9133         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9134         * sysdeps/x86/bits/string.h: Update #endif comments.
9135         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9136         conditionals.
9137         * time/sys/time.h: Update #endif comments.
9138         * time/time.h: Likewise.
9139         [__USE_MISC]: Remove redundant conditionals.
9141 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9143         [BZ #16600]
9144         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9146 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9148         * Versions.def (librt): Add GLIBC_2.17.
9150 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9152         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9153         synonym for _SYS_AUXV_H to allow direct inclusion.
9154         * sysdeps/sparc/bits/hwcap.h: Likewise.
9155         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9156         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9157         * sysdeps/sparc/sysdep.h: Likewise.
9159 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9161         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9163 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9165         * benchtests/bench-strrchr.c: Print length instead of position.
9167 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9169         [BZ #16611]
9170         * sysdeps/unix/sysv/linux/kernel-features.h
9171         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9172         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9173         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9174         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9175         Likewise.
9176         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9177         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9178         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9179         (__ASSUME_SENDMMSG): Define instead of using previous
9180         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9181         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9182         (__ASSUME_SENDMMSG_SYSCALL): Define.
9183         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9184         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9185         Likewise.
9186         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9187         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9188         Likewise.
9189         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9190         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9191         Likewise.
9192         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9193         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9194         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9195         [__ASSUME_SENDMMSG]: Change conditionals to
9196         [__ASSUME_SENDMMSG_SOCKETCALL].
9197         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9198         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9199         Define.
9200         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9201         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9202         Likewise.
9203         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9204         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9205         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9206         [!__ASSUME_SENDMMSG]: Change conditional to
9207         [!__ASSUME_SENDMMSG_SOCKETCALL].
9208         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9209         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9210         Define.
9212         [BZ #16610]
9213         * sysdeps/unix/sysv/linux/kernel-features.h
9214         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9215         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9216         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9217         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9218         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9219         [__i386__ || __sparc__]
9220         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9221         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9222         (__ASSUME_RECVMMSG): Define instead of using previous
9223         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9224         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9225         (__ASSUME_RECVMMSG_SYSCALL): Define.
9226         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9227         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9228         Likewise.
9229         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9230         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9231         Likewise.
9232         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9233         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9234         Likewise.
9235         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9236         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9237         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9238         [__ASSUME_RECVMMSG]: Change condition to
9239         [__ASSUME_RECVMMSG_SOCKETCALL].
9240         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9241         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9242         Define.
9243         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9244         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9245         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9246         Likewise.
9247         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9248         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9249         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9250         [!__ASSUME_RECVMMSG]: Change condition to
9251         [!__ASSUME_RECVMMSG_SOCKETCALL].
9252         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9253         (__ASSUME_RECVMMSG_SYSCALL): Define.
9255         [BZ #16609]
9256         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9257         __powerpc__ || __s390__ || __sh__ || __sparc__]
9258         (__ASSUME_SOCKETCALL): Define.
9259         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9260         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9261         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9262         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9263         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9264         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9265         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9266         (__ASSUME_ACCEPT4): Define instead of using previous
9267         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9268         __powerpc__ || __sparc__ || __s390__)] condition.
9269         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9270         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9271         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9272         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9273         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9274         [!__ASSUME_ACCEPT4]: Change condition to
9275         [!__ASSUME_ACCEPT4_SOCKETCALL].
9276         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9277         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9278         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9279         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9280         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9281         __ASSUME_ACCEPT4_SYSCALL.
9282         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9283         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9284         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9285         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9286         __ASSUME_ACCEPT4_SYSCALL.
9287         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9288         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9289         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9290         [__ASSUME_ACCEPT4]: Change condition to
9291         [__ASSUME_ACCEPT4_SOCKETCALL].
9292         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9293         (__ASSUME_SOCKETCALL): Define.
9294         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9295         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9296         (__ASSUME_SOCKETCALL): Define.
9297         (__ASSUME_ACCEPT4): Remove.
9298         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9299         Define.
9300         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9301         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9302         Likewise.
9303         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9304         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9306         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9307         macro.
9308         (HWCAP_ARM_LPAE): Likewise.
9309         (HWCAP_ARM_EVTSTRM): Likewise.
9310         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9311         Add vpfd32, lpae and evtstrm.
9312         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9313         Increase to 22.
9315 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9317         * math/auto-libm-test-in: Add tests of clog10.
9318         * math/auto-libm-test-out: Regenerated.
9319         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9320         * sysdeps/i386/fpu/libm-test-ulps: Update.
9321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9323 2014-02-18  Andreas Schwab  <schwab@suse.de>
9325         [BZ #16574]
9326         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9327         Store non-zero if the second buffer was newly allocated.
9328         (send_dg): Likewise.
9329         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9330         to send_vc and send_dg.
9331         (res_nsend): Pass NULL for ansp2_malloced.
9332         * resolv/res_query.c (__libc_res_nquery): Add parameter
9333         answerp2_malloced and pass it down to __libc_res_nsend.
9334         (res_nquery): Pass additional NULL to __libc_res_nquery.
9335         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9336         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9337         second answer buffer if answerp2_malloced was set.
9338         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9339         (__libc_res_nquerydomain): Add parameter
9340         answerp2_malloced and pass it down to __libc_res_nquery.
9341         (res_nquerydomain): Pass additional NULL to
9342         __libc_res_nquerydomain.
9343         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9344         additional NULL to __libc_res_nsend and __libc_res_nquery.
9345         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9346         additional NULL to __libc_res_nsearch.
9347         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9348         parameter of __libc_res_nsearch to check for separately allocated
9349         second buffer.
9350         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9351         __libc_res_nquery.
9352         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9353         additional NULL to __libc_res_nquery.
9354         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9355         __libc_res_nsearch.
9356         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9357         * include/resolv.h: Update prototypes of __libc_res_nquery,
9358         __libc_res_nsearch, __libc_res_nsend.
9360 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9362         * math/auto-libm-test-in: Add tests of fma.
9363         * math/auto-libm-test-out: Regenerated.
9364         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9365         (fma_towardzero_test_data): Likewise.
9366         (fma_downward_test_data): Likewise.
9367         (fma_upward_test_data): Likewise.
9368         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9369         mpc_mode.
9370         (rounding_modes): Add values for new field.
9371         (func_calc_method): Add value mpfr_fff_f.
9372         (func_calc_desc): Add mpfr_fff_f union field.
9373         (test_function): Add field exact_args.
9374         (FUNC): Add macro argument EXACT_ARGS.
9375         (FUNC_mpfr_f_f): Update call to FUNC.
9376         (FUNC_mpfr_f_f): Likewise.
9377         (FUNC_mpfr_ff_f): Likewise.
9378         (FUNC_mpfr_if_f): Likewise.
9379         (FUNC_mpc_c_f): Likewise.
9380         (FUNC_mpc_c_c): Likewise.
9381         (test_functions): Add fma.  Update calls to FUNC.
9382         (handle_input_arg): Add argument exact_args.
9383         (add_test): Update call to handle_input_arg.
9384         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9385         (output_for_one_input_case): Update call to calc_generic_results.
9386         Recalculate exact zero results in each rounding mode.
9388         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9389         non-negative before setting low bit.
9390         * math/auto-libm-test-in: Mark one asin test possibly having
9391         spurious underflow.
9392         * math/auto-libm-test-out: Regenerated.
9393         * sysdeps/i386/fpu/libm-test-ulps: Update.
9394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9396 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9398         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9399         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9400         ports/sysdeps/unix/sysv/linux/microblaze.
9401         * README: Add missing listing for microblaze*-*-linux-gnu.
9403 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9405         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9406         * sysdeps/unix/sysv/linux/ia64: Move directory from
9407         ports/sysdeps/unix/sysv/linux/ia64.
9408         * README: Update listing for ia64-*-linux-gnu.
9410 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9411             Joseph Myers  <joseph@codesourcery.com>
9413         * Makeconfig (test-name): New variable.
9414         (evaluate-test): Likewise.
9415         * Makerules (do-test-clean): Remove .test-result files.
9416         (common-mostlyclean): Likewise.
9417         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
9418         * scripts/evaluate-test.sh: New file.
9420 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
9422         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
9423         separate $(objpfx)tst-fopenloc-cmp.out and
9424         $(objpfx)tst-fopenloc-mem.out targets.
9425         (tests): Update dependencies.
9426         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
9427         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
9428         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
9429         (tst-rxspencer-no-utf8-ARGS): New variable.
9430         (tst-rxspencer-no-utf8-ENV): Likewise.
9431         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
9432         instead of $(objpfx)tst-rxspencer-mem.
9433         ($(objpfx)tst-rxspencer-mem): Change target to
9434         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
9435         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
9436         * posix/tst-rxspencer-no-utf8.c: New file.
9438         * elf/Makefile ($(objpfx)order.out): Remove rule.
9439         [$(run-built-tests) = yes] (tests): Depend on
9440         $(objpfx)order-cmp.out.
9441         ($(objpfx)order-cmp.out): New rule.
9442         [$(run-built-tests) = yes] (tests): Depend on
9443         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
9444         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
9445         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
9446         $(objpfx)tst-array5-static-cmp.out.
9447         ($(objpfx)tst-array1.out): Remove rule.
9448         ($(objpfx)tst-array1-cmp.out): New rule.
9449         ($(objpfx)tst-array1-static.out): Remove rule.
9450         ($(objpfx)tst-array1-static-cmp.out): New rule.
9451         ($(objpfx)tst-array2.out): Remove rule.
9452         ($(objpfx)tst-array2-cmp.out): New rule.
9453         ($(objpfx)tst-array3.out): Remove rule.
9454         ($(objpfx)tst-array3-cmp.out): New rule.
9455         ($(objpfx)tst-array4.out): Remove rule.
9456         ($(objpfx)tst-array4-cmp.out): New rule.
9457         ($(objpfx)tst-array5.out): Remove rule.
9458         ($(objpfx)tst-array5-cmp.out): New rule.
9459         ($(objpfx)tst-array5-static.out): Remove rule.
9460         ($(objpfx)tst-array5-static-cmp.out): New rule.
9461         [$(run-built-tests) = yes] (tests): Depend on
9462         $(objpfx)order2-cmp.out.
9463         ($(objpfx)order2.out): Remove rule.
9464         ($(objpfx)order2-cmp.out): New rule.
9465         ($(objpfx)tst-initorder.out): Remove rule.
9466         [$(run-built-tests) = yes] (tests): Depend on
9467         $(objpfx)tst-initorder-cmp.out.
9468         ($(objpfx)tst-initorder-cmp.out): New rule.
9469         ($(objpfx)tst-initorder2.out): Remove rule.
9470         [$(run-built-tests) = yes] (tests): Depend on
9471         $(objpfx)tst-initorder2-cmp.out.
9472         ($(objpfx)tst-initorder2-cmp.out): New rule.
9473         [$(run-built-tests) = yes] (tests): Depend on
9474         $(objpfx)tst-unused-dep-cmp.out.
9475         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
9476         ($(objpfx)tst-unused-dep-cmp.out): New rule.
9477         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
9478         on $(objpfx)tst-setvbuf1-cmp.out.
9479         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
9480         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
9481         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
9482         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
9483         ($(objpfx)tst-svc.out): Remove rule.
9484         ($(objpfx)tst-svc-cmp.out): New rule.
9486 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
9488         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
9489         * ctype/ctype.h [__USE_MISC]: Likewise.
9490         * dirent/dirent.h [__USE_MISC]: Likewise.
9491         * grp/grp.h [__USE_MISC]: Likewise.
9492         * io/fcntl.h [__USE_MISC]: Likewise.
9493         * io/sys/stat.h [__USE_MISC]: Likewise.
9494         * libio/stdio.h [__USE_MISC]: Likewise.
9495         * posix/unistd.h [__USE_MISC]: Likewise.
9496         * pwd/pwd.h [__USE_MISC]: Likewise.
9497         * stdlib.h [__USE_MISC]: Likewise.
9498         * string/bits/string2.h [__USE_MISC]: Likewise.
9499         * string/string.h [__USE_MISC]: Likewise.
9500         * time/time.h [__USE_MISC]: Likewise.
9502 2014-02-13  Andreas Schwab  <schwab@suse.de>
9504         [BZ #16574]
9505         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
9506         second answer buffer if it was separately allocated.
9508 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
9510         * sysdeps/mips/math-tests.h: Include <features.h>.
9511         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9512         (ROUNDING_TESTS_long_double): Do not define.
9513         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9514         (EXCEPTION_TESTS_long_double): Likewise.
9515         * sysdeps/mips/mips64/libm-test-ulps: Update.
9517         * include/features.h (__USE_BSD): Remove macro definitions.
9518         (__USE_SVID): Likewise.
9519         (_BSD_SOURCE): Likewise.
9520         (_SVID_SOURCE): Likewise.
9521         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
9522         from definition of _DEFAULT_SOURCE.
9523         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
9524         [_DEFAULT_SOURCE].
9525         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
9526         * bits/mman.h [__USE_BSD]: Likewise.
9527         * bits/termios.h [__USE_BSD]: Likewise.
9528         * bits/waitstatus.h [__USE_BSD]: Likewise.
9529         * ctype/ctype.h [__USE_SVID]: Likewise.
9530         * dirent/dirent.h [__USE_BSD]: Likewise.
9531         * grp/grp.h [__USE_SVID]: Likewise.
9532         [__USE_BSD]: Likewise.
9533         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
9534         * io/fcntl.h [__USE_BSD]: Likewise.
9535         * io/ftw.h [__USE_BSD]: Likewise.
9536         * io/sys/stat.h [__USE_BSD]: Likewise.
9537         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
9538         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
9539         * libio/stdio.h [__USE_SVID]: Likewise.
9540         [__USE_BSD]: Likewise.
9541         * math/math.h [__USE_SVID]: Likewise.
9542         [__USE_BSD]: Likewise.
9543         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
9544         * misc/bits/syslog.h [__USE_BSD]: Likewise.
9545         * misc/search.h [__USE_SVID]: Likewise.
9546         * misc/sys/mman.h [__USE_BSD]: Likewise.
9547         * misc/sys/syslog.h [__USE_BSD]: Likewise.
9548         * misc/sys/uio.h [__USE_BSD]: Likewise.
9549         * posix/bits/unistd.h [__USE_BSD]: Likewise.
9550         * posix/glob.h [__USE_BSD]: Likewise.
9551         * posix/regex.h [__USE_BSD]: Likewise.
9552         * posix/sys/types.h [__USE_BSD]: Likewise.
9553         [__USE_SVID]: Likewise.
9554         * posix/sys/utsname.h [__USE_SVID]: Likewise.
9555         * posix/sys/wait.h [__USE_BSD]: Likewise.
9556         [__USE_SVID]: Likewise.
9557         * posix/unistd.h [__USE_BSD]: Likewise.
9558         [__USE_SVID]: Likewise.
9559         * pwd/pwd.h [__USE_SVID]: Likewise.
9560         * resolv/netdb.h [__USE_BSD]: Likewise.
9561         * setjmp/setjmp.h [__USE_BSD]: Likewise.
9562         * signal/signal.h [__USE_BSD]: Likewise.
9563         [__USE_SVID]: Likewise.
9564         * socket/sys/socket.h [__USE_BSD]: Likewise.
9565         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
9566         * stdlib/stdlib.h [__USE_BSD]: Likewise.
9567         [__USE_SVID]: Likewise.
9568         * string/bits/string2.h [__USE_BSD]: Likewise.
9569         [__USE_SVID]: Likewise.
9570         * string/bits/string3.h [__USE_BSD]: Likewise.
9571         * string/endian.h [__USE_BSD]: Likewise.
9572         * string/string.h [__USE_SVID]: Likewise.
9573         [__USE_BSD]: Likewise.
9574         * string/strings.h [__USE_BSD]: Likewise.
9575         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
9576         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
9577         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
9578         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
9579         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
9580         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
9581         Likewise.
9582         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
9583         Likewise.
9584         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
9585         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
9586         Likewise.
9587         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
9588         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
9589         Likewise.
9590         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
9591         Likewise.
9592         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
9593         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
9594         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
9595         Likewise.
9596         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
9597         Likewise.
9598         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
9599         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
9600         * termios/termios.h [__USE_BSD]: Likewise.
9601         * time/sys/time.h [__USE_BSD]: Likewise.
9602         * time/time.h [__USE_BSD]: Likewise.
9603         [__USE_SVID]: Likewise.
9605         * Makefile (subdir_targets): Remove subdir_lint.out.
9607         * stdio-common/Makefile (do-tst-unbputc): Remove target.
9608         (do-tst-printf): Likewise.
9609         (tests): Depend directly on $(objpfx)tst-unbputc.out and
9610         $(objpfx)tst-printf.out.
9612         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
9614         * Makerules (check-abi-%): Change target to
9615         $(objpfx)check-abi-%.out.
9616         (check-abi target): Update dependencies.
9617         (check-abi-pattern variable): Redirect output of diff to $@.
9618         (check-abi variable): Likewise.
9619         * elf/Makefile (check-abi): Update dependencies.
9621         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
9622         unused.
9623         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
9624         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
9625         subnormal range.
9626         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
9627         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
9628         value has largest subnormal exponent.
9629         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
9630         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
9631         * sysdeps/aarch64/soft-fp/sfp-machine.h
9632         (_FP_TININESS_AFTER_ROUNDING): New macro.
9633         * sysdeps/alpha/soft-fp/sfp-machine.h
9634         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9635         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9636         Likewise.
9637         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
9638         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9639         * sysdeps/mips/soft-fp/sfp-machine.h
9640         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9641         * sysdeps/powerpc/soft-fp/sfp-machine.h
9642         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9643         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9644         Likewise.
9645         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
9646         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9647         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
9648         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9649         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9650         Likewise.
9652 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
9654         [BZ #16545]
9655         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
9656         model 1.
9658 2014-02-12  Richard Henderson  <rth@redhat.com>
9660         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
9661         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
9662         * sysdeps/unix/sysv/linux/alpha: Move directory from
9663         ports/sysdeps/unix/sysv/linux/alpha.
9664         * README: Update listing for alpha-*-linux-gnu.
9666 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
9668         * include/features.h: Update comment documenting feature test
9669         macros.
9670         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
9671         _DEFAULT_SOURCE.
9672         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
9673         (_SVID_SOURCE): Likewise.
9674         (_DEFAULT_SOURCE): Update description of default features.
9675         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
9676         with _GNU_SOURCE.
9677         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
9678         (S_ISVTX): Likewise.
9679         * manual/math.texi (Mathematical Constants): Likewise.
9680         * manual/signal.texi (Interrupted Primitives): Likewise.
9681         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
9682         * math/test-matherr.c (_SVID_SOURCE): Do not define.
9683         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
9684         Don't refer to _SVID_SOURCE in warning text.
9686         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9688         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
9689         already defined.
9690         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
9691         * sysdeps/mips/dl-lookup.c: Remove.
9692         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
9694 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9696         [BZ #16447]
9697         * math/auto-libm-test-in: Add testcase for expl.
9698         * math/auto-libm-test-out: Regenerate.
9699         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
9700         calculation of unsafe.
9701         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
9703 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9705         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
9706         * sysdeps/unix/sysv/linux/aarch64: Move directory from
9707         ports/sysdeps/unix/sysv/linux/aarch64.
9708         * README: Update listing for aarch64*-*-linux-gnu.
9710 2014-02-11  Will Newton  <will.newton@linaro.org>
9712         * manual/probes.texi (Mathematical Function Probes): Use
9713         "triggered" instead of "hit".
9715         * manual/probes.texi (Internal Probes): Add documentation
9716         of setjmp, longjmp and longjmp_target probes.
9718         * include/stap-probe.h: Add comment about probe argument
9719         format.
9721         * malloc/mtrace.c (attribute_hidden): Remove unused macro
9722         definition.  (tr_where, tr_freehook, tr_mallochook,
9723         tr_reallochook, tr_memalignhook): Use ANSI protoype.
9725 2014-02-11  David S. Miller  <davem@davemloft.net>
9727         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
9728         processing int_tests.
9730 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
9732         * sysdeps/mips: Move directory from ports/sysdeps/mips.
9733         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
9734         * sysdeps/unix/sysv/linux/mips: Move directory from
9735         ports/sysdeps/unix/sysv/linux/mips.
9736         * README: Update listing for mips-*-linux-gnu and
9737         mips64-*-linux-gnu.
9739 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
9741         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
9742         * sysdeps/unix/sysv/linux/m68k: Move directory from
9743         ports/sysdeps/unix/sysv/linux/m68k.
9744         * README: Update listing for m68k-*-linux-gnu.
9746 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
9748         * sysdeps/tile: Move directory from ports/sysdeps/tile.
9749         * sysdeps/unix/sysv/linux/generic: Move directory from
9750         ports/sysdeps/unix/sysv/linux/generic.
9751         * sysdeps/unix/sysv/linux/tile: Move directory from
9752         ports/sysdeps/unix/sysv/linux/tile.
9753         * README: Update listing for tile*-*-linux-gnu.
9755 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
9757         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
9758         __builtin_expect.
9759         * benchtests/bench-memmem.c (simple_memmem): Likewise.
9760         * catgets/open_catalog.c (__open_catalog): Likewise.
9761         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
9762         * debug/confstr_chk.c: Likewise.
9763         * debug/fread_chk.c (__fread_chk): Likewise.
9764         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
9765         * debug/getgroups_chk.c: Likewise.
9766         * debug/mbsnrtowcs_chk.c: Likewise.
9767         * debug/mbsrtowcs_chk.c: Likewise.
9768         * debug/mbstowcs_chk.c: Likewise.
9769         * debug/memcpy_chk.c: Likewise.
9770         * debug/memmove_chk.c: Likewise.
9771         * debug/mempcpy_chk.c: Likewise.
9772         * debug/memset_chk.c: Likewise.
9773         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
9774         * debug/strcat_chk.c (__strcat_chk): Likewise.
9775         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
9776         * debug/strncat_chk.c (__strncat_chk): Likewise.
9777         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
9778         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
9779         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
9780         * debug/wcpncpy_chk.c: Likewise.
9781         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
9782         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
9783         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
9784         * debug/wcsncpy_chk.c: Likewise.
9785         * debug/wcsnrtombs_chk.c: Likewise.
9786         * debug/wcsrtombs_chk.c: Likewise.
9787         * debug/wcstombs_chk.c: Likewise.
9788         * debug/wmemcpy_chk.c: Likewise.
9789         * debug/wmemmove_chk.c: Likewise.
9790         * debug/wmempcpy_chk.c: Likewise.
9791         * debug/wmemset_chk.c: Likewise.
9792         * dirent/scandirat.c (SCANDIRAT): Likewise.
9793         * dlfcn/dladdr1.c (dladdr1): Likewise.
9794         * dlfcn/dladdr.c (dladdr): Likewise.
9795         * dlfcn/dlclose.c (dlclose_doit): Likewise.
9796         * dlfcn/dlerror.c (__dlerror): Likewise.
9797         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9798         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
9799         * dlfcn/dlopen.c (dlopen_doit): Likewise.
9800         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
9801         * dlfcn/dlsym.c (dlsym_doit): Likewise.
9802         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
9803         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
9804         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
9805         Likewise.
9806         * elf/dl-conflict.c: Likewise.
9807         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
9808         * elf/dl-dst.h: Likewise.
9809         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
9810         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
9811         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
9812         * elf/dl-init.c (call_init, _dl_init): Likewise.
9813         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
9814         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
9815         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
9816         Likewise.
9817         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
9818         Likewise.
9819         * elf/dl-minimal.c (__libc_memalign): Likewise.
9820         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
9821         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9822         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9823         * elf/dl-sym.c (do_sym): Likewise.
9824         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
9825         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
9826         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
9827         * elf/dl-writev.h (_dl_writev): Likewise.
9828         * elf/ldconfig.c (search_dir): Likewise.
9829         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
9830         (dl_main): Likewise.
9831         * elf/setup-vdso.h (setup_vdso): Likewise.
9832         * grp/compat-initgroups.c (compat_call): Likewise.
9833         * grp/fgetgrent.c (fgetgrent): Likewise.
9834         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
9835         * grp/putgrent.c (putgrent): Likewise.
9836         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
9837         Likewise.
9838         * hurd/hurdinit.c: Likewise.
9839         * iconvdata/8bit-gap.c (struct): Likewise.
9840         * iconvdata/ansi_x3.110.c : Likewise.
9841         * iconvdata/big5.c : Likewise.
9842         * iconvdata/big5hkscs.c : Likewise.
9843         * iconvdata/cp1255.c: Likewise.
9844         * iconvdata/cp1258.c : Likewise.
9845         * iconvdata/cp932.c : Likewise.
9846         * iconvdata/euc-cn.c: Likewise.
9847         * iconvdata/euc-jisx0213.c : Likewise.
9848         * iconvdata/euc-jp.c: Likewise.
9849         * iconvdata/euc-jp-ms.c : Likewise.
9850         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
9851         * iconvdata/gb18030.c : Likewise.
9852         * iconvdata/gbbig5.c (const): Likewise.
9853         * iconvdata/gbgbk.c: Likewise.
9854         * iconvdata/gbk.c : Likewise.
9855         * iconvdata/ibm1364.c : Likewise.
9856         * iconvdata/ibm930.c : Likewise.
9857         * iconvdata/ibm932.c: Likewise.
9858         * iconvdata/ibm933.c : Likewise.
9859         * iconvdata/ibm935.c : Likewise.
9860         * iconvdata/ibm937.c : Likewise.
9861         * iconvdata/ibm939.c : Likewise.
9862         * iconvdata/ibm943.c: Likewise.
9863         * iconvdata/iso_11548-1.c: Likewise.
9864         * iconvdata/iso-2022-cn.c : Likewise.
9865         * iconvdata/iso-2022-cn-ext.c : Likewise.
9866         * iconvdata/iso-2022-jp-3.c: Likewise.
9867         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
9868         * iconvdata/iso-2022-kr.c : Likewise.
9869         * iconvdata/iso646.c (gconv_end): Likewise.
9870         * iconvdata/iso_6937-2.c : Likewise.
9871         * iconvdata/iso_6937.c : Likewise.
9872         * iconvdata/iso8859-1.c: Likewise.
9873         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
9874         * iconvdata/shift_jisx0213.c : Likewise.
9875         * iconvdata/sjis.c : Likewise.
9876         * iconvdata/t.61.c : Likewise.
9877         * iconvdata/tcvn5712-1.c : Likewise.
9878         * iconvdata/tscii.c: Likewise.
9879         * iconvdata/uhc.c : Likewise.
9880         * iconvdata/unicode.c (gconv_end): Likewise.
9881         * iconvdata/utf-16.c (gconv_end): Likewise.
9882         * iconvdata/utf-32.c (gconv_end): Likewise.
9883         * iconvdata/utf-7.c (base64): Likewise.
9884         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
9885         * iconv/gconv_close.c (__gconv_close): Likewise.
9886         * iconv/gconv_open.c (__gconv_open): Likewise.
9887         * iconv/gconv_simple.c (internal_ucs4_loop_single)
9888         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
9889         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
9890         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
9891         (ucs4le_internal_loop_single): Likewise.
9892         * iconv/iconv.c (iconv): Likewise.
9893         * iconv/iconv_close.c: Likewise.
9894         * iconv/loop.c (SINGLE): Likewise.
9895         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
9896         * include/atomic.h: Likewise.
9897         * inet/inet6_option.c (option_alloc): Likewise.
9898         * intl/bindtextdom.c (set_binding_values): Likewise.
9899         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
9900         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
9901         * intl/localealias.c (read_alias_file): Likewise.
9902         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
9903         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
9904         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
9905         * libio/fmemopen.c (fmemopen): Likewise.
9906         * libio/iofgets.c (_IO_fgets): Likewise.
9907         * libio/iofgets_u.c (fgets_unlocked): Likewise.
9908         * libio/iofgetws.c (fgetws): Likewise.
9909         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
9910         * libio/iogetdelim.c (_IO_getdelim): Likewise.
9911         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
9912         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
9913         * locale/findlocale.c (_nl_find_locale): Likewise.
9914         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
9915         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
9916         Likewise.
9917         * locale/setlocale.c (setlocale): Likewise.
9918         * login/programs/pt_chown.c (main): Likewise.
9919         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
9920         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
9921         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
9922         (mmap, mmap64, mremap, munmap): Likewise.
9923         * math/e_exp2l.c: Likewise.
9924         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
9925         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
9926         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
9927         * math/s_catan.c (__catan): Likewise.
9928         * math/s_catanf.c (__catanf): Likewise.
9929         * math/s_catanh.c (__catanh): Likewise.
9930         * math/s_catanhf.c (__catanhf): Likewise.
9931         * math/s_catanhl.c (__catanhl): Likewise.
9932         * math/s_catanl.c (__catanl): Likewise.
9933         * math/s_ccosh.c (__ccosh): Likewise.
9934         * math/s_ccoshf.c (__ccoshf): Likewise.
9935         * math/s_ccoshl.c (__ccoshl): Likewise.
9936         * math/s_cexp.c (__cexp): Likewise.
9937         * math/s_cexpf.c (__cexpf): Likewise.
9938         * math/s_cexpl.c (__cexpl): Likewise.
9939         * math/s_clog10.c (__clog10): Likewise.
9940         * math/s_clog10f.c (__clog10f): Likewise.
9941         * math/s_clog10l.c (__clog10l): Likewise.
9942         * math/s_clog.c (__clog): Likewise.
9943         * math/s_clogf.c (__clogf): Likewise.
9944         * math/s_clogl.c (__clogl): Likewise.
9945         * math/s_csin.c (__csin): Likewise.
9946         * math/s_csinf.c (__csinf): Likewise.
9947         * math/s_csinh.c (__csinh): Likewise.
9948         * math/s_csinhf.c (__csinhf): Likewise.
9949         * math/s_csinhl.c (__csinhl): Likewise.
9950         * math/s_csinl.c (__csinl): Likewise.
9951         * math/s_csqrt.c (__csqrt): Likewise.
9952         * math/s_csqrtf.c (__csqrtf): Likewise.
9953         * math/s_csqrtl.c (__csqrtl): Likewise.
9954         * math/s_ctan.c (__ctan): Likewise.
9955         * math/s_ctanf.c (__ctanf): Likewise.
9956         * math/s_ctanh.c (__ctanh): Likewise.
9957         * math/s_ctanhf.c (__ctanhf): Likewise.
9958         * math/s_ctanhl.c (__ctanhl): Likewise.
9959         * math/s_ctanl.c (__ctanl): Likewise.
9960         * math/w_pow.c: Likewise.
9961         * math/w_powf.c: Likewise.
9962         * math/w_powl.c: Likewise.
9963         * math/w_scalb.c (sysv_scalb): Likewise.
9964         * math/w_scalbf.c (sysv_scalbf): Likewise.
9965         * math/w_scalbl.c (sysv_scalbl): Likewise.
9966         * misc/error.c (error_tail): Likewise.
9967         * misc/pselect.c (__pselect): Likewise.
9968         * nis/nis_callback.c (__nis_create_callback): Likewise.
9969         * nis/nis_call.c (__nisfind_server): Likewise.
9970         * nis/nis_creategroup.c (nis_creategroup): Likewise.
9971         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
9972         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
9973         * nis/nis_getservlist.c (nis_getservlist): Likewise.
9974         * nis/nis_lookup.c (nis_lookup): Likewise.
9975         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
9976         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
9977         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
9978         * nis/nis_xdr.c (xdr_endpoint): Likewise.
9979         * nis/nss_compat/compat-grp.c (getgrent_next_file)
9980         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
9981         * nis/nss_compat/compat-initgroups.c (add_group)
9982         (internal_getgrent_r): Likewise.
9983         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
9984         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
9985         * nis/nss_compat/compat-spwd.c (getspent_next_file)
9986         (internal_getspnam_r): Likewise.
9987         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
9988         (_nss_nis_getaliasbyname_r): Likewise.
9989         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
9990         (_nss_nis_getntohost_r): Likewise.
9991         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
9992         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
9993         (_nss_nis_getgrgid_r): Likewise.
9994         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
9995         (internal_nis_gethostent_r, internal_gethostbyname2_r)
9996         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
9997         (_nss_nis_gethostbyname4_r): Likewise.
9998         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
9999         (initgroups_netid): Likewise.
10000         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10001         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10002         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10003         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10004         (_nss_nis_getprotobynumber_r): Likewise.
10005         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10006         (_nss_nis_getsecretkey): Likewise.
10007         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10008         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10009         (_nss_nis_getpwuid_r): Likewise.
10010         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10011         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10012         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10013         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10014         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10015         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10016         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10017         Likewise.
10018         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10019         (_nss_nisplus_getntohost_r): Likewise.
10020         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10021         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10022         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10023         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10024         Likewise.
10025         * nis/nss_nisplus/nisplus-initgroups.c
10026         (_nss_nisplus_initgroups_dyn): Likewise.
10027         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10028         (_nss_nisplus_getnetbyaddr_r): Likewise.
10029         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10030         (_nss_nisplus_getprotobynumber_r): Likewise.
10031         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10032         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10033         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10034         Likewise.
10035         * nis/nss_nisplus/nisplus-service.c
10036         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10037         (_nss_nisplus_getservbyport_r): Likewise.
10038         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10039         (_nss_nisplus_getspnam_r): Likewise.
10040         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10041         Likewise.
10042         * nscd/aicache.c (addhstaiX): Likewise.
10043         * nscd/cache.c (cache_search, prune_cache): Likewise.
10044         * nscd/connections.c (register_traced_file, send_ro_fd)
10045         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10046         (main_loop_epoll): Likewise.
10047         * nscd/grpcache.c (addgrbyX): Likewise.
10048         * nscd/hstcache.c (addhstbyX): Likewise.
10049         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10050         * nscd/mem.c (gc, mempool_alloc): Likewise.
10051         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10052         (addinnetgrX): Likewise.
10053         * nscd/nscd-client.h (__nscd_acquire_maplock)
10054         (__nscd_drop_map_ref): Likewise.
10055         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10056         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10057         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10058         Likewise.
10059         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10060         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10061         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10062         (__nscd_get_map_ref): Likewise.
10063         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10064         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10065         Likewise.
10066         * nscd/pwdcache.c (addpwbyX): Likewise.
10067         * nscd/selinux.c (preserve_capabilities): Likewise.
10068         * nscd/servicescache.c (addservbyX): Likewise.
10069         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10070         * posix/fnmatch.c (fnmatch): Likewise.
10071         * posix/getopt.c (_getopt_internal_r): Likewise.
10072         * posix/glob.c (glob, glob_in_dir): Likewise.
10073         * posix/wordexp.c (exec_comm_child): Likewise.
10074         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10075         (getanswer_r, gaih_getanswer_slice): Likewise.
10076         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10077         * resolv/res_init.c: Likewise.
10078         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10079         * resolv/res_query.c (__libc_res_nquery): Likewise.
10080         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10081         Likewise.
10082         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10083         * stdio-common/perror.c (perror): Likewise.
10084         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10085         * stdio-common/tmpnam.c (tmpnam): Likewise.
10086         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10087         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10088         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10089         Likewise.
10090         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10091         * stdlib/putenv.c (putenv): Likewise.
10092         * stdlib/setenv.c (__add_to_environ): Likewise.
10093         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10094         * stdlib/strtol_l.c (INTERNAL): Likewise.
10095         * string/memmem.c (memmem): Likewise.
10096         * string/strerror.c (strerror): Likewise.
10097         * string/strnlen.c (__strnlen): Likewise.
10098         * string/test-memmem.c (simple_memmem): Likewise.
10099         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10100         * sunrpc/pm_getport.c (__get_socket): Likewise.
10101         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10102         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10103         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10104         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10105         Likewise.
10106         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10107         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10108         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10109         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10110         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10111         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10112         Likewise.
10113         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10114         Likewise.
10115         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10116         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10117         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10118         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10119         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10120         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10121         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10122         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10123         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10124         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10125         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10126         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10127         Likewise.
10128         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10129         Likewise.
10130         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10131         Likewise.
10132         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10133         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10134         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10135         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10136         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10137         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10138         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10139         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10140         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10141         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10142         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10143         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10144         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10145         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10146         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10147         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10148         Likewise.
10149         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10150         Likewise.
10151         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10152         Likewise.
10153         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10154         Likewise.
10155         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10156         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10157         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10158         Likewise.
10159         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10160         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10161         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10162         * sysdeps/posix/sleep.c: Likewise.
10163         * sysdeps/posix/tempname.c: Likewise.
10164         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10165         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10166         Likewise.
10167         * sysdeps/powerpc/powerpc32/dl-machine.h
10168         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10169         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10170         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10171         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10172         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10173         Likewise.
10174         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10175         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10176         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10177         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10178         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10179         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10180         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10181         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10182         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10183         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10184         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10185         (elf_machine_lazy_rel): Likewise.
10186         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10187         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10188         (elf_machine_lazy_rel): Likewise.
10189         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10190         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10191         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10192         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10193         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10194         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10195         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10196         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10197         Likewise.
10198         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10199         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10200         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10201         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10202         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10203         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10204         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10205         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10206         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10207         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10208         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10209         Likewise.
10210         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10211         (__posix_fallocate64_l64): Likewise.
10212         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10213         (posix_fallocate): Likewise.
10214         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10215         Likewise.
10216         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10217         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10218         (getifaddrs_internal): Likewise.
10219         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10220         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10221         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10222         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10223         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10224         (__posix_fallocate64_l64): Likewise.
10225         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10226         Likewise.
10227         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10228         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10229         (__get_clockfreq): Likewise.
10230         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10231         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10232         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10233         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10234         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10235         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10236         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10237         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10238         Likewise.
10239         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10240         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10241         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10242         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10243         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10244         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10245         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10246         Likewise.
10247         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10248         (posix_fallocate): Likewise.
10249         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10250         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10251         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10252         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10253         (elf_machine_rela, elf_machine_rela_relative)
10254         (elf_machine_lazy_rel): Likewise.
10255         * time/asctime.c (asctime_internal): Likewise.
10256         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10257         * time/tzset.c (__tzset_parse_tz): Likewise.
10258         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10259         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10260         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10261         * wcsmbs/wcsmbsload.h: Likewise.
10263         [BZ #15894]
10264         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10266         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10267         (arena_get2): Remove THREAD_STATS conditionals.
10268         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10269         (__malloc_stats, int): Likewise.
10271 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10273         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10274         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10276         * manual/setjmp.texi: Fix typos/grammar errors.
10278         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10279         Only return early when n is <= 0.  Delete unused return statement.
10281         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10282         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10283         * debug/tst-longjmp_chk3.c: New file.
10285         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10286         (test_main): Replace code with set_fortify_handler call.
10287         * debug/test-strcpy_chk.c: Likewise.
10288         * debug/tst-chk1.c: Likewise.
10289         * debug/tst-longjmp_chk.c: Likewise.
10290         * test-skeleton.c: Include fcntl.h & paths.h
10291         (set_fortify_handler): Define.
10293         * debug/tst-longjmp_chk.c: Add header comment and include
10294         ../test-skeleton.c.
10295         (do_test): Mark static.
10296         (TEST_FUNCTION): Define.
10298         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10299         (IP_PMTUDISC_INTERFACE): Likewise.
10300         (IP_MULTICAST_IF): Likewise.
10301         (IP_MULTICAST_TTL): Likewise.
10302         (IP_MULTICAST_LOOP): Likewise.
10303         (IP_ADD_MEMBERSHIP): Likewise.
10304         (IP_DROP_MEMBERSHIP): Likewise.
10305         (IP_UNBLOCK_SOURCE): Likewise.
10306         (IP_BLOCK_SOURCE): Likewise.
10307         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10308         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10309         (IP_MSFILTER): Likewise.
10310         (MCAST_JOIN_GROUP): Likewise.
10311         (MCAST_BLOCK_SOURCE): Likewise.
10312         (MCAST_UNBLOCK_SOURCE): Likewise.
10313         (MCAST_LEAVE_GROUP): Likewise.
10314         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10315         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10316         (MCAST_MSFILTER): Likewise.
10317         (IP_MULTICAST_ALL): Likewise.
10318         (IP_UNICAST_IF): Likewise.
10320         * timezone/Makefile: Delete $(have-ksh) check.
10321         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10322         * timezone/tzselect.ksh: Add +x mode bits.
10324         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10325         (ANON_INODE_FS_MAGIC): Likewise.
10326         (BDEVFS_MAGIC): Likewise.
10327         (BINFMTFS_MAGIC): Likewise.
10328         (BTRFS_TEST_MAGIC): Likewise.
10329         (CRAMFS_MAGIC_WEND): Likewise.
10330         (DEBUGFS_MAGIC): Likewise.
10331         (ECRYPTFS_SUPER_MAGIC): Likewise.
10332         (EXT3_SUPER_MAGIC): Likewise.
10333         (EXT4_SUPER_MAGIC): Likewise.
10334         (FUTEXFS_SUPER_MAGIC): Likewise.
10335         (HOSTFS_SUPER_MAGIC): Likewise.
10336         (HUGETLBFS_MAGIC): Likewise.
10337         (MINIX3_SUPER_MAGIC): Likewise.
10338         (MTD_INODE_FS_MAGIC): Likewise.
10339         (NILFS_SUPER_MAGIC): Likewise.
10340         (OPENPROM_SUPER_MAGIC): Likewise.
10341         (PIPEFS_MAGIC): Likewise.
10342         (PSTOREFS_MAGIC): Likewise.
10343         (QNX6_SUPER_MAGIC): Likewise.
10344         (RAMFS_MAGIC): Likewise.
10345         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10346         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10347         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10348         (SECURITYFS_MAGIC): Likewise.
10349         (SELINUX_MAGIC): Likewise.
10350         (SMACK_MAGIC): Likewise.
10351         (SOCKFS_MAGIC): Likewise.
10352         (SQUASHFS_MAGIC): Likewise.
10353         (STACK_END_MAGIC): Likewise.
10354         (TMPFS_MAGIC): Likewise.
10355         (USBDEVICE_SUPER_MAGIC): Likewise.
10356         (V9FS_MAGIC): Likewise.
10357         (XENFS_SUPER_MAGIC): Likewise.
10358         (CRAMFS_MAGIC): Fix typo in comment.
10359         (EXT2_SUPER_MAGIC): Update comment.
10360         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10362 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10364         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10365         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10366         * sysdeps/unix/sysv/linux/arm: Move directory from
10367         ports/sysdeps/unix/sysv/linux/arm.
10368         * README: Update listing for arm-*-linux-gnueabi.
10370         * README: Remove mention of am33.
10372 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10374         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10375         than the comma operator, to avoid "rhs of comma has no effect"
10376         compiler warnings.
10377         (__sigfillset, __sigandset, __sigorset): Likewise.
10378         * include/signal.h (__sigemptyset): Likewise.
10379         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10381 2014-02-07  Allan McRae  <allan@archlinux.org>
10383         * version.h (RELEASE): Set to "development".
10384         (VERSION): Set to "2.19.90"
10385         * NEWS: Add 2.20 section.
10387 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10389         [BZ #16529]
10390         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10392 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10394         * manual/contrib.texi: Update entry for Carlos O'Donell,
10395         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10397 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10399         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10401         * sysdeps/unix/sysv/linux/kernel-features.h
10402         [__LINUX_KERNEL_VERSION >= 0x020621]
10403         (__ASSUME_PROC_PID_TASK_COMM): Define.
10405 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10407         [BZ #16398]
10408         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10409         conversion when destination buffer does not have enough space.
10410         * libio/tst-ftell-partial-wide.c: New test case.
10411         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10413         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10414         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10415         Leonard and Allan McRae.
10417 2014-02-04  David S. Miller  <davem@davemloft.net>
10419         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
10420         32-bit.
10422 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10425         New file
10426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10427         New file
10428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10429         New file.
10430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10431         New file.
10432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10433         New file.
10434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10435         New file.
10436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10437         New file.
10438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10439         New file.
10440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10441         New file.
10442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10443         New file.
10444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10445         New file.
10446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10447         New file.
10448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10449         New file.
10451 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10453         * nptl/shlib-versions: Change powerpc*le start to 2.17.
10454         * shlib-versions: Likewise.
10456 2014-02-04  Roland McGrath  <roland@hack.frob.com>
10457             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10459         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
10460         (abilist-pattern): New variable, set to %-le.abilist.
10462         * Makerules (abilist-pattern): New variable.
10463         (vpath): Use $(abilist-pattern) in place of %.abilist.
10464         (check-abi-% pattern rule): Likewise.
10465         (check-abi, update-abi): Likewise.
10467 2014-02-04  Eric Wong  <normalperson@yhbt.net>
10469         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10471 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
10473         * manual/startup.texi: Add next, previous, and top entries for
10474         the `Program Arguments' and `Environment Variables' nodes.
10476 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
10478         * manual/macros.texi: Add comments before MTASC-safety macros.
10480         * manual/users.texi: Document MTASC-safety properties.
10482         * manual/threads.texi (pthread_key_create, pthread_key_delete)
10483         (pthread_getspecific, pthread_setspecific): Format with
10484         @deftypefun, and add @safety note.
10485         * manual/signal.texi: Move comments that analyze the above
10486         functions to their home place.
10488 2014-02-03  Allan McRae  <allan@archlinux.org>
10490         * po/sl.po: Update Slovenian translation from translation project.
10492 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
10494         * manual/time.texi (timegm): Add missing blank after @c.
10495         Reported by Joseph Myers <joseph@codesourcery.com>.
10497 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
10499         * manual/check-safety.sh: New.
10500         * manual/Makefile ($(objpfx)stamp-summary): Run it.
10502         * manual/terminal.texi: Document MTASC-safety properties.
10504         * manual/filesys.texi: Document MTASC-safety properties.
10506         * manual/errno.texi: Document MTASC-safety properties.
10508         * manual/intro.texi: Document safety identifiers and
10509         conditionals.
10511         * manual/string.texi (wcstok): Fix prototype.
10512         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
10514         * manual/time.texi: Document MTASC-safety properties.
10516         * manual/string.texi: Document MTASC-safety properties.
10518         * manual/threads.texi: Document MTASC-safety properties.
10520         * manual/stdio.texi: Document MTASC-safety properties.
10522         * manual/syslog.texi: Document MTASC-safety properties.
10524         * manual/sysinfo.texi: Document MTASC-safety properties.
10526         * manual/startup.texi: Document MTASC-safety properties.
10528         * manual/socket.texi: Document MTASC-safety properties.
10530         * manual/signal.texi: Document MTASC-safety properties.
10532 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
10534         * manual/setjmp.texi: Document MTASC-safety properties.
10536         * manual/search.texi: Document MTASC-safety properties.
10538         * manual/resource.texi: Document MTASC-safety properties.
10540         * manual/process.texi: Document MTASC-safety properties.
10542         * manual/platform.texi: Document MTASC-safety properties.
10544         * manual/pipe.texi: Document MTASC-safety properties.
10546         * manual/pattern.texi: Document MTASC-safety properties.
10548         * manual/message.texi: Document MTASC-safety properties.
10550         [BZ #12751]
10551         * manual/memory.texi: Document MTASC-safety properties.
10553         * manual/math.texi: Document MTASC-safety properties.
10555         * manual/locale.texi: Document MTASC-safety properties.
10557         * manual/llio.texi: Document MTASC-safety properties.
10559         * manual/libdl.texi: New.
10561         * manual/lang.texi: Document MTASC-safety properties.
10563         * manual/job.texi: Document MTASC-safety properties.
10565         * manual/getopt.texi: Document MTASC-safety properties.
10567         * manual/ctype.texi: Document MTASC-safety properties.
10569 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
10571         [BZ #16046]
10572         * csu/libc-tls.c (static_map): Remove variable.
10573         (__libc_setup_tls): Use main executable's link map for TLS data.
10574         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
10575         casing for LM_ID_BASE and GL(dl_nns).
10576         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
10577         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
10578         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
10579         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
10580         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
10581         member.
10582         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
10583         l_phnum members.
10585 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
10587         * manual/debug.texi: Document MTASC-safety properties.
10589 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
10591         [BZ #16510]
10592         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
10593         of __x86_64__ when disabling x87 inline functions.
10595 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
10597         * manual/charset.texi: Document MTASC-safety properties.
10599         * manual/crypt.texi: Document MTASC-safety properties.
10601         * manual/conf.texi: Document MTASC-safety properties.
10603         * manual/arith.texi: Document MTASC-safety properties.
10605         * manual/argp.texi: Document MTASC-safety properties.
10607         * manual/macros.texi: Introduce macros to document multi
10608         thread, asynchronous signal and asynchronous cancellation
10609         safety properties.
10610         * manual/intro.texi: Introduce the properties themselves.
10612 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10614         * sysdeps/sh/sh4/Makefile: New file.
10616 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
10618         * math/gen-libm-test.pl ($srcdir): New variable.
10619         ($auto_input): Use it.
10621 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10623         [BZ #16506]
10624         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
10625         access beyond array bounds when parsing netgroups file.
10627         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
10628         the old buffer before realloc.
10630 2014-01-27  Allan McRae  <allan@archlinux.org>
10632         * po/fr.po: Update French translation from translation project.
10634 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10636         * sysdeps/sh/libm-test-ulps: Regenerate.
10638 2014-01-24  David S. Miller  <davem@davemloft.net>
10640         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
10642 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10644         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
10645         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
10647 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10649         [BZ #16474]
10650         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
10651         string pointers after reallocation.
10653 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10655         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
10656         __SH4A__ instead of __SH_FPU_ANY__.
10658 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10660         * sysdeps/sh/fpu_control.h: New file.
10661         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
10662         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
10663         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
10664         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
10665         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
10666         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
10667         * sysdeps/sh/sys/ucontext.h: Remove.
10668         * sysdeps/sh/sys: Remove directory.
10670 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10672         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
10673         s390/sys/ucontext.h.
10674         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
10675         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
10677 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
10679         [BZ #15605]
10680         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
10682 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10684         [BZ#16431]
10685         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
10686         Adjust the vDSO correctly for internal calls.
10687         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
10689 2014-01-20  Allan McRae  <allan@archlinux.org>
10691         * po/ca.po: Update Catalan translation from translation project.
10693 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
10695         * sysdeps/s390/sotruss-lib.c: New file.
10697 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10699         [BZ#16430]
10700         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
10701         (__GI___gettimeofday): Alias for a different internal symbol to avoid
10702         local calls issues by not having a PLT stub required for IFUNC calls.
10703         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
10705 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
10707         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
10708         * math/test-fpucw-static.c: Likewise.
10710 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10712         [BZ #16453]
10713         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
10715 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10717         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
10718         implementation for powerpc.
10720 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
10722         [BZ #14782]
10723         * sysdeps/posix/system.c (__libc_system): Do not enable
10724         asynchronous cancellation.
10726 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10728         [BZ #16427]
10729         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
10730         handling only for numbers special also in the IEEE case.
10732 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10734         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10736 2014-01-11  Allan McRae  <allan@archlinux.org>
10738         * po/bg.po: Update Bulgarian translation from translation project.
10740         * po/de.po: Update German translation from translation project.
10742 2014-01-10  Roland McGrath  <roland@hack.frob.com>
10744         * sysdeps/generic/gcc-compat.h: New file.
10746 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10748         * benchtests/asin-inputs: Correct slow inputs.
10749         * benchtests/acos-inputs: Likewise.
10751 2014-01-10  Allan McRae  <allan@archlinux.org>
10753         * po:sv.po: Update Swedish translation from translation project.
10755         * po/vi.po: Update Vietnamese translation from translation project.
10757         * po/eo.po: Update Esperanto translation from translation project.
10759         * po/cs.po: Update Czech translation from translation project.
10761         * po/nl.po: Update Dutch translation from translation project.
10763         * po/pl.po: Update Polish translation from translation project.
10765         * po/ru.po: Update Russian translation from translation project.
10767         * po/uk.po: Update Ukrainian translation from translation project.
10769 2014-01-08  Brooks Moses  <bmoses@google.com>
10771         * elf/dl-load.c: Fix comment typo.
10773 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
10775         * po/header.pot: Rename to...
10776         * po/pot.header: ... this.
10777         * po/Makefile: Use pot.header.
10779 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
10780             Maxim Kuvyrkov  <maxim@kugelworks.com>
10782         [BZ #16394]
10783         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
10784         SRC and DEST against LEN.
10786 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10788         [BZ #16414]
10789         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
10790         implementation.
10791         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
10793 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10797 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
10799         [BZ #16408]
10800         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
10801         for large positive arguments.
10803 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
10805         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10807         * math/auto-libm-test-in: Mark various tests with
10808         xfail-rounding:ldbl-128ibm.
10809         * math/auto-libm-test-out: Regenerated.
10811         [BZ #16407]
10812         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10813         Increase overflow threshold.
10815 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
10817         [BZ #14286]
10818         * stdio-common/vfprintf.c: Check for integer overflow.
10820 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10822         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
10823         the first argument and return value of __tls_get_addr_internal.
10825 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10827         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
10828         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
10830 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10832         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
10833         * sysdeps/s390/rtld-global-offsets.sym: New file.
10834         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
10835         GLIBC_2.19 symbol.
10836         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
10837         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
10838         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10839         ... this.
10840         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
10841         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10842         ... this.
10843         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10844         Regenerate.
10845         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10846         Regenerate.
10847         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
10848         halfs of GPRs for high_gprs contexts.
10849         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
10850         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
10851         field.
10852         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
10853         uc_flags field.
10854         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
10855         64 bit versions:
10856         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
10857         for high GPRs (uc_high_gprs) and for future extensions
10858         (__reserved).
10859         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
10860         for future extensions (__reserved).
10861         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
10862         64 bit versions:
10863         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
10864         SC_HIGHGPRS offset definition.
10865         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
10866         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
10868         * Versions.def: Add GLIBC_2.19 for libpthread.
10869         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
10870         siglongjmp for libpthread with GLIBC_2.19 symver.
10871         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
10872         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
10873         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
10874         * sysdeps/s390/__longjmp.c: New file.
10875         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
10876         * sysdeps/s390/longjmp.c: New file.
10877         * sysdeps/s390/setjmp.S: New file.
10878         * sysdeps/s390/sigjmp.S: New file.
10879         * sysdeps/s390/v1-longjmp.c: New file.
10880         * sysdeps/s390/v1-setjmp.h: New file.
10881         * sysdeps/s390/v1-sigjmp.c: New file.
10882         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
10883         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
10884         GLIBC_2.19 version.
10885         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
10886         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
10887         versioned symbols for ____longjmp_chk.
10888         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10889         Likewise.
10890         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10891         Regenerate.
10892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10893         Regenerate.
10894         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10895         Regenerate.
10896         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10897         Regenerate.
10898         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
10899         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
10900         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
10901         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
10902         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
10903         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
10904         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
10905         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
10906         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
10907         * sysdeps/s390/rtld-__longjmp.c: New file.
10908         * sysdeps/s390/rtld-setjmp.S: New file.
10910 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
10912         [BZ #16400]
10913         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
10914         Return -__logl (x) for small positive arguments without evaluating
10915         a polynomial.
10917 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
10919         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
10920         Rename to ...
10921         (__ptrace_peeksiginfo_args): ... this.
10922         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10923         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10924         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10926 2014-01-06  Allan McRae  <allan@archlinux.org>
10928         * inet/netinet/in.h: Fix typo in comment.
10930 2014-01-05  Andreas Jaeger  <aj@suse.de>
10932         * sysdeps/i386/fpu/libm-test-ulps: Update.
10934 2014-01-05  Allan McRae  <allan@archlinux.org>
10936         * po/libc.pot: Regenerated.
10938         * malloc/memusagestat.c: Fix gettext call formatting.
10940 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
10942         * nscd/nscd.c: Improve usage() output.
10944 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
10946         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
10947         * sysdeps/unix/sysv/linux/configure: Regenerated.
10948         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
10949         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
10951 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10953         [BZ #16390]
10954         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
10955         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
10957 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10959         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
10960         extra tokens at end of #undef directive.
10961         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
10962         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
10963         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
10965 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10967         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10969         * math/auto-libm-test-in: Mark various tests with
10970         xfail-rounding:ldbl-128ibm.
10971         * math/auto-libm-test-out: Regenerated.
10973 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
10975         [BZ #16386]
10976         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
10977         numbers with subnormal high part when calculating exponent.
10979         [BZ #16385]
10980         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
10981         fabs.
10983         [BZ #16384]
10984         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
10985         M_LN2l.
10986         (__ieee754_acoshl): Use __log1pl not __log1p.
10988 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
10990         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
10991         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
10992         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
10993         (grow_heap, heap_trim, _int_new_arena, get_free_list)
10994         (reused_arena, arena_get2): Convert to GNU style.
10995         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
10996         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
10997         (memalign_check, __malloc_set_state): Likewise.
10998         * malloc/mallocbug.c (main): Likewise.
10999         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11000         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11001         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11002         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11003         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11004         (__posix_memalign, malloc_info): Likewise.
11005         * malloc/malloc.h: Likewise.
11006         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11007         (mallochook, memalignhook, reallochook, mabort): Likewise.
11008         * malloc/mcheck.h: Likewise.
11009         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11010         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11011         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11012         * malloc/morecore.c (__default_morecore): Likewise.
11013         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11014         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11015         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11016         (print_and_abort): Likewise.
11017         * malloc/obstack.h: Likewise.
11018         * malloc/set-freeres.c (__libc_freeres): Likewise.
11019         * malloc/tst-mallocstate.c (main): Likewise.
11020         * malloc/tst-mtrace.c (main): Likewise.
11021         * malloc/tst-realloc.c (do_test): Likewise.
11023 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11025         [BZ #16366]
11026         * nscd/netgroupcache.c (do_notfound): New function.
11027         (addgetnetgrentX): Use it.
11029         [BZ # 16365]
11030         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11031         NSS_STATUS_NOTFOUND.
11033 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11035         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11038 2014-01-01  Allan McRae  <allan@archlinux.org>
11040         * scripts/update-copyrights: Update configure input file suffix.
11042         * NEWS: Update copyright year.
11043         * catgets/gencat.c: Likewise.
11044         * csu/version.c: Likewise.
11045         * debug/catchsegv.sh: Likewise.
11046         * debug/pcprofiledump.c: Likewise.
11047         * debug/xtrace.sh: Likewise.
11048         * elf/ldconfig.c: Likewise.
11049         * elf/ldd.bash.in: Likewise.
11050         * elf/pldd.c: Likewise.
11051         * elf/sotruss.ksh: Likewise.
11052         * elf/sprof.c: Likewise.
11053         * iconv/iconv_prog.c: Likewise.
11054         * iconv/iconvconfig.c: Likewise.
11055         * locale/programs/locale.c: Likewise.
11056         * locale/programs/localedef.c: Likewise.
11057         * login/programs/pt_chown.c: Likewise.
11058         * malloc/memusage.sh: Likewise.
11059         * malloc/memusagestat.c: Likewise.
11060         * malloc/mtrace.pl: Likewise.
11061         * manual/libc.texinfo: Likewise.
11062         * nscd/nscd.c: Likewise.
11063         * nss/getent.c: Likewise.
11064         * nss/makedb.c: Likewise.
11065         * posix/getconf.c: Likewise.
11066         * scripts/test-installation.pl: Likewise.
11068         * All files with FSF copyright notices: Update copyright dates
11069         using scripts/update-copyrights.
11070         * intl/plural.c: Regenerated.
11071         * locale/programs/charmap-kw.h: Likewise.
11072         * locale/programs/locfile-kw.h: Likewise.
11074 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11076         * sysdeps/unix/sysv/linux/configure: Regenerated.
11077         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11078         the linux/fanotify.h header.
11079         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11080         HAVE_LINUX_FANOTIFY_H is defined.
11082 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11084         * benchtests/cos-inputs: New inputs.
11085         * benchtests/sin-inputs: Likewise.
11087         * benchtests/atan-inputs: New inputs. Fix name of multiple
11088         precision fallback inputs.
11090         * benchtests/atanh-inputs: New inputs.
11091         * benchtests/tanh-inputs: Likewise.
11093         * benchtests/acosh-inputs: New inputs.
11094         * benchtests/asinh-inputs: Likewise.
11096         * benchtests/cosh-inputs: New inputs.
11097         * benchtests/sinh-inputs: Likewise.
11099         * benchtests/acos-inputs: Add more inputs.
11100         * benchtests/asin-inputs: Likewise.
11102 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11104         [BZ #16375]
11105         * manual/arith.texi: Fix spelling.
11106         * manual/charset.texi: Likewise.
11107         * manual/errno.texi: Likewise.
11108         * manual/filesys.texi: Likewise.
11109         * manual/lang.texi: Likewise.
11110         * manual/llio.texi: Likewise.
11111         * manual/locale.texi: Likewise.
11112         * manual/message.texi: Likewise.
11113         * manual/resource.texi: Likewise.
11114         * manual/search.texi: Likewise.
11115         * manual/setjmp.texi: Likewise.
11116         * manual/stdio.texi: Likewise.
11117         * manual/string.texi: Likewise.
11118         * manual/sysinfo.texi: Likewise.
11119         * manual/time.texi: Likewise.
11121 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11123         * po/sl.po: New file.
11125 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11127         * .gitignore: Add core/.gdbinit/.gdb_history.
11129 2013-12-27  Allan McRae  <allan@archlinux.org>
11131         [BZ #16369]
11132         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11133         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11135 2013-12-24  Brooks Moses  <bmoses@google.com>
11137         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11138         all compilers that claim C++98 compliance, not just GCC.
11139         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11140         Likewise.
11142 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11144         * NEWS: Restore accidentally deleted bug-fix entries.
11146 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11147             Ondřej Bílka  <neleai@seznam.cz>
11149         [BZ #15073]
11150         * malloc/malloc.c (_int_free): Perform sanity check only if we
11151         have_lock.
11153 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11155         [BZ #12986]
11156         * manual/stdio.texi (String Input Conversions): Clarify that character
11157         classes are not supported.
11159 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11161         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11163 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11165         [BZ #16337]
11166         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11167         Calculate results for small negative arguments directly rather
11168         than using reflection formula with special underflow handling.
11170         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11171         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11172         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11173         (fchflags): Likewise.
11174         (revoke): Likewise.
11175         (setlogin): Likewise.
11176         (sigaltstack): Likewise.
11177         (wait4): Likewise.
11178         (sigblock): Remove.
11179         (sigsetmask): Likewise.
11180         (wait3): Likewise.
11181         (waitpid): Likewise.
11182         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11183         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11184         file.
11185         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11186         * sysdeps/unix/bsd/Makefile: ... here.
11187         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11188         * sysdeps/unix/bsd/Versions: ... here.
11189         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11190         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11191         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11192         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11193         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11194         * sysdeps/unix/bsd/sigblock.c: ... here.
11195         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11196         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11197         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11198         * sysdeps/unix/bsd/sigvec.c: ... here.
11199         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11200         * sysdeps/unix/bsd/tcdrain.c: ... here.
11201         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11202         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11203         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11204         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11205         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11206         * sysdeps/unix/bsd/wait.c: ... here.
11207         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11208         * sysdeps/unix/bsd/wait3.c: ... here.
11209         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11210         * sysdeps/unix/bsd/waitpid.c: ... here.
11212 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11214         [BZ #16356]
11215         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11216         round-to-nearest for [!USE_AS_EXPM1L].
11217         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11218         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11219         more tests of exp and exp10.  Expect some exp10 tests to miss
11220         exceptions or fail in directed rounding modes.
11221         * math/auto-libm-test-out: Regenerated.
11222         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11223         (exp10_test_tonearest): New function.
11224         (exp10_towardzero_test_data): New array.
11225         (exp10_test_towardzero): New function.
11226         (exp10_downward_test_data): New array.
11227         (exp10_test_downward): New function.
11228         (exp10_upward_test_data): New array.
11229         (exp10_test_upward): New function.
11230         (main): Call the new functions.
11231         * sysdeps/i386/fpu/libm-test-ulps: Update.
11232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11234 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11236         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11237         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11238         * math/auto-libm-test-out: Regenerated.
11239         * math/libm-test.inc (acosh_test_data): Add more tests.
11240         (atanh_test_data): Likewise.
11241         (ceil_test_data): Likewise.
11242         (copysign_test_data): Likewise.
11243         * sysdeps/i386/fpu/libm-test-ulps: Update.
11244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11246         * timezone/checktab.awk: Update from tzcode 2013i.
11247         * timezone/private.h: Likewise.
11248         * timezone/scheck.c: Likewise.
11249         * timezone/tzfile.h: Likewise.
11250         * timezone/tzselect.ksh: Likewise.
11251         * timezone/zdump.c: Likewise.
11252         * timezone/zic.c: Likewise.
11254         * math/auto-libm-test-in: Add tests of cpow.
11255         * math/auto-libm-test-out: Regenerated.
11256         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11257         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11258         mpc_cc_c.
11259         (func_calc_desc): Add mpc_cc_c union field.
11260         (test_functions): Add cpow.
11261         (special_fill_2pi): New function.
11262         (special_real_inputs): Add 2pi.
11263         (calc_generic_results): Handle mpc_cc_c.
11264         * sysdeps/i386/fpu/libm-test-ulps: Update.
11265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11267         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11268         csqrt, ctan and ctanh.
11269         * math/auto-libm-test-out: Regenerated.
11270         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11271         (TEST_COND_x86): Likewise.
11272         (ccos_test_data): Use AUTO_TESTS_c_c.
11273         (ccosh_test_data): Likewise.
11274         (cexp_test_data): Likewise.
11275         (clog_test_data): Likewise.
11276         (csqrt_test_data): Likewise.
11277         (ctan_test_data): Likewise.
11278         (ctan_tonearest_test_data): Likewise.
11279         (ctan_towardzero_test_data): Likewise.
11280         (ctan_downward_test_data): Likewise.
11281         (ctan_upward_test_data): Likewise.
11282         (ctanh_test_data): Likewise.
11283         (ctanh_tonearest_test_data): Likewise.
11284         (ctanh_towardzero_test_data): Likewise.
11285         (ctanh_downward_test_data): Likewise.
11286         (ctanh_upward_test_data): Likewise.
11287         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11288         mpc_c_c.
11289         (func_calc_desc): Add mpc_c_c union field.
11290         (FUNC_mpc_c_c): New macro.
11291         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11292         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11293         ctanh.
11294         (special_fill_min_subnorm_p120): New function.
11295         (special_real_inputs): Add min_subnorm_p120.
11296         (calc_generic_results): Handle mpc_c_c.
11297         * sysdeps/i386/fpu/libm-test-ulps: Update.
11298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11300 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11302         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11303         (do_sin_slow): New functions.
11304         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11305         (cslow2, csloww1, csloww2): Use the new functions.
11307         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11308         Use M to change sign of result instead of X.  Assume X is
11309         positive.
11310         (csloww1): Likewise.
11311         (__sin): Adjust.
11312         (__cos): Adjust.
11314         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11315         arguments A and DA.
11316         (__sin): Adjust.
11317         (__cos): Likewise.
11319         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11320         (__cos): Likewise.
11321         (sloww1): Don't adjust sign of DX.
11322         (csloww1): Likewise.
11323         (sloww2): Use X directly and don't adjust sign of DX.
11324         (csloww2): Likewise.
11326 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11328         * math/auto-libm-test-in: Add tests of cabs and carg.
11329         * math/auto-libm-test-out: Regenerated.
11330         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11331         (carg_test_data): Likewise.
11332         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11333         mpc_c_f.
11334         (func_calc_desc): Add mpc_c_f union field.
11335         (test_functions): Add cabs and carg.
11336         (calc_generic_results): Handle mpc_c_f.
11338         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11339         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11340         as a macro and a compat symbol.
11341         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11342         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11343         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11344         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11345         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11346         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11347         not use .hidden.
11348         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11349         Likewise.
11350         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11351         Likewise.
11352         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11353         Likewise.
11354         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11355         Likewise.
11356         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11357         Likewise.
11358         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11359         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11360         from GLIBC_2.3.2.
11362 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11364         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11366 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11368         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11369         trailing whitespace removed.
11370         * scripts/config.guess: Update to version 2013-11-29.
11371         * scripts/config.sub: Update to version 2013-10-01.
11373         * math/auto-libm-test-in: Add tests of sincos.
11374         * math/auto-libm-test-out: Regenerated.
11375         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11376         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11377         mpfr_f_11.
11378         (func_calc_desc): Add mpfr_f_11 union field.
11379         (test_functions): Add sincos.
11380         (calc_generic_results): Handle mpfr_f_11.
11381         * sysdeps/i386/fpu/libm-test-ulps: Update.
11382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11384 2013-12-19  Andreas Schwab  <schwab@suse.de>
11386         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11387         CALL_MCOUNT.
11388         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11389         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11390         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11392 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11394         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11395         * sysdeps/i386/fpu/libm-test-ulps: Update.
11396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11398         [BZ #16293]
11399         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11400         round-to-nearest mode when using frndint.
11401         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11402         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11403         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11404         Likewise.
11405         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11406         sinh test to fail.
11407         * math/auto-libm-test-out: Regenerated.
11408         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11409         (TEST_COND_x86): Likewise.
11410         (expm1_tonearest_test_data): New array.
11411         (expm1_test_tonearest): New function.
11412         (expm1_towardzero_test_data): New array.
11413         (expm1_test_towardzero): New function.
11414         (expm1_downward_test_data): New array.
11415         (expm1_test_downward): New function.
11416         (expm1_upward_test_data): New array.
11417         (expm1_test_upward): New function.
11418         (main): Run the new test functions.
11419         * sysdeps/i386/fpu/libm-test-ulps: Update.
11420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11422         * include/features.h: Update comment documenting feature test
11423         macros.  Mention _DEFAULT_SOURCE in comment.
11424         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
11425         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
11426         _BSD_SOURCE and _SVID_SOURCE.
11427         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
11428         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
11429         !_SVID_SOURCE]: Likewise.
11430         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11431         (__USE_POSIX_IMPLICITLY): Define.
11432         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11433         (_POSIX_SOURCE): Undefine and redefine.
11434         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11435         (_POSIX_C_SOURCE): Likewise.
11436         * manual/creature.texi (_DEFAULT_SOURCE): Document.
11437         (Feature Test Macros): Update documentation of default features.
11439 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11441         * benchtests/Makefile: Add bench-strtok.
11442         * benchtests/bench-strtok.c: New file: strtok benchtest.
11444 2013-12-19  Allan McRae  <allan@archlinux.org>
11446         * manual/install.texi: Suppress menu for plain text output.
11447         * INSTALL: Regenerated.
11449 2013-12-18  Brooks Moses  <bmoses@google.com>
11451         [BZ #15846]
11452         * misc/getauxval.c: Include errno.h.
11453         (__getauxval): Set errno to ENOENT if the requested type is not
11454         found.
11455         * misc/sys/auxv.h (getauxval): Document that it may set errno;
11456         don't declare with __attribute_const__.
11457         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
11458         * manual/startup.texi: Document that getauxval sets errno.
11460 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11462         * math/auto-libm-test-in: Add tests of jn and yn.
11463         * math/auto-libm-test-out: Regenerated.
11464         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
11465         (yn_test_data): Likewise.
11466         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11467         mpfr_if_f.
11468         (func_calc_desc): Add mpfr_if_f union field.
11469         (FUNC_mpfr_if_f): New macro.
11470         (test_functions): Add jn and yn.
11471         (calc_generic_results): Assert type of second input for
11472         mpfr_ff_f.  Handle mpfr_if_f.
11473         (output_for_one_input_case): Disable all checking for arguments
11474         fitting floating-point types in case of an integer argument.
11475         * sysdeps/i386/fpu/libm-test-ulps: Update.
11476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11479         Don't expect fegetround reference in libm.so.
11481 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11483         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
11484         $(config-cflags-nofma).
11486 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11488         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
11489         * math/auto-libm-test-out: Regenerated.
11491         [BZ #16338]
11492         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
11493         to determine exponent and adjust argument to have exponent of -1.
11494         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
11495         log2.
11496         * math/auto-libm-test-out: Regenerated.
11497         * sysdeps/i386/fpu/libm-test-ulps: Update.
11498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11500 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
11502         * manual/probes.texi: Remove cases when per-thread arenas are
11503         disabled.
11505 2013-12-18  Andreas Schwab  <schwab@suse.de>
11507         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
11508         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
11509         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
11510         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
11511         * sysdeps/i386/i686/multiarch/Makefile: Update.
11512         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
11514 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11516         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
11517         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
11519 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
11521         [BZ #15968]
11522         Support TZ transition times < 00:00:00.
11523         This is needed for version-3 tz-format files; it supports time
11524         stamps past 2037 for America/Godthab (the only entry in the tz
11525         database for which this change is relevant).
11526         * manual/time.texi (TZ Variable): Document transition times
11527         from -167:59:59 through -00:00:01.
11528         * time/tzset.c (tz_rule): Time of day is now signed.
11529         (__tzset_parse_tz): Parse negative time of day.
11531         Document TZ transition times >= 25:00:00.
11532         * manual/time.texi (TZ Variable): Document transition times from
11533         25:00:00 through 167:59:59.  These are already supported, and this
11534         support will help with version-3 tz-format files.
11536         * manual/time.texi (TZ Variable): Modernize North America example
11537         to reflect current (i.e., 2007-and-later) daylight saving rules.
11539         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
11541 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11543         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
11544         * sysdeps/unix/bsd/bits/stat.h: Likewise.
11545         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
11546         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
11547         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
11548         * sysdeps/unix/bsd/bsdstat.h: Likewise.
11549         * sysdeps/unix/bsd/clock.c: Likewise.
11550         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
11551         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
11552         * sysdeps/unix/bsd/init-posix.c: Likewise.
11553         * sysdeps/unix/bsd/poll.c: Likewise.
11554         * sysdeps/unix/bsd/ptsname.c: Likewise.
11555         * sysdeps/unix/bsd/seekdir.c: Likewise.
11556         * sysdeps/unix/bsd/setegid.c: Likewise.
11557         * sysdeps/unix/bsd/seteuid.c: Likewise.
11558         * sysdeps/unix/bsd/setgid.c: Likewise.
11559         * sysdeps/unix/bsd/setrgid.c: Likewise.
11560         * sysdeps/unix/bsd/setruid.c: Likewise.
11561         * sysdeps/unix/bsd/setsid.c: Likewise.
11562         * sysdeps/unix/bsd/setuid.c: Likewise.
11563         * sysdeps/unix/bsd/sigaction.c: Likewise.
11564         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
11565         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
11566         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
11567         * sysdeps/unix/bsd/telldir.c: Likewise.
11568         * sysdeps/unix/bsd/times.c: Likewise.
11569         * sysdeps/unix/bsd/usleep.c: Likewise.
11571         * misc/Makefile (install-lib): Remove libbsd-compat.a.
11572         ($(objpfx)libbsd-compat.a): Remove rule.
11574         * include/features.h (__FAVOR_BSD): Do not define.
11575         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
11576         features conflicting with POSIX.
11577         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
11578         (_BSD_SOURCE): Remove description of not being a subset of other
11579         feature test macros.
11580         * manual/job.texi (getpgrp): Do not document BSD version.
11581         (getpgid): Do not document by reference to BSD getpgrp.
11582         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
11583         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
11584         * signal/signal.h [__FAVOR_BSD]: Likewise.
11585         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
11586         instead of making contents conditional on [__FAVOR_BSD].
11587         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
11589 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11591         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11593 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11595         [BZ #16314]
11596         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
11597         values below 2**-450, not 2**-500.
11598         * math/auto-libm-test-in: Don't allow spurious underflow from
11599         hypot.
11600         * math/auto-libm-test-out: Regenerated.
11602         [BZ #16316]
11603         [BZ #16330]
11604         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
11605         values of ha and hb and sort them after adjusting subnormal
11606         arguments.
11607         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
11608         Likewise.
11609         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
11610         values of ea and eb and sort them after adjusting subnormal
11611         arguments.
11612         * math/auto-libm-test-in: Do not expect some hypot tests of
11613         subnormals to fail.  Add more hypot tests.
11614         * math/auto-libm-test-out: Regenerated.
11616 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11618         [BZ #13304]
11619         * sysdeps/sh/s_fma.c: New file.
11620         * sysdeps/sh/s_fmaf.c: New file.
11621         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
11622         version.
11623         * sysdeps/sh/Implies: Add sh/soft-fp.
11625 2013-12-16  Roland McGrath  <roland@hack.frob.com>
11627         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
11628         level of indirection to members `objname', `errstring', `malloced'.
11629         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
11630         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
11631         it as the __longjmp argument (just pass 1 instead).
11632         (_dl_catch_error): Initialize C with argument pointers and address of
11633         volatile local ERRCODE rather than copying values out of C at return.
11635 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
11637         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
11638         * math/auto-libm-test-out: Regenerated.
11639         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
11640         (hypot_test_data): Likewise.
11641         (pow_test_data): Likewise.
11642         (pow_tonearest_test_data): Likewise.
11643         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11644         mpfr_ff_f.
11645         (func_calc_desc): Add mpfr_ff_f union field.
11646         (FUNC_mpfr_ff_f): New macro.
11647         (test_functions): Add atan2, hypot and pow.
11648         (special_fill_min): New function.
11649         (special_fill_minus_min): Likewise.
11650         (special_fill_min_subnorm): Likewise.
11651         (special_fill_minus_min_subnorm): Likewise.
11652         (special_real_inputs): Add min, -min, min_subnorm and
11653         -min_subnorm.
11654         (calc_generic_results): Handle mpfr_ff_f.
11655         * sysdeps/i386/fpu/libm-test-ulps: Update.
11656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11658 2013-12-16  Will Newton  <will.newton@linaro.org>
11660         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
11661         (Aligned Memory Blocks): Add documentation for aligned_alloc
11662         and suggest it as an alternative to posix_memalign.
11663         (Hooks for Malloc): Document __memalign_hook is also called
11664         for aligned_alloc.  (Summary of Malloc): Add summary for
11665         aligned alloc.  Document __memalign_hook is also called
11666         for aligned_alloc.
11668 2013-12-16  Will Newton  <will.newton@linaro.org>
11670         * manual/memory.texi (Malloc Examples): Clarify default
11671         alignment documentation.  Suggest posix_memalign rather
11672         than memalign or valloc.
11673         (Aligned Memory Blocks): Remove suggestion to use memalign
11674         or valloc.  Remove obsolete comment about BSD.
11675         Document memalign errno values and mark the function obsolete.
11676         Document posix_memalign returned error codes.  Mark valloc
11677         as obsolete.  (Hooks for Malloc): __memalign_hook is also
11678         called for posix_memalign and valloc.
11679         (Summary of Malloc): Add posix_memalign to function summary.
11680         __memalign_hook is also called for posix_memalign and valloc.
11682 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11684         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
11685         TAYLOR_SIN.
11686         (__sin): Adjust.
11687         (__cos): Likewise.
11688         (sloww): Use mynumber union.  Expand ternary operator into
11689         if-else statements.
11690         (cslow): use mynumber union.
11692 2013-12-16  Allan McRae  <allan@archlinux.org>
11694         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
11695         * configure: Regenerated.
11697         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
11699         [BZ #14120]
11700         * configure.ac: Added --enable-maintainer-mode. Check for
11701         autoconf when enabled.
11702         * configure: Regenerated.
11704         * nscd/nscd.service: New file.
11705         * nscd/nscd.tmpfiles: New file.
11707 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
11709         [BZ #12100]
11710         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
11711         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
11712         * sysdeps/x86_64/multiarch/strstr.c: ... here.
11713         (strstr): Add __strstr_sse2_unaligned ifunc.
11714         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
11715         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
11716         (strcasestr): Remove __strcasestr_sse42 ifunc.
11717         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
11718         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
11719         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
11721 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11723         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
11724         * sysdeps/sh/bits/fenv.h: ... here.
11725         * sysdeps/sh/sh4/fpu/bits: Remove directory.
11727 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11729         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
11731         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
11732         hypotf multiarch implementations.
11733         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
11734         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
11735         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
11736         multiarch hypot for PPC64.
11737         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
11738         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
11739         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
11740         multiarch hypotf for PPC64.
11742         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
11743         modff multiarch implementations.
11744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
11745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
11746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
11747         multiarch modf for PPC64.
11748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
11749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
11750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
11751         multiarch modff for PPC64.
11753         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
11754         and logl multiarch implementations.
11755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
11756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
11757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
11758         multiarch logb for PPC64.
11759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
11760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
11761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
11762         multiarch logb for PPC64.
11763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
11764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
11765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
11766         multiarch logb for PPC64.
11768         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
11769         isinff multiarch implementation.
11770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
11771         file.
11772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
11773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
11774         multiarch isinf for PPC64.
11775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
11776         file.
11777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
11778         multiarch isinff for PPC64.
11780         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
11781         finitef multiarch implementation.
11782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
11783         file.
11784         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
11785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
11786         multiarch finite for PPC64.
11787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
11788         file.
11789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
11790         multiarch finitef for PPC64.
11792         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
11793         lrint multiarch implementation.
11794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
11795         file.
11796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
11797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
11798         multiarch llrint for PPC64.
11799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
11800         multiarch lrint for PPC64.
11802         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
11803         copysignf multiarch implementation.
11804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
11805         file.
11806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
11807         file.
11808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
11809         multiarch copysign for PPC64.
11810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
11811         multiarch copysignf for PPC64.
11813         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
11814         multiarch implementation.
11815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
11816         file.
11817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
11818         file.
11819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
11820         file.
11821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
11822         file.
11823         multiarch llround for PPC64.
11824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
11825         multiarch trunc for PPC64.
11826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
11827         multiarch truncf for PPC64.
11829         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
11830         multiarch implementation.
11831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
11832         file.
11833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
11834         file.
11835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
11836         file.
11837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
11838         file.
11839         multiarch llround for PPC64.
11840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
11841         multiarch round for PPC64.
11842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
11843         multiarch roundf for PPC64.
11845         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
11846         multiarch implementation.
11847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
11848         file.
11849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
11850         file.
11851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
11852         file.
11853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
11854         file.
11855         multiarch llround for PPC64.
11856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
11857         multiarch floor for PPC64.
11858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
11859         multiarch floorf for PPC64.
11861         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
11862         multiarch implementation.
11863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
11864         file.
11865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
11866         file.
11867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
11868         file.
11869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
11870         file.
11871         multiarch llround for PPC64.
11872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
11873         multiarch ceil for PPC64.
11874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
11875         multiarch ceilf for PPC64.
11877         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11878         multiarch implementation.
11879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
11880         file.
11881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
11882         file.
11883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
11884         file.
11885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
11886         multiarch llround for PPC64.
11887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
11888         multiarch lround for PPC64.
11890         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11891         multiarch implementation.
11892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
11893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
11894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
11895         file.
11896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
11897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
11898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
11899         multiarch isnan for PPC64.
11900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
11901         multiarch isnanf for PPC64.
11903         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
11904         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
11905         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
11906         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
11907         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
11908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
11910         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
11911         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11912         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11913         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11915         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
11916         multiarch implementations.
11917         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11918         (__libc_ifunc_impl_list): Likewise.
11919         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
11920         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
11921         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
11922         multiarch stpcpy for PPC64.
11924         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
11925         multiarch implementations.
11926         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11927         (__libc_ifunc_impl_list): Likewise.
11928         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
11929         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
11930         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
11931         multiarch strcpy for PPC64.
11933         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
11934         redefine function name.
11935         (_wordcopy_fwd_dest_aligned): Likewise.
11936         (_wordcopy_bwd_aligned): Likewise.
11937         (_wordcopy_bwd_dest_aligned): Likewise.
11938         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
11939         multiarch implementations.
11940         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11941         (__libc_ifunc_impl_list): Likewise.
11942         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
11943         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
11944         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
11945         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
11946         multiarch wcscpy for PPC64.
11948         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
11949         multiarch implementations.
11950         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11951         (__libc_ifunc_impl_list): Likewise.
11952         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
11953         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
11954         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
11955         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
11956         multiarch wcscpy for PPC64.
11958         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
11959         multiarch implementations.
11960         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11961         (__libc_ifunc_impl_list): Likewise.
11962         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
11963         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
11964         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
11965         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
11966         multiarch wcsrchr for PPC64.
11968         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
11969         multiarch implementations.
11970         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11971         (__libc_ifunc_impl_list): Likewise.
11972         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
11973         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
11974         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
11975         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
11976         multiarch wcschr for PPC64.
11978         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
11979         multiarch implementations.
11980         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11981         (__libc_ifunc_impl_list): Likewise.
11982         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
11983         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
11984         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
11985         multiarch strchrnul for PPC64.
11987         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
11988         implementations.
11989         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11990         (__libc_ifunc_impl_list): Likewise.
11991         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
11992         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
11993         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
11994         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
11995         strchr for PPC64.
11997         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
11998         implementations.
11999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12000         (__libc_ifunc_impl_list): Likewise.
12001         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12002         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12003         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12004         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12005         strncmp for PPC64.
12007         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12008         multiarch implementations.
12009         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12010         (__libc_ifunc_impl_list): Likewise.
12011         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12012         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12013         strncasecmp for PPC64.
12014         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12015         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12016         multiarch strncasecmp_l for PPC64.
12018         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12019         multiarch implementations.
12020         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12021         (__libc_ifunc_impl_list): Likewise.
12022         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12023         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12024         multiarch strcasecmp for PPC64.
12025         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12026         file.
12027         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12028         multiarch strcasecmp_l for PPC64.
12030         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12031         implementations.
12032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12033         (__libc_ifunc_impl_list): Likewise.
12034         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12035         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12036         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12037         strnlen for PPC64.
12039         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12040         implementations.
12041         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12042         (__libc_ifunc_impl_list): Likewise.
12043         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12044         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12045         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12046         strlen for PPC64.
12048         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12049         implementations.
12050         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12051         (__libc_ifunc_impl_list): Likewise.
12052         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12053         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12054         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12055         rawmemrchr for PPC64.
12057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12058         implementation.
12059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12060         (__libc_ifunc_impl_list): Likewise.
12061         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12062         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12063         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12064         memrchr for PPC64.
12066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12067         implementation.
12068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12069         (__libc_ifunc_impl_list): Likewise.
12070         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12071         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12072         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12073         memchr for PPC64.
12075         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12076         implementation.
12077         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12078         (__libc_ifunc_impl_list): Likewise.
12079         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12080         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12081         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12082         mempcpy for PPC64.
12084         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12085         avoid cretion of __bzero symbol.
12086         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12087         Likewise.
12088         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12089         Likewise.
12090         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12091         Likewise.
12092         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12093         multiarch implementations.
12094         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12095         (__libc_ifunc_impl_list): Likewise.
12096         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12097         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12098         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12099         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12100         bzero for PPC32.
12101         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12102         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12103         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12104         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12105         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12106         memset for PPC64.
12107         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12109         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12110         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12111         implementations.
12112         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12113         (__libc_ifunc_impl_list): Likewise.
12114         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12115         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12116         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12117         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12118         memcmp for PPC64.
12120         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12121         multiarch for POWER/PPC64.
12122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12123         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12124         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12125         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12126         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12127         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12128         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12129         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12130         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12131         memcpy for PPC64.
12133         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12134         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12135         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12136         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12137         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12138         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12139         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12140         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12141         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12142         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12143         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12144         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12145         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12146         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12147         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12156 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12158         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12160 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12162         * benchtests/Makefile (bench): Add exp2 and log2.
12163         (LDLIBS-bench-exp2): Add -lm.
12164         (LDLIBS-bench-log2): Likewise.
12165         * benchtests/exp2-inputs: New inputs file.
12166         * benchtests/log2-inputs: New inputs file.
12167         * benchtests/log-inputs: Add new inputs.
12168         * benchtests/tan-inputs: Likewise.
12170 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12172         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12173         definition...
12174         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12175         (csloww2): ... from here.
12177         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12178         instead of structures.
12179         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12180         (POLYNOMIAL): Likewise.
12181         (TAYLOR_SLOW): Likewise.
12182         (__sin): Likewise.
12183         (__cos): Likewise.
12184         (slow1): Likewise.
12185         (slow2): Likewise.
12186         (sloww): Likewise.
12187         (sloww1); Likewise.
12188         (sloww2): Likewise.
12189         (bsloww1): Likewise.
12190         (bsloww2): Likewise.
12191         (cslow2): Likewise.
12192         (csloww): Likewise.
12193         (csloww1): Likewise.
12194         (csloww2): Likewise.
12196 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12198         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12199         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12200         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12201         * malloc/hooks.c (realloc_check): Likewise.
12203         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12204         * malloc/arena.c: Remove PER_THREAD conditional.
12205         [!PER_THREAD]: Remove code.
12206         (ptmalloc_unlock_all2): Likewise.
12207         (ptmalloc_init): Likewise.
12208         (_int_new_arena): Likewise.
12209         (arena_get2): Likewise.
12210         * malloc/hooks.c (__malloc_get_state): Likewise.
12211         (__malloc_set_state): Likewise.
12212         * malloc/malloc.c: Likewise.
12213         (struct malloc_state): Likewise.
12214         (struct malloc_par): Likewise.
12215         (__libc_realloc): Likewise.
12216         (__libc_mallopt): Likewise.
12218 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12220         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12222 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12224         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12225         macro to a function.  Check for zero perturb_byte.
12226         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12228         * malloc/malloc.c: (force_reg): Remove.
12229         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12230         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12231         force_reg by atomic_forced_read.
12232         * malloc/arena.c (ptmalloc_init): Likewise.
12233         * malloc/hooks.c (top_check): Likewise.
12235 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12237         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12239 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12241         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12243 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12245         * math/auto-libm-test-in: Add tests of lgamma.
12246         * math/auto-libm-test-out: Regenerated.
12247         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12248         (M_LOG_2_SQRT_PIl): Likewise.
12249         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12250         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12251         mpfr_f_f1.
12252         (func_calc_desc): Add mpfr_f_f1 union field.
12253         (ARGS1): New macro.
12254         (ARGS2): Likewise.
12255         (ARGS3): Likewise.
12256         (ARGS4): Likewise.
12257         (RET1): Likewise.
12258         (RET2): Likewise.
12259         (CALC): Likewise.
12260         (FUNC): Likewise.
12261         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12262         (test_functions): Add lgamma.
12263         (calc_generic_results): Handle mpfr_f_f1.
12264         * sysdeps/i386/fpu/libm-test-ulps: Update.
12265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12267 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12269         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12270         __mpn_add_n for PowerPC64/POWER7.
12271         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12272         __mpn_sub_n for PowerPC64/POWER7.
12274         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12275         __mpn_addmul_1 for PowerPC64.
12276         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12277         __mpn_submul_1 for PowerPC64.
12278         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12279         for PowerPC64.
12280         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12281         for PowerPC64.
12283 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12285         [BZ #15089]
12286         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12288 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12290         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12292         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12293         add multiarch folders.
12294         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12295         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12296         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12297         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12298         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12299         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12300         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12301         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12302         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12303         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12304         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12313         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12315         New file.
12316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12317         New file.
12318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12319         multiarch __ieee754_hypot for PowerPC32.
12320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12321         New file.
12322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12323         New file.
12324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12325         multiarch __ieee754_hypotf for PowerPC32.
12327         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12328         long_double_symbol only if __logbl is defined.
12329         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12330         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12331         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12332         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12333         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12334         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12335         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12336         path for implementation.
12337         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12338         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12340         logb, and logbl multiarch implementations for PowerPC32.
12341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12342         file.
12343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12344         file.
12345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12346         multiarch logb for PowerPC32.
12347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12348         file.
12349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12350         file.
12351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12352         multiarch logbf for PowerPC32.
12353         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12355         file.
12356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12357         multiarch logbl implementation for PowerPC32.
12359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12360         and modff multiarch implementations.
12361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12362         New file.
12363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12364         New file.
12365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12366         multiarch modf for PowerPC32.
12367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12368         New file.
12369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12370         New file.
12371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12372         multiarch modff for PowerPC32.
12374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12375         and lrintf multiarch implementations.
12376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12377         New file.
12378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12379         New file.
12380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12381         multiarch lrint for PowerPC32.
12382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12383         file: multiarch lrintf for PowerPC32.
12385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12386         and lroundf multiarch implementations.
12387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12388         New file.
12389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12390         New file.
12391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12392         New file.
12393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12394         multiarch lround for PowerPC32.
12395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12396         file: multiarch lroundf for PowerPC32.
12398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12399         copysign and copysignf multiarch implementations.
12400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12401         New file.
12402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12403         New file.
12404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12405         file: multiarch copysign for PowerPC32.
12406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12407         file: multiarch copysignf for PowerPC32.
12409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12410         and truncf multiarch implementations.
12411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12412         New file.
12413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12414         file.
12415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12416         multiarch trunc for PowerPC32.
12417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
12418         New file.
12419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
12420         New file.
12421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
12422         multiarch truncf for PowerPC32.
12424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
12425         and roundf multiarch implementations.
12426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
12427         New file.
12428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
12429         file.
12430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
12431         multiarch round for PowerPC32.
12432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
12433         New file.
12434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
12435         New file.
12436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
12437         multiarch roundf for PowerPC32.
12439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
12440         and floorf multiarch implementations.
12441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
12442         New file.
12443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
12444         file.
12445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
12446         multiarch floor for PowerPC32.
12447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
12448         New file.
12449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
12450         New file.
12451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
12452         multiarch floorf for PowerPC32.
12454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
12455         and ceilf multiarch implementations.
12456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
12457         New file.
12458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
12459         file.
12460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
12461         multiarch ceil for PowerPC32.
12462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
12463         New file.
12464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
12465         file.
12466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
12467         multiarch ceilf for PowerPC32.
12469         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
12470         is defined.
12471         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
12472         FINITEF is defined.
12473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
12474         and finitef multiarch implementations.
12475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
12476         New file.
12477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
12478         file.
12479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
12480         multiarch finite for PowerPC32.
12481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
12482         New file.
12483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
12484         file: multiarch finitef for PowerPC32.
12486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
12487         and isinff multiarch implementations.
12488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
12489         file.
12490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
12491         file.
12492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
12493         multiarch isinf for PowerPC32.
12494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
12495         New file.
12496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
12497         multiarch isinff for PowerPC32.
12499         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
12500         alias when __isnan is defined.
12501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
12502         and isnanf multiarch implementations.
12503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
12504         file.
12505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
12506         file.
12507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
12508         file.
12509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
12510         file.
12511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
12512         multiarch isnan for PowerPC32.
12513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
12514         New file.
12515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
12516         New file.
12517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
12518         multiarch isnanf for PowerPC32.
12520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
12521         and sqrtf multiarch implementations.
12522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
12523         file.
12524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
12525         file.
12526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
12527         multiarch sqrt for PowerPC32.
12528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
12529         file.
12530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
12531         file.
12532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
12533         multiarch sqrtf for PowerPC32.
12535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
12536         and llroundf multiarch implementations.
12537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
12538         New file.
12539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
12540         New file.
12541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
12542         New file.
12543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
12544         file: multiarch llround for PowerPC32.
12545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
12546         file: multiarch llroundf for PowerPC32.
12548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
12549         multiarch PowerPC32 fpu implementations.
12550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
12551         New file.
12552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
12553         New file.
12554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
12555         multiarch llrint for PowerPC32.
12556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
12557         New file.
12558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
12559         New file.
12560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
12561         file.
12563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
12565         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
12566         file.
12567         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
12568         file.
12569         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
12570         file.
12571         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
12572         multiarch wordcopy for PPC32.
12573         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12574         wordcopy objects.
12575         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12576         (__libc_ifunc_impl_list): Likewise.
12577         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
12578         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
12579         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
12580         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
12581         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
12582         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
12584         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
12585         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
12586         file.
12587         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
12588         file.
12589         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
12590         file.
12591         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
12592         multiarch wcscpy for PPC32.
12593         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12594         multiarch objects.
12595         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12596         (__libc_ifunc_impl_list): Likewise.
12597         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12598         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12599         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
12600         sysdeps/powerpc/power6/wcscpy.c.
12602         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
12603         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
12604         file.
12605         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
12606         file.
12607         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
12608         file.
12609         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
12610         multiarch wcsrchr for PPC32.
12611         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12612         multiarch objects.
12613         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12614         (__libc_ifunc_impl_list): Likewise.
12615         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12616         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12617         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
12618         sysdeps/powerpc/power6/wcsrchr.c.
12620         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
12621         file.
12622         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
12623         file.
12624         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
12625         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
12626         multiarch wcschr for PPc32.
12627         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12628         multiarch objects.
12629         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12630         (__libc_ifunc_impl_list): Likewise.
12631         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
12632         * sysdeps/powerpc/power6/wcschr.c: ... to here.
12633         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
12634         sysdeps/powerpc/power6/wcschr.c.
12636         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
12637         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
12638         file.
12639         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
12640         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
12641         file: multiarch strchr for PPC32.
12642         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
12643         multiarch objects.
12644         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12645         (__libc_ifunc_impl_list): Likewise.
12647         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
12648         name.
12649         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
12650         file.
12651         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
12652         file.
12653         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
12654         multiarch strchrnul for PPC32.
12655         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
12656         multiarch objects.
12657         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12658         (__libc_ifunc_impl_list): Likewise.
12660         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
12661         file.
12662         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
12663         multiarch strncasecmp for PPC32.
12664         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
12665         file.
12666         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
12667         multiarch strncasecmp_l for PPC32.
12668         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
12669         strncasecmp multiarch objects.
12670         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12671         (__libc_ifunc_impl_list): Likewise.
12673         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
12674         file.
12675         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
12676         multiarch strncasecmp for PPC32.
12677         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
12678         New file.
12679         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
12680         multiarch strcasecmp_l for PPC32.
12681         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
12682         multiarch objects.
12683         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12684         (__libc_ifunc_impl_list): Likewise.
12686         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
12687         file.
12688         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
12689         file.
12690         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
12691         multiarch strncmp for PPC32.
12692         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
12693         multiarch objects.
12694         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12695         (__libc_ifunc_impl_list): Likewise.
12697         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
12698         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
12699         file.
12700         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
12701         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
12702         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
12703         multiarch objects.
12704         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12705         (__libc_ifunc_impl_list): Likewise.
12707         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
12708         file.
12709         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
12710         file.
12711         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
12712         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
12713         multiarch objects.
12714         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12715         (__libc_ifunc_impl_list): Likewise.
12717         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
12718         file.
12719         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
12720         file.
12721         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
12722         multiarch rawmemchr for PPC32.
12723         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
12724         multiarch objects.
12725         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12726         (__libc_ifunc_impl_list): Likewise.
12728         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
12729         file.
12730         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
12731         file.
12732         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
12733         file: memrchr multiarch for PPC32.
12734         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
12735         multiarch objects.
12736         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12737         (__libc_ifunc_impl_list): Likewise.
12739         * string/memchr.c (__memchr): Using macro to redefine symbol name.
12740         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
12741         file.
12742         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
12743         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
12744         multiarch memchr for PPC32.
12745         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
12746         multiarch objects.
12747         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12748         (__libc_ifunc_impl_list): Likewise.
12750         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
12751         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
12752         file.
12753         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
12754         file.
12755         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
12756         file: multiarch mempcpy for PPC32.
12757         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
12758         multiarch objects.
12759         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12760         (__libc_ifunc_impl_list): Likewise.
12762         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
12763         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
12764         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
12765         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
12766         multiarch bzero for PPC32.
12767         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
12768         file.
12769         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
12770         file.
12771         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
12772         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
12773         file: multiarch memset for PPC32.
12774         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
12775         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
12776         memset multiarch objects.
12777         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12778         (__libc_ifunc_impl_list): Likewise.
12780         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
12781         file.
12782         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
12783         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
12784         memcmp for PPC32.
12785         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
12786         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
12787         multiarch objects.
12788         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12789         (__libc_ifunc_impl_list): Likewise.
12791         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
12792         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
12793         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
12794         file.
12795         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
12796         file.
12797         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
12798         file.
12799         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
12800         multiarch memcpy for PPC32.
12801         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
12802         multiarch objects.
12803         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12804         (__libc_ifunc_impl_list): Likewise.
12806         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
12807         support multiarch for POWER/PPC32.
12808         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
12809         Likewise.
12810         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
12811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
12812         Implies file to make multiarch folder appers before the fpu and
12813         default folder for power4 configuration.
12815 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12817         * scripts/bench.pl: Append volatile keyword to type.
12819 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12821         * sysdeps/sh/sotruss-lib.c: New file.
12822         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
12824 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12826         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12828 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
12830         [BZ #6810]
12831         * math/w_tgamma.c: Include <errno.h>.
12832         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
12833         * math/w_tgammaf.c: Include <errno.h>.
12834         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
12835         * math/w_tgammal.c: Include <errno.h>.
12836         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
12837         * math/auto-libm-test-in: Do not allow missing errno on tgamma
12838         underflow.  Add more tgamma tests.
12839         * math/auto-libm-test-out: Regenerated.
12840         * sysdeps/i386/fpu/libm-test-ulps: Update.
12841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12843         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
12844         sin, sinh, tan, tanh, tgamma, y0 and y1.
12845         * math/auto-libm-test-out: Regenerated.
12846         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12847         (TEST_COND_x86): Likewise.
12848         (M_E2l): Remove macro.
12849         (M_E3l): Likewise.
12850         (M_2_SQRT_PIl): Likewise.
12851         (M_SQRT_PIl): Likewise.
12852         (M_1_DIV_El): Likewise.
12853         (log_test_data): Use AUTO_TESTS_f_f.
12854         (log10_test_data): Likewise.
12855         (log1p_test_data): Likewise.
12856         (log2_test_data): Likewise.
12857         (sin_test_data): Likewise.
12858         (sin_tonearest_test_data): Likewise.
12859         (sin_towardzero_test_data): Likewise.
12860         (sin_downward_test_data): Likewise.
12861         (sin_upward_test_data): Likewise.
12862         (sinh_test_data): Likewise.
12863         (sinh_tonearest_test_data): Likewise.
12864         (sinh_towardzero_test_data): Likewise.
12865         (sinh_downward_test_data): Likewise.
12866         (sinh_upward_test_data): Likewise.
12867         (tan_test_data): Likewise.
12868         (tan_tonearest_test_data): Likewise.
12869         (tan_towardzero_test_data): Likewise.
12870         (tan_downward_test_data): Likewise.
12871         (tan_upward_test_data): Likewise.
12872         (tanh_test_data): Likewise.
12873         (tgamma_test_data): Likewise.
12874         (y0_test_data): Likewise.
12875         (y1_test_data): Likewise.
12876         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
12877         (special_real_inputs): Add pi/4.
12878         * sysdeps/i386/fpu/libm-test-ulps: Update.
12879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12881 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12883         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
12884         "longjmp_target" static probes.
12885         (__longjmp): Rename to __longjmp_symbol.
12886         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
12887         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
12888         on which longjmp to generate.
12889         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
12890         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
12891         probe.
12892         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12893         (__sigjmp_save): Rename to __sigjmp_save_symbol.
12894         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
12895         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
12896         and __sigjmp_save_symbol based on which sigsetjmp to generated.
12897         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
12898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
12899         __longjmp_symbol based on which __longjmp to generate.
12900         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
12901         probe.
12902         (setjmp): Rename to setjmp_symbol.
12903         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12904         (_setjmp): Rename to _setjmp_symbol.
12905         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12906         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
12907         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
12908         which setjmp to generate.
12909         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
12910         "longjmp_target" static probes.
12912 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12914         * benchtests/README: Add note about output arguments.
12915         * benchtests/bench-sincos.c: Remove file.
12916         * benchtests/sincos-inputs: New file.
12917         * scripts/bench.pl: Identify output arguments and define
12918         static variables for them.
12920         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
12922         [BZ #15941]
12923         * Makefile (INSTALL): Add install-plain.texi as the primary
12924         dependency.
12925         * manual/install-plain.texi: New file.
12926         * manual/install.texi: Include node directive only for
12927         non-plaintext output.
12929 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
12931         * stdlib/longlong.h: Update from GCC.
12933         [BZ #6807]
12934         [BZ #15901]
12935         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
12936         * math/w_j0f.c (y0f): Likewise.
12937         * math/w_j0l.c (__y0l): Likewise.
12938         * math/w_j1.c (y1): Likewise.
12939         * math/w_j1f.c (y1f): Likewise.
12940         * math/w_j1l.c (__y1l): Likewise
12941         * math/w_jn.c (yn): Likewise.
12942         * math/w_jnf.c (ynf): Likewise.
12943         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
12944         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
12945         value for Bessel function domain errors outside _SVID_ mode.
12946         Adjust sign of return value for yn (negative integer, 0).
12947         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
12948         by zero in return for negative x and set sign appropriately for
12949         negative n.
12950         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
12951         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
12952         * math/libm-test.inc (y0_test_data): Add more tests and adjust
12953         expectations in error cases.
12954         (y1_test_data): Likewise.
12955         (yn_test_data): Likewise.
12956         * sysdeps/i386/fpu/libm-test-ulps: Update.
12957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12959 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12961         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
12962         "64" to "64-v1".  Add "64-v2".
12963         (abi-64-options): Rename to ...
12964         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
12965         (abi-64-condition): Rename to ...
12966         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
12967         (abi-64-ld-soname): Rename to ...
12968         (abi-64-v1-ld-soname): ... this.
12969         (abi-64-v2-options): Define.
12970         (abi-64-v2-condition): Likewise.
12971         (abi-64-v2-ld-soname): Likewise.
12972         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
12973         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
12974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
12975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
12976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
12978 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12979             Alan Modra  <amodra@gmail.com>
12981         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
12982         New versions for use with the ELFv2 ABI.
12983         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
12984         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
12985         declaration.
12986         (struct La_ppc64v2_retval): Likewise.
12987         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
12988         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
12989         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
12990         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
12991         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
12992         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
12993         Do not save or restore CR.
12994         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
12995         (_dl_profile_resolve): Do no save or restore CR.  Support extended
12996         return values for ELFv2 ABI.  Fix location of FPR return registers.
12997         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
12998         updated values for _CALL_ELF == 2.
12999         (La_regs, La_retval, int_retval): Likewise.
13001 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13003         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13004         (FRAME_MIN_SIZE_PARM): Likewise.
13005         (FRAME_BACKCHAIN): Likewise.
13006         (FRAME_CR_SAVE): Likewise.
13007         (FRAME_LR_SAVE): Likewise.
13008         (FRAME_TOC_SAVE): Likewise.
13009         (FRAME_PARM_SAVE): Likewise.
13010         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13011         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13012         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13013         (call_mcount_parm_offset): New macro.
13014         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13015         (PROF): Use symbolic stack frame offsets.
13016         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13017         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13018         Redefine in terms of FRAME_MIN_SIZE.
13019         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13020         (_dl_profile_resolve): Likewise.  Update comment.
13021         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13022         symbols stack frame offsets.
13023         (__sigsetjmp): Likewise.
13024         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13025         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13026         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13027         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13030         (FRAME_BACKCHAIN): Remove.
13031         (FRAME_CR_SAVE): Likewise.
13032         (FRAME_LR_SAVE): Likewise.
13033         (FRAME_COMPILER_DW): Likewise.
13034         (FRAME_LINKER_DW): Likewise.
13035         (FRAME_TOC_SAVE): Likewise.
13036         (FRAME_PARM_SAVE): Likewise.
13037         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13038         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13039         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13041         (CHECK_SP): Use symbolic stack frame offsets.
13042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13043         zone" instead of caller's parameter save area for temp storage.
13044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13045         Likewise.  Also, use symbolic stack frame offsets.
13046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13047         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13048         our own stack frame instead of the caller's.
13049         (__socket): Use symbolic stack frame offsets.
13051 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13052             Alan Modra  <amodra@gmail.com>
13054         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13055         Define.
13056         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13057         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13058         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13059         New function.
13060         (elf_machine_fixup_plt): Call it.
13061         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13062         reloc arguments.
13063         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13064         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13065         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13066         r2 before calling target.
13068 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13069             Alan Modra  <amodra@gmail.com>
13071         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13072         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13073         versions of macros to support ELFv2 ABI.
13074         (LOCALENTRY): New macro.
13075         (ENTRY, EALIGN): Use it.
13076         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13077         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13078         fall through into ENTRY entry point.
13079         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13080         Only define if _CALL_ELF != 2.
13082         (elf_machine_matches_host): Verify ABI version matches.
13083         (RTLD_START): Use LOCALENTRY.
13084         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13085         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13086         (PLT_ENTRY_WORDS): New macro.
13087         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13088         (elf_machine_runtime_setup): Support ELFv2 ABI.
13089         (elf_machine_fixup_plt): Likewise.
13090         (elf_machine_plt_conflict): Likewise.
13091         (resolve_ifunc): Likewise.
13092         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13093         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13094         Likewise.
13095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13096         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13098         (makecontext): Support ELFv2 ABI.
13099         * elf/elf.h (EF_PPC64_ABI): Define.
13101 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13103         * sysdeps/powerpc/powerpc64/sysdep.h
13104         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13105         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13106         (ENTRY) [ASSEMBLER]: ... but instead here ...
13107         (EALIGN) [ASSEMBLER]: ... and here.
13108         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13109         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13110         (ENTRY_2) [!ASSEMBLER]: Use it.
13111         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13112         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13113         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13114         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13115         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13117         Use PPC64_LOAD_FUNCPTR.
13119         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13121 2013-12-04  Alan Modra  <amodra@gmail.com>
13123         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13124         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13125         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13126         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13128         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13129         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13130         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13131         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13132         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13133         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13135 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13138         (__makecontext): Fix incorrect CFI when backtracing out of
13139         context created via makecontext.
13140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13141         (__setcontext): Fix incorrect CFI during switch to new context.
13142         (__novec_setcontext): Likewise.
13144 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13146         [BZ #4772]
13147         * time/strptime_l.c (__strptime_internal): Allow modifiers
13148         in strptime.
13149         * time/tst-strptime.c (day_tests): Add testcase.
13151 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13153         * scripts/bench.pl: Skip over blank lines.
13155 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13157         [BZ #926]
13158         * manual/time.texi (Calendar Time): Clarify what timezone functions
13159         use.
13161 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13165 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13167         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13168         implementation.
13169         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13170         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13171         * debug/memset_chk.c (__memset_chk): Likewise.
13172         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13173         * debug/strncpy_chk.c: Likewise.
13175 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13177         [BZ #15268]
13178         [BZ #15425]
13179         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13180         (__ieee754_exp): For possibly underflowing results, check size of
13181         result and force underflow exception if required.
13182         * math/auto-libm-test-in: Add more tests of exp.
13183         * math/auto-libm-test-out: Regenerated.
13184         * sysdeps/i386/fpu/libm-test-ulps: Update.
13185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13187         [BZ #16283]
13188         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13189         * math/w_exp2f.c (__exp2f): Likewise.
13190         * math/w_exp2l.c (__exp2l): Likewise.
13191         * math/auto-libm-test-in: Do not allow missing errno on exp2
13192         underflow.
13193         * math/auto-libm-test-out: Regenerated.
13195 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13197         [BZ #16274]
13198         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13199         handle filename validation.
13200         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13201         (do_open): Delete.
13203 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13205         [BZ #6786]
13206         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13207         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13208         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13209         <float.h>.
13210         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13211         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13212         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13213         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13214         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13215         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13216         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13217         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13218         Add more erfc tests.
13219         * math/auto-libm-test-out: Regenerated.
13220         * sysdeps/i386/fpu/libm-test-ulps: Update.
13221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13223         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13224         exp2, expm1, j0 and j1.
13225         * math/auto-libm-test-out: Regenerated.
13226         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13227         (erfc_test_data): Likewise.
13228         (exp_test_data): Likewise.
13229         (exp_tonearest_test_data): Likewise.
13230         (exp_towardzero_test_data): Likewise.
13231         (exp_downward_test_data): Likewise.
13232         (exp_upward_test_data): Likewise.
13233         (exp10_test_data): Likewise.
13234         (exp2_test_data): Likewise.
13235         (expm1_test_data): Likewise.
13236         (j0_test_data): Likewise.
13237         (j1_test_data): Likewise.
13238         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13239         (input_flag_type): Add flag_xfail_rounding.
13240         (input_flags): Add xfail-rounding.
13241         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13242         (output_for_one_input_case): Handle flag_xfail_rounding.
13243         * sysdeps/i386/fpu/libm-test-ulps: Update.
13244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13246 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13248         [BZ #16289]
13249         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13250         division by 0.
13252 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13254         [BZ #16195]
13255         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13256         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13257         (STAP_PROBE0): New macro.
13258         (STAP_PROBE1): Likewise.
13259         (STAP_PROBE2): Likewise.
13260         (STAP_PROBE3): Likewise.
13261         (STAP_PROBE4): Likewise.
13263 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13265         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13267 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13269         * benchtests/Makefile (bench): Add sqrt.
13270         (LDLIBS-bench-sqrt): New.
13271         * benchtests/sqrt-input: New.
13273 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13275         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13276         (GAIH_EAI): Likewise.
13277         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13278         (gaih_inet): Likewise.
13279         (getaddrinfo): Don't use GAIH_EAI.
13281         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13282         (struct gaih): Remove definition.
13284 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13286         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13287         Use HERRNOP directly.
13289 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13291         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13293 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13295         * math/gen-auto-libm-tests.c (test_functions): Add more
13296         single-argument functions.
13297         (special_fill_pi_2): New function.
13298         (special_fill_minus_pi_2): Likewise.
13299         (special_fill_pi_6): Likewise.
13300         (special_fill_minus_pi_6): Likewise.
13301         (special_fill_pi_3): Likewise.
13302         (special_fill_2pi_3): Likewise.
13303         (special_fill_e): Likewise.
13304         (special_fill_1_e): Likewise.
13305         (special_fill_e_minus_1): Likewise.
13306         (special_real_inputs): Add more special inputs.
13307         (output_for_one_input_case): Do not require ERANGE on underflow to
13308         zero if round-to-nearest result does not underflow to zero, unless
13309         exact results required.
13310         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13311         atan, atanh, cbrt, cos and cosh.
13312         * math/auto-libm-test-out: Regenerated.
13313         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13314         (acos_tonearest_test_data): Likewise.
13315         (acos_towardzero_test_data): Likewise.
13316         (acos_downward_test_data): Likewise.
13317         (acos_upward_test_data): Likewise.
13318         (acosh_test_data): Likewise.
13319         (asin_test_data): Likewise.
13320         (asin_tonearest_test_data): Likewise.
13321         (asin_towardzero_test_data): Likewise.
13322         (asin_upward_test_data): Likewise.
13323         (asinh_test_data): Likewise.
13324         (atan_test_data): Likewise.
13325         (atanh_test_data): Likewise.
13326         (cbrt_test_data): Likewise.
13327         (cos_test_data): Likewise.
13328         (cos_tonearest_test_data): Likewise.
13329         (cos_towardzero_test_data): Likewise.
13330         (cos_downward_test_data): Likewise.
13331         (cos_upward_test_data): Likewise.
13332         (cosh_test_data): Likewise.
13333         (cosh_tonearest_test_data): Likewise.
13334         (cosh_towardzero_test_data): Likewise.
13335         (cosh_downward_test_data): Likewise.
13336         (cosh_upward_test_data): Likewise.
13337         * sysdeps/i386/fpu/libm-test-ulps: Update.
13338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13340 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13342         [BZ #6787]
13343         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13344         * math/w_exp10f.c (__exp10f): Likewise.
13345         * math/w_exp10l.c (__exp10l): Likewise.
13346         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13347         errno settings in existing tests.
13349         [BZ #14032]
13350         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13351         precision control set to double precision.
13352         * sysdeps/i386/fpu/w_sqrt.c: New file.
13353         * math/auto-libm-test-in: Add more tests.
13354         * math/auto-libm-test-out: Update.
13356         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13357         (sqrt_test_tonearest): New function.
13358         (sqrt_towardzero_test_data): New variable.
13359         (sqrt_test_towardzero): New function.
13360         (sqrt_downward_test_data): New variable.
13361         (sqrt_test_downward): New function.
13362         (sqrt_upward_test_data): New variable.
13363         (sqrt_test_upward): New function.
13364         (main): Call the new functions.
13366         * math/gen-auto-libm-tests.c: New file.
13367         * math/auto-libm-test-in: Likewise.
13368         * math/auto-libm-test-out: New generated file.
13369         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13370         variables.
13371         (%beautify): Add generated representations of zero.
13372         (top level): Set $auto_input and call parse_auto_input.
13373         (beautify): Remove trailing "f" from hex float constants.
13374         (parse_args): Handle XFAIL_TEST.
13375         (convert_condition): New function.
13376         (or_value): Likewise.
13377         (or_cond_value): Likewise.
13378         (generate_testfile): Handle AUTO_TESTS_* lines.
13379         (parse_auto_input): New function.
13380         * math/libm-test.inc (XFAIL_TEST): New macro.
13381         (ERRNO_UNCHANGED): Update value.
13382         (ERRNO_EDOM): Likewise.
13383         (ERRNO_ERANGE): Likewise.
13384         (IGNORE_RESULT): Likewise.
13385         (TEST_COND_flt_32): New macro.
13386         (TEST_COND_dbl_64): Likewise.
13387         (TEST_COND_ldbl_96_intel): Likewise.
13388         (TEST_COND_ldbl_96_m68k): Likewise.
13389         (TEST_COND_ldbl_128): Likewise.
13390         (TEST_COND_ldbl_128ibm): Likewise.
13391         (TEST_COND_long32): Likewise.
13392         (TEST_COND_long64): Likewise.
13393         (TEST_COND_before_rounding): Likewise.
13394         (TEST_COND_after_rounding): Likewise.
13395         (enable_test): Handle XFAIL_TEST flag.
13396         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13397         with finite results.
13398         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13399         auto-libm-test-out.
13401 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13402             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13404         [BZ #16214]
13405         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13406         __tls_get_addr_internal instead of __tls_get_offset in order to
13407         avoid GOT pointer dependency.  Make rtld export
13408         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13409         __tls_get_addr since we are a __tls_get_offset platform.
13410         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13411         GOT pointer being set up before.
13412         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13414 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13416         * manual/math.texi (Errors in Math Functions): Document accuracy
13417         goals.
13419         [BZ #15004]
13420         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
13421         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
13422         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13423         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13424         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13425         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13426         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13427         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
13428         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
13429         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13430         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13431         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13432         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13433         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13434         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13435         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
13437         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
13438         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
13439         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
13440         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
13441         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
13442         Likewise.
13443         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
13444         Likewise.
13445         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
13446         Likewise.
13447         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
13448         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
13449         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
13450         atomic-feupdateenv and flt-rounds.
13451         * sysdeps/powerpc/nofpu/Versions (libc): Add
13452         __atomic_feholdexcept, __atomic_feclearexcept,
13453         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
13454         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
13455         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
13456         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
13457         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
13458         here.
13459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
13460         Update.
13462         * manual/arith.texi (FP Exceptions): Document that exceptions may
13463         not be raised when matherr is used.
13464         (Math Error Reporting): Document overflow in directed rounding
13465         modes.  Document that errno may not be set when finite values are
13466         returned on overflow.  Document intent to set errno on underflow
13467         only for underflow to zero.
13469         [BZ #16271]
13470         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
13471         round-to-nearest then adjust result for other rounding modes.
13472         * include/fenv.h (fegetround): Use libm_hidden_proto.
13473         * math/fegetround.c (fegetround): Use libm_hidden_def.
13474         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
13475         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
13476         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13477         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
13478         Likewise.
13479         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
13480         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
13481         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
13482         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
13484 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
13486         [BZ #16077]
13487         * nss/Versions (libnss_files): Add
13488         _nss_files_gethostbyname3_r.
13489         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
13490         New function.
13491         (HOST_DB_LOOKUP): Remove macro.
13492         (_nss_files_gethostbyname_r): Implement function without the
13493         HOST_DB_LOOKUP macro.
13494         (_nss_files_gethostbyname2_r): Likewise.
13496 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
13498         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
13500 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
13502         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
13503         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
13504         warning.
13506 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13508         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
13509         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
13510         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13511         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
13512         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
13513         __fe_nomask_env_priv and attribute_hidden.
13514         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
13515         (libc_feupdateenv_test_ppc): Likewise.
13516         (libc_feresetround_ppc): Likewise.
13517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
13518         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
13519         compat_symbol macro.
13520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
13521         (__fe_nomask_env): Likewise.
13522         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
13524 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13526         * string/Makefile: Remove ifunc tests.
13527         * string/test-string.h: Define TEST_IFUNC.
13528         * string/test-bcopy-ifunc.c: Remove.
13529         * string/test-bzero-ifunc.c: Likewise.
13530         * string/test-memccpy-ifunc.c: Likewise.
13531         * string/test-memchr-ifunc.c: Likewise.
13532         * string/test-memcmp-ifunc.c: Likewise.
13533         * string/test-memcpy-ifunc.c: Likewise.
13534         * string/test-memmem-ifunc.c: Likewise.
13535         * string/test-memmove-ifunc.c: Likewise.
13536         * string/test-mempcpy-ifunc.c: Likewise.
13537         * string/test-memrchr-ifunc.c: Likewise.
13538         * string/test-memset-ifunc.c: Likewise.
13539         * string/test-rawmemchr-ifunc.c: Likewise.
13540         * string/test-stpcpy-ifunc.c: Likewise.
13541         * string/test-stpncpy-ifunc.c: Likewise.
13542         * string/test-strcasecmp-ifunc.c: Likewise.
13543         * string/test-strcasestr-ifunc.c: Likewise.
13544         * string/test-strcat-ifunc.c: Likewise.
13545         * string/test-strchr-ifunc.c: Likewise.
13546         * string/test-strchrnul-ifunc.c: Likewise.
13547         * string/test-strcmp-ifunc.c: Likewise.
13548         * string/test-strcpy-ifunc.c: Likewise.
13549         * string/test-strcspn-ifunc.c: Likewise.
13550         * string/test-strlen-ifunc.c: Likewise.
13551         * string/test-strncasecmp-ifunc.c: Likewise.
13552         * string/test-strncat-ifunc.c: Likewise.
13553         * string/test-strncmp-ifunc.c: Likewise.
13554         * string/test-strncpy-ifunc.c: Likewise.
13555         * string/test-strnlen-ifunc.c: Likewise.
13556         * string/test-strpbrk-ifunc.c: Likewise.
13557         * string/test-strrchr-ifunc.c: Likewise.
13558         * string/test-strspn-ifunc.c: Likewise.
13559         * string/test-strstr-ifunc.c: Likewise.
13561 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13563         * benchtests/Makefile: Remove ifunc tests.
13564         * benchtests/bench-string.h: Define TEST_IFUNC.
13565         * benchtests/bench-bcopy-ifunc.c: Remove.
13566         * benchtests/bench-bzero-ifunc.c: Likewise.
13567         * benchtests/bench-memccpy-ifunc.c: Likewise.
13568         * benchtests/bench-memchr-ifunc.c: Likewise.
13569         * benchtests/bench-memcmp-ifunc.c: Likewise.
13570         * benchtests/bench-memcpy-ifunc.c: Likewise.
13571         * benchtests/bench-memmem-ifunc.c: Likewise.
13572         * benchtests/bench-memmove-ifunc.c: Likewise.
13573         * benchtests/bench-mempcpy-ifunc.c: Likewise.
13574         * benchtests/bench-memrchr-ifunc.c: Likewise.
13575         * benchtests/bench-memset-ifunc.c: Likewise.
13576         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
13577         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
13578         * benchtests/bench-stpcpy-ifunc.c: Likewise.
13579         * benchtests/bench-stpncpy-ifunc.c: Likewise.
13580         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
13581         * benchtests/bench-strcasestr-ifunc.c: Likewise.
13582         * benchtests/bench-strcat-ifunc.c: Likewise.
13583         * benchtests/bench-strchr-ifunc.c: Likewise.
13584         * benchtests/bench-strchrnul-ifunc.c: Likewise.
13585         * benchtests/bench-strcmp-ifunc.c: Likewise.
13586         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
13587         * benchtests/bench-strcpy-ifunc.c: Likewise.
13588         * benchtests/bench-strcspn-ifunc.c: Likewise.
13589         * benchtests/bench-strlen-ifunc.c: Likewise.
13590         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
13591         * benchtests/bench-strncat-ifunc.c: Likewise.
13592         * benchtests/bench-strncmp-ifunc.c: Likewise.
13593         * benchtests/bench-strncpy-ifunc.c: Likewise.
13594         * benchtests/bench-strnlen-ifunc.c: Likewise.
13595         * benchtests/bench-strpbrk-ifunc.c: Likewise.
13596         * benchtests/bench-strrchr-ifunc.c: Likewise.
13597         * benchtests/bench-strsep-ifunc.c: Likewise.
13598         * benchtests/bench-strspn-ifunc.c: Likewise.
13599         * benchtests/bench-strstr-ifunc.c: Likewise.
13601 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13603         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
13605 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13607         * resolv/netdb.h: Use __glibc_reserved instead __unused.
13608         * rt/aio.h: Likewise.
13609         * sysdeps/gnu/bits/utmp.h: Likewise.
13610         * sysdeps/gnu/bits/utmpx.h: Likewise.
13611         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
13612         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
13613         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
13614         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
13615         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
13616         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
13617         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
13618         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
13619         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
13620         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
13621         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
13622         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
13623         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
13624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
13625         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
13626         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
13627         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
13628         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
13629         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
13630         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
13631         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
13632         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
13633         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
13634         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
13635         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
13636         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
13637         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
13638         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
13639         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
13640         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
13641         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
13642         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
13643         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
13644         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
13645         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
13646         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
13647         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
13648         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
13649         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
13650         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
13651         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
13652         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
13654 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
13656         [BZ #16245]
13657         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
13658         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
13660 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
13662         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
13663         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
13664         Likewise.
13666 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13668         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
13669         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
13670         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
13671         (__fesetround): Remove define.
13672         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
13673         rounding and exceptions handling.
13674         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
13675         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
13676         (__fe_nomask_env): Likewise.
13677         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
13678         __fegetround instead of fegetround.
13679         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
13680         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
13682 2013-11-21  Roland McGrath  <roland@hack.frob.com>
13684         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
13685         it's there.
13687         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
13689 2013-11-21  Meador Inge  <meadori@codesourcery.com>
13691         [BZ #11157]
13692         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
13693         (encrypt_r): Likewise.
13694         * malloc/obstack.h (obstack_free): Likewise.
13695         * posix/unistd.h (encrypt): Likewise.
13697 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
13699         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
13700         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
13701         DL_CALL_DT_FINI() that call the functions directly.
13702         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
13703         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
13704         * elf/dl-fini.c: Likewise.
13706 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
13708         * malloc/hooks.c (memalign_check): Add alignment rounding.
13709         * malloc/malloc.c (_mid_memalign): New function.
13710         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
13711         Implement by calling _mid_memalign.
13712         * manual/probes.texi (Memory Allocation Probes): Remove
13713         memory_valloc_retry and memory_pvalloc_retry.
13715 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13717         * locale/programs/locarchive.c (open_archive): Add const
13718         qualifier to ARCHIVEFNAME and copy default fname to
13719         DEFAULT_FNAME.
13721         [BZ #15601]
13722         * libio/tst-widetext.input: Rename Oriya to Odia.
13723         * locale/iso-639.def: Likewise.
13725         * manual/probes.texi (Mathematical Function Probes): Add
13726         documentation for sin, cos, asin and acos probes.
13727         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
13728         (__sin32): Add slowasin probe.
13729         (__cos32): Add slowacos probe.
13730         (__mpsin): Add slowsin probe.
13731         (__mpcos): Add slowcos probe.
13733 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
13735         [BZ #15483]
13736         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
13737         thread-local __sim_exceptions_thread and global
13738         __sim_exceptions_global.
13739         (__sim_disabled_exceptions): Change to thread-local
13740         __sim_disabled_exceptions_thread and global
13741         __sim_disabled_exceptions_global.
13742         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13743         and global __sim_round_mode_global.
13744         (__simulate_exceptions): Use thread-local floating-point state and
13745         set global state from it as needed.
13746         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
13747         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
13748         __sim_round_mode_thread.
13749         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
13750         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
13751         and global __sim_exceptions_global.
13752         (__sim_disabled_exceptions): Change to thread-local
13753         __sim_disabled_exceptions_thread and global
13754         __sim_disabled_exceptions_global.
13755         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13756         and global __sim_round_mode_global.
13757         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
13758         (SIM_SET_GLOBAL): Likewise.
13759         * sysdeps/powerpc/soft-fp/sfp-machine.h
13760         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
13761         __sim_round_mode_thread.
13762         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
13763         __sim_disabled_exceptions_thread.
13764         (__sim_exceptions): Change to __sim_exceptions_thread.
13765         (__sim_disabled_exceptions): Change to
13766         __sim_disabled_exceptions_thread.
13767         (__sim_round_mode): Change to __sim_round_mode_thread.
13768         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
13769         thread-local floating-point state and set global state from it as
13770         needed.
13771         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
13772         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
13773         (__sim_disabled_exceptions): Remove extern declaration.
13774         (feenableexcept): Use thread-local floating-point state and set
13775         global state from it as needed.
13776         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
13777         extern declaration.
13778         (__sim_disabled_exceptions): Likewise.
13779         (__sim_round_mode): Likewise.
13780         (__fegetenv): Use thread-local floating-point state.
13781         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
13782         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13783         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
13784         floating-point state and set global state from it as needed.
13785         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
13786         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
13787         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
13788         Likewise.
13789         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
13790         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
13791         Likewise.
13792         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
13793         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
13794         Use __sim_round_mode_thread.
13795         * math/test-fenv-tls.c: New file.
13796         * math/Makefile (tests): Add test-fenv-tls.
13797         ($(objpfx)test-fenv-tls): Depend on
13798         $(common-objpfx)nptl/libpthread.so.
13800 2013-11-19  Andreas Schwab  <schwab@suse.de>
13802         * locale/programs/locale.c (show_info): Decode wordarray elements.
13803         * locale/categories.def (LC_MONETARY): Add element for
13804         _NL_MONETARY_CRNCYSTR.
13805         * locale/C-monetary.c (conversion_rate): New variable.
13806         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
13807         element.
13809 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
13811         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
13812         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
13814 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
13816         * elf/Makefile (tst-auxv): New test.
13817         * elf/tst-auxv.c: New
13818         * elf/rtld.c (dl_main): Adjust AT_EXECFN
13820 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
13822         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
13823         (hidden_proto): Caller changed.
13824         (hidden_tls_proto): New macro.
13825         (libc_hidden_tls_proto): Likewise.
13826         (rtld_hidden_tls_proto): Likewise.
13827         (libm_hidden_tls_proto): Likewise.
13828         (libresolv_hidden_tls_proto): Likewise.
13829         (librt_hidden_tls_proto): Likewise.
13830         (libdl_hidden_tls_proto): Likewise.
13831         (libnss_files_hidden_tls_proto): Likewise.
13832         (libnsl_hidden_tls_proto): Likewise.
13833         (libnss_nisplus_hidden_tls_proto): Likewise.
13834         (libutil_hidden_tls_proto): Likewise.
13836 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
13838         [BZ #10253]
13839         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
13840         (decompose_rpath): Defer expansion to fillin_rpath.
13841         (_dl_init_paths): Pass linkmap to fillin_rpath.
13843 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13845         * benchtests/Makefile: Add strsep.
13846         * benchtests/bench-strsep.c: New file: strsep benchtest.
13847         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
13849 2013-11-18  Andreas Schwab  <schwab@suse.de>
13851         * locale/programs/locale.c (show_info) [case byte]: Check for
13852         '\377' instead of '\177'.
13853         * locale/C-monetary.c (not_available): Always use "\377".
13854         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
13855         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
13856         detect unavailable sign_posn locale elements.
13857         * locale/localeconv.c (__localeconv): For grouping and
13858         mon_grouping handle "\177" and "\377" like no grouping.
13859         (INT_ELEM): New macro.  Use it to set all numeric members.
13860         * locale/programs/ld-monetary.c (monetary_read)
13861         <tok_mon_grouping>: Normalize single -1 to the empty string.
13862         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
13863         Likewise.
13865 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
13867         [BZ #16055]
13868         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
13869         when we match (nil).
13870         * stdio-common/tst-sscanf.c (struct test): Add testcase.
13872 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
13874         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
13875         (NO_TEST_INLINE): Update value.
13876         (ERRNO_UNCHANGED): Likewise.
13877         (ERRNO_EDOM): Likewise.
13878         (ERRNO_ERANGE): Likewise.
13879         (IGNORE_RESULT): Likewise.
13880         (check_float_internal): Check signs of NaN results if
13881         TEST_NAN_SIGN used.
13882         (check_complex): Pass TEST_NAN_SIGN flag through to second
13883         check_float_internal call.
13884         (copysign_test_data): Add tests with quiet NaNs as second
13885         argument.  Use TEST_NAN_SIGN.
13886         (fabs_test_data): Add test of negative quiet NaN argument.  Use
13887         TEST_NAN_SIGN.
13888         (signbit_test_data): Add tests of quiet NaN argument.
13889         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
13891         * math/gen-libm-test.pl (show_exceptions): Take extra argument
13892         $ignore_result.
13893         (parse_args): Handle function results specified as IGNORE.
13894         * math/libm-test.inc (IGNORE_RESULT): New macro.
13895         (check_float_internal): Do not check numerical result if flag
13896         IGNORE_RESULT set.
13897         (check_complex): Pass through IGNORE_RESULT to second
13898         check_float_internal call.
13899         (check_int): Do not check numerical result if flag IGNORE_RESULT
13900         set.
13901         (check_long): Likewise.
13902         (check_bool): Likewise.
13903         (check_longlong): Likewise.
13904         (lrint_test_data): Add tests of infinite and NaN arguments.
13905         (lrint_tonearest_test_data): Likewise.
13906         (lrint_towardzero_test_data): Likewise.
13907         (lrint_downward_test_data): Likewise.
13908         (lrint_upward_test_data): Likewise.
13909         (llrint_test_data): Likewise.
13910         (llrint_tonearest_test_data): Likewise.
13911         (llrint_towardzero_test_data): Likewise.
13912         (llrint_downward_test_data): Likewise.
13913         (llrint_upward_test_data): Likewise.
13914         (lround_test_data): Likewise.
13915         (llround_test_data): Likewise.
13917         * math/libm-test.inc (NO_TEST_INLINE): New macro.
13918         (ERRNO_UNCHANGED): Update value.
13919         (ERRNO_EDOM): Likewise.
13920         (ERRNO_ERANGE): Likewise.
13921         (NO_TEST_INLINE_FLOAT): New macro.
13922         (NO_TEST_INLINE_DOUBLE): Likewise.
13923         (enable_test): New function.
13924         (RUN_TEST_f_f): Check enable_test before running test.
13925         (RUN_TEST_2_f): Likewise.
13926         (RUN_TEST_fff_f): Likewise.
13927         (RUN_TEST_c_f): Likewise.
13928         (RUN_TEST_f_f1): Likewise.
13929         (RUN_TEST_fF_f1): Likewise.
13930         (RUN_TEST_fI_f1): Likewise.
13931         (RUN_TEST_ffI_f1): Likewise.
13932         (RUN_TEST_c_c): Likewise.
13933         (RUN_TEST_cc_c): Likewise.
13934         (RUN_TEST_f_i): Likewise.
13935         (RUN_TEST_f_i_tg): Likewise.
13936         (RUN_TEST_ff_i_tg): Likewise.
13937         (RUN_TEST_f_b): Likewise.
13938         (RUN_TEST_f_b_tg): Likewise.
13939         (RUN_TEST_f_l): Likewise.
13940         (RUN_TEST_f_L): Likewise.
13941         (RUN_TEST_fFF_11): Likewise.
13942         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
13943         conditionals.
13944         (cosh_test_data): Likewise.
13945         (exp_test_data): Likewise.
13946         (expm1_test_data): Likewise.
13947         (hypot_test_data): Likewise.
13948         (pow_test_data): Likewise.
13949         (sinh_test_data): Likewise.
13950         (tanh_test_data): Likewise.
13951         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
13952         flags argument.
13954         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
13955         tests with quiet NaN input and output.
13956         (acosh_test_data): Likewise.
13957         (asin_test_data): Likewise.
13958         (asinh_test_data): Likewise.
13959         (atan_test_data): Likewise.
13960         (atanh_test_data): Likewise.
13961         (atan2_test_data): Likewise.
13962         (cbrt_test_data): Likewise.
13963         (cos_test_data): Likewise.
13964         (cosh_test_data): Likewise.
13965         (erf_test_data): Likewise.
13966         (erfc_test_data): Likewise.
13967         (exp_test_data): Likewise.
13968         (exp10_test_data): Likewise.
13969         (exp2_test_data): Likewise.
13970         (expm1_test_data): Likewise.
13971         (hypot_test_data): Likewise.
13972         (j0_test_data): Likewise.
13973         (j1_test_data): Likewise.
13974         (jn_test_data): Likewise.
13975         (lgamma_test_data): Likewise.
13976         (log_test_data): Likewise.
13977         (log10_test_data): Likewise.
13978         (log1p_test_data): Likewise.
13979         (log2_test_data): Likewise.
13980         (pow_test_data): Likewise.
13981         (scalb_test_data): Likewise.
13982         (sin_test_data): Likewise.
13983         (sincos_test_data): Likewise.
13984         (sinh_test_data): Likewise.
13985         (tan_test_data): Likewise.
13986         (tanh_test_data): Likewise.
13987         (tgamma_test_data): Likewise.
13988         (y0_test_data): Likewise.
13989         (y1_test_data): Likewise.
13990         (yn_test_data): Likewise.
13992         [BZ #16167]
13993         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
13994         argument being NaN and avoid computations with second argument in
13995         that case.
13996         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
13997         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
13998         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14000 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14002         * locale/iso-639.def: Add Chitwani Tharu (the).
14004 2013-11-14  Andreas Schwab  <schwab@suse.de>
14006         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14007         word instead of empty string.
14009 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14012         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14014         (__fe_nomask_env): Likewise.
14016 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14018         * benchtests/bench-timing.h: Include time.h.
14020 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14022         [BZ #15997]
14023         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14024         to 3.4.0 for x32.
14025         * sysdeps/unix/sysv/linux/configure: Regenerated.
14027 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14029         [BZ #16151]
14030         * stdlib/strtod_l.c (round_and_return): Do not consider
14031         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14032         exponent one less than half the least subnormal exponent.
14033         * stdlib/test-strtod-round-data: Add more tests.
14034         * stdlib/tst-strtod-round.c (tests): Regenerated.
14036 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14038         [BZ #14143]
14039         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14040         (__fe_mask_env): Likewise.
14041         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14042         libm_hidden_proto and add function prototype.
14043         (__fe_mask_env): Add function prototype.
14044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14045         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14047         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14049         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14051 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14053         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14054         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14056 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14058         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14059         of htab_find_slot().
14061 2013-11-11  David S. Miller  <davem@davemloft.net>
14063         [BZ #16150]
14064         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14065         symbol in the non-vis3 case in static builds.
14066         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14067         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14068         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14069         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14071 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14073         [BZ #387]
14074         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14075         it is empty.
14077 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14079         * benchtests/Makefile: Add bench-strtod.
14080         * benchtests/bench-strtod.c: New file: strtod benchtest
14082 2013-11-11  Andreas Schwab  <schwab@suse.de>
14084         [BZ #16153]
14085         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14086         terminating NUL in key length.
14088 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14090         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14091         Add artificial ODP entry for vDSO symbol for PPC64.
14092         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14093         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14095 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14097         [BZ #15374]
14098         * nss/getent.c (services_keys): Recognize services starting with digit.
14100 2013-11-06  David S. Miller  <davem@davemloft.net>
14102         [BZ #15985]
14103         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14104         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14106 2013-11-06  Will Newton  <will.newton@linaro.org>
14108         * manual/memory.texi (Malloc Examples): Remove register
14109         keyword from examples.
14111 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14113         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14115 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14117         [BZ #6981]
14118         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14119         depending on [__GCC_IEC_559 > 0].
14120         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14121         depending on [__GCC_IEC_559_COMPLEX > 0].
14123 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14125         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14126         to iso-639.def.
14128 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14130         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14132 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14134         [BZ #16112]
14135         * malloc/malloc (malloc_info): Do not handle first bin as
14136         special case.
14138 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14140         * locale/iso-639.def: Add Central Nahuatl (nhn).
14142 2013-11-01  Bruno Haible  <bruno@clisp.org>
14144         [BZ #7003]
14145         * manual/math.texi (BSD Random): Specify range upper bound as
14146         in POSIX.
14148 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14150         * locale/iso-639.def: Add Meadow Mari (mhr).
14152 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14154         [BZ #14752], [BZ #15763]
14155         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14156         Validate name.
14157         * rt/tst_shm.c: Add test for escaping directory.
14159 2013-10-31  Andreas Schwab  <schwab@suse.de>
14161         [BZ #15917]
14162         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14163         followed by 'x' as part of digit sequence.
14164         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14166 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14168         [BZ #16037]
14169         * configure.ac: allow GNU Make 4.0 and greater.
14170         * configure: Regenerated.
14172 2013-10-30  Will Newton  <will.newton@linaro.org>
14174         [BZ #16038]
14175         * malloc/hooks.c (memalign_check): Limit alignment to the
14176         maximum representable power of two.
14177         * malloc/malloc.c (__libc_memalign): Likewise.
14178         * malloc/tst-memalign.c (do_test): Add test for very
14179         large alignment values.
14180         * malloc/tst-posix_memalign.c (do_test): Likewise.
14182 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14184         [BZ #11087]
14185         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14186         (munmap_chunk): Likewise.
14187         (mremap_chunk): Likewise.
14189 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14191         [BZ #15799]
14192         * stdlib/div.c (div): Remove obsolete code.
14193         * stdlib/ldiv.c (ldiv): Likewise.
14194         * stdlib/lldiv.c (lldiv): Likewise.
14196 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14198         [BZ #16071]
14199         * nss/nss_files/files-XXX.c (get_contents_ret): New
14200         enumerator.
14201         (get_contents): New function.
14202         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14204 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14206         * configure.in: Moved to ...
14207         * configure.ac: ... here. Change reference to configure.in
14208         to configure.ac.
14209         * sysdeps/arm/preconfigure.ac: ... here.
14210         configure.in to configure.ac.
14211         * sysdeps/gnu/configure.in: Moved to ...
14212         * sysdeps/gnu/configure.ac: ... here.
14213         * sysdeps/i386/configure.in: Moved to ...
14214         * sysdeps/i386/configure.ac: ... here.
14215         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14216         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14217         * sysdeps/mach/configure.in: Moved to ...
14218         * sysdeps/mach/configure.ac: ... here.
14219         * sysdeps/mach/hurd/configure.in: Moved to ...
14220         * sysdeps/mach/hurd/configure.ac: ... here.
14221         * sysdeps/powerpc/configure.in: Moved to ...
14222         * sysdeps/powerpc/configure.ac: ... here.
14223         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14224         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14225         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14226         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14227         * sysdeps/s390/s390-32/configure.in: Moved to ...
14228         * sysdeps/s390/s390-32/configure.ac: ... here.
14229         * sysdeps/s390/s390-64/configure.in: Moved to ...
14230         * sysdeps/s390/s390-64/configure.ac: ... here.
14231         * sysdeps/sh/configure.in: Moved to ...
14232         * sysdeps/sh/configure.ac: ... here.
14233         * sysdeps/sparc/configure.in: Moved to ...
14234         * sysdeps/sparc/configure.ac: ... here.
14235         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14236         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14237         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14238         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14239         * sysdeps/x86_64/configure.in: Moved to ...
14240         * sysdeps/x86_64/configure.ac: ... here.
14241         * sysdeps/x86_64/preconfigure.in: Moved to ...
14242         * sysdeps/x86_64/preconfigure.ac: ... here.
14243         * aclocal.m4: Change reference to configure.in to configure.ac.
14244         * config.h.in: Likewise.
14245         * manual/install.texi: Likewise.
14246         * manual/maint.texi: Likewise.
14247         * Makefile: Likewise.
14248         * malloc/Makefile: Likewise.
14249         * nscd/Makefile: Likewise.
14250         * Makeconfig: Change reference to configure.in and
14251         preconfigure.in to configure.ac and preconfigure.ac
14252         respectively.
14253         * INSTALL: Regenerated.
14254         * configure: Likewise.
14255         * sysdeps/gnu/configure: Likewise.
14256         * sysdeps/i386/configure: Likewise.
14257         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14258         * sysdeps/mach/configure: Likewise.
14259         * sysdeps/mach/hurd/configure: Likewise.
14260         * sysdeps/powerpc/configure: Likewise.
14261         * sysdeps/powerpc/powerpc32/configure: Likewise.
14262         * sysdeps/powerpc/powerpc64/configure: Likewise.
14263         * sysdeps/s390/s390-32/configure: Likewise.
14264         * sysdeps/s390/s390-64/configure: Likewise.
14265         * sysdeps/sh/configure: Likewise.
14266         * sysdeps/sparc/configure: Likewise.
14267         * sysdeps/unix/sysv/linux/configure: Likewise.
14268         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14269         * sysdeps/x86_64/configure: Likewise.
14270         * sysdeps/x86_64/preconfigure: Likewise.
14272 2013-10-29  Andreas Schwab  <schwab@suse.de>
14274         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14276 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14278         * benchtests/pow-inputs: Add new inputs.
14280         * benchtests/exp-inputs: Add new inputs.
14282         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14283         conditional check for return value.
14284         (__cos32): Likewise.
14286 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14288         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14289         to provide a boost for large inputs with word alignment.
14290         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14291         implementation based on optimized PPC64 strcpy.
14292         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14293         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14294         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14295         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14297 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14299         [BZ #2801]
14300         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14302 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14304         [BZ #14876]
14305         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14306         * time/tst-strptime.c (day_tests): Add testcase.
14308 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14310         [BZ #14029]
14311         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14313 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14315         [BZ #16074]
14316         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14317         MAP_FAILED on error.
14319 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14321         [BZ #16072]
14322         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14323         heap for large requests.
14325 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14327         [BZ #9954]
14328         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14329         result if the result has no associated interface.
14330         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14331         interface for all 127.X.Y.Z addresses.
14333 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14335         * locale/iso-639.def: Add Ligurian (lij)
14337 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14339         [BZ #15825]
14340         * sunrpc/rpc_main.c: Document rpcgen -5.
14342 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14344         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14346 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14348         [BZ #10278]
14349         * posix/glob.c: Match only directories when trailing slash is present.
14350         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14351         (main): Add testcase.
14353 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14355         [BZ #15670]
14356         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14358 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14360         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14361         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14362         AUTH_DES and cindex for FIPS 140-2.
14363         (DES Encryption): Add cindex FIPS 46-3.
14365         * locale/locarchive.h (struct locarhandle): Add fname.
14366         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14367         if an optional argument was specified to --list-archive,
14368         otherwise NULL.
14369         * locale/programs/locarchive.c (show_archive_content): Take new
14370         argument fname and pass it via ah.fname to open_archive.
14371         * locale/programs/localedef.h: Update decl.
14372         (open_archive): If AH->fname is non-null, open that file
14373         rather than the default file name, and don't ignore ENOENT.
14374         (create_archive): Set AH.fname to NULL.
14375         (delete_locales_from_archive): Likewise.
14376         (add_locales_to_archive): Likewise.
14377         * locale/programs/locfile.c (write_all_categories): Likewise.
14379 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14380             Aldy Hernandez  <aldyh@redhat.com>
14382         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14383         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14384         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14385         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14386         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14387         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14388         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14389         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14390         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14391         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14392         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14393         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14394         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14395         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14396         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14397         Likewise.
14398         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14399         Likewise.
14400         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14401         Likewise.
14402         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14403         Likewise.
14404         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14405         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14406         Likewise.
14407         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14408         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14409         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14410         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14411         Likewise.
14412         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14413         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14414         * sysdeps/powerpc/preconfigure: Likewise.
14415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14416         Likewise.
14417         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
14418         Replace contents of file by #include of <fenv_libc.h>.
14419         * sysdeps/powerpc/soft-fp/sfp-machine.h
14420         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
14421         and <sys/prctl.h>.
14422         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
14423         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
14424         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
14425         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
14426         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
14427         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
14428         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
14429         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
14430         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
14431         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
14432         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
14433         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
14434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14435         Allow copysignl PLT reference to be missing.
14437 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
14438             Joseph Myers  <joseph@codesourcery.com
14440         [BZ #15948]
14441         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
14442         single character.
14443         (add_to_tablewc): Assert sequence of wide characters is nonempty.
14445 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14447         * elf/tst-tls-dlinfo.c: Don't include tls.h.
14448         * elf/tst-tls1.c: Likewise.
14449         * elf/tst-tls10.h: Likewise.
14450         * elf/tst-tls14.c: Likewise.
14451         * elf/tst-tls2.c: Likewise.
14452         * elf/tst-tls3.c: Likewise.
14453         * elf/tst-tls4.c: Likewise.
14454         * elf/tst-tls5.c: Likewise.
14455         * elf/tst-tls6.c: Likewise.
14456         * elf/tst-tls7.c: Likewise.
14457         * elf/tst-tls8.c: Likewise.
14458         * elf/tst-tls9.c: Likewise.
14459         * elf/tst-tlsmod1.c: Likewise.
14460         * elf/tst-tlsmod13.c: Likewise.
14461         * elf/tst-tlsmod13a.c: Likewise.
14462         * elf/tst-tlsmod14a.c: Likewise.
14463         * elf/tst-tlsmod16a.c: Likewise.
14464         * elf/tst-tlsmod16b.c: Likewise.
14465         * elf/tst-tlsmod2.c: Likewise.
14466         * elf/tst-tlsmod3.c: Likewise.
14467         * elf/tst-tlsmod4.c: Likewise.
14468         * elf/tst-tlsmod5.c: Likewise.
14469         * elf/tst-tlsmod6.c: Likewise.
14471 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
14473         [BZ #12486]
14474         * malloc/malloc.c: remove checks for statistics.
14476 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14478         [BZ #15277]
14479         * inet/inet_net.c (inet_network): Detect additional invalid strings.
14480         * inet/tst-network.c: Add testcase.
14482 2013-10-17  Andreas Schwab  <schwab@suse.de>
14484         [BZ #15218]
14485         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
14486         to determine canonical name.
14488 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14490         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
14491         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
14492         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14493         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14494         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14495         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14496         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14497         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14498         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14499         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14500         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
14501         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14502         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14503         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14504         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14505         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14506         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14507         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14508         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
14509         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14510         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14511         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14512         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
14513         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
14514         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
14515         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
14516         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
14517         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
14518         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
14519         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
14520         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14521         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14522         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
14523         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
14524         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
14525         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
14526         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
14527         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
14528         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
14529         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14530         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
14531         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
14532         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
14533         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
14534         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
14535         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
14536         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
14537         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
14538         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
14539         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
14540         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
14541         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
14542         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
14543         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
14544         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
14545         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
14546         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14547         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
14549 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
14551         [BZ #16041]
14552         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
14553         make result into a quiet NaN.
14555 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
14557         * soft-fp/adddf3.c: Fix horizontal whitespace.
14558         * soft-fp/addsf3.c: Likewise.
14559         * soft-fp/addtf3.c: Likewise.
14560         * soft-fp/divdf3.c: Likewise.
14561         * soft-fp/divsf3.c: Likewise.
14562         * soft-fp/divtf3.c: Likewise.
14563         * soft-fp/double.h: Likewise.
14564         * soft-fp/eqdf2.c: Likewise.
14565         * soft-fp/eqsf2.c: Likewise.
14566         * soft-fp/eqtf2.c: Likewise.
14567         * soft-fp/extenddftf2.c: Likewise.
14568         * soft-fp/extended.h: Likewise.
14569         * soft-fp/extendsfdf2.c: Likewise.
14570         * soft-fp/extendsftf2.c: Likewise.
14571         * soft-fp/extendxftf2.c: Likewise.
14572         * soft-fp/fixdfdi.c: Likewise.
14573         * soft-fp/fixdfsi.c: Likewise.
14574         * soft-fp/fixdfti.c: Likewise.
14575         * soft-fp/fixsfdi.c: Likewise.
14576         * soft-fp/fixsfsi.c: Likewise.
14577         * soft-fp/fixsfti.c: Likewise.
14578         * soft-fp/fixtfdi.c: Likewise.
14579         * soft-fp/fixtfsi.c: Likewise.
14580         * soft-fp/fixtfti.c: Likewise.
14581         * soft-fp/fixunsdfdi.c: Likewise.
14582         * soft-fp/fixunsdfsi.c: Likewise.
14583         * soft-fp/fixunsdfti.c: Likewise.
14584         * soft-fp/fixunssfdi.c: Likewise.
14585         * soft-fp/fixunssfsi.c: Likewise.
14586         * soft-fp/fixunssfti.c: Likewise.
14587         * soft-fp/fixunstfdi.c: Likewise.
14588         * soft-fp/fixunstfsi.c: Likewise.
14589         * soft-fp/fixunstfti.c: Likewise.
14590         * soft-fp/floatdidf.c: Likewise.
14591         * soft-fp/floatdisf.c: Likewise.
14592         * soft-fp/floatditf.c: Likewise.
14593         * soft-fp/floatsidf.c: Likewise.
14594         * soft-fp/floatsisf.c: Likewise.
14595         * soft-fp/floatsitf.c: Likewise.
14596         * soft-fp/floattidf.c: Likewise.
14597         * soft-fp/floattisf.c: Likewise.
14598         * soft-fp/floattitf.c: Likewise.
14599         * soft-fp/floatundidf.c: Likewise.
14600         * soft-fp/floatundisf.c: Likewise.
14601         * soft-fp/floatunditf.c: Likewise.
14602         * soft-fp/floatunsidf.c: Likewise.
14603         * soft-fp/floatunsisf.c: Likewise.
14604         * soft-fp/floatunsitf.c: Likewise.
14605         * soft-fp/floatuntidf.c: Likewise.
14606         * soft-fp/floatuntisf.c: Likewise.
14607         * soft-fp/floatuntitf.c: Likewise.
14608         * soft-fp/fmadf4.c: Likewise.
14609         * soft-fp/fmasf4.c: Likewise.
14610         * soft-fp/fmatf4.c: Likewise.
14611         * soft-fp/gedf2.c: Likewise.
14612         * soft-fp/gesf2.c: Likewise.
14613         * soft-fp/getf2.c: Likewise.
14614         * soft-fp/ledf2.c: Likewise.
14615         * soft-fp/lesf2.c: Likewise.
14616         * soft-fp/letf2.c: Likewise.
14617         * soft-fp/muldf3.c: Likewise.
14618         * soft-fp/mulsf3.c: Likewise.
14619         * soft-fp/multf3.c: Likewise.
14620         * soft-fp/negdf2.c: Likewise.
14621         * soft-fp/negsf2.c: Likewise.
14622         * soft-fp/negtf2.c: Likewise.
14623         * soft-fp/op-1.h: Likewise.
14624         * soft-fp/op-2.h: Likewise.
14625         * soft-fp/op-4.h: Likewise.
14626         * soft-fp/op-8.h: Likewise.
14627         * soft-fp/op-common.h: Likewise.
14628         * soft-fp/quad.h: Likewise.
14629         * soft-fp/single.h: Likewise.
14630         * soft-fp/soft-fp.h: Likewise.
14631         * soft-fp/sqrtdf2.c: Likewise.
14632         * soft-fp/sqrtsf2.c: Likewise.
14633         * soft-fp/sqrttf2.c: Likewise.
14634         * soft-fp/subdf3.c: Likewise.
14635         * soft-fp/subsf3.c: Likewise.
14636         * soft-fp/subtf3.c: Likewise.
14637         * soft-fp/truncdfsf2.c: Likewise.
14638         * soft-fp/trunctfdf2.c: Likewise.
14639         * soft-fp/trunctfsf2.c: Likewise.
14640         * soft-fp/trunctfxf2.c: Likewise.
14641         * soft-fp/unorddf2.c: Likewise.
14642         * soft-fp/unordsf2.c: Likewise.
14643         * soft-fp/unordtf2.c: Likewise.
14645 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
14647         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
14648         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
14650 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
14652         * elf/dl-libc.c: Clear initfini list after freeing.
14654 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
14656         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
14657         * soft-fp/addsf3.c: Likewise.
14658         * soft-fp/addtf3.c: Likewise.
14659         * soft-fp/divdf3.c: Likewise.
14660         * soft-fp/divsf3.c: Likewise.
14661         * soft-fp/divtf3.c: Likewise.
14662         * soft-fp/double.h: Likewise.
14663         * soft-fp/eqdf2.c: Likewise.
14664         * soft-fp/eqsf2.c: Likewise.
14665         * soft-fp/eqtf2.c: Likewise.
14666         * soft-fp/extenddftf2.c: Likewise.
14667         * soft-fp/extended.h: Likewise.
14668         * soft-fp/extendsfdf2.c: Likewise.
14669         * soft-fp/extendsftf2.c: Likewise.
14670         * soft-fp/extendxftf2.c: Likewise.
14671         * soft-fp/fixdfdi.c: Likewise.
14672         * soft-fp/fixdfsi.c: Likewise.
14673         * soft-fp/fixdfti.c: Likewise.
14674         * soft-fp/fixsfdi.c: Likewise.
14675         * soft-fp/fixsfsi.c: Likewise.
14676         * soft-fp/fixsfti.c: Likewise.
14677         * soft-fp/fixtfdi.c: Likewise.
14678         * soft-fp/fixtfsi.c: Likewise.
14679         * soft-fp/fixtfti.c: Likewise.
14680         * soft-fp/fixunsdfdi.c: Likewise.
14681         * soft-fp/fixunsdfsi.c: Likewise.
14682         * soft-fp/fixunsdfti.c: Likewise.
14683         * soft-fp/fixunssfdi.c: Likewise.
14684         * soft-fp/fixunssfsi.c: Likewise.
14685         * soft-fp/fixunssfti.c: Likewise.
14686         * soft-fp/fixunstfdi.c: Likewise.
14687         * soft-fp/fixunstfsi.c: Likewise.
14688         * soft-fp/fixunstfti.c: Likewise.
14689         * soft-fp/floatdidf.c: Likewise.
14690         * soft-fp/floatdisf.c: Likewise.
14691         * soft-fp/floatditf.c: Likewise.
14692         * soft-fp/floatsidf.c: Likewise.
14693         * soft-fp/floatsisf.c: Likewise.
14694         * soft-fp/floatsitf.c: Likewise.
14695         * soft-fp/floattidf.c: Likewise.
14696         * soft-fp/floattisf.c: Likewise.
14697         * soft-fp/floattitf.c: Likewise.
14698         * soft-fp/floatundidf.c: Likewise.
14699         * soft-fp/floatundisf.c: Likewise.
14700         * soft-fp/floatunsidf.c: Likewise.
14701         * soft-fp/floatunsisf.c: Likewise.
14702         * soft-fp/floatuntidf.c: Likewise.
14703         * soft-fp/floatuntisf.c: Likewise.
14704         * soft-fp/floatuntitf.c: Likewise.
14705         * soft-fp/fmadf4.c: Likewise.
14706         * soft-fp/fmasf4.c: Likewise.
14707         * soft-fp/fmatf4.c: Likewise.
14708         * soft-fp/gedf2.c: Likewise.
14709         * soft-fp/gesf2.c: Likewise.
14710         * soft-fp/getf2.c: Likewise.
14711         * soft-fp/ledf2.c: Likewise.
14712         * soft-fp/lesf2.c: Likewise.
14713         * soft-fp/letf2.c: Likewise.
14714         * soft-fp/muldf3.c: Likewise.
14715         * soft-fp/mulsf3.c: Likewise.
14716         * soft-fp/multf3.c: Likewise.
14717         * soft-fp/negdf2.c: Likewise.
14718         * soft-fp/negsf2.c: Likewise.
14719         * soft-fp/negtf2.c: Likewise.
14720         * soft-fp/op-1.h: Likewise.
14721         * soft-fp/op-2.h: Likewise.
14722         * soft-fp/op-4.h: Likewise.
14723         * soft-fp/op-8.h: Likewise.
14724         * soft-fp/op-common.h: Likewise.
14725         * soft-fp/quad.h: Likewise.
14726         * soft-fp/single.h: Likewise.
14727         * soft-fp/soft-fp.h: Likewise.
14728         * soft-fp/sqrtdf2.c: Likewise.
14729         * soft-fp/sqrtsf2.c: Likewise.
14730         * soft-fp/sqrttf2.c: Likewise.
14731         * soft-fp/subdf3.c: Likewise.
14732         * soft-fp/subsf3.c: Likewise.
14733         * soft-fp/subtf3.c: Likewise.
14734         * soft-fp/truncdfsf2.c: Likewise.
14735         * soft-fp/trunctfdf2.c: Likewise.
14736         * soft-fp/trunctfsf2.c: Likewise.
14737         * soft-fp/trunctfxf2.c: Likewise.
14738         * soft-fp/unorddf2.c: Likewise.
14739         * soft-fp/unordsf2.c: Likewise.
14740         * soft-fp/unordtf2.c: Likewise.
14742 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
14744         [BZ #15672]
14745         * misc/error.c (error_tail): Fix possible buffer overflow.
14747 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
14749         [BZ #13028]
14750         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
14751         address.
14753 2013-10-14  P. J. McDermott  <pj@pehjota.net>
14755         [BZ #832]
14756         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
14757         testing pipefail option.
14759 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14761         * soft-fp/double.h: Indent preprocessor directives inside #if.
14762         * soft-fp/extended.h: Likewise.
14763         * soft-fp/op-2.h: Likewise.
14764         * soft-fp/op-4.h: Likewise.
14765         * soft-fp/op-common.h: Likewise.
14766         * soft-fp/quad.h: Likewise.
14767         * soft-fp/single.h: Likewise.
14768         * soft-fp/soft-fp.h: Likewise.
14770 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
14772         * iconv/iconv_prog.c: Fix typos.
14773         * stdio-common/psiginfo-data.h: Likewise.
14775 2013-10-12   Reuben Thomas <rrt@sc3d.org>
14777         [BZ #15764]
14778         * locale/setlocale.c: Fix typo.
14780 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14782         [BZ #16036]
14783         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
14784         signaling NaN arguments.
14785         * soft-fp/unordsf2.c (__unordsf2): Likewise.
14786         * soft-fp/unordtf2.c (__unordtf2): Likewise.
14788         [BZ #14910]
14789         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
14790         unordered operands.
14791         * soft-fp/gesf2.c (__gesf2): Likewise.
14792         * soft-fp/getf2.c (__getf2): Likewise.
14793         * soft-fp/ledf2.c (__ledf2): Likewise.
14794         * soft-fp/lesf2.c (__lesf2): Likewise.
14795         * soft-fp/letf2.c (__letf2): Likewise.
14797         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
14798         * soft-fp/eqsf2.c (__eqsf2): Likewise.
14799         * soft-fp/eqtf2.c (__eqtf2): Likewise.
14800         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
14801         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
14802         * soft-fp/fixdfti.c (__fixdfti): Likewise.
14803         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
14804         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
14805         * soft-fp/fixsfti.c (__fixsfti): Likewise.
14806         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
14807         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
14808         * soft-fp/fixtfti.c (__fixtfti): Likewise.
14809         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
14810         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
14811         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
14812         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
14813         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
14814         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
14815         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
14816         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
14817         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
14818         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
14819         * soft-fp/floatdisf.c (__floatdisf): Likewise.
14820         * soft-fp/floatsisf.c (__floatsisf): Likewise.
14821         * soft-fp/floattidf.c (__floattidf): Likewise.
14822         * soft-fp/floattisf.c (__floattisf): Likewise.
14823         * soft-fp/floattitf.c (__floattitf): Likewise.
14824         * soft-fp/floatundidf.c (__floatundidf): Likewise.
14825         * soft-fp/floatundisf.c (__floatundisf): Likewise.
14826         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
14827         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
14828         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
14829         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
14830         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
14831         * soft-fp/gesf2.c (__gesf2): Likewise.
14832         * soft-fp/getf2.c (__getf2): Likewise.
14833         * soft-fp/ledf2.c (__ledf2): Likewise.
14834         * soft-fp/lesf2.c (__lesf2): Likewise.
14835         * soft-fp/letf2.c (__letf2): Likewise.
14837         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
14838         Undefine and redefine.
14839         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
14840         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
14841         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
14842         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
14843         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14844         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
14845         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14846         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
14847         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14848         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
14849         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14850         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
14851         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14852         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
14853         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14855         [BZ #16032]
14856         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
14857         without decrementing exponent if mantissa >= that for the
14858         denominator, not >.
14859         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
14860         denominator, not >.  Decrement exponent in < case instead of
14861         incrementing in >= case.
14862         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
14863         without decrementing exponent if mantissa >= that for the
14864         denominator, not >.
14866         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
14867         computing saturated result for unsigned overflow.
14869 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14870             Jeff Law  <law@redhat.com>
14872         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
14873         (atan2Mp): Add systemtap probe marker.
14874         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
14875         (__ieee754_log): Add systemtap probe marker.
14876         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
14877         (atanMp): Add systemtap probe marker.
14878         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
14879         (tanMp): Add systemtap probe marker.
14880         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
14881         (__slowexp): Add systemtap probe marker.
14882         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
14883         (__slowpow): Add systemtap probe marker.
14884         * manual/probes.texi: Document probes.
14886 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
14888         [BZ #15362]
14889         * libio/fileops.c (_IO_new_file_write): Return count of bytes
14890         written.
14891         (_IO_new_file_xsputn): Don't return EOF if nothing has been
14892         written.
14893         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
14894         written to buffer but not flushed.
14895         * libio/iofwrite_u.c:  Likewise.
14896         * libio/iopadn.c:  Return bytes returned even if EOF was
14897         encountered.
14898         * libio/iowpadn.c:  Likewise.
14899         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
14900         if _IO_padn does not write the whole buffer.
14901         [!COMPILE_WPRINTF] (PAD): Likewise.
14903 2013-10-10  David S. Miller  <davem@davemloft.net>
14905         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
14906         directory block.
14908 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14910         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
14911         instead of FSF address.
14912         * soft-fp/fixdfti.c: Likewise.
14913         * soft-fp/fixsfti.c: Likewise.
14914         * soft-fp/fixtfti.c: Likewise.
14915         * soft-fp/fixunsdfti.c: Likewise.
14916         * soft-fp/fixunssfti.c: Likewise.
14917         * soft-fp/fixunstfti.c: Likewise.
14918         * soft-fp/floattidf.c: Likewise.
14919         * soft-fp/floattisf.c: Likewise.
14920         * soft-fp/floattitf.c: Likewise.
14921         * soft-fp/floatuntidf.c: Likewise.
14922         * soft-fp/floatuntisf.c: Likewise.
14923         * soft-fp/floatuntitf.c: Likewise.
14924         * soft-fp/trunctfxf2.c: Likewise.
14926         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
14927         * soft-fp/fixdfti.c: Likewise.
14928         * soft-fp/fixsfti.c: Likewise.
14929         * soft-fp/fixtfti.c: Likewise.
14930         * soft-fp/fixunsdfti.c: Likewise.
14931         * soft-fp/fixunssfti.c: Likewise.
14932         * soft-fp/fixunstfti.c: Likewise.
14933         * soft-fp/floattidf.c: Likewise.
14934         * soft-fp/floattisf.c: Likewise.
14935         * soft-fp/floattitf.c: Likewise.
14936         * soft-fp/floatuntidf.c: Likewise.
14937         * soft-fp/floatuntisf.c: Likewise.
14938         * soft-fp/floatuntitf.c: Likewise.
14939         * soft-fp/trunctfxf2.c: Likewise.
14941 2013-10-10  David S. Miller  <davem@davemloft.net>
14943         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14945 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
14947         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
14948         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
14949         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
14950         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
14951         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
14952         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
14953         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
14955         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
14956         for NaNs before doing comparisons on argument.
14957         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
14958         Likewise.
14960 2013-10-10  Will Newton  <will.newton@linaro.org>
14962         * malloc/hooks.c (memalign_check): Ensure the value of bytes
14963         passed to _int_memalign does not overflow.
14965 2013-10-10  Torvald Riegel  <triegel@redhat.com>
14967         * scripts/bench.pl: Add include-sources directive.
14968         * benchtests/README: Update documentation.
14970 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14972         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
14973         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
14974         instead of FP_INIT_ROUNDMODE.
14975         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
14976         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
14978         [BZ #16034]
14979         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
14980         copy class of input value.
14981         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
14982         not handle exceptions.
14983         * soft-fp/negsf2.c (__negsf2): Likewise.
14984         * soft-fp/negtf2.c (__negtf2): Likewise.
14985         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
14987 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
14989         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
14990         semicolon.  From Linux kernel.
14992 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
14994         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
14996 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
14998         [BZ #156]
14999         * manual/socket.texi: Added statement about buffer
15000         for gethostbyname2_r.
15002 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15004         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15005         Use .p2align directive instead, throughout.
15006         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15007         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15008         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15009         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15010         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15011         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15012         * sysdeps/x86_64/strchr.S: Likewise.
15013         * sysdeps/x86_64/strrchr.S: Likewise.
15015 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15017         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15019         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15021         * sysdeps/generic/math_private.h (__mpsin1): Remove
15022         declaration.
15023         (__mpcos1): Likewise.
15024         (__mpsin): New argument __range_reduce.
15025         (__mpcos): Likewise.
15026         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15027         (slow): Use __mpsin and __mpcos.
15028         (slow1): Likewise.
15029         (slow2): Likewise.
15030         (sloww): Likewise.
15031         (sloww1): Likewise.
15032         (sloww2): Likewise.
15033         (bsloww): Likewise.
15034         (bsloww1): Likewise.
15035         (bsloww2): Likewise.
15036         (cslow2): Likewise.
15037         (csloww): Likewise.
15038         (csloww1): Likewise.
15039         (csloww2): Likewise.
15040         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15041         range_reduce.  Merge in __mpsin1.
15042         (__mpcos): Likewise.
15043         (__mpsin1): Remove.
15044         (__mpcos1): Likewise.
15046 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15048         * locale/loadlocale.c (_nl_intern_locale_data): Use
15049         LOCFILE_ALIGNED_P.
15050         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15051         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15052         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15053         obstack data is appropriately aligned.
15054         (obstack_int32_grow_fast): Likewise.
15055         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15056         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15057         (add_locale_uint32_array): Likewise.
15059 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15061         * benchtests/Makefile: Remove ARGLIST and RET variables.
15062         ($(objpfx)bench-%.c): Pass only function name to the script.
15063         * benchtests/README: Update documentation.
15064         * benchtests/acos-inputs: Add new directives.
15065         * benchtests/acosh-inputs: Likewise.
15066         * benchtests/asin-inputs: Likewise.
15067         * benchtests/asinh-inputs: Likewise.
15068         * benchtests/atan-inputs: Likewise.
15069         * benchtests/atanh-inputs: Likewise.
15070         * benchtests/cos-inputs: Likewise.
15071         * benchtests/cosh-inputs: Likewise.
15072         * benchtests/exp-inputs: Likewise.
15073         * benchtests/log-inputs: Likewise.
15074         * benchtests/pow-inputs: Likewise.
15075         * benchtests/rint-inputs: Likewise.
15076         * benchtests/sin-inputs: Likewise.
15077         * benchtests/sinh-inputs: Likewise.
15078         * benchtests/tan-inputs: Likewise.
15079         * benchtests/tanh-inputs: Likewise.
15080         * scripts/bench.pl: Add support for new directives.
15082 2013-10-07  Alan Modra  <amodra@gmail.com>
15084         * README: Fix careless merge.
15086 2013-10-05  Alan Modra  <amodra@gmail.com>
15088         * NEWS: Mention powerpc64le support and bugs fixed.
15089         * README: Both big-endian and little-endian powerpc64 supported.
15091 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15093         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15094         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15095         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15096         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15098 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15100         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15101         match prototype.
15103 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15105         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15106         Move -mhard-float appending from
15107         ports/sysdeps/powerpc/powerpc32/Makefile.
15108         [$(with-fp) = yes] (ASFLAGS): Likewise.
15109         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15110         * sysdeps/powerpc/nofpu: Move directory from
15111         ports/sysdeps/powerpc/nofpu.
15112         * sysdeps/powerpc/soft-fp: Move directory from
15113         ports/sysdeps/powerpc/soft-fp.
15114         * sysdeps/powerpc/powerpc32/405: Move directory from
15115         ports/sysdeps/powerpc/powerpc32/405.
15116         * sysdeps/powerpc/powerpc32/440: Move directory from
15117         ports/sysdeps/powerpc/powerpc32/440.
15118         * sysdeps/powerpc/powerpc32/464: Move directory from
15119         ports/sysdeps/powerpc/powerpc32/464.
15120         * sysdeps/powerpc/powerpc32/476: Move directory from
15121         ports/sysdeps/powerpc/powerpc32/476.
15122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15123         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15125         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15127         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15129         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15131         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15132         * README: Update for powerpc-*-linux-gnu software floating point
15133         support in libc.
15135         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15136         case to powerpc/powerpc32*.
15137         * sysdeps/unix/sysv/linux/configure: Regenerated.
15139         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15140         (_FPU_MASK_OM): Define as 0x04.
15141         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15142         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15143         0x00c10080.
15144         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15145         0x0000003c.
15146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15149         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15150         getcontext_e500.
15151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15152         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15153         setcontext_e500.
15154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15155         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15156         and setcontext_e500.
15158 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15160         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15162 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15164         * manual/threads.texi (Default Thread Attributes): Fix typo.
15166 2013-10-04  Will Newton  <will.newton@linaro.org>
15168         * malloc/Makefile: Add tst-memalign.
15169         * malloc/tst-memalign.c: New file.
15171         * malloc/tst-posix_memalign.c: Add comments.
15172         (do_test): Add comments and call free on all potentially
15173         allocated pointers. Add space after cast.
15175         * malloc/tst-pvalloc.c: Add comments.
15176         (do_test): Add comments and call free on all potentially
15177         allocated pointers. Remove duplicate check for NULL pointer.
15178         Add space after cast.
15180         * malloc/tst-valloc.c: Add comments.
15181         (do_test): Add comments and call free on all potentially
15182         allocated pointers. Remove duplicate check for NULL pointer.
15183         Add space after cast.
15185 2013-10-04  Alan Modra  <amodra@gmail.com>
15187         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15188         Use stdint types in rather than __attribute__((mode())).
15189         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15191 2013-10-04  Alan Modra  <amodra@gmail.com>
15193         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15194         Correct handling of unaligned relocs for little-endian.
15195         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15197 2013-10-04  Alan Modra  <amodra@gmail.com>
15199         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15200         * configure: Regenerate.
15201         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15202         * shlib-versions: Likewise.
15204 2013-10-04  Alan Modra  <amodra@gmail.com>
15206         * string/tester.c (test_memrchr): Increment reported test cycle.
15208 2013-10-04  Alan Modra  <amodra@gmail.com>
15210         * string/test-memcpy.c (do_one_test): When reporting errors, print
15211         string address and don't overrun end of string.
15213 2013-10-04  Alan Modra  <amodra@gmail.com>
15215         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15216         insrdi.  Make better use of reg selection to speed exit slightly.
15217         Schedule entry path a little better.  Remove useless "are we done"
15218         checks on entry to main loop.  Handle wrapping around zero address.
15219         Correct main loop count.  Handle single left-over word from main
15220         loop inline rather than by using loop_small.  Remove extra word
15221         case in loop_small caused by wrong loop count.  Add little-endian
15222         support.
15223         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15224         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15225         cache hint.
15226         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15227         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15228         support.  Avoid rlwimi.
15229         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15231 2013-10-04  Alan Modra  <amodra@gmail.com>
15233         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15234         insrdi.  Formatting.
15235         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15236         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15237         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15238         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15239         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15240         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15242 2013-10-04  Alan Modra  <amodra@gmail.com>
15244         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15245         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15246         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15247         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15248         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15249         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15250         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15251         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15252         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15253         use of regs.  Use power7 mtocrf.  Tidy function tails.
15255 2013-10-04  Alan Modra  <amodra@gmail.com>
15257         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15258         Formatting.  Consistently use rXXX register defines or rN defines.
15259         Use early exit labels that avoid restoring unused non-volatile regs.
15260         Make cr field use more consistent with rWORDn compares.  Rename
15261         regs used as shift registers for unaligned loop, using rN defines
15262         for short lifetime/multiple use regs.
15263         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15264         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15265         addi 1,1,64 to pop stack frame.  Simplify return value code.
15266         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15268 2013-10-04  Alan Modra  <amodra@gmail.com>
15270         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15271         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15272         rather than rlwimi.
15273         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15274         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15275         little-endian support.  Correct typos.
15276         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15277         rather than rlwimi.
15278         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15279         in loop and entry code to keep "and." results.
15280         (strchr): Add little-endian support.  Comment.  Move cntlzd
15281         earlier in tail.
15282         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15284 2013-10-04  Alan Modra  <amodra@gmail.com>
15286         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15287         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15288         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15289         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15291 2013-10-04  Alan Modra  <amodra@gmail.com>
15293         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15294         (rTMP): Define as r11.
15295         (strcmp): Add little-endian support.  Optimise tail.
15296         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15297         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15298         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15299         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15300         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15301         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15302         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15304 2013-10-04  Alan Modra  <amodra@gmail.com>
15306         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15307         little-endian support.  Remove unnecessary "are we done" tests.
15308         Handle "s" wrapping around zero and extremely large "size".
15309         Correct main loop count.  Handle single left-over word from main
15310         loop inline rather than by using small_loop.  Correct comments.
15311         Delete "zero" tail, use "end_max" instead.
15312         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15314 2013-10-04  Alan Modra  <amodra@gmail.com>
15316         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15317         support.  Don't branch over align.
15318         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15319         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15320         support.  Rearrange tmp reg use to suit.  Comment.
15321         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15323 2013-10-04  Alan Modra  <amodra@gmail.com>
15325         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15327 2013-10-04  Alan Modra  <amodra@gmail.com>
15329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15330         conditional form of branch and link when obtaining pc.
15331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15333 2013-10-04  Alan Modra  <amodra@gmail.com>
15335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15336         HIWORD/LOWORD.
15337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15340 2013-10-04  Alan Modra  <amodra@gmail.com>
15342         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15343         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15344         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15345         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15346         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15347         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15348         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15349         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15350         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15351         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15353 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15354             Alistair Popple <alistair@ozlabs.au.ibm.com>
15355             Alan Modra <amodra@gmail.com>
15357         [BZ #15723]
15358         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15359         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15360         _dl_hwcap access for little-endian.
15361         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15362         destroy vmx regs when saving unaligned.
15363         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15364         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15365         destroy vmx regs when saving unaligned.
15367 2013-10-04  Alan Modra  <amodra@gmail.com>
15369         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15370         Don't use a union to pack hi/low value.
15372 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15374         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15375         for little-endian.
15376         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15377         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15378         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15379         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15380         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15382 2013-10-04  Alan Modra  <amodra@gmail.com>
15384         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15385         constants to usual value for .cst8 section, and remove redundant
15386         high address load.
15387         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15388         constant for 0x1p52.  Load little-endian words of double from
15389         correct stack offsets.
15391 2013-10-04  Alan Modra  <amodra@gmail.com>
15393         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15394         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15395         words of double from correct stack offsets.
15396         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15397         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15398         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15399         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15400         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15401         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15402         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15403         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15404         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15405         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15406         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15407         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15408         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15409         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15410         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15411         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15412         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15414 2013-10-04  Alan Modra  <amodra@gmail.com>
15416         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
15417         64-bit int/double union.
15418         (_FPU_SETCW): Likewise.
15419         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
15420         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
15422 2013-10-04  Alan Modra  <amodra@gmail.com>
15424         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
15425         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
15427 2013-10-04  Alan Modra  <amodra@gmail.com>
15429         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
15430         use vector int constants.
15431         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
15433 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15435         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
15436         array with long long.
15437         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
15438         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
15439         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
15440         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
15441         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
15442         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
15443         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
15444         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
15445         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
15446         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
15447         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
15448         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
15449         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
15451 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15453         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
15454         (__signbit): Likewise.  Correct for little-endian.
15455         (__signbitl): Call __signbit.
15456         (lrint): Correct for little-endian.
15457         (lrintf): Call lrint.
15459 2013-10-04  Alan Modra  <amodra@gmail.com>
15461         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
15462         union 32-bit int array member with 64-bit int array.
15463         (t515, tm256): Double rather than long double.
15464         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
15466 2013-10-04  Alan Modra  <amodra@gmail.com>
15468         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
15469         Delete.
15470         (IEEE854_LONG_DOUBLE_BIAS): Delete.
15471         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
15472         version of math_ldbl.h.
15474 2013-10-04  Alan Modra  <amodra@gmail.com>
15476         [BZ #15734], [BZ #15735]
15477         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
15478         all uses of ieee875 long double macros and unions.  Simplify test
15479         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
15480         ldbl_extract_mantissa value for ix,iy exponents.  Properly
15481         normalize after ldbl_extract_mantissa, and don't add hidden bit
15482         already handled.  Don't treat low word of ieee854 mantissa like
15483         low word of IBM long double and mask off bit when testing for
15484         zero.
15485         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
15486         all uses of ieee875 long double macros and unions.  Simplify tests
15487         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
15488         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
15489         two1022, instead use their values.  Recognise that tests for large
15490         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
15491         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
15492         Rewrite all uses of ieee875 long double macros and unions.  Simplify
15493         test for 0.0L and nan.  Correct negation.
15494         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
15495         ieee875 long double macros and unions.  Correct output for large
15496         magnitude x.  Correct absolute value calculation.
15497         (__erfcl): Likewise.
15498         * math/libm-test.inc: Add tests for errors discovered in IBM long
15499         double versions of fmodl, remainderl, erfl and erfcl.
15501 2013-10-04  Alan Modra  <amodra@gmail.com>
15503         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
15504         all uses of ieee854 long double macros and unions.  Simplify tests
15505         for long doubles that are fully specified by the high double.
15506         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
15507         Likewise.
15508         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
15509         Remove dead code too.
15510         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
15511         (__ieee754_ynl): Likewise.
15512         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
15513         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
15514         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
15515         Remove dead code too.
15516         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
15517         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
15518         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
15519         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
15520         Simplify.
15521         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
15522         Simplify.
15523         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
15524         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
15525         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
15526         Comment on variable precision.
15527         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
15528         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
15529         Likewise.
15530         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15531         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
15532         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
15533         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
15534         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
15536 2013-10-04  Alan Modra  <amodra@gmail.com>
15538         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
15539         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
15540         all uses of ieee854 long double macros and unions.
15541         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
15542         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
15543         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
15544         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
15545         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
15546         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
15547         Likewise.
15548         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
15549         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
15550         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
15551         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
15552         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
15553         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
15554         Simplify sign and nan test too.
15555         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
15556         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
15557         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
15558         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
15559         Likewise.
15560         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
15561         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
15562         Likewise.
15563         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15564         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
15565         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
15566         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
15567         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
15568         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
15570 2013-10-04  Alan Modra  <amodra@gmail.com>
15572         * stdio-common/printf_size.c (__printf_size): Don't use
15573         union ieee854_long_double in fpnum union.
15574         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
15575         signbit macro to retrieve sign from long double.
15576         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
15577         retrieve sign from long double.
15578         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
15579         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
15580         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
15581         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
15582         * math/test-misc.c (main): Don't use union ieee854_long_double.
15584 2013-10-04  Alan Modra  <amodra@gmail.com>
15586         [BZ #15680]
15587         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
15588         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
15589         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
15590         calculation.  Remove unnecessary test for denormal exponent.
15591         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
15592         Correct handling of denormals.  Avoid undefined shift behaviour.
15593         Correct normalisation of low mantissa when low double is denormal.
15594         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
15595         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
15596         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
15597         Correct normalisation of low mantissa.  Test for overflow of high
15598         mantissa and normalise.
15599         (ldbl_nearbyint): Use more readable constant for two52.
15600         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
15601         (__mpn_construct_long_double): Fix test for overflow of high
15602         mantissa and correct normalisation.  Avoid undefined shift.
15604 2013-10-04  Alan Modra  <amodra@gmail.com>
15606         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
15607         (union ibm_extended_long_double): Define as an array of ieee754_double.
15608         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
15609         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
15610         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
15611         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
15612         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
15613         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
15614         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
15615         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
15616         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
15617         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
15618         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
15620 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
15622         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
15623         page size instead of calling getpagesize.
15625         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
15626         (LOCFILE_ALIGN_MASK): Likewise.
15627         (LOCFILE_ALIGN_UP): Likewise.
15628         (LOCFILE_ALIGNED_P): Likewise.
15629         * locale/programs/ld-collate.c (collate_output): Use the new
15630         macros instead of __alignof__ (int32_t).
15631         * locale/weight.h (findidx): Likewise.
15633 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
15635         [BZ #431]
15636         * manual/string.texi: Fix strncat and wcsncat.
15638 2013-10-03  Brooks Moses  <bmoses@google.com>
15640         [BZ #15915]
15641         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
15642         * Makerules: ...here, and adjust associated comments.
15644 2013-10-02  Will Newton  <will.newton@linaro.org>
15646         * malloc/Makefile: Add tst-pvalloc.
15647         * malloc/tst-pvalloc.c: New file.
15649 2013-10-02  Will Newton  <will.newton@linaro.org>
15651         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
15652         improve test coverage.
15654 2013-10-02  Will Newton  <will.newton@linaro.org>
15656         * malloc/Makefile: Add tst-posix_memalign.
15657         * malloc/tst-posix_memalign.c: New file.
15659 2013-10-01  Eric Blake  <eblake@redhat.com>
15661         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
15662         Use __THROWNL rather than __THROW on static functions.
15664 2013-09-30  Petr Machata  <pmachata@redhat.com>
15666         * elf/elf.h (R_AARCH64_ABS16): New macro.
15667         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
15668         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
15669         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
15670         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
15671         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
15672         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
15673         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
15674         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
15675         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
15676         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
15677         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
15678         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
15679         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
15680         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
15681         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
15682         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
15683         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
15684         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
15685         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
15686         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
15687         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
15688         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
15689         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
15690         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
15691         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
15692         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
15693         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
15694         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
15695         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
15696         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
15697         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
15698         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
15699         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
15700         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
15701         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
15702         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
15703         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
15704         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
15705         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
15706         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
15707         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
15708         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
15709         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
15710         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
15711         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
15712         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
15713         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
15714         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
15715         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
15716         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
15717         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
15718         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
15719         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
15720         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
15721         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
15722         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
15723         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
15724         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
15725         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
15726         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
15727         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
15728         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
15729         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
15730         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
15731         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
15732         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
15733         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
15734         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
15735         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
15736         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
15737         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
15738         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
15739         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
15740         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
15741         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
15742         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
15743         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
15744         (R_AARCH64_TLSDESC_LDR): Likewise.
15745         (R_AARCH64_TLSDESC_ADD): Likewise.
15746         (R_AARCH64_TLSDESC_CALL): Likewise.
15748 2013-09-30  Andreas Schwab  <schwab@suse.de>
15750         [BZ #15048]
15751         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
15752         the nss database lookup.
15753         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15754         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
15756 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
15758         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
15760 2013-09-28  P. J. McDermott  <pj@pehjota.net>
15762         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
15763         ${Bash-specific parameter/pattern/string} parameter expansion.
15764         * sysdeps/unix/make-syscalls.sh: Likewise.
15766 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15768         * sysdeps/sh/stackguard-macros.h: New file.
15770 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
15772         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
15773         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
15774         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
15775         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
15776         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15777         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
15779 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15781         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
15782         Fix thread ID register.
15784 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
15786         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
15787         [POSIX || UNIX98]: Require rather than permitting all symbols from
15788         <time.h>.
15789         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
15790         element of struct sched_param.
15791         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
15792         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
15793         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
15794         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
15795         constant.
15797 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
15799         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
15800         argument calculation.
15802 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15804         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
15805         Expect macro.
15806         [POSIX] (pthread_attr_t): Do not require type.
15807         [POSIX] (pthread_cond_t): Likewise.
15808         [POSIX] (pthread_condattr_t): Likewise.
15809         [POSIX] (pthread_key_t): Likewise.
15810         [POSIX] (pthread_mutex_t): Likewise.
15811         [POSIX] (pthread_mutexattr_t): Likewise.
15812         [POSIX] (pthread_once_t): Likewise.
15813         [POSIX] (pthread_t): Likewise.
15814         [POSIX-based standards] (pthread_atfork): Expect function.
15816 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15817             Richard Sandiford  <richard@codesourcery.com>
15819         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
15820         (swap_endianness_p): New extern variable.
15821         (set_big_endian): New inline function.
15822         (maybe_swap_uint32): Likewise.
15823         (maybe_swap_uint32_array): Likewise.
15824         (maybe_swap_uint32_obstack): Likewise.
15825         * locale/programs/locfile.c: Include <stdbool.h>.
15826         (swap_endianness_p): New variable.
15827         (add_locale_uint32): Call maybe_swap_uint32.
15828         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
15829         (write_locale_data): Call maybe_swap_uint32_array.
15830         * locale/programs/ld-collate.c (obstack_int32_grow): Call
15831         maybe_swap_uint32.
15832         (obstack_int32_grow_fast): Likewise.
15833         (output_weightwc): Call maybe_swap_uint32_obstack.
15834         (collate_output): Likewise.
15835         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
15836         (OPT_LITTLE_ENDIAN): Likewise.
15837         (options): Add --little-endian and --big-endian options.
15838         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
15839         * locale/programs/locarchive.c: Include "locfile.h".
15840         (GET): New macro.
15841         (SET): Likewise.
15842         (INC): Likewise.
15843         (create_archive): Use the new macros to access fields of
15844         structures directly mapped from or written to locale archives.
15845         (oldlocrecentcmp): Likewise.
15846         (enlarge_archive): Likewise.
15847         (insert_name): Likewise.
15848         (add_alias): Likewise.
15849         (add_locale): Likewise.
15850         (delete_locales_from_archive): Likewise.
15851         (show_archive_content): Likewise.
15852         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
15853         locale data.
15855 2013-09-24  Roland McGrath  <roland@hack.frob.com>
15857         * manual/freemanuals.texi: Updated from (newly) canonical copy at
15858         http://www.gnu.org/doc/freemanuals.texi.
15859         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
15861 2013-09-24  Will Newton  <will.newton@linaro.org>
15863         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
15864         macro.
15866 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
15868         * locale/hashval.h (compute_hashval): Interpret bytes of key as
15869         unsigned char.
15871 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
15873         * manual/threads.texi (POSIX Threads): Fix a typo.
15875 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15877         [BZ #14547]
15878         * string/tst-strcoll-overflow.c: New test case.
15879         * string/Makefile (xtests): Add tst-strcoll-overflow.
15880         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
15881         cache if string sizes may cause integer overflow.
15883         [BZ #14547]
15884         * string/strcoll_l.c (coll_seq): New members rule, idx,
15885         save_idx and back_us.
15886         (get_next_seq_nocache): New function.
15887         (do_compare_nocache): New function.
15888         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
15889         when malloc fails.
15891 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
15893         [BZ #15754]
15894         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
15895         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
15896         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
15898         [BZ #15754]
15899         * elf/Makefile (tests): Add tst-ptrguard1.
15900         (tests-static): Add tst-ptrguard1-static.
15901         (tst-ptrguard1-ARGS): Define.
15902         (tst-ptrguard1-static-ARGS): Define.
15903         * elf/tst-ptrguard1.c: New file.
15904         * elf/tst-ptrguard1-static.c: New file.
15905         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
15906         * sysdeps/i386/stackguard-macros.h: Likewise.
15907         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
15908         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
15909         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
15910         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
15911         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
15912         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
15914 2013-09-23  Hector Marco  <hecmargi@upv.es>
15915             Ismael Ripoll  <iripoll@disca.upv.es>
15916             Carlos O'Donell  <carlos@redhat.com>
15918         [BZ #15754]
15919         * sysdeps/generic/stackguard-macros.h: Define
15920         __pointer_chk_guard_local and POINTER_CHK_GUARD.
15921         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
15922         Define __pointer_chk_guard_local.
15923         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
15924         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
15926 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
15928         [BZ #15859]
15929         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
15931 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
15933         * include/string.h (__ffs): Declare as hidden.
15934         * string/ffs.c (__ffs): Define as hidden.
15935         * sysdeps/i386/ffs.c (__ffs): Likewise.
15936         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
15937         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
15938         * sysdeps/s390/ffs.c (__ffs): Likewise.
15939         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
15941 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
15943         * NEWS: Mention malloc probes.
15945         * malloc/arena.c (new_heap): New memory_heap_new probe.
15946         (grow_heap): New memory_heap_more probe.
15947         (shrink_heap): New memory_heap_less probe.
15948         (heap_trim): New memory_heap_free probe.
15949         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
15950         (systrim): New memory_sbrk_less probe.
15951         * manual/probes.texi: Document them.
15953         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
15954         * manual/probes.texi: Document it.
15956         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
15957         (__libc_realloc): Add memory_realloc_retry probe.
15958         (__libc_memalign): Add memory_memalign_retry probe.
15959         (__libc_valloc): Add memory_valloc_retry probe.
15960         (__libc_pvalloc): Add memory_pvalloc_retry probe.
15961         (__libc_calloc): Add memory_calloc_retry probe.
15962         * manual/probes.texi: Document them.
15964         * malloc/arena.c (get_free_list): Add probe
15965         memory_arena_reuse_free_list.
15966         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
15967         and memory_arena_reuse.
15968         (arena_get2) [!PER_THREAD]: Likewise.
15969         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
15970         memory_arena_reuse_realloc.
15971         * manual/probes.texi: Document them.
15973         * malloc/malloc.c (__libc_free): Add
15974         memory_mallopt_free_dyn_thresholds probe.
15975         (__libc_mallopt): Add multiple memory_mallopt probes.
15976         * manual/probes.texi: Document them.
15978         * malloc/malloc.c: Include stap-probe.h.
15979         (__libc_mallopt): Add memory_mallopt probe.
15980         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
15981         * manual/probes.texi: New.
15982         * manual/Makefile (chapters): Add probes.
15983         * manual/threads.texi: Set next node.
15985 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
15987         [BZ #15963, #13985]
15988         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
15989         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
15990         Add `Chinese' to `nan' entry name.
15992 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
15994         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
15995         (POLYNOMIAL): Likewise.
15996         (TAYLOR_SINCOS): Likewise.
15997         (TAYLOR_SLOW): Likewise.
15998         (__sin): Use TAYLOR_SINCOS.
15999         (__cos): Likewise.
16000         (slow): Use TAYLOR_SLOW.
16001         (sloww): Likewise.
16002         (bsloww): Likewise.
16003         (csloww): Likewise.
16005 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16007         * stdlib/strtod_l.c: Fix buffer overrun.
16009 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16011         * benchtests/Makefile (bench): Add sincos.
16012         * benchtests/bench-sincos.c: New file.
16014         * math/libm-test.inc (cos_test_data): New test inputs.
16015         (sin_test_data): Likewise.
16017         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16018         macro.
16019         (__sin): Use it.
16020         (__cos): Likewise.
16021         (slow1): Likewise.
16022         (slow2): Likewise.
16023         (sloww1): Likewise.
16024         (sloww2): Likewise.
16025         (bsloww1): Likewise.
16026         (bsloww2): Likewise.
16027         (cslow2): Likewise.
16028         (csloww1): Likewise.
16029         (csloww2): Likewise.
16031         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16032         function.
16033         (__sin): Use it.
16034         (__cos): Likewise.
16036         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16037         gotos.
16038         (__cos): Likewise.
16040 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16042         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16043         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16044         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16045         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16046         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16047         * elf/cache.c (print_entry): Handle the new cache flags.
16049 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16050             Aldy Hernandez  <aldyh@redhat.com>
16052         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16053         Change condition to [_SOFT_FLOAT].
16054         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16055         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16056         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16057         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16058         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16059         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16060         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16061         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16062         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16063         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16064         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16065         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16066         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16067         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16068         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16069         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16070         declaration.
16072 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16074         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16075         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16076         (__longjmp): Use LOAD_GP to load saved GPRs.
16077         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16078         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16079         (__sigsetjmp): Use SAVE_GP to save GPRs.
16081         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16082         Do not append -msoft-float.
16083         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16085 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16087         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16089 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16091         [BZ #15966]
16092         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16093         (_FPU_GETCW): Use initial "__" on variable and field names but not
16094         on macro parameter name.
16095         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16096         parentheses around reference to macro parameter.
16098 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16100         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16101         prototype.
16102         (ctype_startup): Use uint32_t in cast and sizeof for
16103         ctype->charnames.
16105 2013-09-11  Jia Liu  <proljc@gmail.com>
16107         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16108         __daddr_t_defined.
16109         [__FreeBSD__]: Likewise.
16111 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16113         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16114         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16115         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16116         (strchr): Remove __strchr_sse42 ifunc selection.
16117         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16118         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16120 2013-09-11  Will Newton  <will.newton@linaro.org>
16122         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16123         parameter to RES. Remove hardcoded 1000 value.
16124         * benchtests/bench-skeleton.c (main): Pass RES parameter
16125         to TIMING_INIT and multiply result by 1000.
16127 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16129         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16131 2013-09-11  Andreas Schwab  <schwab@suse.de>
16133         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16134         if not defined.
16135         (O_TMPFILE) [__USE_GNU]: Define.
16136         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16137         Define.
16139 2013-09-11  Will Newton  <will.newton@linaro.org>
16141         [BZ #15857]
16142         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16143         does not overflow.
16145 2013-09-11  Will Newton  <will.newton@linaro.org>
16147         [BZ #15856]
16148         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16149         does not overflow.
16151 2013-09-11  Will Newton  <will.newton@linaro.org>
16153         [BZ #15855]
16154         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16155         does not overflow.
16157 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16159         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16160         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16161         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16162         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16163         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16165 2013-09-10  Allan McRae  <allan@archlinux.org>
16167         [BZ #15748]
16168         * manual/arith.texi (Parsing of Floats): Clarify
16169         cross-reference.
16171         [BZ #15849]
16172         * manual/install.texi (Running make install): Mention
16173         --enable-pt-chown.
16174         * INSTALL: Regenerated.
16176 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16178         * csu/init-first.c (_init): Remove the !SHARED condition around
16179         FPU control word initialization.
16180         * elf/dl-support.c (_dl_fpu_control): New variable.
16181         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16182         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16183         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16184         * math/test-fpucw-static.c: New file.
16185         * math/test-fpucw-ieee.c: New file.
16186         * math/test-fpucw-ieee-static.c: New file.
16187         * math/Makefile (tests): Add `test-fpucw-ieee' and
16188         `$(tests-static)'.
16189         (tests-static): New variable.
16190         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16191         dependency to...
16192         [($(build-shared),yes)]
16193         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16194         ... this.
16195         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16196         New dependency.
16198 2013-09-09  Allan McRae  <allan@archlinux.org>
16200         [BZ #15939]
16201         * manual/string.texi (Collation Functions): Fix typo in
16202         strcoll example.
16203         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16205         [BZ #15893]
16206         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16208         [BZ #15892]
16209         * libio/memstream.c (open_memstream): Fix memory leak.
16210         * libio/wmemstream.c (open_wmemstream): Likewise.
16212         [BZ #15895]
16213         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16215 2013-09-09  Will Newton  <will.newton@linaro.org>
16217         * malloc/Makefile: Add tst-realloc to tests.
16218         * malloc/tst-realloc.c: New file.
16220 2013-09-09  Allan McRae  <allan@archlinux.org>
16222         [BZ #15844]
16223         * COPYING: Update from GNU website to fix FSF address.
16224         * COPYING.LIB: Likewise.
16226 2013-09-06  David S. Miller  <davem@davemloft.net>
16228         * po/zh_TW.po: Update Chinese (traditional) translation from
16229         translation project.
16231 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16232             Joseph Myers  <joseph@codesourcery.com>
16234         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16235         "localeinfo.h".
16236         (obstack_chunk_alloc): New macro.
16237         (obstack_chunk_free): Likewise.
16238         (record_offset): New function.
16239         (init_locale_data): Likewise.
16240         (align_locale_data): Likewise.
16241         (add_locale_empty): Likewise.
16242         (add_locale_raw_data): Likewise.
16243         (add_locale_raw_obstack): Likewise.
16244         (add_locale_string): Likewise.
16245         (add_locale_wstring): Likewise.
16246         (add_locale_uint32): Likewise.
16247         (add_locale_uint32_array): Likewise.
16248         (add_locale_char): Likewise.
16249         (start_locale_structure): Likewise.
16250         (end_locale_structure): Likewise.
16251         (start_locale_prelude): Likewise.
16252         (end_locale_prelude): Likewise.
16253         (write_locale_data): Take locale_file structure rather than an
16254         iovec.
16255         * locale/programs/locfile.h: Include "obstack.h".
16256         (struct locale_file): Change to store locale file contents instead
16257         of header.
16258         (init_locale_data): New prototype.
16259         (align_locale_data): Likewise.
16260         (add_locale_empty): Likewise.
16261         (add_locale_raw_data): Likewise.
16262         (add_locale_raw_obstack): Likewise.
16263         (add_locale_string): Likewise.
16264         (add_locale_wstring): Likewise.
16265         (add_locale_uint32): Likewise.
16266         (add_locale_uint32_array): Likewise.
16267         (add_locale_char): Likewise.
16268         (start_locale_structure): Likewise.
16269         (end_locale_structure): Likewise.
16270         (start_locale_prelude): Likewise.
16271         (end_locale_prelude): Likewise.
16272         (write_locale_data): Update prototype.
16273         * locale/programs/3level.h (struct TABLE): Remove result field.
16274         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16275         Use new locale_file interface.
16276         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16277         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16278         * locale/programs/ld-address.c (address_output): Use new
16279         locale_file interface.
16280         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16281         NO_ADD_LOCALE.
16282         (collate_finish): Don't call collseq_table_finalize.
16283         (collate_output): Use new locale_file interface.
16284         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16285         in file.
16286         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16287         (TABLE): Move defines earlier in file.
16288         (ELEMENT): Likewise.
16289         (DEFAULT): Likewise.
16290         (wctrans_table_add): Move macro and inline function earlier in
16291         file.
16292         (struct wctype_table): Move type earlier in file.
16293         (add_locale_wctype_table): New static prototype.
16294         (struct locale_ctype_t): Use logical types instead of struct iovec
16295         pointers for members.
16296         (ctype_output): Use new locale_file interface.
16297         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16298         new locale_file interface.
16299         (allocate_arrays): Update for use of new locale_file interface.
16300         * locale/programs/ld-identification.c (identification_output): Use
16301         new locale_file interface.
16302         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16303         * locale/programs/ld-messages.c (messages_output): Likewise.
16304         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16305         * locale/programs/ld-name.c (name_output): Likewise.
16306         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16307         * locale/programs/ld-paper.c (paper_output): Likewise.
16308         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16309         * locale/programs/ld-time.c (time_output): Likewise.
16311 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16313         * benchtests/Makefile: Add memrchr benchmark.
16314         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16315         benchmark as memrchr.
16316         * benchtests/bench-memrchr-ifunc.c: New file.
16317         * benchtests/bench-memrchr.c: New file.
16319 2013-09-06   Will Newton  <will.newton@linaro.org>
16321         * benchtests/Makefile (string-bench): Add memcpy.
16323 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16324             Cong Wang  <amwang@redhat.com>
16326         [BZ #15850]
16327         * sysdeps/unix/sysv/linux/bits/in.h
16328         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16329         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16330         before __USE_KERNEL_IPV6_DEFS uses.
16331         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16332         IPPROTO_BEETPH.
16333         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16334         sockaddr_in6, or ipv6_mreq.
16336 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16338         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16339         memory access for final bytes in some large inputs.
16340         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16342 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16344         * string/test-memrchr.c: New file.
16345         * string/test-memrchr-ifunc.c: New file.
16346         * string/Makefile: Add new memrchr testcase.
16348 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16350         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16351         fanotify_init returns EPERM.
16353 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16355         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16356         errors.
16357         (top level): Treat second token from macro or constant entries for
16358         allowed headers as allowed.
16359         * include/complex.h: Condition internal declarations on
16360         [!_ISOMAC].
16361         * include/fenv.h: Condition include of <stdbool.h> and internal
16362         declarations on [!_ISOMAC].
16364 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16366         [BZ #15923]
16367         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16369 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16371         * configure.in (--enable-versioning): Remove configure option.
16372         (libc_cv_asm_symver_directive): Remove configure test.
16373         (libc_cv_ld_version_script_option): Likewise.
16374         (VERSIONING): Remove variable and AC_SUBST.
16375         (DO_VERSIONING): Remove AC_DEFINE.
16376         * configure: Regenerated.
16377         * config.h.in (DO_VERSIONING): Remove macro.
16378         * Makerules [$(versioning) = yes]: Change conditionals to
16379         [$(build-shared) = yes].
16380         * config.make.in (versioning): Remove variable.
16381         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16382         [$(build-shared) = yes].
16383         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16384         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16385         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16386         [$(build-shared) = yes].
16387         * extra-lib.mk [$(versioning) = yes]: Likewise.
16388         * hurd/Makefile [$(versioning) = yes]: Likewise.
16389         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16390         [SHARED].
16391         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16392         [SHARED].
16393         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16394         [SHARED && !NO_HIDDEN].
16395         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16396         [SHARED].
16397         [SHARED && DO_VERSIONING]: Likewise..
16398         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16399         [$(build-shared) = yes].
16400         * manual/install.texi (--disable-versioning): Remove
16401         documentation.
16402         * INSTALL: Regenerated.
16403         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16404         to [SHARED].
16405         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16406         [$(build-shared) = yes].
16407         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16408         * sysdeps/i386/i686/multiarch/strstr-c.c
16409         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16410         [SHARED && !NO_HIDDEN].
16411         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16412         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16413         * sysdeps/powerpc/powerpc32/dl-machine.c
16414         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16415         * sysdeps/powerpc/powerpc32/sysdep.h
16416         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
16417         to [SHARED && PIC && !NO_HIDDEN].
16418         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
16419         conditional to [SHARED].
16421 2013-09-04   Will Newton  <will.newton@linaro.org>
16423         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
16424         * benchtests/bench-string.h: Include bench-timing.h instead
16425         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
16426         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
16427         call to HP_TIMING_DIFF_INIT.
16428         * benchtests/bench-memccpy.c: Use bench-timing.h macros
16429         instead of hp-timing.h macros.
16430         * benchtests/bench-memchr.c: Likewise.
16431         * benchtests/bench-memcmp.c: Likewise.
16432         * benchtests/bench-memcpy.c: Likewise.
16433         * benchtests/bench-memmem.c: Likewise.
16434         * benchtests/bench-memmove.c: Likewise.
16435         * benchtests/bench-memset.c: Likewise.
16436         * benchtests/bench-rawmemchr.c: Likewise.
16437         * benchtests/bench-strcasecmp.c: Likewise.
16438         * benchtests/bench-strcasestr.c: Likewise.
16439         * benchtests/bench-strcat.c: Likewise.
16440         * benchtests/bench-strchr.c: Likewise.
16441         * benchtests/bench-strcmp.c: Likewise.
16442         * benchtests/bench-strcpy.c: Likewise.
16443         * benchtests/bench-strcpy_chk.c: Likewise.
16444         * benchtests/bench-strlen.c: Likewise.
16445         * benchtests/bench-strncasecmp.c: Likewise.
16446         * benchtests/bench-strncat.c: Likewise.
16447         * benchtests/bench-strncmp.c: Likewise.
16448         * benchtests/bench-strncpy.c: Likewise.
16449         * benchtests/bench-strnlen.c: Likewise.
16450         * benchtests/bench-strpbrk.c: Likewise.
16451         * benchtests/bench-strrchr.c: Likewise.
16452         * benchtests/bench-strspn.c: Likewise.
16453         * benchtests/bench-strstr.c: Likewise.
16455 2013-09-04  Will Newton  <will.newton@linaro.org>
16457         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
16459 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
16461         [BZ #15427]
16462         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
16463         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
16464         * math/libm-test.inc (lgamma_test_data): Add more tests.
16465         * sysdeps/i386/fpu/libm-test-ulps: Update.
16466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16468 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
16470         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
16471         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
16472         Add ifunc.
16473         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
16474         Add strcmp-sse2-unaligned
16475         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
16477 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16479         * Versions.def (libc): Add GLIBC_2.19.
16481 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16483         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
16484         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
16486 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
16488         [BZ #14155]
16489         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
16490         intermediate calculations in recurrence.
16491         (__ieee754_ynf): Likewise.
16492         * math/libm-test.inc (jn_test_data): Do not allow spurious
16493         underflow exception.  Add more tests.
16494         (yn_test_data): Add more tests.
16495         * sysdeps/i386/fpu/libm-test-ulps: Update.
16496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16498 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
16500         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
16502 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16504         * csu/init-first.c: Fix then/than typos.
16505         * locale/programs/ld-collate.c: Likewise.
16506         * locale/programs/linereader.h: Likewise.
16507         * manual/charset.texi: Likewise.
16508         * manual/filesys.texi: Likewise.
16509         * manual/stdio.texi: Likewise.
16510         * manual/string.texi: Likewise.
16511         * stdlib/fmtmsg.c: Likewise.
16512         * sysdeps/i386/stpncpy.S: Likewise.
16513         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16514         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16515         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16516         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16518 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16520         * elf/dl-open.c: Fix typos.
16521         * iconvdata/gbbig5.c: Likewise.
16522         * iconvdata/iso-2022-jp.c: Likewise.
16523         * iconv/gconv_int.h: Likewise.
16524         * iconv/loop.c: Likewise.
16525         * nis/rpcsvc/nis.h: Likewise.
16526         * resolv/ns_name.c: Likewise.
16527         * stdio-common/vfscanf.c: Likewise.
16528         * streams/stropts.h: Likewise.
16529         * sunrpc/rpc_thread.c: Likewise.
16530         * sysdeps/i386/strpbrk.S: Likewise.
16531         * sysdeps/ieee754/k_standard.c: Likewise.
16532         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
16533         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16534         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
16535         * sysdeps/mach/hurd/profil.c: Likewise.
16536         * sysdeps/s390/dl-procinfo.h: Likewise.
16537         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
16538         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
16539         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
16540         * sysdeps/x86_64/dl-trampoline.S: Likewise.
16541         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
16543 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
16545         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
16546         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
16548 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
16550         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
16551         aix specific files.
16552         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
16553         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
16554         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
16555         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
16556         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
16557         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
16558         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
16559         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
16561 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16562             Roland McGrath  <roland@hack.frob.com>
16564         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
16565         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
16567 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16569         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
16570         __executable_start symbol instead of _start.
16572 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16574         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
16575         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
16576         Move macros to...
16577         * sysdeps/gnu/ldsodefs.h: ... this new file.
16579         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
16580         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
16581         instead of ELFOSABI_LINUX.
16583         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
16584         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
16585         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
16586         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
16587         Likewise.
16588         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
16589         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
16590         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
16591         Likewise.
16592         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16593         (ibm_extended_long_double): Add ieee_nan member.
16594         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
16595         (do_test): New function.
16597         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
16598         TEST_TRUNC.
16599         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
16600         functions, renamed from truncdfsf_test, trunctfsf_test,
16601         trunctfdf_test.
16602         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
16603         functions.
16604         (do_test): Run all these.
16606 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
16608         * argp/argp-help.c: Fix typos.
16609         * argp/argp-parse.c: Likewise.
16610         * debug/backtracesyms.c: Likewise.
16611         * elf/elf.h: Likewise.
16612         * malloc/malloc.c: Likewise.
16613         * nis/nis_print.c: Likewise.
16614         * resolv/res_comp.c: Likewise.
16615         * stdlib/stdlib.h: Likewise.
16616         * sunrpc/clnt_tcp.c: Likewise.
16617         * sunrpc/clnt_udp.c: Likewise.
16618         * sunrpc/clnt_unix.c: Likewise.
16619         * sysdeps/unix/bsd/ptsname.c: Likewise.
16620         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
16621         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
16622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
16623         Likewise.
16624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
16625         Likewise.
16626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
16627         Likewise.
16628         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
16630 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16632         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
16633         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16635 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
16637         [BZ #15897]
16638         * dlfcn/Makefile (tests): Add bug-dl-leaf.
16639         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
16640         ($(objpfx)bug-dl-leaf): New rule.
16641         ($(objpfx)bug-dl-leaf.so): Likewise.
16642         ($(objpfx)bug-dl-leaf.out): Likewise.
16643         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
16644         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
16645         * dlfcn/bug-dl-leaf.c: New test.
16646         * dlfcn/bug-dl-leaf-lib.c: Likewise.
16647         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
16648         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
16649         (dlclose): Likewise.
16650         (dlmopen): Likewise.
16652 2013-08-27  Roland McGrath  <roland@hack.frob.com>
16654         * include/netdb.h [!_ISOMAC]:
16655         Don't include <tls.h>.
16656         (h_errno, __libc_h_errno): Move declaration and macros out of
16657         [_LIBC_REENTRANT].
16659         * include/resolv.h [_RESOLV_H_]:
16660         Don't include <tls.h>.
16661         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
16662         * resolv/res_libc.c: Don't include <tls.h>.
16663         (_res): Use __attribute__ ((nocommon)) in place of
16664         __attribute__ ((section (".bss"))).
16666         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
16667         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
16669         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
16671         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
16672         only under [SIOCGIFCONF && SIOCGIFNETMASK].
16674         * resolv/res_mkquery.c: Include <sys/time.h>.
16676         * inet/ifreq.c: Moved to ...
16677         * sysdeps/unix/ifreq.c: ... here.
16678         * inet/ifreq.c: New file, true stub version.
16680         * socket/sa_len.c: New file.
16681         * socket/Makefile (aux): Add it.
16682         * sysdeps/unix/sysv/linux/Makefile
16683         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
16684         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
16685         and #include <socket/sa_len.c>.
16686         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
16687         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
16689         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
16690         * bits/socket.h: ... here.
16692         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
16693         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
16694         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
16696 2013-08-27  Andreas Schwab  <schwab@suse.de>
16698         [BZ #15736]
16699         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
16700         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
16701         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
16702         * string/test-strcasecmp.c (test_main): Run tests in several
16703         locales.
16704         * string/test-strncasecmp.c (test_main): Likewise.
16706         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
16707         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
16708         to __strcasecmp_nonascii and __strncasecmp_nonascii.
16709         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
16710         (__strncasecmp_ssse3) [PIC]: Likewise.
16712 2013-08-26  Roland McGrath  <roland@hack.frob.com>
16714         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
16716         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
16717         instead of explicitly declaring xdecrypt.
16718         * nis/nss_nis/nis-publickey.c: Likewise.
16720 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16722         [BZ #15890]
16723         * nscd/aicache.c: Include res_hconf.h.
16724         (addhstaiX): Initialize res_hconf.
16726 2013-08-26  Andreas Schwab  <schwab@suse.de>
16728         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
16729         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
16731 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16733         * nscd/aicache.c (addhstaiX): Fix indentation.
16735 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
16737         * configure.ac: Quote $build_pt_chown test.
16738         * configure: Regenerated.
16740 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
16742         [BZ #15532]
16743         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
16744         * math/s_cexpf.c (__cexpf): Likewise.
16745         * math/s_cexpl.c (__cexpl): Likewise.
16746         * math/libm-test.inc (cexp_test_data): Correct expected return
16747         value for NaN + i0.  Add another test.
16749 2013-08-22  David S. Miller  <davem@davemloft.net>
16751         * po/ca.po: Update Catalan translation from translation project.
16752         * po/uk.po: Add Ukrainian translations from translation project.
16754 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
16756         [BZ #15797]
16757         * math/s_fdim.c (__fdim): Check for infinite arguments if result
16758         is infinite, not alongside NaN test.
16759         * math/s_fdimf.c (__fdimf): Likewise.
16760         * math/s_fdiml.c (__fdiml): Likewise.
16761         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
16762         errno is unchanged.
16764 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
16766         * argp/argp-help.c: Fix typos.
16767         * crypt/speeds.c: Likewise.
16768         * csu/check_fds.c: Likewise.
16769         * elf/dl-load.c: Likewise.
16770         * elf/dl-open.c: Likewise.
16771         * elf/reldep3.c: Likewise.
16772         * elf/reldep.c: Likewise.
16773         * elf/sprof.c: Likewise.
16774         * iconv/iconv_charmap.c: Likewise.
16775         * iconv/skeleton.c: Likewise.
16776         * iconv/strtab.c: Likewise.
16777         * io/lockf64.c: Likewise.
16778         * libio/libioP.h: Likewise.
16779         * resolv/gai_notify.c: Likewise.
16780         * resolv/ns_name.c: Likewise.
16781         * resolv/ns_samedomain.c: Likewise.
16782         * resolv/res_send.c: Likewise.
16783         * stdlib/random.c: Likewise.
16784         * sunrpc/rpc/xdr.h: Likewise.
16785         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
16786         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
16787         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
16788         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
16789         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
16790         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
16791         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
16792         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
16793         * sysdeps/mach/hurd/check_fds.c: Likewise.
16794         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
16795         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16796         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16797         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
16798         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16799         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
16800         * sysdeps/pthread/aio_notify.c: Likewise.
16801         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
16802         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
16803         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
16804         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
16805         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16807 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16809         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
16810         version if bit_Slow_SSE4_2 is set.
16811         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
16812         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
16814 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16816         [BZ #15867]
16817         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
16818         trampoline stack frame information.
16819         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
16820         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
16821         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
16822         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
16823         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
16824         * sysdeps/unix/sysv/linux/powerpc/init-first.c
16825         (_libc_vdso_platform_setup): Initialize the signal trampolines.
16826         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
16827         sa_flags value.
16828         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
16829         interrupting a syscall and set with option SA_SIGINFO.
16831 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16833         [BZ #15531]
16834         * math/s_cproj.c (__cproj): Only return an infinity if one part of
16835         argument is infinite.
16836         * math/s_cprojf.c (__cprojf): Likewise.
16837         * math/s_cprojl.c (__cprojl): Likewise.
16838         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
16839         * math/libm-test.inc (cproj_test_data): Add more tests.
16841         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
16843         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
16844         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
16845         size.  Use __ffs to determine corresponding shift.
16847 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16848             Roland McGrath  <roland@hack.frob.com>
16850         * Makefile (INSTALL): Remove trailing blank lines from output of
16851         makeinfo.
16853 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16855         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
16856         Align 32 bit compat elf_greg to 8 bytes.
16858 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16860         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
16862 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16864         * string/strcoll_l.c (coll_seq): New structure.
16865         (get_next_seq_cached): New function.
16866         (get_next_seq): New function.
16867         (do_compare): New function.
16868         (STRCOLL): Use GNU style definition.  Simplify implementation
16869         by using get_next_seq, get_next_seq_cached and do_compare.
16871 2013-08-16  Florian Weimer  <fweimer@redhat.com>
16873         [BZ #14699]
16874         CVE-2013-4237
16875         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
16876         member.
16877         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
16878         member.
16879         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
16880         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
16881         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
16882         conditional.
16883         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
16884         GETDENTS_64BIT_ALIGNED.
16885         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
16886         * manual/filesys.texi (Reading/Closing Directory): Document
16887         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
16888         strongly.
16889         * manual/conf.texi (Limits for Files): Add portability note to
16890         NAME_MAX, PATH_MAX.
16891         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
16893 2013-08-13  Andreas Schwab  <schwab@suse.de>
16895         [BZ #15749]
16896         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
16897         of fabs.
16898         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
16899         LDBL_MAX_EXP >= 16384]: Add tests for it.
16901 2013-08-12  David S. Miller  <davem@davemloft.net>
16903         * version.h (RELEASE): Set to "development".
16904         (VERSION): Set to "2.18.90".
16905         * NEWS: Add 2.19 section.
16907 2013-08-03  David S. Miller  <davem@davemloft.net>
16909         * po/ko.po: Update Korean translation from translation project.
16911 2013-08-01  David S. Miller  <davem@davemloft.net>
16913         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
16914         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
16915         Bilka.
16917 2013-07-30  David S. Miller  <davem@davemloft.net>
16919         * po/fr.po: Update French translation from translation project.
16921 2013-07-28  David S. Miller  <davem@davemloft.net>
16923         * po/cs.po: Update Czech translation from translation project.
16925         * po/sv.po: Update Swedish translation from translation project.
16927 2013-07-27  David S. Miller  <davem@davemloft.net>
16929         * po/eo.po: Update Esperanto translation from translation project.
16931         * po/vi.po: Update Vietnamese translation from translation project.
16933         * po/de.po: Update German translation from translation project.
16935 2013-07-26  David S. Miller  <davem@davemloft.net>
16937         * po/bg.po: Update Bulgarian translation from translation project.
16939         * po/nl.po: Update Dutch translation from translation project.
16940         * po/pl.po: Update Polish translation from translation project.
16941         * po/ru.po: Update Russian translation from translation project.
16943 2013-07-24  David S. Miller  <davem@davemloft.net>
16945         * po/libc.pot: Update.
16947 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16949         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
16950         variable page size.
16951         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
16952         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
16953         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
16955 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16957         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
16959 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16960             Andreas Schwab  <schwab@suse.de>
16961             Roland McGrath  <roland@hack.frob.com>
16962             Joseph Myers  <joseph@codesourcery.com>
16963             Carlos O'Donell  <carlos@redhat.com>
16965         [BZ #15755]
16966         * config.h.in: Define HAVE_PT_CHOWN.
16967         * config.make.in (build-pt-chown): New variable.
16968         * configure.in (--enable-pt_chown): New configure option.
16969         * configure: Regenerate.
16970         * login/Makefile: Include Makeconfig.  Build pt_chown only if
16971         build-pt-chown is enabled.
16972         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
16973         pt_chown to fix pty ownership.
16974         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
16975         CLOSE_ALL_FDS.
16976         * manual/install.texi (Configuring and compiling): Mention
16977         --enable-pt_chown. Add @findex for grantpt.
16978         * INSTALL: Regenerate.
16980 2013-07-20  David S. Miller  <davem@davemloft.net>
16982         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
16983         difference between 32-bit and 64-bit.
16985 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
16987         [BZ #15711]
16988         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
16989         Avoid system header dependency with -ffreestanding.
16990         ($(objpfx)bits/syscall%d): Likewise.
16992 2013-07-13  David S. Miller  <davem@davemloft.net>
16994         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
16995         underflows from atanl/atan2l due to bug 15319.
16996         (casinh_test_data): Likewise.
16998 2013-07-07  David S. Miller  <davem@davemloft.net>
17000         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17002 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17004         * sysdeps/i386/fpu/libm-test-ulps: Update.
17005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17007 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17009         * configure.in (--enable-lock-elision): Fix message text.
17010         * INSTALL: Regenerate.
17011         * configure: Regenerate.
17013 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17015         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17017 2013-07-03  Andreas Jaeger  <aj@suse.de>
17019         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17020         define.
17021         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17022         (ptrace_peeksiginfo_args): Add.
17023         (__ptrace_peeksiginfo_flags): Add.
17024         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17025         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17026         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17028 2013-07-03  Allan McRae  <allan@archlinux.org>
17030         * sysdeps/i386/fpu/libm-test-ulps: Update.
17032 2013-07-02  David S. Miller  <davem@davemloft.net>
17034         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17036 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17038         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17040 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17042         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17045 2013-07-02  Andi Kleen <ak@linux.intel.com>
17047         * config.h.in (ENABLE_LOCK_ELISION): Add.
17048         * configure.in (--enable-lock-elision): Add option.
17049         * manual/install.texi: Document --enable lock elision.
17050         * configure: Regenerate
17051         * INSTALL: Regenerate.
17053 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17055         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17056         SSE4.2 strcasecmp for libc.a.
17057         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17059 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17061         [BZ #13304]
17062         * soft-fp/op-common.h (_FP_FMA): New macro.
17063         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17064         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17065         (_FP_MUL_MEAT_1_imm): ... here.
17066         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17067         (_FP_MUL_MEAT_1_wide): ... here.
17068         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17069         (_FP_MUL_MEAT_1_hard): ... here.
17070         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17071         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17072         (_FP_MUL_MEAT_2_wide): ... here.
17073         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17074         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17075         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17076         (_FP_MUL_MEAT_2_gmp): ... here.
17077         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17078         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17079         (_FP_MUL_MEAT_4_wide): ... here.
17080         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17081         (_FP_MUL_MEAT_4_gmp): ... here.
17082         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17083         (_FP_WFRACBITS_DW_S): Likewise.
17084         (_FP_WFRACXBITS_DW_S): Likewise.
17085         (_FP_HIGHBIT_DW_S): Likewise.
17086         (FP_FMA_S): Likewise.
17087         (_FP_FRAC_HIGH_DW_S): Likewise.
17088         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17089         (_FP_WFRACBITS_DW_D): Likewise.
17090         (_FP_WFRACXBITS_DW_D): Likewise.
17091         (_FP_HIGHBIT_DW_D): Likewise.
17092         (FP_FMA_D): Likewise.
17093         (_FP_FRAC_HIGH_DW_D): Likewise.
17094         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17095         (_FP_WFRACBITS_DW_E): Likewise.
17096         (_FP_WFRACXBITS_DW_E): Likewise.
17097         (_FP_HIGHBIT_DW_E): Likewise.
17098         (FP_FMA_E): Likewise.
17099         (_FP_FRAC_HIGH_DW_E): Likewise.
17100         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17101         (_FP_WFRACBITS_DW_Q): Likewise.
17102         (_FP_WFRACXBITS_DW_Q): Likewise.
17103         (_FP_HIGHBIT_DW_Q): Likewise.
17104         (FP_FMA_Q): Likewise.
17105         (_FP_FRAC_HIGH_DW_Q): Likewise.
17106         * soft-fp/fmasf4.c: New file.
17107         * soft-fp/fmadf4.c: Likewise.
17108         * soft-fp/fmatf4.c: Likewise.
17110 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17112         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17113         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17114         Silvermont.
17115         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17116         macro.
17117         (index_Slow_SSE4_2): Likewise.
17118         (index_Prefer_PMINUB_for_stringop): Likewise.
17119         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17120         bit_Slow_SSE4_2 is set.
17121         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17122         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17124 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17126         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17127         rtld_global._dl_hwcap2.
17128         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17129         POWER8.
17130         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17131         POWER8 feature descriptions defined in _dl_hwcap2.
17132         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17133         string handling for POWER8 feature bits.
17134         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17135         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17136         _dl_powerpc_cap_flags.
17137         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17138         * sysdeps/powerpc/rtld-global-offsets.sym
17139         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17140         _dl_hwcap2 in the rtld_global_ro structure.
17142 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17144         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17145         hardware capabilities in support of AT_HWCAP2.
17146         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17147         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17148         GLRO(dl_hwcap2).
17149         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17150         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17151         explicitly the unknown a_type display mechanism is used.
17152         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17153         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17154         struct member.
17155         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17156         to macro prototype for AT_HWCAP2 support.
17157         * sysdeps/i386/dl-procinfo.h: Likewise.
17158         * sysdeps/s390/dl-procinfo.h: Likewise.
17159         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17160         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17161         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17162         return -1 for unknown a_type display fallback.
17163         * sysdeps/sparc/dl-procinfo.h: Likewise.
17164         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17165         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17167 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17169         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17170         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17172 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17174         [BZ #12492]
17175         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17176         mprotect making __stack_prot writable.
17178 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17179             Joseph Myers  <joseph@codesourcery.com>
17181         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17182         as being properly aligned.
17184 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17186         * dlfcn/modstatic5.c: New file.
17187         * dlfcn/tststatic5.c: New file.
17188         * dlfcn/Makefile (tests): Add tststatic5.
17189         (tests-static): Likewise.
17190         (modules-names): Add modstatic5.
17191         (tststatic5-ENV): New variable.
17192         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17194         [BZ #15022]
17195         * elf/dl-support.c (_dl_main_map): New variable.
17196         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17197         (_dl_nns, _dl_load_adds): Set to 1.
17198         (_dl_initial_searchlist): Refer to _dl_main_map.
17199         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17200         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17201         call to _dl_get_origin.
17202         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17203         around call_map.
17204         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17205         * dlfcn/modstatic3.c: New file.
17206         * dlfcn/tststatic3.c: New file.
17207         * dlfcn/tststatic4.c: New file.
17208         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17209         (tests-static): Likewise.
17210         (modules-names): Add modstatic3.
17211         (tststatic3-ENV, tststatic4-ENV): New variables.
17212         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17213         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17215 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17217         * configure.in (CC): Require GCC version 4.4 or later.
17218         * configure: Regenerated.
17219         * manual/install.texi (Tools for Compilation): Update GCC version
17220         requirement.
17221         * INSTALL: Regenerated.
17223 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17225         [BZ #15674]
17226         * string/test-memcmp.c (check2): New.
17227         (main): Call check2.
17229         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17231 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17233         [BZ #15022]
17234         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17235         over to...
17236         (dl_open_worker) [!SHARED]: ... here.
17238 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17240         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17242 2013-06-25  Richard Henderson  <rth@redhat.com>
17244         * locale/programs/locarchive.c: Include <libc-internal.h>
17246 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17248         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17249         trailing whitespace removed.
17251 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17253         [BZ #10283]
17254         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17255         * locale/programs/locarchive.c: Include libc-mmap.h.
17256         (prepare_address_space): Take two new outputs (the mmap base and len).
17257         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17258         values.
17259         (create_archive): Declare new mmap base and len values for
17260         prepare_address_space, and store the result in ah.
17261         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17262         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17263         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17264         Declare new mmap base and len values for
17265         prepare_address_space, and store the result in new_ah.
17266         (open_archive): Declare new mmap base and len values for
17267         prepare_address_space, and store the result in ah.
17268         (close_archive): If ah->mmap_base is not NULL, use that and
17269         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17270         * sysdeps/generic/libc-mmap.h: New file.
17272 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17274         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17275         (ALIGN_UP): Likewise.
17276         (PTR_ALIGN_DOWN): Likewise.
17277         (PTR_ALIGN_UP): Likewise.
17279 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17281         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17282         entry mapped to PPC_PLATFORM_POWER8.
17283         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17284         POWER8.
17285         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17286         (_dl_string_platform): Add case for exporting platform position for
17287         POWER8.
17288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17289         search path to sysdeps/powerpc/powerpc32/power8 directory.
17290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17291         search path to sysdeps/powerpc/powerpc64/power8 directory.
17292         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17293         power7 directories.
17294         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17295         power7 directories.
17297 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17299         * INSTALL: Regenerate.
17301         * nscd/connections.c (nscd_init): Fix comment.
17303 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17305         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17307         [BZ #15667]
17308         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17309         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17311 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17313         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17314         DL_DST_REQ_STATIC.
17315         (DL_DST_REQ_STATIC): Remove macro.
17317 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17319         [BZ #7006]
17320         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17321         with a shift of 0 bits.
17323 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17325         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17326         $(tststatic-ENV).
17328 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17330         [BZ #15655]
17331         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17333 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17335         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17336         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17337         accepts -fno-tree-loop-distribute-patterns.
17338         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17339         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17340         recursive call.
17341         * string/memset.c (memset): Likewise.
17342         * string/test-memmove.c (simple_memmove): Disable loop transformation
17343         to library calls.
17344         * string/test-memset.c (simple_memset): Likewise.
17345         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17346         * benchtests/bench-memset.c (simple_memset): Likewise.
17347         * configure: Regenerated.
17349 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17351         * math/test-misc.c (main): Ignore fesetround failure when failures
17352         of subsequent rounding tests would be ignored.
17354         [BZ #15654]
17355         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17356         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17357         * math/fegetenv.c (__fegetenv): Return 0.
17358         * math/fegetexcept.c (fegetexcept): Return 0.
17359         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17360         FE_TONEAREST.
17361         * math/feholdexcpt.c (feholdexcept): Return 0.
17362         * math/fesetenv.c (__fesetenv): Return 0.
17363         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17364         argument FE_TONEAREST.
17365         * math/feupdateenv.c (__feupdateenv): Return 0.
17366         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17368 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17370         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17371         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17372         ($(objpfx)rtld-%.os rules): Use them.
17374 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17376         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17377         fields.
17379 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17381         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17382         length of target pattern, then descending length of dependency pattern.
17383         * configure.in (AWK): Require gawk 3.1.2 or newer.
17384         * manual/install.texi (Tools for Compilation): Say that we do.
17385         * configure: Regenerated.
17387         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17388         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17389         * scripts/sysd-rules.awk: ... this new script.
17390         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17391         than a glob-style pattern.
17393 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17395         * math/test-misc.c (main): Do not treat incorrectly rounded
17396         conversions as failure unless ROUNDING_TESTS passes.
17398 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17400         [BZ #15631]
17401         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17402         restore exception state around main square root computation, then
17403         check for inexactness explicitly.
17405         * math/libm-test.inc (fma_test_data): Add another test.
17407 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17409         * manual/threads.texi (Non-POSIX Extensions): New document
17410         node.  Document pthread_getattr_default_np and
17411         pthread_setattr_default_np.
17413         * Versions.def (libpthread): Add GLIBC_2.18.
17414         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17416         Likewise.
17417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
17418         Likewise.
17419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17420         Likewise.
17421         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17422         Likewise.
17423         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
17424         Likewise.
17425         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
17426         Likewise.
17427         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
17428         Likewise.
17429         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
17430         Likewise.
17431         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
17432         Likewise.
17434 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17436         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17437         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
17439 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17440             H.J. Lu  <hjl.tools@gmail.com>
17442         [BZ #15627]
17443         * sysdeps/x86_64/rtld-memset.c: Remove file.
17444         * sysdeps/x86_64/rtld-memset.S: New file.
17446 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
17448         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
17449         (test_in_one_mode): Take arguments for whether the rounding mode
17450         is supported for each floating-point type.
17451         (do_test): Pass new arguments to test_in_one_mode using
17452         ROUNDING_TESTS.
17454 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17456         * posix/tst-waitid.c (do_test): Distinguish different instances of
17457         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
17458         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
17459         before entering the kernel for waitpid.
17461 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17463         * NEWS: Fix note on clock function precision.  Text by Roland
17464         McGrath.
17466 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17468         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
17469         it into place only when and if the sanity check passes.
17471 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
17473         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
17474         output for whether conversion result is exact.  Take argument
17475         indicating whether type is IBM long double.
17476         (round_for_all): Change need_exact field to ibm_ld.
17477         * stdlib/tst-strtod-round.c (struct exactness): New type.
17478         (struct test): Change bool ld_ok field to struct exactness exact.
17479         (TEST): Update all definitions for change to field.
17480         (tests): Regenerate array contents.
17481         (test_in_one_mode): Take pointer to new field instead of old ld_ok
17482         field value.  Check for IBM long double here.
17483         (do_test): Update calls to test_in_one_mode.
17485 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17487         [BZ #12515]
17488         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
17489         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
17491 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17493         [BZ #15605]
17494         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
17495         generated by the compiler on loop optimizations.
17496         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
17497         general definitions.
17499 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
17501         * math/bug-nextafter.c: Include <math-tests.h>.
17502         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17503         the relevant type.
17504         * math/bug-nexttoward.c: Include <math-tests.h>.
17505         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17506         the relevant type.
17507         * math/test-misc.c: Include <math-tests.h>.
17508         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17509         the relevant type.
17511 2013-06-12  Andreas Jaeger  <aj@suse.de>
17513         * po/ia.po: Update Interlingua translation from translation
17514         project.
17516 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17518         * include/fenv.h: Include stdbool.h.
17519         (struct rm_ctx): New structure.
17520         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
17521         Define macro.
17522         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
17523         (SET_RESTORE_ROUNDF): Likewise.
17524         (SET_RESTORE_ROUNDL): Likewise.
17525         (SET_RESTORE_ROUND_NOEX): Likewise.
17526         (SET_RESTORE_ROUND_NOEXF): Likewise.
17527         (SET_RESTORE_ROUND_NOEXL): Likewise.
17528         (SET_RESTORE_ROUND_53BIT): Likewise.
17529         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
17530         (libc_feresetround_noexf_ctx): Likewise.
17531         (libc_feresetround_noexl_ctx): Likewise.
17532         (libc_feholdsetround_53bit_ctx): Likewise.
17533         (libc_feresetround_53bit_ctx): Likewise.
17534         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
17535         (libc_feholdexcept_setround_sse_ctx): New function.
17536         (libc_fesetenv_sse_ctx): Likewise.
17537         (libc_feupdateenv_sse_ctx): Likewise.
17538         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
17539         (libc_feholdexcept_setround_387_ctx): Likewise.
17540         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
17541         (libc_feholdsetround_387_prec_ctx): Likewise.
17542         (libc_feholdsetround_387_ctx): Likewise.
17543         (libc_feholdsetround_387_53bit_ctx): Likewise.
17544         (libc_feholdsetround_sse_ctx): Likewise.
17545         (libc_feresetround_sse_ctx): Likewise.
17546         (libc_feresetround_387_ctx): Likewise.
17547         (libc_feupdateenv_387_ctx): Likewise.
17548         (libc_feholdexcept_setroundf_ctx): Define macro.
17549         (libc_fesetenvf_ctx): Likewise.
17550         (libc_feupdateenvf_ctx): Likewise.
17551         (libc_feholdsetroundf_ctx): Likewise.
17552         (libc_feresetroundf_ctx): Likewise.
17553         (libc_feholdexcept_setround_ctx): Likewise.
17554         (libc_fesetenv_ctx): Likewise.
17555         (libc_feupdateenv_ctx): Likewise.
17556         (libc_feholdsetround_ctx): Likewise.
17557         (libc_feresetround_ctx): Likewise.
17558         (libc_feholdexcept_setroundl_ctx): Likewise.
17559         (libc_feupdateenvl_ctx): Likewise.
17560         (libc_feholdsetroundl_ctx): Likewise.
17561         (libc_feresetroundl_ctx): Likewise.
17562         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
17563         (libc_feresetround_53bit_ctx): Likewise.
17565 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17567         * locale/iso-639.def: Convert to UTF-8.
17569 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
17571         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
17572         (EXCEPTION_TESTS_double): Likewise.
17573         (EXCEPTION_TESTS_long_double): Likewise.
17574         (EXCEPTION_TESTS): Likewise.
17575         * math/libm-test.inc (test_exceptions): Only test exceptions if
17576         EXCEPTION_TESTS (FLOAT).
17578 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17580         * benchtests/Makefile (string-bench): Add strcpy_chk and
17581         stpcpy_chk.
17582         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
17583         * benchtests/bench-stpcpy_chk.c: New file.
17584         * benchtests/bench-strcpy_chk-ifunc.c: New file.
17585         * benchtests/bench-strcpy_chk.c: New file.
17586         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
17587         code.
17588         (do_test): Likewise.
17590 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17592         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
17593         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
17594         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
17595         with tabs where appropriate.
17596         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
17597         dl-procinfo.h.
17598         [PPC_PLATFORM_PPC440]: Likewise.
17599         [PPC_PLATFORM_PPC464]: Likewise.
17600         [PPC_PLATFORM_PPC476]: Likewise.
17601         (_dl_string_platform): Add support for detecting ppc405, ppc440,
17602         ppc464, and ppc476 platform strings merging from ports/
17603         dl-procinfo.h.
17605 2013-06-11  Andreas Schwab  <schwab@suse.de>
17607         [BZ #14991]
17608         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
17609         (from_ucs4_idx): Regenerate.
17610         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
17611         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
17612         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
17613         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
17614         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
17615         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
17616         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
17617         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
17618         from FROM_LOOP and TO_LOOP specific macros.
17619         (BODY): Handle combining characters.
17620         * iconvdata/BIG5HKSCS.irreversible: Update.
17621         * iconvdata/BIG5HKSCS.precomposed: New file.
17622         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
17623         characters.
17624         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
17626 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17628         * include/sys/time.h: Fix indentation and add copyright header.
17630         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
17631         (do_test): Likewise.
17632         * string/test-memchr.c (do_one_test): Likewise.
17633         (do_test): Likewise.
17634         * string/test-memcmp.c (do_one_test): Likewise.
17635         (do_test): Likewise.
17636         * string/test-memcpy.c (do_one_test): Likewise.
17637         (do_test): Likewise.
17638         * string/test-memmem.c (do_one_test): Likewise.
17639         (do_test): Likewise.
17640         (do_random_tests): Likewise.
17641         * string/test-memmove.c (do_one_test): Likewise.
17642         (do_test): Likewise.
17643         * string/test-memset.c (do_one_test): Likewise.
17644         (do_test): Likewise.
17645         * string/test-rawmemchr.c (do_one_test): Likewise.
17646         (do_test): Likewise.
17647         * string/test-strcasecmp.c (do_one_test): Likewise.
17648         (do_test): Likewise.
17649         * string/test-strcasestr.c (do_one_test): Likewise.
17650         (do_test): Likewise.
17651         * string/test-strcat.c (do_one_test): Likewise.
17652         (do_test): Likewise.
17653         * string/test-strchr.c (do_one_test): Likewise.
17654         (do_test): Likewise.
17655         * string/test-strcmp.c (do_one_test): Likewise.
17656         (do_test): Likewise.
17657         * string/test-strcpy.c (do_one_test): Likewise.
17658         (do_test): Likewise.
17659         * string/test-string.h: Likewise.
17660         (test_init): Likewise.
17661         * string/test-strlen.c (do_one_test): Likewise.
17662         (do_test): Likewise.
17663         * string/test-strncasecmp.c (do_one_test): Likewise.
17664         (do_test): Likewise.
17665         * string/test-strncat.c (do_one_test): Likewise.
17666         (do_test): Likewise.
17667         * string/test-strncmp.c (do_one_test): Likewise.
17668         (do_test_limit): Likewise.
17669         (do_test): Likewise.
17670         * string/test-strncpy.c (do_one_test): Likewise.
17671         (do_test): Likewise.
17672         * string/test-strnlen.c (do_one_test): Likewise.
17673         (do_test): Likewise.
17674         * string/test-strpbrk.c (do_one_test): Likewise.
17675         (do_test): Likewise.
17676         * string/test-strrchr.c (do_one_test): Likewise.
17677         (do_test): Likewise.
17678         * string/test-strspn.c (do_one_test): Likewise.
17679         (do_test): Likewise.
17680         * string/test-strstr.c (do_one_test): Likewise.
17681         (do_test): Likewise.
17683         * benchtests/Makefile (string-bench): Add string benchmarks.
17684         * benchtests/bench-bcopy-ifunc.c: New file.
17685         * benchtests/bench-bcopy.c: New file.
17686         * benchtests/bench-bzero-ifunc.c: New file.
17687         * benchtests/bench-bzero.c: New file.
17688         * benchtests/bench-memccpy-ifunc.c: New file.
17689         * benchtests/bench-memccpy.c: New file.
17690         * benchtests/bench-memchr-ifunc.c: New file.
17691         * benchtests/bench-memchr.c: New file.
17692         * benchtests/bench-memcmp-ifunc.c: New file.
17693         * benchtests/bench-memcmp.c: New file.
17694         * benchtests/bench-memmem-ifunc.c: New file.
17695         * benchtests/bench-memmem.c: New file.
17696         * benchtests/bench-memmove-ifunc.c: New file.
17697         * benchtests/bench-memmove.c: New file.
17698         * benchtests/bench-mempcpy-ifunc.c: New file.
17699         * benchtests/bench-mempcpy.c: New file.
17700         * benchtests/bench-memset-ifunc.c: New file.
17701         * benchtests/bench-memset.c: New file.
17702         * benchtests/bench-rawmemchr-ifunc.c: New file.
17703         * benchtests/bench-rawmemchr.c: New file.
17704         * benchtests/bench-stpcpy-ifunc.c: New file.
17705         * benchtests/bench-stpcpy.c: New file.
17706         * benchtests/bench-stpncpy-ifunc.c: New file.
17707         * benchtests/bench-stpncpy.c: New file.
17708         * benchtests/bench-strcasecmp-ifunc.c: New file.
17709         * benchtests/bench-strcasecmp.c: New file.
17710         * benchtests/bench-strcasestr-ifunc.c: New file.
17711         * benchtests/bench-strcasestr.c: New file.
17712         * benchtests/bench-strcat-ifunc.c: New file.
17713         * benchtests/bench-strcat.c: New file.
17714         * benchtests/bench-strchr-ifunc.c: New file.
17715         * benchtests/bench-strchr.c: New file.
17716         * benchtests/bench-strchrnul-ifunc.c: New file.
17717         * benchtests/bench-strchrnul.c: New file.
17718         * benchtests/bench-strcmp-ifunc.c: New file.
17719         * benchtests/bench-strcmp.c: New file.
17720         * benchtests/bench-strcpy-ifunc.c: New file.
17721         * benchtests/bench-strcpy.c: New file.
17722         * benchtests/bench-strcspn-ifunc.c: New file.
17723         * benchtests/bench-strcspn.c: New file.
17724         * benchtests/bench-strlen-ifunc.c: New file.
17725         * benchtests/bench-strlen.c: New file.
17726         * benchtests/bench-strncasecmp-ifunc.c: New file.
17727         * benchtests/bench-strncasecmp.c: New file.
17728         * benchtests/bench-strncat-ifunc.c: New file.
17729         * benchtests/bench-strncat.c: New file.
17730         * benchtests/bench-strncmp-ifunc.c: New file.
17731         * benchtests/bench-strncmp.c: New file.
17732         * benchtests/bench-strncpy-ifunc.c: New file.
17733         * benchtests/bench-strncpy.c: New file.
17734         * benchtests/bench-strnlen-ifunc.c: New file.
17735         * benchtests/bench-strnlen.c: New file.
17736         * benchtests/bench-strpbrk-ifunc.c: New file.
17737         * benchtests/bench-strpbrk.c: New file.
17738         * benchtests/bench-strrchr-ifunc.c: New file.
17739         * benchtests/bench-strrchr.c: New file.
17740         * benchtests/bench-strspn-ifunc.c: New file.
17741         * benchtests/bench-strspn.c: New file.
17742         * benchtests/bench-strstr-ifunc.c: New file.
17743         * benchtests/bench-strstr.c: New file.
17745         * benchtests/Makefile: Disable parallel execution of targets.
17746         (string-bench): Add memcpy.
17747         (benchset): New variable to store a list of benchmark sets.
17748         (bench-func): Renamed from bench.
17749         (bench-set): New target.
17750         (bench): Depend on bench-func and bench-set.
17751         * benchtests/README: Add section on benchmark sets.
17752         * benchtests/bench-memcpy-ifunc.c: New file.
17753         * benchtests/bench-memcpy.c: New file.
17754         * benchtests/bench-string.h: New file.
17756 2013-06-11  Andreas Schwab  <schwab@suse.de>
17758         [BZ #15577]
17759         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
17760         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
17761         values in the triple.
17762         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
17763         terminator in the group key.
17765 2013-06-11  Andreas Jaeger  <aj@suse.de>
17767         * po/zh_TW.po: Update Chinese (traditional) translation from
17768         translation project.
17770 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17772         * include/time.h (__clock_gettime): Add libc_hidden_proto.
17773         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
17774         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
17775         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17776         (clock_getcpuclockid): Likewise.
17777         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
17778         Add weak_alias and libc_hidden_def.
17779         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
17780         * rt/clock_gettime.c (clock_gettime): Rename to
17781         __clock_gettime.  Add weak_alias and libc_hidden_def.
17782         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
17783         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
17784         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
17785         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
17786         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
17787         Likewise.
17788         * rt/clock_settime.c (clock_settime): Rename to
17789         __clock_settime.  Add weak_alias and libc_hidden_def.
17790         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
17792 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
17794         * mach/err_boot.sub: Remove trailing whitespace.
17795         * mach/err_ipc.sub: Likewise.
17796         * mach/err_mach.sub: Likewise.
17798         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
17799         (ROUNDING_TESTS_double): Likewise.
17800         (ROUNDING_TESTS_long_double): Likewise.
17801         (ROUNDING_TESTS): Likewise.
17802         * math/libm-test.inc: Include <math-tests.h>.
17803         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
17804         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
17805         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
17806         (IF_ROUND_INIT_FE_UPWARD): Likewise.
17808 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17810         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
17811         of assigning.
17813 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
17815         * sysdeps/gnu/errlist.awk: Do not generate space at end of
17816         otherwise empty TRANS lines.
17817         * sysdeps/gnu/errlist.c: Regenerated.
17819         * catgets/gencat.c (error_print): Use (void) in function
17820         definition.
17821         * crypt/crypt_util.c (__init_des): Likewise.
17822         * crypt/speeds.c (Stop): Likewise.
17823         (main): Likewise.
17824         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
17825         * inet/ruserpass.c (token): Likewise.
17826         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
17827         * intl/localealias.c (extend_alias_table): Likewise.
17828         * intl/plural-exp.c (init_germanic_plural): Likewise.
17829         * libio/fcloseall.c (__fcloseall): Likewise.
17830         * libio/genops.c (_IO_flush_all): Likewise.
17831         (_IO_flush_all_linebuffered): Likewise.
17832         (_IO_cleanup): Likewise.
17833         (_IO_iter_begin): Likewise.
17834         (_IO_iter_end): Likewise.
17835         (_IO_list_lock): Likewise.
17836         (_IO_list_unlock): Likewise.
17837         (_IO_list_resetlock): Likewise.
17838         * libio/getchar.c (getchar): Likewise.
17839         * libio/getchar_u.c (getchar_unlocked): Likewise.
17840         * libio/getwchar.c (getwchar): Likewise.
17841         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
17842         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
17843         * login/getpt.c (__getpt): Likewise.
17844         * login/tst-utmp.c (main): Likewise.
17845         * malloc/hooks.c (__malloc_check_init): Likewise.
17846         * malloc/malloc.c (__malloc_stats): Likewise.
17847         * malloc/mtrace.c (tr_break): Likewise.
17848         (mtrace): Likewise.
17849         (muntrace): Likewise.
17850         * misc/fstab.c (endfsent): Likewise.
17851         * misc/getclktck.c (__getclktck): Likewise.
17852         * misc/getdtsz.c (__getdtablesize): Likewise.
17853         * misc/gethostid.c (gethostid): Likewise.
17854         * misc/getpagesize.c (__getpagesize): Likewise.
17855         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
17856         (__get_nprocs): Likewise.
17857         (__get_phys_pages): Likewise.
17858         (__get_avphys_pages): Likewise.
17859         * misc/getttyent.c (getttyent): Likewise.
17860         (setttyent): Likewise.
17861         (endttyent): Likewise.
17862         * misc/getusershell.c (getusershell): Likewise.
17863         (endusershell): Likewise.
17864         (setusershell): Likewise.
17865         (initshells): Likewise.
17866         * misc/hsearch.c (__hdestroy): Likewise.
17867         * misc/sync.c (sync): Likewise.
17868         * misc/syslog.c (closelog_internal): Likewise.
17869         (closelog): Likewise.
17870         * misc/ttyslot.c (ttyslot): Likewise.
17871         * misc/vhangup.c (vhangup): Likewise.
17872         * posix/fork.c (__fork): Likewise.
17873         * posix/getegid.c (__getegid): Likewise.
17874         * posix/geteuid.c (__geteuid): Likewise.
17875         * posix/getgid.c (__getgid): Likewise.
17876         * posix/getpid.c (__getpid): Likewise.
17877         * posix/getppid.c (__getppid): Likewise.
17878         * posix/getuid.c (__getuid): Likewise.
17879         * posix/pause.c (pause): Likewise.
17880         * posix/setpgrp.c (setpgrp): Likewise.
17881         * posix/setsid.c (__setsid): Likewise.
17882         * posix/test-vfork.c (noop): Likewise.
17883         * resolv/gethnamaddr.c (_endhtent): Likewise.
17884         (_gethtent): Likewise.
17885         (ht_endhostent): Likewise.
17886         (gethostent): Likewise.
17887         (dns_service): Likewise.
17888         * stdlib/drand48.c (drand48): Likewise.
17889         * stdlib/lrand48.c (lrand48): Likewise.
17890         * stdlib/mrand48.c (mrand48): Likewise.
17891         * stdlib/rand.c (rand): Likewise.
17892         * stdlib/random.c (__random): Likewise.
17893         * stdlib/setenv.c (clearenv): Likewise.
17894         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
17895         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
17896         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
17897         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
17898         (__get_nprocs): Likewise.
17899         (__get_phys_pages): Likewise.
17900         (__get_avphys_pages): Likewise.
17901         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
17902         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
17903         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
17904         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
17905         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
17906         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
17907         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
17908         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
17909         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
17910         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
17911         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
17912         * sysdeps/mach/hurd/sync.c (sync): Likewise.
17913         * sysdeps/posix/clock.c (clock): Likewise.
17914         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
17915         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
17916         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
17917         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
17918         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
17919         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
17920         (__get_nprocs_conf): Likewise.
17921         (__get_phys_pages): Likewise.
17922         (__get_avphys_pages): Likewise.
17923         * time/clock.c (clock): Likewise.
17924         * time/tzset.c (__tzname_max): Likewise.
17926 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
17928         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
17929         (__bswap_32): Do not use "register".
17930         * crypt/crypt.c (_ufc_doit_r): Likewise.
17931         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17932         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17933         * gmon/gmon.c (__monstartup): Likewise.
17934         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
17935         * hurd/hurdmalloc.c (more_memory): Likewise.
17936         (malloc): Likewise.
17937         (free): Likewise.
17938         (realloc): Likewise.
17939         (malloc_fork_prepare): Likewise.
17940         (malloc_fork_parent): Likewise.
17941         (malloc_fork_child): Likewise.
17942         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
17943         (_svcauth_des): Likewise.
17944         * inet/inet_lnaof.c (inet_lnaof): Likewise.
17945         * inet/inet_net.c (inet_network): Likewise.
17946         * inet/inet_netof.c (inet_netof): Likewise.
17947         * inet/rcmd.c (__validuser2_sa): Likewise.
17948         * io/fts.c (fts_open): Likewise.
17949         (fts_load): Likewise.
17950         (fts_close): Likewise.
17951         (fts_read): Likewise.
17952         (fts_children): Likewise.
17953         (fts_build): Likewise.
17954         (fts_stat): Likewise.
17955         (fts_sort): Likewise.
17956         (fts_alloc): Likewise.
17957         (fts_lfree): Likewise.
17958         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
17959         (_IO_file_xsgetn): Likewise.
17960         (_IO_file_xsgetn_mmap): Likewise.
17961         * libio/iofopncook.c (_IO_cookie_read): Likewise.
17962         (_IO_cookie_write): Likewise.
17963         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
17964         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
17965         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
17966         * malloc/obstack.c (_obstack_begin): Likewise.
17967         (_obstack_begin_1): Likewise.
17968         (_obstack_newchunk): Likewise.
17969         (_obstack_allocated_p): Likewise.
17970         (obstack_free): Likewise.
17971         (_obstack_memory_used): Likewise.
17972         * misc/getttyent.c (getttynam): Likewise.
17973         (getttyent): Likewise.
17974         (skip): Likewise.
17975         (value): Likewise.
17976         * misc/getusershell.c (initshells): Likewise.
17977         * misc/syslog.c (__vsyslog_chk): Likewise.
17978         * misc/ttyslot.c (ttyslot): Likewise.
17979         * nis/nis_hash.c (__nis_hash): Likewise.
17980         * posix/fnmatch_loop.c (FCT): Likewise.
17981         * posix/getconf.c (print_all): Likewise.
17982         (main): Likewise.
17983         * posix/getopt.c (exchange): Likewise.
17984         * posix/glob.c (globfree): Likewise.
17985         (prefix_array): Likewise.
17986         (__glob_pattern_type): Likewise.
17987         * resolv/arpa/nameser.h (NS_GET16): Likewise.
17988         (NS_GET32): Likewise.
17989         (NS_PUT16): Likewise.
17990         (NS_PUT32): Likewise.
17991         * resolv/gethnamaddr.c (getanswer): Likewise.
17992         (gethostbyname2): Likewise.
17993         (gethostbyaddr): Likewise.
17994         (_gethtent): Likewise.
17995         (_gethtbyname2): Likewise.
17996         (_gethtbyaddr): Likewise.
17997         * resolv/ns_print.c (dst_s_get_int16): Likewise.
17998         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
17999         * resolv/res_init.c (__res_vinit): Likewise.
18000         (net_mask): Likewise.
18001         * resolv/res_mkquery.c (outchar): Likewise.
18002         (PRINT): Likewise.
18003         * stdio-common/printf_fp.c (outchar): Likewise.
18004         (PRINT): Likewise.
18005         * stdio-common/printf_fphex.c (outchar): Likewise.
18006         (PRINT): Likewise.
18007         * stdio-common/printf_size.c (outchar): Likewise.
18008         (PRINT): Likewise.
18009         * stdio-common/test_rdwr.c (main): Likewise.
18010         * stdio-common/tfformat.c (matches): Likewise.
18011         * stdio-common/vfprintf.c (outchar): Likewise.
18012         (printf_unknown): Likewise.
18013         (buffered_vfprintf): Likewise.
18014         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18015         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18016         (ReadFile): Likewise.
18017         * stdlib/qsort.c (SWAP): Likewise.
18018         (_quicksort): Likewise.
18019         * stdlib/setenv.c (__add_to_environ): Likewise.
18020         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18021         * stdlib/strtol_l.c (__strtol_l): Likewise.
18022         * stdlib/tst-strtod.c (main): Likewise.
18023         * stdlib/tst-strtol.c (main): Likewise.
18024         * stdlib/tst-strtoll.c (main): Likewise.
18025         * string/bits/string2.h (__strcmp_cc): Likewise.
18026         (__strcmp_cg): Likewise.
18027         (__strcspn_c1): Likewise.
18028         (__strcspn_c2): Likewise.
18029         (__strcspn_c3): Likewise.
18030         (__strspn_c1): Likewise.
18031         (__strspn_c2): Likewise.
18032         (__strspn_c3): Likewise.
18033         (__strsep_1c): Likewise.
18034         (__strsep_2c): Likewise.
18035         (__strsep_3c): Likewise.
18036         * string/memccpy.c (__memccpy): Likewise.
18037         * string/stpcpy.c (__stpcpy): Likewise.
18038         * string/strcmp.c (strcmp): Likewise.
18039         * string/strrchr.c (strrchr): Likewise.
18040         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18041         Likewise.
18042         * sysdeps/mach/hurd/getcwd.c
18043         (_hurd_canonicalize_directory_name_internal): Likewise.
18044         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18045         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18046         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18047         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18048         Likewise, in both definitions.
18049         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18050         definitions.
18051         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18052         64] (__bswap_64): Likewise.
18053         * time/test_time.c (main): Likewise.
18054         * time/tzfile.c (__tzfile_read): Likewise.
18055         (__tzfile_compute): Likewise.
18056         * time/tzset.c (__tzset_parse_tz): Likewise.
18057         (tzset_internal): Likewise.
18058         (compute_change): Likewise.
18059         * wcsmbs/wcscat.c (__wcscat): Likewise.
18060         * wcsmbs/wcschr.c (wcschr): Likewise.
18061         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18062         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18063         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18064         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18065         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18066         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18067         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18068         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18069         * wcsmbs/wmemset.c (wmemset): Likewise.
18071 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18073         * scripts/config.guess: Update to version 2013-05-16.
18074         * scripts/config.sub: Update to version 2013-04-24.
18075         * scripts/install-sh: Update to version 2011-11-20.07.
18076         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18077         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18079 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18081         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18082         * elf/sln.c: Likewise.
18083         * hurd/hurd/ioctl.h: Likewise.
18084         * hurd/hurdmalloc.c: Likewise.
18085         * hurd/xattr.c: Likewise.
18086         * include/shlib-compat.h: Likewise.
18087         * inet/ruserpass.c: Likewise.
18088         * libio/iofgets_u.c: Likewise.
18089         * libio/iofgetws_u.c: Likewise.
18090         * locale/programs/ld-identification.c: Likewise.
18091         * locale/programs/ld-time.c: Likewise.
18092         * mach/msg-destroy.c: Likewise.
18093         * nss/nss_files/files-netgrp.c: Likewise.
18094         * resolv/res_data.c: Likewise.
18095         * soft-fp/op-1.h: Likewise.
18096         * soft-fp/op-2.h: Likewise.
18097         * soft-fp/op-4.h: Likewise.
18098         * soft-fp/op-common.h: Likewise.
18099         * stdio-common/printf_fphex.c: Likewise.
18100         * stdlib/strtod_l.c: Likewise.
18101         * sunrpc/rpc/clnt.h: Likewise.
18102         * sysdeps/generic/framestate.c: Likewise.
18103         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18104         * sysdeps/i386/bsd-setjmp.S: Likewise.
18105         * sysdeps/i386/__longjmp.S: Likewise.
18106         * sysdeps/i386/setjmp.S: Likewise.
18107         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18108         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18109         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18110         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18111         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18112         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18113         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18114         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18115         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18116         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18117         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18118         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18119         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18120         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18121         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18122         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18123         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18124         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18125         * sysdeps/ieee754/support.c: Likewise.
18126         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18127         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18128         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18129         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18130         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18131         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18132         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18133         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18134         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18135         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18136         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18137         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18138         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18139         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18140         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18141         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18142         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18145 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18147         * posix/transbug.c: Remove executable mode.
18149 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18151         * crypt/speeds.c: Remove trailing whitespace.
18152         * dlfcn/default.c: Likewise.
18153         * elf/ifuncdep2.c: Likewise.
18154         * elf/ifuncmain1.c: Likewise.
18155         * elf/ifuncmain1vis.c: Likewise.
18156         * elf/testobj.h: Likewise.
18157         * elf/tst-stackguard1.c: Likewise.
18158         * gmon/sys/gmon.h: Likewise.
18159         * hurd/hurdmsg.c: Likewise.
18160         * hurd/new-fd.c: Likewise.
18161         * hurd/ports-get.c: Likewise.
18162         * iconvdata/ibm1008_420.c: Likewise.
18163         * inet/tst-getni1.c: Likewise.
18164         * inet/tst-getni2.c: Likewise.
18165         * libio/ioungetc.c: Likewise.
18166         * libio/wfiledoalloc.c: Likewise.
18167         * manual/libm-err-tab.pl: Likewise.
18168         * math/w_dremf.c: Likewise.
18169         * misc/ftruncate.c: Likewise.
18170         * posix/bug-glob2.c: Likewise.
18171         * posix/tst-pcre.c: Likewise.
18172         * posix/wait4.c: Likewise.
18173         * resolv/README: Likewise.
18174         * resolv/res_debug.h: Likewise.
18175         * resolv/tst-inet_ntop.c: Likewise.
18176         * setjmp/bug269-setjmp.c: Likewise.
18177         * soft-fp/extended.h: Likewise.
18178         * soft-fp/op-1.h: Likewise.
18179         * soft-fp/op-2.h: Likewise.
18180         * soft-fp/op-4.h: Likewise.
18181         * soft-fp/op-8.h: Likewise.
18182         * soft-fp/testit.c: Likewise.
18183         * stdio-common/bug16.c: Likewise.
18184         * stdlib/random.c: Likewise.
18185         * sunrpc/rpcsvc/rquota.x: Likewise.
18186         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18187         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18188         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18189         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18190         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18191         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18192         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18193         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18194         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18195         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18196         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18197         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18198         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18199         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18200         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18201         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18202         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18203         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18204         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18205         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18206         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18207         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18208         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18209         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18210         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18211         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18212         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18213         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18214         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18215         * sysdeps/ieee754/s_lib_version.c: Likewise.
18216         * sysdeps/mach/hurd/check_fds.c: Likewise.
18217         * sysdeps/mach/hurd/getsockname.c: Likewise.
18218         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18219         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18220         * sysdeps/powerpc/bits/link.h: Likewise.
18221         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18222         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18223         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18224         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18225         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18226         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18227         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18228         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18229         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18230         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18231         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18232         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18233         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18234         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18235         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18236         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18237         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18238         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18239         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18240         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18241         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18242         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18243         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18244         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18245         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18246         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18247         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18248         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18249         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18250         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18251         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18252         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18253         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18254         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18255         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18256         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18257         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18258         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18259         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18260         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18261         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18262         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18263         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18264         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18265         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18266         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18267         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18268         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18269         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18270         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18271         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18272         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18273         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18274         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18275         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18276         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18277         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18278         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18279         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18280         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18281         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18282         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18283         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18284         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18285         * sysdeps/powerpc/sysdep.h: Likewise.
18286         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18287         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18288         * sysdeps/sh/dl-trampoline.S: Likewise.
18289         * sysdeps/sh/memset.S: Likewise.
18290         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18291         * sysdeps/sh/strlen.S: Likewise.
18292         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18293         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18294         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18295         * sysdeps/sparc/sparc32/rem.S: Likewise.
18296         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18297         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18298         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18299         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18300         * sysdeps/sparc/sparc32/urem.S: Likewise.
18301         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18302         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18303         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18304         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18305         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18306         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18307         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18308         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18309         * sysdeps/unix/bsd/times.c: Likewise.
18310         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18311         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18315         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18316         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18317         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18318         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18319         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18320         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18321         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18322         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18323         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18324         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18325         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18326         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18327         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18328         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18329         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18330         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18331         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18332         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18333         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18334         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18335         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18336         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18337         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18338         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18339         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18340         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18341         * sysdeps/x86_64/strcspn.S: Likewise.
18343 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18345         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18346         generated file.  Regenerate properly from gen-translit.pl.
18347         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18348         locale/C-translit.h.
18350 2013-06-05  Andreas Schwab  <schwab@suse.de>
18352         [BZ #15100]
18353         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18354         week as 6 instead of -1.
18355         * time/tst-strptime.c (day_tests): Add test case.
18357 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18359         * sysdeps/generic/math_private.h
18360         (libc_feholdexcept_setround_53bit): Replace with
18361         libc_feholdsetround_53bit.
18362         (libc_feupdateenv_53bit): Replace with
18363         libc_feresetround_53bit.
18364         (SET_RESTORE_ROUND_53BIT): Adjust.
18366 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18368         * string/test-strchrnul.c: Add copyright header.
18370         * posix/tst-getaddrinfo4.c: Increase test timeout.
18372 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18374         [BZ #15536]
18375         * math/libm-test.inc (MAX_EXP): Remove
18376         (MIN_EXP): Define.
18377         (ulp): Use MIN_EXP - MANT_DIG.
18378         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18380 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18382         * po/be.po: Revert last change.
18383         * po/zh_CN.po: Likewise.
18384         * po/header.pot: Likewise.
18386 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18388         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18389         link-libc-deps to empty as target-specific variable.
18390         * Makerules (link-libc-args): New variable.
18391         (libc-for-link): Likewise.
18392         (link-libc-deps): Likewise.
18393         (lib%.so): Depend on $(link-libc-deps).  Link with
18394         $(link-libc-args).
18395         (build-module): Link with $(link-libc-args).
18396         (build-module-asneeded): Likewise.
18397         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18398         list of objects.
18399         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18400         target-specific variable.
18401         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18402         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18403         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18404         libc.
18405         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18406         libc and ld.so.
18407         ($(objpfx)libpcprofile.so): Likewise.
18408         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18409         libc_nonshared.a.
18410         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18411         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18412         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18413         $(link-libc-deps).
18414         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18415         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18416         * login/Makefile ($(objpfx)libutil.so): Likewise.
18417         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
18418         * math/Makefile ($(objpfx)libm.so): Likewise.
18419         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
18420         $(objpfx)libnsl.so): Define libc-for-link as target-specific
18421         variable instead of depending directly on libc.
18422         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
18423         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
18424         $(link-libc-deps).
18425         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
18426         libc.
18427         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
18428         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
18429         ($(objpfx)libanl.so): Likewise.
18430         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
18431         ld.so.
18432         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
18433         $(link-libc-deps).
18434         * sysdeps/i386/fpu/Makefile: Remove file.
18435         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
18436         ($(objpfx)libm.so): Remove dependency on ld.so.
18438 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
18440         [BZ # 15553]
18441         * nis/yp_xdr.c (XDRMAXNAME): Define.
18442         (XDRMAXRECORD): Define.
18443         (xdr_domainname): Use XDRMAXNAME.
18444         (xdr_mapname): Likewise.
18445         (xdr_peername): Likewise.
18446         (xdr_keydat): Use XDRMAXRECORD.
18447         (xdr_valdat): Likewise.
18449 2013-05-30  Jeff Law  <law@redhat.com>
18451         [BZ #14256]
18452         * manual/errno.texi (ESTALE): Update to account for more than
18453         just NFS file systems.
18454         * sysdeps/gnu/errlist.c: Regenerated.
18456 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18458         [BZ #15465]
18459         * elf/Makefile (tests): Add tst-null-argv.
18460         (modules-names):  Add tst-null-argv-lib.
18461         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
18462         (tst-null-argv-ENV): Set environment for tst-null-argv.
18463         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
18464         (RTLD_PROGNAME): New macro.
18465         * elf/tst-null-argv.c: New test case.
18466         * elf/tst-null-argv-lib.c: Library for test case.
18467         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
18468         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
18469         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
18470         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
18471         * elf/dl-init.c (call_init): Likewise.
18472         (_dl_init): Likewise.
18473         * elf/dl-load.c (print_search_path): Likewise.
18474         (_dl_map_object): Likewise.
18475         * elf/dl-lookup.c (do_lookup_x): Likewise.
18476         (add_dependency): Likewise.
18477         (_dl_lookup_symbol_x): Likewise.
18478         (_dl_debug_bindings): Likewise.
18479         * elf/dl-open.c (_dl_show_scope): Likewise.
18480         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18481         * elf/dl-version.c (match_symbol): Likewise.
18482         (_dl_check_map_versions): Likewise.
18483         * elf/rtld.c (dl_main): Likewise.
18484         (print_unresolved): Use RTLD_PROGNAME.
18485         (print_missing_version): Likewise.
18486         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
18487         (elf_machine_rela): Likewise.
18488         * sysdeps/powerpc/powerpc32/dl-machine.c
18489         (__process_machine_rela): Likewise.
18490         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
18491         Likewise.
18492         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
18493         Likewise.
18494         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
18495         Likewise.
18496         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18497         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
18498         Likewise.
18499         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
18500         Likewise.
18501         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
18503 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
18505         * po/be.po: Add descriptive title.
18506         * po/zh_CN.po: Likewise.
18507         * po/header.pot: Likewise.
18509 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
18511         * locale/programs/locarchive.c (create_archive): Inlucde fname in
18512         error message.
18513         (enlarge_archive): Likewise.
18515 2013-05-28  Ben North  <ben@redfrontdoor.org>
18517         * manual/arith.texi (frexp): It is the magnitude of the return
18518         value which lies in [0.5, 1), not the return value itself.
18520 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18522         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18524 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
18526         * stdio-common/bug26.c (main): Correct fscanf template.
18528         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
18529         declare _dl_skip_args.
18531         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
18532         Don't declare.
18534         * manual/platform.texi: Add missing @end deftypefun.
18536 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18538         [BZ #15529]
18539         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
18540         bit of mantissa of 2^16382.
18541         * math/libm-test.inc (hypot_test_data): Add more tests.
18543         * math/libm-test.inc: Add drem and pow10 to list of tested
18544         functions.
18545         (pow10_test): New function.
18546         (drem_test): Likewise.
18547         (drem_test_tonearest): Likewise.
18548         (drem_test_towardzero): Likewise.
18549         (drem_test_downward): Likewise.
18550         (drem_test_upward): Likewise.
18551         (main): Call the new functions.
18553         * math/libm-test.inc (finite_test_data): Remove.
18554         (finite_test): Run tests from isfinite_test_data.
18555         (gamma_test_data): Remove.
18556         (gamma_test): Run tests from lgamma_test_data.
18557         * sysdeps/i386/fpu/libm-test-ulps: Update.
18558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18560 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18562         * manual/platform.texi: Add PowerPC PPR function set documentation.
18563         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
18564         implementation.
18566 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
18568         * math/libm-test.inc (MAX_EXP): Define.
18569         (ULPDIFF): Define.
18570         (ulp): New function.
18571         (check_float_internal): Use ULPDIFF.
18572         (cpow_test): Disable failing test.
18573         (check_ulp): Test ulp() implemetnation.
18574         (main): Call check_ulp before starting tests.
18576 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18578         * math/gen-libm-test.pl (generate_testfile): Do not handle
18579         START_DATA and END_DATA.
18580         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
18581         END_DATA.
18582         (acos_tonearest_test_data): Likewise.
18583         (acos_towardzero_test_data): Likewise.
18584         (acos_downward_test_data): Likewise.
18585         (acos_upward_test_data): Likewise.
18586         (acosh_test_data): Likewise.
18587         (asin_test_data): Likewise.
18588         (asin_tonearest_test_data): Likewise.
18589         (asin_towardzero_test_data): Likewise.
18590         (asin_downward_test_data): Likewise.
18591         (asin_upward_test_data): Likewise.
18592         (asinh_test_data): Likewise.
18593         (atan_test_data): Likewise.
18594         (atanh_test_data): Likewise.
18595         (atan2_test_data): Likewise.
18596         (cabs_test_data): Likewise.
18597         (cacos_test_data): Likewise.
18598         (cacosh_test_data): Likewise.
18599         (carg_test_data): Likewise.
18600         (casin_test_data): Likewise.
18601         (casinh_test_data): Likewise.
18602         (catan_test_data): Likewise.
18603         (catanh_test_data): Likewise.
18604         (cbrt_test_data): Likewise.
18605         (ccos_test_data): Likewise.
18606         (ccosh_test_data): Likewise.
18607         (ceil_test_data): Likewise.
18608         (cexp_test_data): Likewise.
18609         (cimag_test_data): Likewise.
18610         (clog_test_data): Likewise.
18611         (clog10_test_data): Likewise.
18612         (conj_test_data): Likewise.
18613         (copysign_test_data): Likewise.
18614         (cos_test_data): Likewise.
18615         (cos_tonearest_test_data): Likewise.
18616         (cos_towardzero_test_data): Likewise.
18617         (cos_downward_test_data): Likewise.
18618         (cos_upward_test_data): Likewise.
18619         (cosh_test_data): Likewise.
18620         (cosh_tonearest_test_data): Likewise.
18621         (cosh_towardzero_test_data): Likewise.
18622         (cosh_downward_test_data): Likewise.
18623         (cosh_upward_test_data): Likewise.
18624         (cpow_test_data): Likewise.
18625         (cproj_test_data): Likewise.
18626         (creal_test_data): Likewise.
18627         (csin_test_data): Likewise.
18628         (csinh_test_data): Likewise.
18629         (csqrt_test_data): Likewise.
18630         (ctan_test_data): Likewise.
18631         (ctan_tonearest_test_data): Likewise.
18632         (ctan_towardzero_test_data): Likewise.
18633         (ctan_downward_test_data): Likewise.
18634         (ctan_upward_test_data): Likewise.
18635         (ctanh_test_data): Likewise.
18636         (ctanh_tonearest_test_data): Likewise.
18637         (ctanh_towardzero_test_data): Likewise.
18638         (ctanh_downward_test_data): Likewise.
18639         (ctanh_upward_test_data): Likewise.
18640         (erf_test_data): Likewise.
18641         (erfc_test_data): Likewise.
18642         (exp_test_data): Likewise.
18643         (exp_tonearest_test_data): Likewise.
18644         (exp_towardzero_test_data): Likewise.
18645         (exp_downward_test_data): Likewise.
18646         (exp_upward_test_data): Likewise.
18647         (exp10_test_data): Likewise.
18648         (exp2_test_data): Likewise.
18649         (expm1_test_data): Likewise.
18650         (fabs_test_data): Likewise.
18651         (fdim_test_data): Likewise.
18652         (finite_test_data): Likewise.
18653         (floor_test_data): Likewise.
18654         (fma_test_data): Likewise.
18655         (fma_towardzero_test_data): Likewise.
18656         (fma_downward_test_data): Likewise.
18657         (fma_upward_test_data): Likewise.
18658         (fmax_test_data): Likewise.
18659         (fmin_test_data): Likewise.
18660         (fmod_test_data): Likewise.
18661         (fpclassify_test_data): Likewise.
18662         (frexp_test_data): Likewise.
18663         (gamma_test_data): Likewise.
18664         (hypot_test_data): Likewise.
18665         (ilogb_test_data): Likewise.
18666         (isfinite_test_data): Likewise.
18667         (isgreater_test_data): Likewise.
18668         (isgreaterequal_test_data): Likewise.
18669         (isinf_test_data): Likewise.
18670         (isless_test_data): Likewise.
18671         (islessequal_test_data): Likewise.
18672         (islessgreater_test_data): Likewise.
18673         (isnan_test_data): Likewise.
18674         (isnormal_test_data): Likewise.
18675         (issignaling_test_data): Likewise.
18676         (isunordered_test_data): Likewise.
18677         (j0_test_data): Likewise.
18678         (j1_test_data): Likewise.
18679         (jn_test_data): Likewise.
18680         (ldexp_test_data): Likewise.
18681         (lgamma_test_data): Likewise.
18682         (lrint_test_data): Likewise.
18683         (lrint_tonearest_test_data): Likewise.
18684         (lrint_towardzero_test_data): Likewise.
18685         (lrint_downward_test_data): Likewise.
18686         (lrint_upward_test_data): Likewise.
18687         (llrint_test_data): Likewise.
18688         (llrint_tonearest_test_data): Likewise.
18689         (llrint_towardzero_test_data): Likewise.
18690         (llrint_downward_test_data): Likewise.
18691         (llrint_upward_test_data): Likewise.
18692         (log_test_data): Likewise.
18693         (log10_test_data): Likewise.
18694         (log1p_test_data): Likewise.
18695         (log2_test_data): Likewise.
18696         (logb_test_data): Likewise.
18697         (logb_downward_test_data): Likewise.
18698         (lround_test_data): Likewise.
18699         (llround_test_data): Likewise.
18700         (modf_test_data): Likewise.
18701         (nearbyint_test_data): Likewise.
18702         (nextafter_test_data): Likewise.
18703         (nexttoward_test_data): Likewise.
18704         (pow_test_data): Likewise.
18705         (pow_tonearest_test_data): Likewise.
18706         (pow_towardzero_test_data): Likewise.
18707         (pow_downward_test_data): Likewise.
18708         (pow_upward_test_data): Likewise.
18709         (remainder_test_data): Likewise.
18710         (remainder_tonearest_test_data): Likewise.
18711         (remainder_towardzero_test_data): Likewise.
18712         (remainder_downward_test_data): Likewise.
18713         (remainder_upward_test_data): Likewise.
18714         (remquo_test_data): Likewise.
18715         (rint_test_data): Likewise.
18716         (rint_tonearest_test_data): Likewise.
18717         (rint_towardzero_test_data): Likewise.
18718         (rint_downward_test_data): Likewise.
18719         (rint_upward_test_data): Likewise.
18720         (round_test_data): Likewise.
18721         (scalb_test_data): Likewise.
18722         (scalbn_test_data): Likewise.
18723         (scalbln_test_data): Likewise.
18724         (signbit_test_data): Likewise.
18725         (sin_test_data): Likewise.
18726         (sin_tonearest_test_data): Likewise.
18727         (sin_towardzero_test_data): Likewise.
18728         (sin_downward_test_data): Likewise.
18729         (sin_upward_test_data): Likewise.
18730         (sincos_test_data): Likewise.
18731         (sinh_test_data): Likewise.
18732         (sinh_tonearest_test_data): Likewise.
18733         (sinh_towardzero_test_data): Likewise.
18734         (sinh_downward_test_data): Likewise.
18735         (sinh_upward_test_data): Likewise.
18736         (sqrt_test_data): Likewise.
18737         (tan_test_data): Likewise.
18738         (tan_tonearest_test_data): Likewise.
18739         (tan_towardzero_test_data): Likewise.
18740         (tan_downward_test_data): Likewise.
18741         (tan_upward_test_data): Likewise.
18742         (tanh_test_data): Likewise.
18743         (tgamma_test_data): Likewise.
18744         (trunc_test_data): Likewise.
18745         (y0_test_data): Likewise.
18746         (y1_test_data): Likewise.
18747         (yn_test_data): Likewise.
18748         (significand_test_data): Likewise.
18750         * math/gen-libm-test.pl (@functions): Remove variable.
18751         (generate_testfile): Don't handle START and END lines.
18752         * math/libm-test.inc (START): New macro.
18753         (END): Likewise.
18754         (END_COMPLEX): Likewise.
18755         (acos_test): Use END macro without arguments.
18756         (acos_test_tonearest): Likewise.
18757         (acos_test_towardzero): Likewise.
18758         (acos_test_downward): Likewise.
18759         (acos_test_upward): Likewise.
18760         (acosh_test): Likewise.
18761         (asin_test): Likewise.
18762         (asin_test_tonearest): Likewise.
18763         (asin_test_towardzero): Likewise.
18764         (asin_test_downward): Likewise.
18765         (asin_test_upward): Likewise.
18766         (asinh_test): Likewise.
18767         (atan_test): Likewise.
18768         (atanh_test): Likewise.
18769         (atan2_test): Likewise.
18770         (cabs_test): Likewise.
18771         (cacos_test): Use END_COMPLEX macro without arguments.
18772         (cacosh_test): Likewise.
18773         (carg_test): Use END macro without arguments.
18774         (casin_test): Use END_COMPLEX macro without arguments.
18775         (casinh_test): Likewise.
18776         (catan_test): Likewise.
18777         (catanh_test): Likewise.
18778         (cbrt_test): Use END macro without arguments.
18779         (ccos_test): Use END_COMPLEX macro without arguments.
18780         (ccosh_test): Likewise.
18781         (ceil_test): Use END macro without arguments.
18782         (cexp_test): Use END_COMPLEX macro without arguments.
18783         (cimag_test): Use END macro without arguments.
18784         (clog_test): Use END_COMPLEX macro without arguments.
18785         (clog10_test): Likewise.
18786         (conj_test): Likewise.
18787         (copysign_test): Use END macro without arguments.
18788         (cos_test): Likewise.
18789         (cos_test_tonearest): Likewise.
18790         (cos_test_towardzero): Likewise.
18791         (cos_test_downward): Likewise.
18792         (cos_test_upward): Likewise.
18793         (cosh_test): Likewise.
18794         (cosh_test_tonearest): Likewise.
18795         (cosh_test_towardzero): Likewise.
18796         (cosh_test_downward): Likewise.
18797         (cosh_test_upward): Likewise.
18798         (cpow_test): Use END_COMPLEX macro without arguments.
18799         (cproj_test): Likewise.
18800         (creal_test): Use END macro without arguments.
18801         (csin_test): Use END_COMPLEX macro without arguments.
18802         (csinh_test): Likewise.
18803         (csqrt_test): Likewise.
18804         (ctan_test): Likewise.
18805         (ctan_test_tonearest): Likewise.
18806         (ctan_test_towardzero): Likewise.
18807         (ctan_test_downward): Likewise.
18808         (ctan_test_upward): Likewise.
18809         (ctanh_test): Likewise.
18810         (ctanh_test_tonearest): Likewise.
18811         (ctanh_test_towardzero): Likewise.
18812         (ctanh_test_downward): Likewise.
18813         (ctanh_test_upward): Likewise.
18814         (erf_test): Use END macro without arguments.
18815         (erfc_test): Likewise.
18816         (exp_test): Likewise.
18817         (exp_test_tonearest): Likewise.
18818         (exp_test_towardzero): Likewise.
18819         (exp_test_downward): Likewise.
18820         (exp_test_upward): Likewise.
18821         (exp10_test): Likewise.
18822         (exp2_test): Likewise.
18823         (expm1_test): Likewise.
18824         (fabs_test): Likewise.
18825         (fdim_test): Likewise.
18826         (finite_test): Likewise.
18827         (floor_test): Likewise.
18828         (fma_test): Likewise.
18829         (fma_test_towardzero): Likewise.
18830         (fma_test_downward): Likewise.
18831         (fma_test_upward): Likewise.
18832         (fmax_test): Likewise.
18833         (fmin_test): Likewise.
18834         (fmod_test): Likewise.
18835         (fpclassify_test): Likewise.
18836         (frexp_test): Likewise.
18837         (gamma_test): Likewise.
18838         (hypot_test): Likewise.
18839         (ilogb_test): Likewise.
18840         (isfinite_test): Likewise.
18841         (isgreater_test): Likewise.
18842         (isgreaterequal_test): Likewise.
18843         (isinf_test): Likewise.
18844         (isless_test): Likewise.
18845         (islessequal_test): Likewise.
18846         (islessgreater_test): Likewise.
18847         (isnan_test): Likewise.
18848         (isnormal_test): Likewise.
18849         (issignaling_test): Likewise.
18850         (isunordered_test): Likewise.
18851         (j0_test): Likewise.
18852         (j1_test): Likewise.
18853         (jn_test): Likewise.
18854         (ldexp_test): Likewise.
18855         (lgamma_test): Likewise.
18856         (lrint_test): Likewise.
18857         (lrint_test_tonearest): Likewise.
18858         (lrint_test_towardzero): Likewise.
18859         (lrint_test_downward): Likewise.
18860         (lrint_test_upward): Likewise.
18861         (llrint_test): Likewise.
18862         (llrint_test_tonearest): Likewise.
18863         (llrint_test_towardzero): Likewise.
18864         (llrint_test_downward): Likewise.
18865         (llrint_test_upward): Likewise.
18866         (log_test): Likewise.
18867         (log10_test): Likewise.
18868         (log1p_test): Likewise.
18869         (log2_test): Likewise.
18870         (logb_test): Likewise.
18871         (logb_test_downward): Likewise.
18872         (lround_test): Likewise.
18873         (llround_test): Likewise.
18874         (modf_test): Likewise.
18875         (nearbyint_test): Likewise.
18876         (nextafter_test): Likewise.
18877         (nexttoward_test): Likewise.
18878         (pow_test): Likewise.
18879         (pow_test_tonearest): Likewise.
18880         (pow_test_towardzero): Likewise.
18881         (pow_test_downward): Likewise.
18882         (pow_test_upward): Likewise.
18883         (remainder_test): Likewise.
18884         (remainder_test_tonearest): Likewise.
18885         (remainder_test_towardzero): Likewise.
18886         (remainder_test_downward): Likewise.
18887         (remainder_test_upward): Likewise.
18888         (remquo_test): Likewise.
18889         (rint_test): Likewise.
18890         (rint_test_tonearest): Likewise.
18891         (rint_test_towardzero): Likewise.
18892         (rint_test_downward): Likewise.
18893         (rint_test_upward): Likewise.
18894         (round_test): Likewise.
18895         (scalb_test): Likewise.
18896         (scalbn_test): Likewise.
18897         (scalbln_test): Likewise.
18898         (signbit_test): Likewise.
18899         (sin_test): Likewise.
18900         (sin_test_tonearest): Likewise.
18901         (sin_test_towardzero): Likewise.
18902         (sin_test_downward): Likewise.
18903         (sin_test_upward): Likewise.
18904         (sincos_test): Likewise.
18905         (sinh_test): Likewise.
18906         (sinh_test_tonearest): Likewise.
18907         (sinh_test_towardzero): Likewise.
18908         (sinh_test_downward): Likewise.
18909         (sinh_test_upward): Likewise.
18910         (sqrt_test): Likewise.
18911         (tan_test): Likewise.
18912         (tan_test_tonearest): Likewise.
18913         (tan_test_towardzero): Likewise.
18914         (tan_test_downward): Likewise.
18915         (tan_test_upward): Likewise.
18916         (tanh_test): Likewise.
18917         (tgamma_test): Likewise.
18918         (trunc_test): Likewise.
18919         (y0_test): Likewise.
18920         (y1_test): Likewise.
18921         (yn_test): Likewise.
18922         (significand_test): Likewise.
18924 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
18926         [BZ #15381]
18927         * libio/genops.c (_IO_no_init): Initialize wide struct info.
18929 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
18931         [BZ #14894]
18932         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
18933         __ppc_mdoio and __ppc_mdoom.
18934         * manual/platform.texi: Document new functions __ppc_yield,
18935         __ppc_mdoio and __ppc_mdoom.
18937 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
18939         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
18940         (main): Mention "tls" pseudo-hwcap is legacy.
18941         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
18943 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
18945         * math/gen-libm-test.pl (parse_args): Output only string of
18946         arguments as text for test name, not full call or descriptions of
18947         tests for extra outputs.
18948         (generate_testfile): Do not pass function name to parse_args.
18949         Generate this_func variable from START.
18950         * math/libm-test.inc (struct test_f_f_data): Rename test_name
18951         field to arg_str.
18952         (struct test_ff_f_data): Likewise.
18953         (test_ff_f_data_nexttoward): Likewise.
18954         (struct test_fi_f_data): Likewise.
18955         (struct test_fl_f_data): Likewise.
18956         (struct test_if_f_data): Likewise.
18957         (struct test_fff_f_data): Likewise.
18958         (struct test_c_f_data): Likewise.
18959         (struct test_f_f1_data): Likewise.  Remove field extra_name.
18960         (struct test_fF_f1_data): Likewise.
18961         (struct test_ffI_f1_data): Likewise.
18962         (struct test_c_c_data): Rename test_name field to arg_str.
18963         (struct test_cc_c_data): Likewise.
18964         (struct test_f_i_data): Likewise.
18965         (struct test_ff_i_data): Likewise.
18966         (struct test_f_l_data): Likewise.
18967         (struct test_f_L_data): Likewise.
18968         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
18969         and extra2_name.
18970         (COMMON_TEST_SETUP): New macro.
18971         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
18972         (COMMON_TEST_CLEANUP): Likewise.
18973         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
18974         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
18975         macros.
18976         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
18977         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
18978         macros.
18979         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
18980         (RUN_TEST_fff_f): Take argument string.  Call new setup and
18981         cleanup macros.
18982         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
18983         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
18984         macros.
18985         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
18986         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
18987         macros.
18988         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
18989         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
18990         cleanup macros.
18991         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
18992         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
18993         cleanup macros.
18994         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
18995         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
18996         cleanup macros.
18997         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
18998         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
18999         macros.
19000         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19001         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19002         macros.
19003         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19004         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19005         macros.
19006         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19007         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19008         cleanup macros.
19009         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19010         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19011         cleanup macros.
19012         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19013         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19014         macros.
19015         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19016         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19017         cleanup macros.
19018         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19019         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19020         macros.
19021         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19022         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19023         macros.
19024         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19025         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19026         cleanup macros.
19027         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19029 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19031         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19032         to _sifields.sigfault.
19033         (si_addr_lsb): Define new macro.
19034         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19035         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19036         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19038 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19040         [BZ #15441]
19041         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19042         returns -1.
19043         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19044         null return -1.
19045         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19046         loading the domain.
19048 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19050         * math/gen-libm-test.pl (parse_args): Do not include expected
19051         result in test name.
19052         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19053         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19054         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19055         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19056         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19057         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19059 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19061         * benchtests/Makefile: Sort function entries.
19063         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19064         tanh, asinh, acosh, atanh.
19065         * benchtests/acos-inputs: New file.
19066         * benchtests/acosh-inputs: New file.
19067         * benchtests/asin-inputs: New file.
19068         * benchtests/asinh-inputs: New file.
19069         * benchtests/atanh-inputs: New file.
19070         * benchtests/cosh-inputs: New file.
19071         * benchtests/log-inputs: New file.
19072         * benchtests/sinh-inputs: New file.
19073         * benchtests/tanh-inputs: New file.
19075 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19077         [BZ #15339]
19078         * posix/tst-getaddrinfo4.c: New test.
19079         * posix/Makefile (tests): Add it.
19081 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19083         [BZ #15339]
19084         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19085         when no services were used.
19086         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19087         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19089 2013-05-21  Andreas Schwab  <schwab@suse.de>
19091         [BZ #15014]
19092         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19093         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19094         successful.
19095         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19096         redundant variable declarations and reallocation of buffer when
19097         parsing as IPv6 address.  Always set NSS status when called from
19098         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19099         buffer too small.  Correct computation of needed size.
19100         * nss/Makefile (tests): Add test-digits-dots.
19101         * nss/test-digits-dots.c: New test.
19103 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19105         * benchtests/Makefile: Remove instructions for adding
19106         benchmark tests.
19107         * benchtests/README: New file to explain how to execute and
19108         enhance the benchmark tests.
19110 2013-05-21  Andreas Schwab  <schwab@suse.de>
19112         [BZ #15493]
19113         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19114         * setjmp/tst-sigsetjmp.c: New test.
19116 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19118         * sysdeps/x86_64/memset.S (memset): New implementation.
19119         (__bzero): Likewise.
19120         (__memset_tail): New function.
19122 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19124         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19125         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19126         __memcpy_sse2_unaligned ifunc selection.
19127         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19128         Add memcpy-sse2-unaligned.S.
19129         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19130         Add: __memcpy_sse2_unaligned.
19132 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19134         [BZ #15490]
19135         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19136         math_force_eval before restoring floating-point envrionment.
19137         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19138         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19139         Likewise.
19140         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19141         <math_private.h>.
19142         (__nearbyintl): Use math_force_eval before restoring
19143         floating-point environment.
19144         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19146         * math/gen-libm-test.pl (special_functions): Remove.
19147         (parse_args): Don't handle TEST_extra.  Handle functions with no
19148         return value.
19149         * math/libm-test.inc (struct test_sincos_data): Replace with
19150         struct test_fFF_11_data.
19151         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19152         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19153         (sincos_test_data): Change element type to struct
19154         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19155         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19156         RUN_TEST_LOOP_sincos.
19157         * math/README.libm-test: Don't mention special handling of
19158         individual functions.
19159         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19160         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19161         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19162         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19163         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19166         * math/gen-libm-test.pl (get_variable): Remove function.
19167         (parse_args): Don't show pointer parameters to call in test
19168         names.  Use "extra output N" in test names for extra outputs
19169         rather than naming variables.
19171 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19173         [BZ #15488]
19174         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19175         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19176         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19177         double tests.
19178         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19179         disable.
19180         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19181         check_long_double.
19183         * math/gen-libm-test.pl (@tests): Remove variable.
19184         ($count): Likewise.
19185         (new_test): Remove function.
19186         (show_exceptions): New function.
19187         (special_functions): Use show_exceptions instead of new_test.
19188         (parse_args): Likewise.
19189         (generate_testfile): Pass only function name in generated call to
19190         print_max_error or print_complex_max_error.
19191         (get_ulps): Do not handle complex tests specially.
19192         (output_test): Rename to ...
19193         (get_all_ulps_for_test): ... this.  Return a string rather than
19194         printing to a file.  Require ulps to be present.
19195         (output_ulps): Generate arrays rather than #defines.
19196         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19197         (struct ulp_data): New type.
19198         (BUILD_COMPLEX_ULP): Remove macro.
19199         (compare_ulp_data): New function.
19200         (find_ulps): Likewise.
19201         (find_test_ulps): Likewise.
19202         (find_function_ulps): Likewise.
19203         (find_complex_function_ulps): Likewise.
19204         (print_max_error): Determine allowed ulps using
19205         find_function_ulps.
19206         (print_complex_max_error): Determine allowed ulps using
19207         find_complex_function_ulps.
19208         (check_float_internal): Determine max ulps using find_test_ulps.
19209         (check_float): Do not take max_ulp parameter.  Update call to
19210         check_float_internal.
19211         (check_complex): Likewise.
19212         (check_int): Do not take max_ulp parameter.
19213         (check_long): Likewise.
19214         (check_bool): Likewise.
19215         (check_longlong): Likewise.
19216         (struct test_f_f_data): Remove max_ulp field.
19217         (struct test_ff_f_data): Likewise.
19218         (struct test_ff_f_data_nexttoward): Likewise.
19219         (struct test_fi_f_data): Likewise.
19220         (struct test_fl_f_data): Likewise.
19221         (struct test_if_f_data): Likewise.
19222         (struct test_fff_f_data): Likewise.
19223         (struct test_c_f_data): Likewise.
19224         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19225         (struct test_fF_f1_data): Likewise.
19226         (struct test_ffI_f1_data): Likewise.
19227         (struct test_c_c_data): Remove max_ulp field.
19228         (struct test_cc_c_data): Likewise.
19229         (struct test_f_i_data): Likewise.
19230         (struct test_ff_i_data): Likewise.
19231         (struct test_f_l_data): Likewise.
19232         (struct test_f_L_data): Likewise.
19233         (struct test_sincos_data): Likewise.
19234         (RUN_TEST_f_f): Do not handle ulps.
19235         (RUN_TEST_LOOP_f_f): Likewise.
19236         (RUN_TEST_2_f): Likewise.
19237         (RUN_TEST_LOOP_2_f): Likewise.
19238         (RUN_TEST_fff_f): Likewise.
19239         (RUN_TEST_LOOP_fff_f): Likewise.
19240         (RUN_TEST_c_f): Likewise.
19241         (RUN_TEST_LOOP_c_f): Likewise.
19242         (RUN_TEST_f_f1): Likewise.
19243         (RUN_TEST_LOOP_f_f1): Likewise.
19244         (RUN_TEST_fF_f1): Likewise.
19245         (RUN_TEST_LOOP_fF_f1): Likewise.
19246         (RUN_TEST_fI_f1): Likewise.
19247         (RUN_TEST_LOOP_fI_f1): Likewise.
19248         (RUN_TEST_ffI_f1): Likewise.
19249         (RUN_TEST_LOOP_ffI_f1): Likewise.
19250         (RUN_TEST_c_c): Likewise.
19251         (RUN_TEST_LOOP_c_c): Likewise.
19252         (RUN_TEST_cc_c): Likewise.
19253         (RUN_TEST_LOOP_cc_c): Likewise.
19254         (RUN_TEST_f_i): Likewise.
19255         (RUN_TEST_LOOP_f_i): Likewise.
19256         (RUN_TEST_f_i_tg): Likewise.
19257         (RUN_TEST_LOOP_f_i_tg): Likewise.
19258         (RUN_TEST_ff_i_tg): Likewise.
19259         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19260         (RUN_TEST_f_b): Likewise.
19261         (RUN_TEST_LOOP_f_b): Likewise.
19262         (RUN_TEST_f_b_tg): Likewise.
19263         (RUN_TEST_LOOP_f_b_tg): Likewise.
19264         (RUN_TEST_f_l): Likewise.
19265         (RUN_TEST_LOOP_f_l): Likewise.
19266         (RUN_TEST_f_L): Likewise.
19267         (RUN_TEST_LOOP_f_L): Likewise.
19268         (RUN_TEST_sincos): Likewise.
19269         (RUN_TEST_LOOP_sincos): Likewise.
19271 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19273         [BZ #15480]
19274         [BZ #15485]
19275         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19276         main case of finite arguments, set rounding mode to FE_TONEAREST
19277         and discard exceptions.
19278         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19279         exceptions.
19280         (remainder_tonearest_test_data): New variable.
19281         (remainder_test_tonearest): New function.
19282         (remainder_towardzero_test_data): New variable.
19283         (remainder_test_towardzero): New function.
19284         (remainder_downward_test_data): New variable.
19285         (remainder_test_downward): New function.
19286         (remainder_upward_test_data): New variable.
19287         (remainder_test_upward): New function.
19288         (main): Call the new test functions.
19290         * math/libm-test.inc (struct test_f_f1_data): Remove field
19291         extra_init.
19292         (struct test_fF_f1_data): Likewise.
19293         (struct test_ffI_f1_data): Likewise.
19294         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19295         based on value of EXTRA_EXPECTED.
19296         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19297         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19298         EXTRA_VAR based on value of EXTRA_EXPECTED.
19299         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19300         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19301         EXTRA_VAR based on value of EXTRA_EXPECTED.
19302         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19303         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19304         EXTRA_VAR based on value of EXTRA_EXPECTED.
19305         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19306         * math/gen-libm-test.pl (parse_args): Don't output initializers
19307         for extra output values.
19309         * math/libm-test.inc (check_int): Expect result to be exactly
19310         equal to expected value and do not handle ulps.
19311         (check_long): Likewise.
19312         (check_longlong): Likewise.
19314         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19315         exceptions.
19316         (cimag_test_data): Likewise.
19317         (conj_test_data): Likewise.
19318         (copysign_test_data): Likewise.
19319         (cproj_test_data): Likewise.
19320         (creal_test_data): Likewise.
19321         (fabs_test_data): Likewise.
19322         (fdim_test_data): Likewise.
19323         (finite_test_data): Likewise.
19324         (floor_test_data): Likewise.
19325         (fmax_test_data): Likewise.
19326         (fmin_test_data): Likewise.
19327         (fmod_test_data): Likewise.
19328         (fpclassify_test_data): Likewise.
19329         (frexp_test_data): Likewise.
19330         (ilogb_test_data): Likewise.
19331         (isfinite_test_data): Likewise.
19332         (isgreater_test_data): Likewise.
19333         (isgreaterequal_test_data): Likewise.
19334         (isinf_test_data): Likewise.
19335         (isless_test_data): Likewise.
19336         (islessequal_test_data): Likewise.
19337         (islessgreater_test_data): Likewise.
19338         (isnan_test_data): Likewise.
19339         (isnormal_test_data): Likewise.
19340         (issignaling_test_data): Likewise.
19341         (isunordered_test_data): Likewise.
19342         (ldexp_test_data): Likewise.
19343         (lrint_test_data): Likewise.
19344         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19345         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19346         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19347         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19348         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19349         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19350         test input.
19351         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19352         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19353         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19354         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19355         that test input.
19356         (lrint_downward_test_data): Test for "inexact" exceptions.
19357         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19358         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19359         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19360         test input.
19361         (lrint_upward_test_data): Test for "inexact" exceptions.
19362         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19363         test input.
19364         (llrint_test_data): Test for "inexact" exceptions.
19365         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19366         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19367         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19368         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19369         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19370         (llrint_downward_test_data): Test for "inexact" exceptions.
19371         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19372         (llrint_upward_test_data): Test for "inexact" exceptions.
19373         (logb_test_data): Likewise.
19374         (logb_downward_test_data): Likewise.
19375         (nextafter_test_data): Likewise.
19376         (nexttoward_test_data): Likewise.
19377         (remainder_test_data): Likewise.
19378         (remquo_test_data): Likewise.
19379         (scalbn_test_data): Likewise.
19380         (scalbln_test_data): Likewise.
19381         (signbit_test_data): Likewise.
19382         (sqrt_test_data): Likewise.
19383         (significand_test_data): Likewise.
19385 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19387         [BZ #15424]
19388         * benchtests/bench-modf.c (struct args): Mark arg0 as
19389         volatile.
19390         * scripts/bench.pl: Mark members of struct args as volatile.
19392 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19394         [BZ # 15497]
19395         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19396         negative infinity on POWER6 or lower.
19397         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19399 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19401         [BZ #15442]
19402         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19403         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19404         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19405         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19406         (_FP_SETQNAN): New macro.
19407         (_FP_SETQNAN_SEMIRAW): Likewise.
19408         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19409         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19410         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19411         (FP_EXTEND): Use _FP_FRAC_SNANP.
19412         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19413         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19414         into account.
19415         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19416         New macro.
19417         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19418         Likewise.
19420 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19422         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
19423         with DIVIDE_BY_ZERO_EXCEPTION.
19424         (gamma_test_data): Likewise.
19425         (lgamma_test_data): Likewise.
19426         (log_test_data): Likewise.
19427         (log10_test_data): Likewise.
19428         (log2_test_data): Likewise.
19429         (tgamma_test_data): Likewise.
19431         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
19432         (acos_test_tonearest): Likewise.
19433         (acos_test_towardzero): Likewise.
19434         (acos_test_downward): Likewise.
19435         (acos_test_upward): Likewise.
19436         (acosh_test): Likewise.
19437         (asin_test): Likewise.
19438         (asin_test_tonearest): Likewise.
19439         (asin_test_towardzero): Likewise.
19440         (asin_test_downward): Likewise.
19441         (asin_test_upward): Likewise.
19442         (asinh_test): Likewise.
19443         (atan_test): Likewise.
19444         (atanh_test): Likewise.
19445         (atan2_test): Likewise.
19446         (cabs_test): Likewise.
19447         (cacos_test): Likewise.
19448         (cacosh_test): Likewise.
19449         (casin_test): Likewise.
19450         (casinh_test): Likewise.
19451         (catan_test): Likewise.
19452         (catanh_test): Likewise.
19453         (cbrt_test): Likewise.
19454         (ccos_test): Likewise.
19455         (ccosh_test): Likewise.
19456         (cexp_test): Likewise.
19457         (clog_test): Likewise.
19458         (clog10_test): Likewise.
19459         (cos_test): Likewise.
19460         (cos_test_tonearest): Likewise.
19461         (cos_test_towardzero): Likewise.
19462         (cos_test_downward): Likewise.
19463         (cos_test_upward): Likewise.
19464         (cosh_test): Likewise.
19465         (cosh_test_tonearest): Likewise.
19466         (cosh_test_towardzero): Likewise.
19467         (cosh_test_downward): Likewise.
19468         (cosh_test_upward): Likewise.
19469         (cpow_test): Likewise.
19470         (csin_test): Likewise.
19471         (csinh_test): Likewise.
19472         (csqrt_test): Likewise.
19473         (ctan_test): Likewise.
19474         (ctan_test_tonearest): Likewise.
19475         (ctan_test_towardzero): Likewise.
19476         (ctan_test_downward): Likewise.
19477         (ctan_test_upward): Likewise.
19478         (ctanh_test): Likewise.
19479         (ctanh_test_tonearest): Likewise.
19480         (ctanh_test_towardzero): Likewise.
19481         (ctanh_test_downward): Likewise.
19482         (ctanh_test_upward): Likewise.
19483         (erf_test): Likewise.
19484         (erfc_test): Likewise.
19485         (exp_test): Likewise.
19486         (exp_test_tonearest): Likewise.
19487         (exp_test_towardzero): Likewise.
19488         (exp_test_downward): Likewise.
19489         (exp_test_upward): Likewise.
19490         (exp10_test): Likewise.
19491         (exp2_test): Likewise.
19492         (expm1_test): Likewise.
19493         (fmod_test): Likewise.
19494         (gamma_test): Likewise.
19495         (hypot_test): Likewise.
19496         (j0_test): Likewise.
19497         (j1_test): Likewise.
19498         (jn_test): Likewise.
19499         (lgamma_test): Likewise.
19500         (log_test): Likewise.
19501         (log10_test): Likewise.
19502         (log1p_test): Likewise.
19503         (log2_test): Likewise.
19504         (logb_test_downward): Likewise.
19505         (pow_test): Likewise.
19506         (pow_test_tonearest): Likewise.
19507         (pow_test_towardzero): Likewise.
19508         (pow_test_downward): Likewise.
19509         (pow_test_upward): Likewise.
19510         (remainder_test): Likewise.
19511         (remquo_test): Likewise.
19512         (sin_test): Likewise.
19513         (sin_test_tonearest): Likewise.
19514         (sin_test_towardzero): Likewise.
19515         (sin_test_downward): Likewise.
19516         (sin_test_upward): Likewise.
19517         (sincos_test): Likewise.
19518         (sinh_test): Likewise.
19519         (sinh_test_tonearest): Likewise.
19520         (sinh_test_towardzero): Likewise.
19521         (sinh_test_downward): Likewise.
19522         (sinh_test_upward): Likewise.
19523         (sqrt_test): Likewise.
19524         (tan_test): Likewise.
19525         (tan_test_tonearest): Likewise.
19526         (tan_test_towardzero): Likewise.
19527         (tan_test_downward): Likewise.
19528         (tan_test_upward): Likewise.
19529         (tanh_test): Likewise.
19530         (tgamma_test): Likewise.
19531         (y0_test): Likewise.
19532         (y1_test): Likewise.
19533         (yn_test): Likewise.
19535         * math/gen-libm-test.pl (adjust_arg): Remove function.
19536         (special_function): Remove argument $in_func.  Only handle
19537         generating output for tables of tests, not inside functions.
19538         (parse_args): Likewise.
19539         (generate_testfile): Remove variable $in_func.  Update call to
19540         parse_args.
19541         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
19542         (MINUS_ZERO_INIT): Rename macro to minus_zero.
19543         (PLUS_INFTY_INIT): Rename macro to plus_infty.
19544         (MINUS_INFTY_INIT): Rename macro to minus_infty.
19545         (QNAN_VALUE_INIT): Rename macro to qnan_value.
19546         (MAX_VALUE_INIT): Rename macro to max_value.
19547         (MIN_VALUE_INIT): Rename macro to min_value.
19548         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
19549         (plus_zero): Remove variable.
19550         (minus_zero): Likewise.
19551         (plus_infty): Likewise.
19552         (minus_infty): Likewise.
19553         (qnan_value): Likewise.
19554         (max_value): Likewise.
19555         (min_value): Likewise.
19556         (min_subnorm_value): Likewise.
19558 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19560         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
19561         uint64_t or uint32_t usage.
19562         * crypt/sha256-block.c: Likewise.
19563         * crypt/sha256-crypt.c: Likewise.
19564         * crypt/sha256.c: Likewise.
19565         * crypt/sha512-block.c: Likewise.
19566         * crypt/sha512-crypt.c: Likewise.
19567         * crypt/sha512.c: Likewise.
19568         * debug/backtrace-tst.c: Likewise.
19569         * debug/pcprofiledump.c: Likewise.
19570         * elf/cache.c: Likewise.
19571         * elf/dl-cache.c: Likewise.
19572         * elf/dl-misc.c: Likewise.
19573         * elf/dl-profile.c: Likewise.
19574         * elf/dl-support.c: Likewise.
19575         * elf/ldconfig.c: Likewise.
19576         * elf/sprof.c: Likewise.
19577         * iconv/dummy-repertoire.c: Likewise.
19578         * iconv/iconv_charmap.c: Likewise.
19579         * iconv/skeleton.c: Likewise.
19580         * iconvdata/8bit-generic.c: Likewise.
19581         * iconvdata/cp737.h: Likewise.
19582         * iconvdata/cp775.h: Likewise.
19583         * iconvdata/ibm1008.h: Likewise.
19584         * iconvdata/ibm1025.h: Likewise.
19585         * iconvdata/ibm1046.h: Likewise.
19586         * iconvdata/ibm1097.h: Likewise.
19587         * iconvdata/ibm1112.h: Likewise.
19588         * iconvdata/ibm1122.h: Likewise.
19589         * iconvdata/ibm1123.h: Likewise.
19590         * iconvdata/ibm1124.h: Likewise.
19591         * iconvdata/ibm1129.h: Likewise.
19592         * iconvdata/ibm1130.h: Likewise.
19593         * iconvdata/ibm1132.h: Likewise.
19594         * iconvdata/ibm1133.h: Likewise.
19595         * iconvdata/ibm1137.h: Likewise.
19596         * iconvdata/ibm1140.h: Likewise.
19597         * iconvdata/ibm1141.h: Likewise.
19598         * iconvdata/ibm1142.h: Likewise.
19599         * iconvdata/ibm1143.h: Likewise.
19600         * iconvdata/ibm1144.h: Likewise.
19601         * iconvdata/ibm1145.h: Likewise.
19602         * iconvdata/ibm1146.h: Likewise.
19603         * iconvdata/ibm1147.h: Likewise.
19604         * iconvdata/ibm1148.h: Likewise.
19605         * iconvdata/ibm1149.h: Likewise.
19606         * iconvdata/ibm1153.h: Likewise.
19607         * iconvdata/ibm1154.h: Likewise.
19608         * iconvdata/ibm1155.h: Likewise.
19609         * iconvdata/ibm1156.h: Likewise.
19610         * iconvdata/ibm1157.h: Likewise.
19611         * iconvdata/ibm1158.h: Likewise.
19612         * iconvdata/ibm1160.h: Likewise.
19613         * iconvdata/ibm1161.h: Likewise.
19614         * iconvdata/ibm1162.h: Likewise.
19615         * iconvdata/ibm1163.h: Likewise.
19616         * iconvdata/ibm1164.h: Likewise.
19617         * iconvdata/ibm1166.h: Likewise.
19618         * iconvdata/ibm1167.h: Likewise.
19619         * iconvdata/ibm12712.h: Likewise.
19620         * iconvdata/ibm1390.h: Likewise.
19621         * iconvdata/ibm1399.h: Likewise.
19622         * iconvdata/ibm16804.h: Likewise.
19623         * iconvdata/ibm4517.h: Likewise.
19624         * iconvdata/ibm4899.h: Likewise.
19625         * iconvdata/ibm4909.h: Likewise.
19626         * iconvdata/ibm4971.h: Likewise.
19627         * iconvdata/ibm5347.h: Likewise.
19628         * iconvdata/ibm803.h: Likewise.
19629         * iconvdata/ibm856.h: Likewise.
19630         * iconvdata/ibm901.h: Likewise.
19631         * iconvdata/ibm902.h: Likewise.
19632         * iconvdata/ibm9030.h: Likewise.
19633         * iconvdata/ibm9066.h: Likewise.
19634         * iconvdata/ibm921.h: Likewise.
19635         * iconvdata/ibm922.h: Likewise.
19636         * iconvdata/ibm9448.h: Likewise.
19637         * iconvdata/isiri-3342.h: Likewise.
19638         * iconvdata/jis0201.h: Likewise.
19639         * include/link.h: Likewise.
19640         * include/netdb.h: Likewise.
19641         * inet/check_native.c: Likewise.
19642         * inet/check_pf.c: Likewise.
19643         * inet/getipv4sourcefilter.c: Likewise.
19644         * inet/getnameinfo.c: Likewise.
19645         * inet/getsourcefilter.c: Likewise.
19646         * inet/htonl.c: Likewise.
19647         * inet/setipv4sourcefilter.c: Likewise.
19648         * inet/setsourcefilter.c: Likewise.
19649         * inet/test-inet6_opt.c: Likewise.
19650         * inet/tst-network.c: Likewise.
19651         * locale/C-collate.c: Likewise.
19652         * locale/C-ctype.c: Likewise.
19653         * locale/C-time.c: Likewise.
19654         * locale/C-translit.h: Likewise.
19655         * locale/loadarchive.c: Likewise.
19656         * locale/programs/3level.h: Likewise.
19657         * locale/programs/charmap.c: Likewise.
19658         * locale/programs/charmap.h: Likewise.
19659         * locale/programs/ld-address.c: Likewise.
19660         * locale/programs/ld-collate.c: Likewise.
19661         * locale/programs/ld-ctype.c: Likewise.
19662         * locale/programs/ld-identification.c: Likewise.
19663         * locale/programs/ld-measurement.c: Likewise.
19664         * locale/programs/ld-messages.c: Likewise.
19665         * locale/programs/ld-monetary.c: Likewise.
19666         * locale/programs/ld-name.c: Likewise.
19667         * locale/programs/ld-numeric.c: Likewise.
19668         * locale/programs/ld-paper.c: Likewise.
19669         * locale/programs/ld-telephone.c: Likewise.
19670         * locale/programs/ld-time.c: Likewise.
19671         * locale/programs/linereader.c: Likewise.
19672         * locale/programs/locale.c: Likewise.
19673         * locale/programs/locarchive.c: Likewise.
19674         * locale/programs/locfile.h: Likewise.
19675         * locale/programs/repertoire.c: Likewise.
19676         * locale/programs/simple-hash.c: Likewise.
19677         * locale/programs/simple-hash.h: Likewise.
19678         * malloc/memusage.c: Likewise.
19679         * malloc/memusagestat.c: Likewise.
19680         * nis/nis_defaults.c: Likewise.
19681         * nis/nis_hash.c: Likewise.
19682         * nis/nis_print.c: Likewise.
19683         * nis/nis_xdr.c: Likewise.
19684         * nscd/connections.c: Likewise.
19685         * nscd/hstcache.c: Likewise.
19686         * nscd/nscd_gethst_r.c: Likewise.
19687         * nscd/nscd_getserv_r.c: Likewise.
19688         * nscd/nscd_helper.c: Likewise.
19689         * nscd/servicescache.c: Likewise.
19690         * nss/makedb.c: Likewise.
19691         * nss/nss_db/db-XXX.c: Likewise.
19692         * nss/nss_db/db-initgroups.c: Likewise.
19693         * nss/nss_db/db-netgrp.c: Likewise.
19694         * nss/nss_files/files-network.c: Likewise.
19695         * nss/nss_files/files-parse.c: Likewise.
19696         * posix/bug-regex5.c: Likewise.
19697         * posix/fnmatch_loop.c: Likewise.
19698         * posix/regcomp.c: Likewise.
19699         * posix/regexec.c: Likewise.
19700         * posix/tst-rfc3484-2.c: Likewise.
19701         * posix/tst-rfc3484-3.c: Likewise.
19702         * posix/tst-rfc3484.c: Likewise.
19703         * resolv/nss_dns/dns-canon.c: Likewise.
19704         * resolv/nss_dns/dns-network.c: Likewise.
19705         * resolv/res_init.c: Likewise.
19706         * resolv/res_mkquery.c: Likewise.
19707         * resolv/tst-aton.c: Likewise.
19708         * stdlib/cxa_atexit.c: Likewise.
19709         * stdlib/cxa_finalize.c: Likewise.
19710         * stdlib/gen-fpioconst.c: Likewise.
19711         * stdlib/strtol_l.c: Likewise.
19712         * string/tst-endian.c: Likewise.
19713         * sunrpc/auth_des.c: Likewise.
19714         * sunrpc/clnt_udp.c: Likewise.
19715         * sunrpc/rtime.c: Likewise.
19716         * sunrpc/svcauth_des.c: Likewise.
19717         * sunrpc/xdr.c: Likewise.
19718         * sunrpc/xdr_intXX_t.c: Likewise.
19719         * sunrpc/xdr_rec.c: Likewise.
19720         * sysdeps/generic/ldconfig.h: Likewise.
19721         * sysdeps/generic/ldsodefs.h: Likewise.
19722         * sysdeps/generic/memusage.h: Likewise.
19723         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
19724         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
19725         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
19726         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
19727         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19728         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
19729         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
19730         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
19731         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19732         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19733         * sysdeps/posix/getaddrinfo.c: Likewise.
19734         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
19735         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
19736         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
19737         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
19738         * sysdeps/powerpc/test-gettimebase.c: Likewise.
19739         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
19740         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
19741         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
19742         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
19743         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
19744         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
19745         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
19746         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
19747         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
19748         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
19749         * sysdeps/x86_64/dl-tls.h: Likewise.
19750         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
19751         * time/alt_digit.c: Likewise.
19752         * time/era.c: Likewise.
19753         * wcsmbs/tst-c16c32-1.c: Likewise.
19755 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19757         * math/libm-test.inc (struct test_sincos_data): New type.
19758         (RUN_TEST_LOOP_sincos): New macro.
19759         (sincos_test_data): New variable.
19760         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
19762 2013-05-16  Richard Henderson  <rth@redhat.com>
19764         * math/atest-exp2.c (LIMB64): New macro.
19765         (CONSTSZ): New macro.
19766         (mp_exp1, mp_exp_m1, mp_log2): New variables.
19767         (hexdig): Move ...
19768         (print_mpn_fp): ... to function scope.
19769         (read_mpn_hex): Remove.
19770         (get_log2): Remove.
19771         (exp2_mpn): Use mp_log2.
19772         (main): Use mp_exp1.
19774 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19776         * math/libm-test.inc: Remove comment about not testing "inexact"
19777         exceptions.
19778         (INEXACT_EXCEPTION): New macro.
19779         (NO_INEXACT_EXCEPTION): Likewise.
19780         (INVALID_EXCEPTION_OK): Update value.
19781         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
19782         (OVERFLOW_EXCEPTION_OK): Likewise.
19783         (UNDERFLOW_EXCEPTION_OK): Likewise.
19784         (IGNORE_ZERO_INF_SIGN): Likewise.
19785         (ERRNO_UNCHANGED): Likewise.
19786         (ERRNO_EDOM): Likewise.
19787         (ERRNO_ERANGE): Likewise.
19788         (test_exceptions): Handle testing "inexact" exceptions.
19789         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
19790         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
19791         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
19792         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
19793         INEXACT_EXCEPTION.
19794         (rint_towardzero_test_data): Likewise.
19795         (rint_downward_test_data): Likewise.
19796         (rint_upward_test_data): Likewise.
19798         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
19799         with OVERFLOW_EXCEPTION.
19800         (exp10_test_data): Likewise.
19801         (exp2_test_data): Likewise.
19802         (expm1_test_data): Likewise.
19803         (lgamma_test_data): Likewise.
19804         (pow_test_data): Likewise.
19805         (tgamma_test_data): Likewise.
19806         (yn_test_data): Remove duplicate test of overflow.
19808         * math/libm-test.inc (struct test_cc_c_data): New type.
19809         (RUN_TEST_LOOP_cc_c): New macro.
19810         (cpow_test_data): New variable.
19811         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
19813         * math/libm-test.inc (struct test_f_L_data): New type.
19814         (RUN_TEST_LOOP_f_L): New macro.
19815         (llrint_test_data): New variable.
19816         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
19817         (llrint_tonearest_test_data): New variable.
19818         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
19819         (llrint_towardzero_test_data): New variable.
19820         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
19821         (llrint_downward_test_data): New variable.
19822         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
19823         (llrint_upward_test_data): New variable.
19824         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
19825         (llround_test_data): New variable.
19826         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
19828 2013-05-13  Peter Collingbourne  <pcc@google.com>
19830         * math/atest-exp2.c (get_log2): Remove const attribute.
19832 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19834         * math/libm-test.inc (struct test_f_l_data): New type.
19835         (RUN_TEST_LOOP_f_l): New macro.
19836         (lrint_test_data): New variable.
19837         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
19838         (lrint_tonearest_test_data): New variable.
19839         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
19840         (lrint_towardzero_test_data): New variable.
19841         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
19842         (lrint_downward_test_data): New variable.
19843         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
19844         (lrint_upward_test_data): New variable.
19845         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
19846         (lround_test_data): New variable.
19847         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
19849 2013-05-15  Peter Collingbourne  <pcc@google.com>
19851         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
19852         (EXTRACT_WORDS64) Use where appropriate.
19853         (INSERT_WORDS64) Likewise.
19855         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
19856         constraints with x constraints.
19857         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
19859         * malloc/obstack.c (_obstack_compat): Add initializer.
19861 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19863         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
19864         si_trapno and add si_addr_lsb to _sifields.sigfault.
19865         (si_trapno): Remove macro.
19866         (si_addr_lsb): Define new macro.
19867         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19869 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19871         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
19872         instead of TEST_f_l.
19873         (llrint_test_tonearest): Likewise.
19874         (llrint_test_towardzero): Likewise.
19875         (llrint_test_downward): Likewise.
19876         (llrint_test_upward): Likewise.
19877         (llround_test): Likewise.
19879         * math/libm-test.inc (struct test_f_i_data): Add comment.
19880         (RUN_TEST_LOOP_f_b): New macro.
19881         (RUN_TEST_LOOP_f_b_tg): Likewise.
19882         (finite_test_data): New variable.
19883         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
19884         (isfinite_test_data): New variable.
19885         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19886         (isinf_test_data): New variable.
19887         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19888         (isnan_test_data): New variable.
19889         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19890         (isnormal_test_data): New variable.
19891         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19892         (issignaling_test_data): New variable.
19893         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19894         (signbit_test_data): New variable.
19895         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19897         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
19898         with INVALID_EXCEPTION.
19899         (acosh_test_data): Likewise.
19900         (asin_test_data): Likewise.
19901         (atanh_test_data): Likewise.
19902         (fmod_test_data): Likewise.
19903         (log_test_data): Likewise.
19904         (log10_test_data): Likewise.
19905         (log2_test_data): Likewise.
19906         (pow_test_data): Likewise.
19907         (sqrt_test_data): Likewise.
19908         (y0_test_data): Likewise.
19909         (y1_test_data): Likewise.
19910         (yn_test_data): Likewise.
19912         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
19913         function contents.
19915         * math/libm-test.inc (struct test_ff_i_data): New type.
19916         (RUN_TEST_LOOP_ff_i_tg): New macro.
19917         (isgreater_test_data): New variable.
19918         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19919         (isgreaterequal_test_data): New variable.
19920         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19921         (isless_test_data): New variable.
19922         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19923         (islessequal_test_data): New variable.
19924         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19925         (islessgreater_test_data): New variable.
19926         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19927         (isunordered_test_data): New variable.
19928         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19930 2013-05-14  David S. Miller  <davem@davemloft.net>
19932         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19934 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
19936         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
19938         * math/libm-test.inc (struct test_fF_f1_data): Change type of
19939         extra_test to int.
19940         (struct test_f_i_data): Change type of max_ulp to int.
19942         * math/libm-test.inc (test_ffI_f1_data): New type.
19943         (RUN_TEST_LOOP_ffI_f1): New macro.
19944         (remquo_test_data): New variable.
19945         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
19947         * setjmp/tst-setjmp-fp.c: New file.
19948         * setjmp/Makefile (tests): Add tst-setjmp-fp.
19949         (link-libm): New variable.
19950         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
19952         * math/libm-test.inc (struct test_f_i_data): New type.
19953         (RUN_TEST_LOOP_f_i): New macro.
19954         (RUN_TEST_LOOP_f_i_tg): Likewise.
19955         (fpclassify_test_data): New variable.
19956         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
19957         (ilogb_test_data): New variable.
19958         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
19960         * math/libm-test.inc (scalbln_test): Correct function name in END
19961         call.
19963         * math/libm-test.inc (struct test_f_f1_data): Add comment.
19964         (RUN_TEST_LOOP_fI_f1): New macro.
19965         (frexp_test_data): New variable.
19966         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
19968         * math/libm-test.inc (struct test_fF_f1_data): New type.
19969         (RUN_TEST_LOOP_fF_f1): New macro.
19970         (modf_test_data): New variable.
19971         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
19973         * math/libm-test.inc (struct test_f_f1_data): New type.
19974         (RUN_TEST_LOOP_f_f1): New macro.
19975         (gamma_test_data): New variable.
19976         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19977         (lgamma_test_data): New variable.
19978         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19980 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
19982         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
19983         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
19984         (main): Comment "tls" pseudo-hwcap.
19986 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
19988         * math/libm-test.inc (struct test_fl_f_data): New type.
19989         (RUN_TEST_LOOP_fl_f): New variable.
19990         (scalbln_test_data): New variable.
19991         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
19993         * math/libm-test.inc (struct test_fi_f_data): New type.
19994         (RUN_TEST_LOOP_fi_f): New macro.
19995         (ldexp_test_data): New variable.
19996         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
19997         (scalbn_test_data): New variable.
19998         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20000         * math/libm-test.inc (struct test_c_f_data): New type.
20001         (RUN_TEST_LOOP_c_f): New macro.
20002         (cabs_test_data): New variable.
20003         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20004         (carg_test_data): New variable.
20005         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20006         (cimag_test_data): New variable.
20007         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20008         (creal_test_data): New variable.
20009         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20011         * math/libm-test.inc (struct test_if_f_data): New type.
20012         (RUN_TEST_LOOP_if_f): New macro.
20013         (jn_test_data): New variable.
20014         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20015         (yn_test_data): New variable.
20016         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20018         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20020 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20022         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20023         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20025 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20027         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20028         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20029         (bench-deps): Add bench-timing.h.
20030         * benchtests-bench-skeleton.c: Include bench-timing.h.
20031         (main): Use TIMING_* macros instead of clock_gettime.
20032         * benchtests/bench-timing.h: New file.
20034         [BZ #14582]
20035         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20036         Renamed from _LIB_VERSION.
20037         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20039 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20041         * math/libm-test.inc (struct test_fff_f_data): New type.
20042         (RUN_TEST_LOOP_fff_f): New macro.
20043         (fma_test_data): New variable.
20044         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20045         (fma_towardzero_test_data): New variable.
20046         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20047         (fma_downward_test_data): New variable.
20048         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20049         (fma_upward_test_data): New variable.
20050         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20052         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20053         (struct test_c_c_data): New type.
20054         (RUN_TEST_LOOP_c_c): New macro.
20055         (cacos_test_data): New variable.
20056         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20057         (cacosh_test_data): New variable.
20058         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20059         (casin_test_data): New variable.
20060         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20061         (casinh_test_data): New variable.
20062         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20063         (catan_test_data): New variable.
20064         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20065         (catanh_test_data): New variable.
20066         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20067         (ccos_test_data): New variable.
20068         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20069         (ccosh_test_data): New variable.
20070         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20071         (cexp_test_data): New variable.
20072         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20073         (clog_test_data): New variable.
20074         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20075         (clog10_test_data): New variable.
20076         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20077         (conj_test_data): New variable.
20078         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20079         (cproj_test_data): New variable.
20080         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20081         (csin_test_data): New variable.
20082         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20083         (csinh_test_data): New variable.
20084         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20085         (csqrt_test_data): New variable.
20086         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20087         (ctan_test_data): New variable.
20088         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20089         (ctan_tonearest_test_data): New variable.
20090         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20091         (ctan_towardzero_test_data): New variable.
20092         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20093         (ctan_downward_test_data): New variable.
20094         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20095         (ctan_upward_test_data): New variable.
20096         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20097         (ctanh_test_data): New variable.
20098         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20099         (ctanh_tonearest_test_data): New variable.
20100         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20101         (ctanh_towardzero_test_data): New variable.
20102         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20103         (ctanh_downward_test_data): New variable.
20104         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20105         (ctanh_upward_test_data): New variable.
20106         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20107         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20108         of BUILD_COMPLEX.
20110         * math/libm-test.inc (struct test_ff_f_data): New type.
20111         (struct test_ff_f_data_nexttoward): Likewise.
20112         (RUN_TEST_LOOP_2_f): New macro.
20113         (RUN_TEST_LOOP_ff_f): Likewise.
20114         (atan2_test_data): New variable.
20115         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20116         (copysign_test_data): New variable.
20117         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20118         (fdim_test_data): New variable.
20119         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20120         (fmax_test_data): New variable.
20121         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20122         (fmin_test_data): New variable.
20123         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20124         (fmod_test_data): New variable.
20125         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20126         (hypot_test_data): New variable.
20127         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20128         (nextafter_test_data): New variable.
20129         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20130         (nexttoward_test_data): New variable.
20131         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20132         (pow_test_data): New variable.
20133         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20134         (pow_tonearest_test_data): New variable.
20135         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20136         (pow_towardzero_test_data): New variable.
20137         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20138         (pow_downward_test_data): New variable.
20139         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20140         (pow_upward_test_data): New variable.
20141         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20142         (remainder_test_data): New variable.
20143         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20144         (scalb_test_data): New variable.
20145         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20146         * sysdeps/i386/fpu/libm-test-ulps: Update.
20148 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20150         * math/libm-test.inc (fma_test): Use max_value instead of local
20151         variable fltmax.
20152         (nextafter_test): Likewise.
20154         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20155         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20156         (acos_downward_test_data): New variable.
20157         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20158         (acos_upward_test_data): New variable.
20159         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20160         (acosh_test_data): New variable.
20161         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20162         (asin_test_data): New variable.
20163         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20164         (asin_tonearest_test_data): New variable.
20165         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20166         (asin_towardzero_test_data): New variable.
20167         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20168         (asin_downward_test_data): New variable.
20169         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20170         (asin_upward_test_data): New variable.
20171         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20172         (asinh_test_data): New variable.
20173         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20174         (atan_test_data): New variable.
20175         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20176         (atanh_test_data): New variable.
20177         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20178         (cbrt_test_data): New variable.
20179         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20180         (ceil_test_data): New variable.
20181         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20182         (cos_test_data): New variable.
20183         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20184         (cos_tonearest_test_data): New variable.
20185         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20186         (cos_towardzero_test_data): New variable.
20187         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20188         (cos_downward_test_data): New variable.
20189         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20190         (cos_upward_test_data): New variable.
20191         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20192         (cosh_test_data): New variable.
20193         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20194         (cosh_tonearest_test_data): New variable.
20195         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20196         (cosh_towardzero_test_data): New variable.
20197         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20198         (cosh_downward_test_data): New variable.
20199         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20200         (cosh_upward_test_data): New variable.
20201         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20202         (erf_test_data): New variable.
20203         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20204         (erfc_test_data): New variable.
20205         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20206         (exp_test_data): New variable.
20207         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20208         (exp_tonearest_test_data): New variable.
20209         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20210         (exp_towardzero_test_data): New variable.
20211         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20212         (exp_downward_test_data): New variable.
20213         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20214         (exp_upward_test_data): New variable.
20215         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20216         (exp10_test_data): New variable.
20217         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20218         (exp2_test_data): New variable.
20219         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20220         (expm1_test_data): New variable.
20221         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20222         (fabs_test_data): New variable.
20223         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20224         (floor_test_data): New variable.
20225         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20226         (j0_test_data): New variable.
20227         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20228         (j1_test_data): New variable.
20229         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20230         (log_test_data): New variable.
20231         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20232         (log10_test_data): New variable.
20233         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20234         (log1p_test_data): New variable.
20235         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20236         (log2_test_data): New variable.
20237         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20238         (logb_test_data): New variable.
20239         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20240         (logb_downward_test_data): New variable.
20241         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20242         (nearbyint_test_data): New variable.
20243         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20244         (rint_test_data): New variable.
20245         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20246         (rint_tonearest_test_data): New variable.
20247         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20248         (rint_towardzero_test_data): New variable.
20249         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20250         (rint_downward_test_data): New variable.
20251         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20252         (rint_upward_test_data): New variable.
20253         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20254         (round_test_data): New variable.
20255         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20256         (sin_test_data): New variable.
20257         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20258         (sin_tonearest_test_data): New variable.
20259         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20260         (sin_towardzero_test_data): New variable.
20261         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20262         (sin_downward_test_data): New variable.
20263         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20264         (sin_upward_test_data): New variable.
20265         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20266         (sinh_test_data): New variable.
20267         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20268         (sinh_tonearest_test_data): New variable.
20269         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20270         (sinh_towardzero_test_data): New variable.
20271         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20272         (sinh_downward_test_data): New variable.
20273         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20274         (sinh_upward_test_data): New variable.
20275         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20276         (sqrt_test_data): New variable.
20277         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20278         (tan_test_data): New variable.
20279         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20280         (tan_tonearest_test_data): New variable.
20281         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20282         (tan_towardzero_test_data): New variable.
20283         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20284         (tan_downward_test_data): New variable.
20285         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20286         (tan_upward_test_data): New variable.
20287         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20288         (tanh_test_data): New variable.
20289         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20290         (tgamma_test_data): New variable.
20291         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20292         (trunc_test_data): New variable.
20293         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20294         (y0_test_data): New variable.
20295         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20296         (y1_test_data): New variable.
20297         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20298         (significand_test_data): New variable.
20299         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20301 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20303         [BZ #12387]
20304         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20306 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20308         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20310 2013-05-10  Andreas Jaeger  <aj@suse.de>
20312         [BZ #15448]
20313         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20314         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20316 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20318         * math/gen-libm-test.pl (adjust_arg): New function.
20319         (special_functions): Handle generating output in both functions
20320         and arrays.
20321         (parse_args): Likewise.
20322         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20323         $in_func argument to parse_args.
20324         * math/libm-test.inc (struct test_f_f_data): New type.
20325         (IF_ROUND_INIT_): New macro.
20326         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20327         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20328         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20329         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20330         (ROUND_RESTORE_): Likewise.
20331         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20332         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20333         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20334         (ROUND_RESTORE_FE_UPWARD): Likewise.
20335         (RUN_TEST_LOOP_f_f): New macro.
20336         (acos_test_data): New variable.
20337         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20338         (acos_tonearest_test_data): New variable.
20339         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20341 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20343         * benchtests/bench-skeleton.c (startup): Fix coding style.
20345 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20347         [BZ #6809]
20348         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20349         negative infinity argument.
20350         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20351         negative infinity argument.
20352         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20353         negative infinity argument.
20354         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20355         domain errors.
20357 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20359         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20360         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20361         * iconv/iconv_prog.c (main): Likewise.
20362         * locale/programs/charmap-dir.c (charmap_readdir)
20363         (fopen_uncompressed): Likewise.
20364         * locale/programs/locfile.c (siblings_uncached)
20365         (write_locale_data): Use lstat64 instead of lstat.
20366         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20367         stat.
20369 2013-05-10  Andreas Jaeger  <aj@suse.de>
20371         [BZ #15395]
20372         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20373         localization.
20374         Include <locale.h>.
20376 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20378         * elf/dl-close.c (_dl_close_worker): Add comments.
20380 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20382         [BZ #15359]
20383         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20384         high part of pi/2.
20385         (__ieee754_rem_pio2l): Update comments.
20387         [BZ #15429]
20388         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20389         high part of pi/2.
20390         (__ieee754_rem_pio2l): Update comments.
20392         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20393         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20395         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20396         M_PI_4l.
20398         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20399         (M_PI_34_LOG10El): Likewise.
20400         (M_PI2_LOG10El): Likewise.
20401         (M_PI4_LOG10El): Likewise.
20402         (M_PI_LOG10El): Likewise.
20404 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20408 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20410         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20411         (MINUS_ZERO_INIT): Likewise.
20412         (PLUS_INFTY_INIT): Likewise.
20413         (MINUS_INFTY_INIT): Likewise.
20414         (QNAN_VALUE_INIT): Likewise.
20415         (MAX_VALUE_INIT): Likewise.
20416         (MIN_VALUE_INIT): Likewise.
20417         (MIN_SUBNORM_VALUE_INIT): Likewise.
20418         (plus_zero): Initialize with PLUS_ZERO_INIT.
20419         (minus_zero): Initialize with MINUS_ZERO_INIT.
20420         (plus_infty): Initialize with PLUS_INFTY_INIT.
20421         (minus_infty): Initialize with MINUS_INFTY_INIT.
20422         (qnan_value): Initialize with QNAN_VALUE_INIT.
20423         (max_value): Initialize with MAX_VALUE_INIT.
20424         (min_value): Initialize with MIN_VALUE_INIT.
20425         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
20427         * math/libm-test.inc (RUN_TEST_if_f): New macro.
20428         (jn_test): Use TEST_if_f instead of TEST_ff_f.
20429         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
20430         (yn_test): Use TEST_if_f instead of TEST_ff_f.
20432         * math/libm-test.inc (RUN_TEST_f_f): New macro.
20433         (RUN_TEST_2_f): Likewise.
20434         (RUN_TEST_ff_f): Likewise.
20435         (RUN_TEST_fi_f): Likewise.
20436         (RUN_TEST_fl_f): Likewise.
20437         (RUN_TEST_fff_f): Likewise.
20438         (RUN_TEST_c_f): Likewise.
20439         (RUN_TEST_f_f1): Likewise.
20440         (RUN_TEST_fF_f1): Likewise.
20441         (RUN_TEST_fI_f1): Likewise.
20442         (RUN_TEST_ffI_f1): Likewise.
20443         (RUN_TEST_c_c): Likewise.
20444         (RUN_TEST_cc_c): Likewise.
20445         (RUN_TEST_f_i): Likewise.
20446         (RUN_TEST_f_i_tg): Likewise.
20447         (RUN_TEST_ff_i_tg): Likewise.
20448         (RUN_TEST_f_b): Likewise.
20449         (RUN_TEST_f_b_tg): Likewise.
20450         (RUN_TEST_f_l): Likewise.
20451         (RUN_TEST_f_L): Likewise.
20452         (RUN_TEST_sincos): Likewise.
20453         * math/gen-libm-test.pl (new_test): Take new argument to indicate
20454         whether to show exceptions.  Do not include ");\n" in return
20455         value.
20456         (special_functions): Output call to RUN_TEST_sincos instead of
20457         check_float calls.  Update calls to new_test.
20458         (parse_args): Output call to single RUN_TEST_* macro instead of
20459         check_* calls and other assignments.  Update calls to new_test.
20461         [BZ #2546]
20462         [BZ #2560]
20463         [BZ #5159]
20464         [BZ #15426]
20465         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
20466         input to result for tgamma overflow.
20467         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
20468         (gamma_coeff): New variable.
20469         (NCOEFF): New macro.
20470         (gamma_positive): New function.
20471         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
20472         underflow here.  Use gamma_positive instead of exp (lgamma) for
20473         other arguments.
20474         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
20475         (gamma_coeff): New variable.
20476         (NCOEFF): New macro.
20477         (gammaf_positive): New function.
20478         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
20479         underflow here.  Use gamma_positive instead of exp (lgamma) for
20480         other arguments.
20481         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
20482         (gamma_coeff): New variable.
20483         (NCOEFF): New macro.
20484         (gammal_positive): New function.
20485         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
20486         underflow here.  Use gamma_positive instead of exp (lgamma) for
20487         other arguments.
20488         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
20489         (gamma_coeff): New variable.
20490         (NCOEFF): New macro.
20491         (gammal_positive): New function.
20492         (__ieee754_gammal_r): Handle positive infinity, overflow and
20493         underflow here.  Handle NaN the same as positive infinity.  Remove
20494         check x < 0xffffffff for negative integers.  Use gamma_positive
20495         instead of exp (lgamma) for other arguments.
20496         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
20497         (gamma_coeff): New variable.
20498         (NCOEFF): New macro.
20499         (gammal_positive): New function.
20500         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
20501         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
20502         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
20503         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
20504         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
20505         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
20506         * sysdeps/generic/math_private.h (__gamma_productf): New
20507         prototype.
20508         (__gamma_product): Likewise.
20509         (__gamma_productl): Likewise.
20510         * math/Makefile (libm-calls): Add gamma_product.
20511         * math/libm-test.inc (tgamma_test): Add more tests.
20512         * sysdeps/i386/fpu/libm-test-ulps: Update.
20513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20515 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
20517         * benchtests/bench-skeleton.c (main): Preheat CPU.
20519 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
20521         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
20523 2013-05-07  Roland McGrath  <roland@hack.frob.com>
20525         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
20526         and _dl_skip_args_internal.
20528 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
20530         * manual/message.texi (Message Translation): Talk about users.
20531         Message to key mapping impacts design.
20533 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20535         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
20537         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
20539         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
20540         * sysdeps/wordsize-64/glob64.c: ... here.
20542         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
20543         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
20544         New macros.
20546         * debug/getlogin_r_chk.c: Moved to ...
20547         * login/getlogin_r_chk.c: ... here.
20548         * debug/Makefile (routines): Move getlogin_r_chk to ...
20549         * login/Makefile (routines): ... here.
20550         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
20551         * login/Versions (libc: GLIBC_2.4): ... here.
20553         * io/poll.c (__poll): Renamed from poll.
20554         Add libc_hidden_def.
20555         (poll): Define as weak alias.
20557         * debug/ptsname_r_chk.c: Moved to ...
20558         * login/ptsname_r_chk.c: ... here.
20559         * debug/Makefile (routines): Move ptsname_r_chk to ...
20560         * login/Makefile (routines): ... here.
20561         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
20562         * login/Versions (libc: GLIBC_2.4): ... here.
20564         * posix/getlogin.c: Moved to ...
20565         * login/getlogin.c: ... here.
20566         * posix/getlogin_r.c: Moved to ...
20567         * login/getlogin_r.c: ... here.
20568         * posix/getlogin_r.c: Moved to ...
20569         * login/getlogin_r.c: ... here.
20570         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
20571         * login/Makefile (routines): ... here.
20572         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
20573         * login/Versions (libc: GLIBC_2.0): ... here.
20575         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
20576         (setrlimit): Define as weak alias.
20578         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
20579         Call __ names for open, ftruncate, and close.
20580         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
20581         (truncate): Define as weak alias.
20583 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
20585         * math/gen-libm-test.pl (parse_args): Initialize x before each
20586         test of frexp, modf and remquo.
20588         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
20589         test signgam value.
20591 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20593         [BZ #15418]
20594         [BZ #15419]
20595         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
20596         internal tests.
20597         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20599 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20601         * elf/dl-writev.h: New file.
20602         * elf/dl-misc.c: Include it.
20603         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
20604         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
20606 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
20608         * math/libm-test.inc (noXFails): Remove variable.
20609         (noXPasses): Likewise.
20610         (BUILD_COMPLEX_INT): Remove macro.
20611         (print_screen): Remove xfail argument.
20612         (print_screen_max_error): Likewise.
20613         (update_stats): Likewise.
20614         (print_max_error): Likewise.  Update calls to other affected
20615         functions.
20616         (print_complex_max_error): Likewise.
20617         (test_single_exception): Update calls to print_screen.
20618         (test_single_errno): Likewise.
20619         (check_float_internal): Remove xfail argument.  Update calls to
20620         other affected functions.
20621         (check_float): Likewise.
20622         (check_complex): Likewise.
20623         (check_int): Likewise.
20624         (check_long): Likewise.
20625         (check_bool): Likewise.
20626         (check_longlong): Likewise.
20627         (main): Don't print noXFails and noXPasses.
20628         * math/gen-libm-test.pl (top level): Don't mention expected
20629         failure handling in comment.
20630         (new_test): Don't handle expected failures.
20631         (parse_args): Don't mention expected failure handling in comment.
20632         (generate_testfile): Don't handle expected failures.
20633         (parse_ulps): Likewise.
20634         (print_ulps_file): Likewise.
20635         (get_failure): Remove function.
20636         (output_test): Don't handle expected failures.
20637         * make/README.libm-test: Don't mention expected failure handling.
20639         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
20640         (minus_zero): Likewise.
20641         (plus_infty): Likewise.
20642         (minus_infty): Likewise.
20643         (qnan_value): Likewise.
20644         (max_value): Likewise.
20645         (min_value): Likewise.
20646         (min_subnorm_value): Likewise.
20647         (initialize): Do not initialize those variables dynamically.
20649 2013-05-03  Roland McGrath  <roland@hack.frob.com>
20651         * io/open.c (__open_2): Moved to ...
20652         * io/open_2.c: ... this new file.
20653         * io/open64.c (__open64_2): Moved to ...
20654         * io/open64_2.c: ... this new file.
20655         * io/openat.c (__openat_2): Moved to ...
20656         * io/openat_2.c: ... this new file.
20657         * io/openat64.c (__openat64_2): Moved to ...
20658         * io/openat64_2.c: ... this new file.
20659         * io/Makefile (routines): Add them.
20660         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
20661         * sysdeps/unix/sysv/linux/open_2.c: File removed.
20662         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
20663         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
20664         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
20665         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
20666         (__openat64): Add hidden_ver.
20667         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
20668         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
20670         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
20671         Separately conditionalize setting of GLRO(dl_sysinfo) so
20672         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
20673         as well, but the actual setting is only under [NEED_DL_SYSINFO].
20675 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20677         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
20678         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
20679         definition.
20680         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
20681         * sysdeps/unix/sysv/linux/powerpc/init-first.c
20682         (_libc_vdso_platform_setup): Add __vdso_time initialization.
20683         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
20684         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
20686 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
20688         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
20689         test signgam value.
20691         * math/libm-test.inc (hypot_test): Do not use
20692         IGNORE_ZERO_INF_SIGN.
20694 2013-05-03  Andreas Jaeger  <aj@suse.de>
20696         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
20697         Linux 3.9.
20698         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
20699         (PF_MAX): Adjust for VSOCK change.
20701 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20705 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
20707         [BZ #15264]
20708         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
20709         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
20710         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
20712 2013-05-02  David S. Miller  <davem@davemloft.net>
20714         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20716 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
20718         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
20720 2013-05-01  Roland McGrath  <roland@hack.frob.com>
20722         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
20724 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
20726         [BZ #14952]
20727         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
20728         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20729         Use __attribute__ ((__gnu_inline__)).
20730         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20731         Don't use __attribute__ ((__gnu_inline__)).
20733 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
20735         [BZ #15423]
20736         * math/s_catan.c (__catan): Handle small real or imaginary part of
20737         input specially to avoid spurious underflow.
20738         * math/s_catanf.c (__catanf): Likewise.
20739         * math/s_catanh.c (__catanh): Likewise.
20740         * math/s_catanhf.c (__catanhf): Likewise.
20741         * math/s_catanhl.c (__catanhl): Likewise.
20742         * math/s_catanl.c (__catanl): Likewise.
20743         * math/libm-test.inc (catan_test): Add more tests.
20744         (catanh_test): Likewise.
20745         * sysdeps/i386/fpu/libm-test-ulps: Update.
20746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20748 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20750         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20752 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
20754         [BZ #15416]
20755         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
20756         accurately for denominator in atan2.
20757         * math/s_catanf.c (__catanf): Likewise.
20758         * math/s_catanh.c (__catanh): Likewise.
20759         * math/s_catanhf.c (__catanhf): Likewise.
20760         * math/s_catanhl.c (__catanhl): Likewise.
20761         * math/s_catanl.c (__catanl): Likewise.
20762         * math/libm-test.inc (catan_test): Add more tests.
20763         (catanh_test): Likewise.
20764         * sysdeps/i386/fpu/libm-test-ulps: Update.
20765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20767 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20769         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
20771         * benchtests/Makefile (bench): Remove slow benchmarks.
20772         * benchtests/atan-inputs: Add slow benchmark inputs.
20773         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
20774         (BENCH_FUNC): Accept variant offset.
20775         (VARIANT): Define.
20776         * benchtests/bench-skeleton.c (main): Run benchmark for each
20777         variant.
20778         * benchtests/cos-inputs: Add slow benchmark inputs.
20779         * benchtests/exp-inputs: Likewise.
20780         * benchtests/pow-inputs: Likewise.
20781         * benchtests/sin-inputs: Likewise.
20782         * benchtests/slowatan-inputs: Remove.
20783         * benchtests/slowatan.c: Remove.
20784         * benchtests/slowcos-inputs: Remove.
20785         * benchtests/slowcos.c: Remove.
20786         * benchtests/slowexp-inputs: Remove.
20787         * benchtests/slowexp.c: Remove.
20788         * benchtests/slowpow-inputs: Remove.
20789         * benchtests/slowpow.c: Remove.
20790         * benchtests/slowsin-inputs: Remove.
20791         * benchtests/slowsin.c: Remove.
20792         * benchtests/slowtan-inputs: Remove.
20793         * benchtests/slowtan.c: Remove.
20794         * benchtests/tan-inputs: Add slow benchmark inputs.
20795         * scripts/bench.pl: Parse comments and directives.
20797         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
20798         in CPPFLAGS.
20799         ($(objpfx)bench-%.c): Remove *-ITER.
20800         * benchtests/bench-modf.c: Remove definition of ITER.
20801         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
20802         (main): Loop for DURATION seconds instead of fixed number of
20803         iterations.
20804         * scripts/bench.pl: Don't expect iterations in parameters.
20806 2013-04-29  Roland McGrath  <roland@hack.frob.com>
20808         * io/fchdir.c (__fchdir): Renamed from fchdir.
20809         (fchdir): Define as weak alias.
20811 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20813         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
20814         (ERRNO_EDOM): Likewise.
20815         (ERRNO_ERANGE): Likewise.
20816         (noErrnoTests): New variable.
20817         (init_max_error): Set errno to 0.
20818         (test_single_errno): New function.
20819         (test_errno): Likewise.
20820         (check_float_internal): Call test_errno.  Set errno to 0.
20821         (check_complex): Refer to errno tests in comment.
20822         (check_int): Call test_errno.  Set errno to 0.
20823         (check_long): Likewise.
20824         (check_bool): Likewise.
20825         (check_longlong): Likewise.
20826         (cos_test): Use ERRNO_* flags for errno tests instead of
20827         check_int.
20828         (expm1_test): Likewise.
20829         (fmod_test): Likewise.
20830         (ilogb_test): Likewise.
20831         (lgamma_test): Likewise.
20832         (pow_test): Likewise.
20833         (remainder_test): Likewise.
20834         (sin_test): Likewise.
20835         (tan_test): Likewise.
20836         (yn_test): Likewise.
20837         (initialize): Set errno to 0.
20838         (main): Print number of errno tests.
20839         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
20841 2013-04-29  Andreas Jaeger  <aj@suse.de>
20843         [BZ #15084]
20844         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
20845         and RES_USEVC.
20847         [BZ #15085]
20848         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
20849         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
20850         unimplemented.
20852         [BZ #15380]
20853         * stdlib/random.c (__initstate): Return NULL if
20854         __initstate fails.
20856         [BZ #15086]
20857         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
20858         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
20859         RES_SNGLKUPREOP.
20861 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20863         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20865 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20867         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
20868         of individual tests.
20869         (casin_test): Likewise.
20870         (casinh_test): Likewise.
20872 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
20874         [BZ #15409]
20875         * math/s_catan.c (__catan): Handle arguments with large real or
20876         imaginary part separately without squaring.
20877         * math/s_catanf.c (__catanf): Likewise.
20878         * math/s_catanh.c (__catanh): Likewise.
20879         * math/s_catanhf.c (__catanhf): Likewise.
20880         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20881         and redefine.
20882         (__catanhl): Handle arguments with large real or imaginary part
20883         separately without squaring.
20884         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20885         and redefine.
20886         (__catanl): Handle arguments with large real or imaginary part
20887         separately without squaring.
20888         * math/libm-test.inc (catan_test): Add more tests.
20889         (catanh_test): Likewise.
20890         * sysdeps/i386/fpu/libm-test-ulps: Update.
20891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20893 2013-04-27  Andreas Jaeger  <aj@suse.de>
20895         [BZ #15007]
20896         * stdlib/stdlib.h: Update guards for qecvt.
20897         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
20898         <stdlib.h>.
20900 2013-04-27  Allan McRae  <allan@archlinux.org>
20902         * sysdeps/i386/fpu/libm-test-ulps: Update.
20904 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
20906         [BZ #15406]
20907         * math/s_catan.c: Include <float.h>.
20908         (__catan): Ensure underflow exception occurs for underflowed
20909         result.
20910         * math/s_catanf.c: Include <float.h>.
20911         (__catanf): Ensure underflow exception occurs for underflowed
20912         result.
20913         * math/s_catanh.c: Include <float.h>.
20914         (__catanh): Ensure underflow exception occurs for underflowed
20915         result.
20916         * math/s_catanhf.c: Include <float.h>.
20917         (__catanhf): Ensure underflow exception occurs for underflowed
20918         result.
20919         * math/s_catanhl.c: Include <float.h>.
20920         (__catanhl): Ensure underflow exception occurs for underflowed
20921         result.
20922         * math/s_catanl.c: Include <float.h>.
20923         (__catanl): Ensure underflow exception occurs for underflowed
20924         result.
20925         * math/libm-test.inc (catan_test): Add more tests.
20926         (catanh_test): Likewise.
20928         [BZ #15405]
20929         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
20930         underflowed result.
20931         * math/s_ccoshf.c (__ccoshf): Likewise.
20932         * math/s_ccoshl.c (__ccoshl): Likewise.
20933         * math/s_csin.c (__csin): Likewise.
20934         * math/s_csinf.c (__csinf): Likewise.
20935         * math/s_csinh.c (__csinh): Likewise.
20936         * math/s_csinhf.c (__csinhf): Likewise.
20937         * math/s_csinhl.c (__csinhl): Likewise.
20938         * math/s_csinl.c (__csinl): Likewise.
20939         * math/libm-test.inc (ccos_test): Add more tests.
20940         (ccosh_test): Likewise.
20941         (csin_test): Likewise.
20942         (csinh_test): Likewise.
20944 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20946         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
20947         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
20948         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
20949         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
20950         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
20951         powerpc/power5+/fpu folders.
20952         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
20955 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
20957         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20959 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
20961         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
20962         additions to variable.
20963         [$(config-machine) = x86_64] (modules-names): Likewise.
20964         ($(objpfx)tst-audit3): Remove dependency.
20965         ($(objpfx)tst-audit3.out): Likewise.
20966         ($(objpfx)tst-audit4): Likewise.
20967         ($(objpfx)tst-audit4.out): Likewise.
20968         ($(objpfx)tst-audit5): Likewise.
20969         ($(objpfx)tst-audit5.out): Likewise.
20970         ($(objpfx)tst-audit6): Likewise.
20971         ($(objpfx)tst-audit6.out): Likewise.
20972         ($(objpfx)tst-audit7): Likewise.
20973         ($(objpfx)tst-audit7.out): Likewise.
20974         (tst-audit3-ENV): Remove variable.
20975         (tst-audit4-ENV): Likewise.
20976         (tst-audit5-ENV): Likewise.
20977         (tst-audit6-ENV): Likewise.
20978         (tst-audit7-ENV): Likewise.
20979         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
20980         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
20981         addition to variable.
20982         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
20983         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
20984         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
20985         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
20986         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
20987         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
20988         tst-audit3, tst-audit4 and tst-audit5.
20989         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
20990         tst-audit6 and tst-audit7.
20991         [$(subdir) = elf] (modules-names): Add audit modules for those
20992         tests.
20993         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
20994         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
20995         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
20996         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
20997         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
20998         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
20999         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21000         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21001         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21002         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21003         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21004         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21005         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21006         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21007         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21008         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21009         Likewise.
21010         [$(subdir) = elf && $(config-cflags-avx) = yes]
21011         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21012         [$(subdir) = elf && $(config-cflags-avx) = yes]
21013         (CFLAGS-tst-auditmod4a.c): Likewise.
21014         [$(subdir) = elf && $(config-cflags-avx) = yes]
21015         (CFLAGS-tst-auditmod4b.c): Likewise.
21016         [$(subdir) = elf && $(config-cflags-avx) = yes]
21017         (CFLAGS-tst-auditmod6b.c): Likewise.
21018         [$(subdir) = elf && $(config-cflags-avx) = yes]
21019         (CFLAGS-tst-auditmod6c.c): Likewise.
21020         [$(subdir) = elf && $(config-cflags-avx) = yes]
21021         (CFLAGS-tst-auditmod7b.c): Likewise.
21022         * elf/tst-audit3.c: Move to ...
21023         * sysdeps/x86_64/tst-audit3.c: ... here.
21024         * elf/tst-audit4.c: Move to ...
21025         * sysdeps/x86_64/tst-audit4.c: ... here.
21026         * elf/tst-audit5.c: Move to ...
21027         * sysdeps/x86_64/tst-audit5.c: ... here.
21028         * elf/tst-audit6.c: Move to ...
21029         * sysdeps/x86_64/tst-audit6.c: ... here.
21030         * elf/tst-audit7.c: Move to ...
21031         * sysdeps/x86_64/tst-audit7.c: ... here.
21032         * elf/tst-auditmod3a.c: Move to ...
21033         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21034         * elf/tst-auditmod3b.c: Move to ...
21035         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21036         * elf/tst-auditmod4a.c: Move to ...
21037         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21038         * elf/tst-auditmod4b.c: Move to ...
21039         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21040         * elf/tst-auditmod5a.c: Move to ...
21041         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21042         * elf/tst-auditmod5b.c: Move to ...
21043         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21044         * elf/tst-auditmod6a.c: Move to ...
21045         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21046         * elf/tst-auditmod6b.c: Move to ...
21047         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21048         * elf/tst-auditmod6c.c: Move to ...
21049         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21050         * elf/tst-auditmod7a.c: Move to ...
21051         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21052         * elf/tst-auditmod7b.c: Move to ...
21053         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21055 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21057         [BZ #15366]
21058         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21059         define unconditionally.
21060         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21061         define unconditionally.
21062         (INT8_C, INT16_C, etc.): Likewise.
21064 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21066         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21067         __ehdr_start with hidden visibility.
21069         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21071 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21073         * math/libm-test.inc (cos_test): Use accurate hex constants.
21074         (sincost_test): Likewise.
21076 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21078         * math/libm-test.inc (catan_test): Add more tests.
21079         (catanh_test): Likewise.
21081         * math/s_catanf.c (__catanf): Use suffixed floating-point
21082         constants.
21083         * math/s_catanhf.c (__catanhf): Likewise.
21084         * math/s_catanhl.c (__catanhl): Likewise.
21085         * math/s_catanl.c (__catanl): Likewise.
21087         [BZ #15394]
21088         * math/s_catan.c (__catan): Calculate imaginary part of result
21089         with log1p not log unless computing log of number close to 0.
21090         * math/s_catanf.c (__catanf): Likewise.
21091         * math/s_catanl.c (__catanl): Likewise.
21092         * math/s_catanh.c (__catanh): Calculate real part of result with
21093         log1p not log unless computing log of number close to 0.
21094         * math/s_catanhf.c (__catanhf): Likewise.
21095         * math/s_catanhl.c (__catanhl): Likewise.
21096         * math/libm-test.inc (catan_test): Add more tests.
21097         (catanh_test): Likewise.
21098         * sysdeps/i386/fpu/libm-test-ulps: Update.
21099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21101 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21103         * benchtests/Makefile: Mention files in which fast and slow
21104         paths of math functions are implemented.
21106 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21108         * sysdeps/posix/timespec_get.c: New file.
21110 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21112         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21113         POWER.
21114         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21115         for POWER.
21116         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21117         powerpc/power5/fpu folders.
21118         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21119         * benchtests/Makefile: Add modf testcase.
21120         * benchtests/bench-modf.c: New file: Benchmark test for mo
21122 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21124         [BZ #14888]
21125         * time/Makefile (tests): Add tst-strptime-whitespace.
21126         * time/strptime_l.c (get_number): Use ISSPACE.
21127         (__strptime_internal): Likewise.
21128         * time/tst-strptime-whitespace.c: New test case.
21130 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21132         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21133         member.
21134         (_nss_files_init): Set it here.
21136 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21138         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21139         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21140         unsigned.
21142 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21144         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21146 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21148         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21149         size just once.
21151 2013-04-21  David S. Miller  <davem@davemloft.net>
21153         * po/ru.po: Update Russion translation from translation project.
21155 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21157         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21158         and setfsgid.
21160 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21162         * configure.in: Remove i386 configure warning. Remove i386 case.
21163         * configure: Regenerate.
21164         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21165         Add example to error message.
21166         * sysdeps/i386/configure: Regenerate.
21168 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21170         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21171         slowtan.
21172         * benchtests/cos-inputs: New file.
21173         * benchtests/slowcos-inputs: New file.
21174         * benchtests/slowcos.c: New file.
21175         * benchtests/slowtan-inputs: New file.
21176         * benchtests/slowtan.c: New file.
21177         * benchtests/tan-inputs: New file.
21179 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21181         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21182         considered kosher.
21184 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21186         * benchtests/Makefile: Include cppflags-iterator.mk to add
21187         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21189         * Makefile.in (bench-clean): New target.
21190         * benchtests/Makefile (bench-clean): Likewise.
21192 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21194         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21196 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21198         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21200 2013-04-15  Andreas Schwab  <schwab@suse.de>
21202         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21203         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21204         * nscd/pwdcache.c (cache_addpw): Likewise.
21205         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21206         more than recsize.
21208 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21210         * benchtests/Makefile (bench): Write all output to
21211         bench-out.tmp together.
21213 2013-04-15  Andreas Schwab  <schwab@suse.de>
21215         * nscd/nscd.c (main): Don't fork again after closing files.
21217 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21219         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21221         * benchtests/Rules (bench-deps): Collect dependencies into a
21222         single variable.  Add Makefile to dependencies.
21223         ($(objpfx)bench-%.c): Depend on bench-deps.
21225 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21226             Xavier Roche  <roche+kml2@exalead.com>
21228         [BZ #15361]
21229         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21230         just that it's a file descriptor.
21231         * manual/llio.texi (Synchronizing AIO Operations): Update description
21232         for EBADF error from aio_fsync.
21234 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21236         * Rules (bench): Move target definition...
21237         * benchtests/Makefile: ... here.
21239 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21241         * math/libm-test.inc (cos_test): Fix PI/2 test.
21242         (sincos_test): Likewise.
21243         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21244         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21246 2013-04-11  Andreas Schwab  <schwab@suse.de>
21248         [BZ #13988]
21249         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21250         accept exponent character only when digits were seen.
21251         * stdio-common/Makefile (tests): Add bug26.
21252         * stdio-common/bug26.c: New file.
21254         [BZ #14293]
21255         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21256         non-freeable.
21258 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21260         * Makeconfig (rtld-prefix): Define built linker prefix.
21261         * Rules (run-bench): Use it.
21262         * math/Makefile (run-regen-ulps): Likewise.
21264         * Rules (bench): Remove eval.
21266 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21267             Roland McGrath  <roland@hack.frob.com>
21268             Ondrej Bilka  <neleai@seznam.cz>
21270         [BZ #15346]
21271         * time/getdate.c: Include ctype.h and alloca.h.
21272         (__getdate_r): Trim leading and trailing spaces of input.
21273         * time/tst-getdate.c (tests): Add tests with leading and
21274         trailing spaces.
21276 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21278         [BZ #14280]
21279         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21280         when computing value.
21282 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21284         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21285         Use testrun.sh to run libm tests.
21287         [BZ #15309]
21288         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21290 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21292         [BZ #15264]
21293         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21295 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21297         * Makefile.in (regen-ulps): New target.
21298         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21299         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21300         [ifneq (no,$(PERL)] (regen-ulps): New target.
21301         [ifeq (no,$(PERL)] (regen-ulps): New target.
21302         * math/libm-test.inc (ulps_file_name): Define.
21303         (output_dir): New variable.
21304         (options): Add "output-dir" option.
21305         (parse_opt): Handle 'o' case.
21306         (main): If output_dir is non-NULL use it as a prefix
21307         otherwise use "".
21308         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21310 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21312         [BZ #10060, #10062]
21313         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21314         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21315         fail configure if __sync_val_compare_and_swap is not inlined.
21316         * sysdeps/i386/configure: Regenerate.
21317         * configure.in: Build for i686 when configured for i386.
21318         * configure: Regenerate.
21319         * README: Remove i386 reference.
21321 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21323         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21324         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21326 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21328         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21329         (lmsnanval): New variables.
21330         (F): Add conversion tests.
21331         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21332         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21334         * stdio-common/tstdiomisc.c (F): Properly collect individual
21335         tests' results.
21337         [BZ #14686, #15336]
21338         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21339         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21340         Instead, use input NaN values or generate a qNaN by arithmetic
21341         operation.  Also fix bugs to comply with the standard.
21342         * math/libm-test.inc (remainder_test): Add more tests.
21344         [BZ #15335, #15342]
21345         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21346         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21347         input NaN values or generate a qNaN by arithmetic operation.
21349         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21350         unreachable code.
21352         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21353         definitions.
21355 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21357         [BZ #14478]
21358         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21359         underflowed result.
21360         * math/s_cexpf.c (__cexpf): Likewise.
21361         * math/s_cexpl.c (__cexpl): Likewise.
21362         * math/libm-test.inc (cexp_test): Add more tests.
21364 2013-04-03  Andreas Schwab  <schwab@suse.de>
21366         [BZ #15330]
21367         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21368         order arrays from heap if bigger than alloca cutoff.
21370 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21372         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21373         (SNAN_TESTS_double): Refer to GCC PR56831.
21374         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21375         GCC PR56828.
21377 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21379         * Rules (bench): Move bench.out after the run is complete.
21381         * Rules (bench): Echo currently running benchmark.
21383         * benchtests/Makefile (bench): Add atan and slowatan.
21384         * benchtests/atan-inputs: New file.
21385         * benchtests/slowatan-inputs: New file.
21386         * benchtests/slowatan.c: New file.
21388         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21389         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21390         its value.
21392         [BZ #15305]
21393         * sysdeps/unix/sysv/linux/kernel-features.h
21394         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21395         __ASSUME_XFS_RESTRICTED_CHOWN.
21396         * sysdeps/unix/sysv/linux/pathconf.c
21397         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21398         Save and restore errno.
21400 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21402         [BZ #15327]
21403         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21404         arguments using __kernel_casinh.
21405         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21406         arguments using __kernel_casinhf.
21407         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21408         arguments using __kernel_casinhl.
21409         * math/libm-test.inc (cacosh_test): Add more tests.
21410         * sysdeps/i386/fpu/libm-test-ulps: Update.
21411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21413 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21415         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21416         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
21418         * bench/Makefile (bench): Add sin and slowsin.
21419         * benchtests/sin-inputs: New file.
21420         * benchtests/slowsin-inputs: New file.
21421         * benchtests/slowsin.c: New file.
21423         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
21424         (bench): Add slowexp and slowpow.
21425         (exp-ITER): Increase iterations.
21426         (pow-ITER): Likewise.
21427         * benchtests/exp-inputs: Change input.
21428         * benchtests/pow-inputs: Likewise.
21429         * benchtests/slowexp-inputs: New file.
21430         * benchtests/slowexp.c: New file.
21431         * benchtests/slowpow-inputs: New file.
21432         * benchtests/slowpow.c: New file.
21434 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21436         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
21437         instructions.
21438         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21439         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
21440         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21441         * benchtests/Makefile: Add rint benchtest.
21442         * benchtests/rint-inputs: Input for rint benchtest.
21444 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
21446         * Versions.def (libm): Add GLIBC_2.18.
21447         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
21448         hidden libm prototypes.
21449         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
21450         * math/Makefile (libm-calls): Add s_issignaling.
21451         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
21452         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
21453         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
21454         declaration.
21455         * math/math.h [__USE_GNU] (issignaling): New macro.
21456         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
21457         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
21458         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
21459         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
21460         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
21461         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
21462         * manual/arith.texi (issignaling): New section.
21463         * manual/libm-err-tab.pl (@all_functions): Update comment.
21464         * math/gen-libm-test.pl (parse_args): Apply special handling for
21465         issignaling.
21466         * math/libm-test.inc (print_float, issignaling_test): New
21467         functions.
21468         (check_float_internal): Add issignaling checks.
21469         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
21470         default definition.
21471         * sysdeps/powerpc/math-tests.h: New file.
21472         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
21473         tests.
21474         * math/test-snan.c (TEST_FUNC): Likewise.
21476 2013-03-30  David S. Miller  <davem@davemloft.net>
21478         * po/de.po: Update from translation team.
21480 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
21482         [BZ #10357]
21483         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21484         imaginary part less than 1.0 and real part less than 0.5
21485         specially.
21486         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21487         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21488         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
21489         (cacos_test): Add more tests.
21490         (casin_test): Likewise.
21491         (casinh_test): Likewise.
21492         * sysdeps/i386/fpu/libm-test-ulps: Update.
21493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21495 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21497         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
21498         ONE with its value.
21500         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
21501         (__pow_mp): Replace ONE and MONE with their values.
21502         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21503         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
21504         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21505         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
21506         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21507         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21509         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
21511         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
21512         (__pow_mp): Replace ZERO and MZERO with their values.
21513         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21514         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21515         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21516         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
21517         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21518         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
21519         (__sqr): Likewise.
21521         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
21523         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
21525 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21527         * include/stdlib.h [!SHARED] (__call_tls_dtors):
21528         Declare with __attribute__ ((weak)).
21529         * stdlib/exit.c (__libc_atexit) [!SHARED]:
21530         Call __call_tls_dtors only if it's not NULL.
21532 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21534         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
21535         didn't do it already, then set _dl_phdr and _dl_phnum based on the
21536         magic __ehdr_start linker symbol if it's defined.
21537         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
21538         them up here if it was already done.
21540         * elf/dl-support.c (_dl_phdr): Make pointer to const.
21541         (_dl_aux_init): Use const in cast when setting it.
21542         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
21543         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
21544         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
21546         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
21547         Declare them here.
21548         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
21549         * csu/libc-tls.c: Nor here.
21550         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
21552         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
21553         (__libc_message): Never call vsyslog.
21555 2013-03-28  Alan Modra  <amodra@gmail.com>
21557         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
21558         Define as empty.
21559         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
21560         Likewise.
21562 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21564         [BZ #15214]
21565         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
21566         underflow.
21567         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21569 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21571         [BZ #15304]
21572         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
21573         Don't add gid passed as argument.
21575         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
21577 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
21579         [BZ #15307]
21580         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21581         imaginary part between 1.0 and 1.5 and real part less than 0.5
21582         specially.
21583         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21584         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21585         * math/libm-test.inc (cacos_test): Add more tests.
21586         (casin_test): Likewise.
21587         (casinh_test): Likewise.
21588         * sysdeps/i386/fpu/libm-test-ulps: Update.
21589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21591 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21593         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
21594         constants.
21595         (norm): Likewise.
21596         (denorm): Likewise.
21597         (__dbl_mp): Likewise.
21598         (add_magnitudes): Likewise.
21599         (sub_magnitudes): Likewise.
21600         (__add): Likewise.
21601         (__sub): Likewise.
21602         (__mul): Likewise.
21603         (__sqr): Likewise.
21604         (__inv): Likewise.
21605         (__dvd): Likewise.
21607         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
21608         commented code.
21609         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
21610         (__dubcos): Likewise.
21611         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
21612         (__ieee754_acos): Likewise.
21613         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21614         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
21615         (__exp1): Likewise.
21616         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21617         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
21618         (log1): Likewise.
21619         (my_log2): Likewise.
21620         (checkint): Likewise.
21621         * sysdeps/ieee754/dbl-64/e_remainder.c
21622         (__ieee754_remainder): Likewise.
21623         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21624         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
21625         (bsloww): Likewise.
21626         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21628         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
21629         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
21630         MANTISSA_STORE_T to store computations on mantissa.  Use
21631         macros for rounding and division.
21632         (denorm): Likewise.
21633         (__dbl_mp): Likewise.
21634         (add_magnitudes): Likewise.
21635         (sub_magnitudes): Likewise.
21636         (__mul): Likewise.
21637         (__sqr): Likewise.
21638         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
21639         powers of two in terms of TWOPOW macro.
21640         (mp_no): Make type of mantissa as MANTISSA_T.
21641         [!RADIXI]: Define RADIXI.
21642         [!TWO52]: Define TWO52.
21643         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
21645 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21647         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
21648         llroundl symbol when building for PPC32.
21650 2013-03-24  Mark H Weaver  <mhw@netris.org>
21652         * manual/arith.texi (Normalization Functions): Fix prototypes for
21653         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
21655 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21657         [BZ #13889]
21658         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
21659         high value to check if expl overflow.
21660         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
21661         to check for underflow and overflow.
21662         * math/libm-test.inc: Add exp test.
21664 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
21666         [BZ #11120]
21667         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
21668         with NOT_IN_libc.
21670 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21672         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
21673         symbol.
21675 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21677         * math/gen-libm-test.pl (parse_args, special_functions): Properly
21678         wrap blocks consisting of several statements.
21680         * sysdeps/generic/math-tests.h: New file.
21681         * sysdeps/i386/fpu/math-tests.h: Likewise.
21682         * math/test-snan.c: Include it.
21683         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
21685 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21687         [BZ #15285]
21688         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
21689         (__ieee754_j0l): Do not improve calculations using cos of twice
21690         input for inputs above LDBL_MAX / 2.0L.
21691         (__ieee754_y0l): Likewise.
21692         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
21693         (__ieee754_j1l): Do not improve calculations using cos of twice
21694         input for inputs above LDBL_MAX / 2.0L.
21695         (__ieee754_y1l): Likewise.
21696         * math/libm-test.inc (j0_test): Add another test.
21697         (j1_test): Likewise.
21698         (y0_test): Likewise.
21699         (y1_test): Likewise.
21700         * sysdeps/i386/fpu/libm-test-ulps: Update.
21702 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21704         * Rules ($(objpfx)bench-%.c): Include code from a C source
21705         file.
21707 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21709         [BZ #15287]
21710         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21711         imaginary part 1.0 and real part less than 0.5 specially.
21712         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21713         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21714         * math/libm-test.inc (cacos_test): Add more tests.
21715         (casin_test): Likewise.
21716         (casinh_test): Likewise.
21717         * sysdeps/i386/fpu/libm-test-ulps: Update.
21718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21720 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21722         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
21723         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
21725 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
21727         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
21728         * config.make.in (config-cflags-sse4): Remove variable.
21729         (config-cflags-avx): Likewise.
21730         (config-cflags-sse2avx): Likewise.
21731         (config-cflags-novzeroupper): Likewise.
21732         (config-asflags-i686): Likewise.
21733         (have-mfma4): Likewise.
21734         (have-as-vis3): Likewise.
21735         (MIG): Likewise.
21736         * configure.in (MIG): Do not AC_SUBST.
21737         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
21738         (libc_cv_cc_sse4): Do not AC_SUBST.
21739         (libc_cv_cc_avx): Likewise.
21740         (libc_cv_cc_sse2avx): Likewise.
21741         (libc_cv_cc_novzeroupper): Likewise.
21742         (libc_cv_cc_fma4): Likewise.
21743         (libc_cv_as_i686): Likewise.
21744         (libc_cv_sparc_as_vis3): Likewise.
21745         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
21746         LIBC_CONFIG_VAR.
21747         (config-asflags-i686): Likewise.
21748         (config-cflags-avx): Likewise.
21749         (config-cflags-sse2avx): Likewise.
21750         (have-mfma4): Likewise.
21751         (config-cflags-novzeroupper): Likewise.
21752         * sysdeps/mach/configure.in (MIG): Likewise.
21753         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
21754         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
21755         LIBC_CONFIG_VAR.
21756         (config-cflags-avx): Likewise.
21757         (config-cflags-sse2avx): Likewise.
21758         (have-mfma4): Likewise.
21759         (config-cflags-novzeroupper): Likewise.
21760         * configure: Regenerated.
21761         * sysdeps/i386/configure: Likewise.
21762         * sysdeps/mach/configure: Likewise.
21763         * sysdeps/sparc/configure: Likewise.
21764         * sysdeps/x86_64/configure: Likewise.
21766 2013-03-20  Roland McGrath  <roland@hack.frob.com>
21768         [BZ #14812]
21769         * locale/programs/localedef.c (options): Put N_ translation marker
21770         on argument names, not just descriptions.
21772 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21774         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
21776 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
21778         [BZ #14176]
21779         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
21781 2013-03-19  Roland McGrath  <roland@hack.frob.com>
21783         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
21784         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
21785         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
21786         [!BEFORE_ABORT] (before_abort): New function.
21787         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
21788         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
21789         (writev_for_fatal): New function.
21790         (WRITEV_FOR_FATAL): New macro; call that.
21791         (backtrace_and_maps): New function.
21792         (BEFORE_ABORT): New macro; call that.
21793         (struct str_list): Type removed.
21794         (__libc_message, __libc_fatal): Functions removed.
21795         Include <sysdeps/posix/libc_fatal.c> instead.
21797 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
21799         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
21800         constants.
21801         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
21802         double constants.
21804 2013-03-19  Andreas Schwab  <schwab@suse.de>
21806         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
21807         * sysdeps/gnu/configure: Regenerate.
21809         * configure.in: Substitute libc_cv_rtlddir.
21810         * configure: Regenerate.
21811         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
21812         * Makeconfig (rtlddir, inst_rtlddir): New variables.
21813         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
21814         * elf/Makefile (install-others, CFLAGS-interp.c)
21815         (ldso_install, common-ldd-rewrite): Likewise.
21816         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
21817         $(inst_slibdir)/$(rtld-installed-name).
21818         * scripts/rellns-sh: Add -p option.
21819         * Makerules (make-shlib-link): Use rellns-sh to get relative name
21820         for source.
21822 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21824         * manual/nptl.texi: Renamed to ...
21825         * manual/threads.texi: ... this.
21826         * manual/Makefile (chapters): Update.
21828 2013-03-18  Roland McGrath  <roland@hack.frob.com>
21830         [BZ #14812]
21831         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
21832         on argument names, not just descriptions.
21833         * malloc/memusagestat.c (options): Likewise.
21834         * nss/getent.c (options): Likewise.
21836 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
21838         [BZ #14812]
21839         * iconv/iconv_prog.c (options): Put N_ translation marker
21840         on argument names, not just descriptions.
21841         * iconv/iconvconfig.c (options): Likewise.
21843 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
21845         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
21846         implementation which is faster on all x86_64 architectures.
21847         Tested on AMD, Intel Nehalem, SNB, IVB.
21848         * sysdeps/x86_64/strnlen.S: Likewise.
21850         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21851         Remove all multiarch strlen and strnlen versions.
21852         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21853         Remove strlen and strnlen related parts.
21855         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
21856         Inline strlen part.
21857         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
21859         * sysdeps/x86_64/multiarch/strlen.S: Remove.
21860         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
21861         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
21862         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
21863         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
21864         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
21866 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
21868         * manual/memory.texi (Malloc Tunable Parameters):
21869         Sort parameters alphabetically. Add comments for missing entries.
21871 2013-03-17  David S. Miller  <davem@davemloft.net>
21873         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21875 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
21877         [BZ #15283]
21878         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
21879         for arguments at most half maximum finite value.
21880         * math/libm-test.inc (j0_test): Add more tests.
21881         (j1_test): Likewise.
21882         (y0_test): Likewise.
21883         (y1_test): Likewise.
21884         * sysdeps/i386/fpu/libm-test-ulps: Update.
21885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21887         [BZ #14155]
21888         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
21889         1 / x and functions P and Q for arguments above 0x1p256L.
21890         (__ieee754_y0l): Likewise.
21891         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
21892         (__ieee754_y1l): Likewise.
21893         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
21894         (j1_test): Likewise.
21895         (y0_test): Likewise.
21896         (y1_test): Likewise.
21898 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
21900         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
21901         variable.
21903 2013-03-15  Roland McGrath  <roland@hack.frob.com>
21905         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
21906         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
21907         zero since it's initialized to EXEC_PAGESIZE.
21909         * sysdeps/unix/sysv/linux/ldsodefs.h
21910         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
21911         * sysdeps/generic/ldsodefs.h: ... here.
21913 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
21915         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
21917         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
21918         math/test-snan.c.
21919         * math/test-snan.c: Renamed from
21920         sysdeps/powerpc/fpu/test-powerpc-snan.c.
21921         * math/Makefile (tests): Add test-snan.
21922         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
21923         test-powerpc-snan.
21925         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
21926         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
21927         functions.
21928         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
21929         __builtin_nan family of functions.
21930         * math/libm-test.inc (initialize): Initialize qnan_value with
21931         __builtin_nan family of functions.
21932         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
21933         Remove variables.
21934         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
21935         Remove functions.
21936         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
21937         storage class.  Initialize qNaN_var and sNaN_var with
21938         __builtin_nan and __builtin_nans families of functions,
21939         respectively.
21941         * math/libm-test.inc (acosh_test): Also test with qNaN input.
21942         (sqrt_test): Remove duplicate test with qNaN input.
21943         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
21944         (round_test, signbit_test, significand_test): Note missing +/-Inf
21945         as well as qNaN tests.
21947         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
21948         qNaN_var.  Fix a few strings, too.
21949         * math/libm-test.inc (nan_value): Rename to qnan_value.
21950         * math/gen-libm-test.pl (%beautify): Adjust to that.
21951         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
21952         * math/test-misc.c (main): Likewise.
21953         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
21954         to __qnan_bytes, and __qnan_union, respectively.
21955         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
21956         Likewise.
21957         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
21958         and lqnanval, respectively.
21959         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
21960         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
21961         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
21962         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
21964         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
21965         * math/test-misc.c (main) [__x86_64__]: Enable test for long
21966         doubles.
21968         * math/test-misc.c (main): Fix copy'n'pastos.
21969         * misc/tst-efgcvt.c (special): Likewise.
21971         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
21972         Remove declarations.
21974 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21976         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
21977         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
21978         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
21979         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
21981 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21983         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
21984         macro to return vdso values correctly in IFUNC implementations.
21985         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
21986         Optimization by using IFUNC.
21988 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21989             Richard Henderson  <rth@redhat.com>
21990             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
21992         * Makefile.in (bench): New target.
21993         * NEWS: Mention the benchmark framework.
21994         * Rules (bench): Likewise.
21995         (binaries-bench): Generate binaries for functions to
21996         benchmark.
21997         * benchtests/Makefile: New makefile for benchmark tests.
21998         * benchtests/bench-skeleton.c: New skeleton file for benchmark
21999         programs.
22000         * benchtests/exp-inputs: New input file for EXP function.
22001         * benchtests/pow-inputs: New input file for POW function.
22002         * scripts/bench.pl: New script to generate source files for
22003         benchmark programs.
22005 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22007         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22008         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22009         computations on mantissa.  Use macros for rounding and
22010         division.
22011         (denorm): Likewise.
22012         (__dbl_mp): Likewise.
22013         (add_magnitudes): Likewise.
22014         (sub_magnitudes): Likewise.
22015         (__mul): Likewise.
22016         (__sqr): Likewise.
22017         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22018         powers of two in terms of TWOPOW macro.
22019         (mp_no): Make type of mantissa as MANTISSA_T.
22020         [!RADIXI]: Define RADIXI.
22021         [!TWO52]: Define TWO52.
22022         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22024         * manual/nptl.texi (cindex): Modify threads to pthreads.
22026 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22028         * sysdeps/x86_64/preconfigure: Regenerated.
22030 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22032         [BZ #14155]
22033         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22034         0x1p28 and above.
22035         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22036         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22037         0x1p28 and above.
22038         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22039         * math/libm-test.inc (j0_test): Do not allow one spurious
22040         underflow exception.
22041         (y1_test): Likewise.
22043 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22045         * manual/Makefile (chapters): Add nptl.
22046         * manual/debug.texi (Debugging Support): Add link to Threads
22047         chapter.
22048         * manual/nptl.texi: New file.
22050         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22052 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22054         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22055         for non-NULL pointer before the memory validity test. Pointed
22056         out by Holger Brunck <holger.brunck@keymile.com>.
22058 2013-03-13  Andreas Schwab  <schwab@suse.de>
22060         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22061         instead of .os.
22063 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22065         * timezone/zic.c: Update from tzcode 2013b.
22067 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22069         * manual/install.texi (Configuring and compiling):
22070         Mention i686 and i586.
22071         * INSTALL: Regenerate.
22073 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22075         * sysdeps/init_array/elf-init.c: New file.
22076         * csu/elf-init.c
22077         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22078         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22080         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22081         __gmon_start__ as global, but as static with a .preinit_array pointer.
22082         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22083         * sysdeps/init_array/crti.S: New file, empty except for comments.
22084         * sysdeps/init_array/crtn.S: Likewise.
22086 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22088         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22089         definining bcopy.
22090         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22091         Remove Prefer_SSE_for_memop.
22092         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22093         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22094         HAS_PREFER_SSE_FOR_MEMOP.
22095         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22096         memset-x86-64.
22097         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22098         Remove bzero, memset ifunc support.
22099         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22100         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22101         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22102         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22104 2013-03-11  Andreas Schwab  <schwab@suse.de>
22106         [BZ #15234]
22107         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22108         by SHLIB_COMPAT.
22109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22110         (GLIBC_2.16): Remove pthread_atfork.
22112 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22114         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22115         (ptestcases.h): Likewise.
22117 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22119         * Makeconfig ($(common-objpfx)config.status): Depend on
22120         sysdeps/*/preconfigure{,.in} too.
22122 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22124         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22125         (__free_hook): Use void * instead of __malloc_ptr_t.
22126         (__malloc_hook): Likewise.
22127         (__realloc_hook): Likewise.
22128         (__memalign_hook): Likewise.
22129         (__after_morecore_hook): Likewise.
22130         * malloc/arena.c (save_malloc_hook): Likewise.
22131         (save_free_hook): Likewise.
22132         * malloc/hooks.c (malloc_hook_ini): Likewise.
22133         (realloc_hook_ini): Likewise.
22134         (memalign_hook_ini): Likewise.
22135         * malloc/malloc.c (malloc_hook_ini): Likewise.
22136         (realloc_hook_ini): Likewise.
22137         (memalign_hook_ini): Likewise.
22138         (__free_hook): Likewise.
22139         (__malloc_hook): Likewise.
22140         (__realloc_hook): Likewise.
22141         (__memalign_hook): Likewise.
22142         (__libc_malloc): Likewise.
22143         (__libc_free): Likewise.
22144         (__libc_realloc): Likewise.
22145         (__libc_memalign): Likewise.
22146         (__libc_valloc): Likewise.
22147         (__libc_pvalloc): Likewise.
22148         (__libc_calloc): Likewise.
22149         (__posix_memalign): Likewise.
22150         * malloc/morecore.c (__sbrk): Likewise.
22151         (__default_morecore): Likewise.
22153         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22155         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22156         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22157         __malloc_ptrdiff_t.
22159         * malloc/malloc.h (__malloc_size_t): Remove macro.
22160         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22161         __malloc_size_t.
22162         (old_memalign_hook): Likewise.
22163         (old_realloc_hook): Likewise.
22164         (struct hdr): Likewise.
22165         (flood): Likewise.
22166         (mallochook): Likewise.
22167         (memalignhook): Likewise.
22168         (reallochook): Likewise.
22169         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22170         (tr_old_realloc_hook): Likewise.
22171         (tr_old_memalign_hook): Likewise.
22172         (tr_mallochook): Likewise.
22173         (tr_reallochook): Likewise.
22174         (tr_memalignhook): Likewise.
22176 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22178         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22179         default_ldbl_pack and using as default implementation.
22180         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22181         implementation.
22182         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22183         redundant definition.
22184         (ldbl_insert_mantissa): Likewise.
22185         (ldbl_canonicalize): Likewise.
22186         (ldbl_nearbyint): Likewise.
22187         (ldbl_pack): Rename to ldbl_pack_ppc.
22188         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22189         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22190         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22192 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22194         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22195         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22196         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22197         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22198         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22199         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22200         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22201         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22203 2013-03-07  Andreas Jaeger  <aj@suse.de>
22205         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22206         bits/mman-linux.h.
22208 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22210         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22211         Include mpa.h and declare __MPEXP.
22212         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22213         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22214         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22215         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22216         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22217         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22218         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22220         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22221         (__slowpow): Use long double EXPL and LOGL functions to
22222         compute POW.
22223         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22224         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22225         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22226         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22227         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22228         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22230         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22231         intermediate variable to calculate exponent.
22232         (__sqr): Likewise.
22233         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22234         Likewise.
22235         (__sqr): Likewise.
22237         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22238         [!NO__SQR]: Define __sqr.
22239         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22240         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22241         sysdeps/ieee754/dbl-64/mpa.c.
22242         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22244         [BZ #12723]
22245         * posix/Makefile (tests): Add tst-pathconf.
22246         * posix/tst-pathconf.c: New test case.
22247         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22248         _PC_PIPE_BUF.
22249         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22251 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22253         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22255 2013-03-06  Andreas Jaeger  <aj@suse.de>
22257         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22258         definition via __MAP_ANONYMOUS.
22260         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22261         it's not part of Linux headers.
22263         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22264         (MAP_HUGE_MASK): Define.
22266         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22267         Define.
22268         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22269         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22270         Define.
22271         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22272         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22273         Define.
22274         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22275         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22276         Define.
22277         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22279         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22280         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22281         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22282         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22283         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22284         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22286         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22287         Handle f2fs.
22289         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22290         Handle f2fs and efivarfs.
22292         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22293         f2fs.
22295         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22296         (EFIVARFS_MAGIC): Add.
22297         (F2FS_LINK_MAX): Add.
22299 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22301         * stdio-common/vfprintf.c: Replace __builtin_expect with
22302         __glibc_unlikely.
22304 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22306         [BZ #13550]
22307         * sysdeps/generic/bp-sym.h: Remove file.
22308         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22309         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22310         <bp-sym.h> and <bp-asm.h>.
22311         (__longjmp): Don't use BP_SYM.
22312         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22313         and <bp-asm.h>.
22314         (memcpy): Don't use BP_SYM.
22315         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22316         <bp-sym.h> and <bp-asm.h>.
22317         (memcpy): Don't use BP_SYM.
22318         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22319         <bp-asm.h>.
22320         (memcpy): Don't use BP_SYM.
22321         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22322         <bp-asm.h>.
22323         (memset): Don't use BP_SYM.
22324         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22325         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22326         (__bzero): Don't use BP_SYM.
22327         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22328         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22329         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22330         <bp-sym.h> and <bp-asm.h>.
22331         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22332         pointers.
22333         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22334         <bp-sym.h> and <bp-asm.h>.
22335         (memcpy): Don't use BP_SYM.
22336         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22337         <bp-sym.h> and <bp-asm.h>.
22338         (memset): Don't use BP_SYM.
22339         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22340         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22341         (__bzero): Don't use BP_SYM.
22342         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22343         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22344         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
22345         <bp-sym.h> and <bp-asm.h>.
22346         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22347         pointers.
22348         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22349         <bp-sym.h> and <bp-asm.h>.
22350         (memcpy): Don't use BP_SYM.
22351         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
22352         <bp-sym.h> and <bp-asm.h>.
22353         (memset): Don't use BP_SYM.
22354         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22355         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22356         (__bzero): Don't use BP_SYM.
22357         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22358         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22359         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
22360         <bp-sym.h> and <bp-asm.h>.
22361         (__memchr): Don't use BP_SYM.
22362         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22363         <bp-sym.h> and <bp-asm.h>.
22364         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22365         pointers.
22366         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22367         <bp-sym.h> and <bp-asm.h>.
22368         (memcpy): Don't use BP_SYM.
22369         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22370         <bp-sym.h> and <bp-asm.h>.
22371         (__mempcpy): Don't use BP_SYM.
22372         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22373         <bp-sym.h> and <bp-asm.h>.
22374         (__memrchr): Don't use BP_SYM.
22375         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22376         <bp-sym.h> and <bp-asm.h>.
22377         (memset): Don't use BP_SYM.
22378         (__bzero): Likewise.
22379         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22380         <bp-sym.h> and <bp-asm.h>.
22381         (__rawmemchr): Don't use BP_SYM.
22382         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22383         <bp-sym.h> and <bp-asm.h>.
22384         (__STRCMP): Don't use BP_SYM.
22385         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22386         <bp-sym.h> and <bp-asm.h>.
22387         (strchr): Don't use BP_SYM.
22388         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22389         <bp-sym.h> and <bp-asm.h>.
22390         (__strchrnul): Don't use BP_SYM.
22391         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22392         <bp-sym.h> and <bp-asm.h>.
22393         (strlen): Don't use BP_SYM.
22394         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22395         <bp-sym.h> and <bp-asm.h>.
22396         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22397         pointers.
22398         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22399         <bp-sym.h> and <bp-asm.h>.
22400         (__strnlen): Don't use BP_SYM.
22401         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22402         <bp-sym.h> and <bp-asm.h>.
22403         (__GI__setjmp): Don't use BP_SYM.
22404         (_setjmp): Likewise.
22405         (__sigsetjmp): Likewise.
22406         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22407         (L(start_addresses)): Don't use BP_SYM.
22408         (_start): Likewise.
22409         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22410         <bp-asm.h>.
22411         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22412         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22413         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22414         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22415         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22416         <bp-asm.h>.
22417         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
22418         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
22419         about bounded pointers.
22420         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22421         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22422         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
22423         <bp-asm.h>.
22424         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22425         about bounded pointers.  Remove GKM FIXME comments.
22426         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22427         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
22428         <bp-asm.h>.
22429         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
22430         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
22431         Remove GKM FIXME comments.
22432         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22433         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22434         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
22435         <bp-asm.h>.
22436         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22437         about bounded pointers.  Remove GKM FIXME comment.
22438         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
22439         and <bp-asm.h>.
22440         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22441         pointers.
22442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
22443         <bp-sym.h> and <bp-asm.h>.
22444         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
22446         <bp-sym.h> and <bp-asm.h>.
22447         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22448         comment.
22450 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22452         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
22453         call free(NULL).
22455 2013-03-05  David S. Miller  <davem@davemloft.net>
22457         * po/es.po: Update from translation team.
22459 2013-03-05  Andreas Jaeger  <aj@suse.de>
22461         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
22462         <bits/mman-linux.h>.
22463         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22464         is fine.
22465         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
22466         <bits/mman-linux.h> to end of file.
22467         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22468         is fine.
22469         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
22470         <bits/mman-linux.h> to end of file.
22471         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22472         is fine.
22473         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
22474         <bits/mman-linux.h> to end of file.
22476         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
22477         (MCL_CURRENT, MCL_FUTURE): Define here.
22479 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22481         [BZ #15232]
22482         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
22483         attribute_hidden.
22484         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
22486 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22488         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
22489         fourth parameter needed for rt_sigprocmask syscall.
22490         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22491         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22492         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
22493         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22494         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22495         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
22497 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
22499         [BZ #13550]
22500         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
22501         comment about bounded pointers.
22502         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
22503         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
22505 2013-03-04  Andreas Jaeger  <aj@suse.de>
22507         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
22508         common definitions.
22510         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
22511         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
22512         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
22513         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
22514         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
22515         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
22517 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22519         [BZ #15055]
22520         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
22521         __ieee754_sqrl instead of __sqrl.
22523 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
22525         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
22526         * sysdeps/powerpc/fpu_control.h: ... here.
22527         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
22528         * sysdeps/powerpc/bits/fenvinline.h: ... here.
22529         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
22530         * sysdeps/powerpc/bits/mathinline.h: ... here.
22532 2013-03-01  Roland McGrath  <roland@hack.frob.com>
22534         * elf/dl-hwcaps.c (_dl_important_hwcaps):
22535         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
22536         to just [NEED_DL_SYSINFO_DSO].
22537         * elf/dl-support.c: Likewise.
22538         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
22539         * elf/rtld.c (dl_main): Likewise.
22540         * elf/setup-vdso.h (setup_vdso): Likewise.
22541         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
22542         * sysdeps/unix/sysv/linux/dl-sysdep.c
22543         (_dl_discover_osversion): Likewise.
22545 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
22547         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
22548         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22550 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22552         * NEWS: Mention libm performance improvements and non-x86 PI
22553         futex support.
22555         * csu/libc-start.c (__pthread_initialize_minimal): Change
22556         function arguments.
22557         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22559 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
22561         [BZ #13550]
22562         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
22563         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
22564         <bp-sym.h> and <bp-asm.h>.
22565         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22566         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
22567         and <bp-asm.h>.
22568         (memcpy): Don't use BP_SYM.
22569         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
22570         <bp-asm.h>.
22571         (__mpn_add_n): Don't use BP_SYM.
22572         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
22573         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
22574         and <bp-asm.h>.
22575         (__mpn_addmul_1): Don't use BP_SYM.
22576         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22577         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
22578         <bp-sym.h>.
22579         (_setjmp): Don't use BP_SYM.
22580         (__novmx_setjmp): Likewise.
22581         (__GI__setjmp): Likewise.
22582         (__vmx_setjmp): Likewise.
22583         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
22584         <bp-sym.h>.
22585         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
22586         (__bzero): Don't use BP_SYM.
22587         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22588         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22589         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
22590         <bp-sym.h> and <bp-asm.h>.
22591         (memcpy): Don't use BP_SYM.
22592         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
22593         <bp-sym.h> and <bp-asm.h>.
22594         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22595         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
22596         <bp-sym.h> and <bp-asm.h>.
22597         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22598         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
22599         <bp-asm.h>.
22600         (__mpn_lshift): Don't use BP_SYM.
22601         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22602         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
22603         <bp-asm.h>.
22604         (memset): Don't use BP_SYM.
22605         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22606         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22607         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
22608         <bp-asm.h>.
22609         (__mpn_mul_1): Don't use BP_SYM.
22610         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22611         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
22612         <bp-sym.h> and <bp-asm.h>.
22613         (memcmp): Don't use BP_SYM.
22614         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
22615         <bp-sym.h> and <bp-asm.h>.
22616         (memcpy): Don't use BP_SYM.
22617         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
22618         <bp-sym.h> and <bp-asm.h>.
22619         (memset): Don't use BP_SYM.
22620         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
22621         <bp-sym.h> and <bp-asm.h>.
22622         (strncmp): Don't use BP_SYM.
22623         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
22624         <bp-sym.h> and <bp-asm.h>.
22625         (memcpy): Don't use BP_SYM.
22626         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
22627         <bp-sym.h> and <bp-asm.h>.
22628         (memset): Don't use BP_SYM.
22629         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
22630         <bp-sym.h> and <bp-asm.h>.
22631         (__memchr): Don't use BP_SYM.
22632         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
22633         <bp-sym.h> and <bp-asm.h>.
22634         (memcmp): Don't use BP_SYM.
22635         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
22636         <bp-sym.h> and <bp-asm.h>.
22637         (memcpy): Don't use BP_SYM.
22638         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
22639         <bp-sym.h> and <bp-asm.h>.
22640         (__mempcpy): Don't use BP_SYM.
22641         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
22642         <bp-sym.h> and <bp-asm.h>.
22643         (__memrchr): Don't use BP_SYM.
22644         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
22645         <bp-sym.h> and <bp-asm.h>.
22646         (memset): Don't use BP_SYM.
22647         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
22648         <bp-sym.h> and <bp-asm.h>.
22649         (__rawmemchr): Don't use BP_SYM.
22650         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
22651         <bp-sym.h> and <bp-asm.h>.
22652         (__STRCMP): Don't use BP_SYM.
22653         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
22654         <bp-sym.h> and <bp-asm.h>.
22655         (strchr): Don't use BP_SYM.
22656         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
22657         <bp-sym.h> and <bp-asm.h>.
22658         (__strchrnul): Don't use BP_SYM.
22659         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
22660         <bp-sym.h> and <bp-asm.h>.
22661         (strlen): Don't use BP_SYM.
22662         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
22663         <bp-sym.h> and <bp-asm.h>.
22664         (strncmp): Don't use BP_SYM.
22665         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
22666         <bp-sym.h> and <bp-asm.h>.
22667         (__strnlen): Don't use BP_SYM.
22668         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
22669         <bp-asm.h>.
22670         (__mpn_rshift): Don't use BP_SYM.
22671         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22672         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
22673         <bp-sym.h> and <bp-asm.h>.
22674         (__sigsetjmp): Don't use BP_SYM.
22675         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
22676         (L(start_addresses)): Don't use BP_SYM.
22677         (_start): Likewise.
22678         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
22679         <bp-asm.h>.
22680         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
22681         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22682         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22683         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
22684         <bp-asm.h>.
22685         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
22686         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22687         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22688         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
22689         <bp-asm.h>.
22690         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22691         comments.
22692         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22693         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
22694         <bp-asm.h>.
22695         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
22696         FIXME comments.
22697         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22698         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22699         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
22700         <bp-asm.h>.
22701         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22702         comment.
22703         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
22704         and <bp-asm.h>.
22705         (strncmp): Don't use BP_SYM,
22706         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
22707         <bp-asm.h>.
22708         (__mpn_sub_n): Don't use BP_SYM.
22709         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
22710         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
22711         and <bp-asm.h>.
22712         (__mpn_submul_1): Don't use BP_SYM.
22713         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
22715         <bp-sym.h> and <bp-asm.h>.
22716         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
22718         <bp-sym.h> and <bp-asm.h>.
22719         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22720         comment.
22722 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22724         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
22725         Use ZK to minimize writes to Z.
22726         (sub_magnitudes): Simplify code a bit.
22727         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
22728         Use ZK to minimize writes to Z.
22729         (sub_magnitudes): Simplify code a bit.
22731 2013-02-27  Roland McGrath  <roland@hack.frob.com>
22733         * csu/gmon-start.c: Add special exception to license text.
22735 2013-02-27  Richard Henderson  <rth@redhat.com>
22737         * scripts/config.guess: Update from config.git.
22738         * scripts/config.sub: Likewise.
22740 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
22742         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
22744         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
22746         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
22748         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
22750         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
22752 2013-02-26  Roland McGrath  <roland@hack.frob.com>
22754         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
22755         [$(build-shared = yes].
22757 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22759         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
22760         (__mul): Reduce iterations for calculating mantissa.
22762         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
22763         MPTWO.
22764         (__mpranred): Likewise.
22766         [BZ #15160]
22767         * malloc/memusagestat.c (main): Draw graphs for heap and stack
22768         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
22770 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22772         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
22773         Define __attribute__.
22775 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22777         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
22778         unused.
22779         * posix/regex_internal.h (__attribute): Remove.
22780         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
22781         (re_string_context_at): Likewise.
22782         (bitset_not): Use __attribute__ and mark function as possibly
22783         unused.
22784         (bitset_merge): Likewise.
22785         (bitset_mask): Likewise.
22786         (re_string_char_size_at): Likewise.
22787         (re_string_wchar_at): Likewise.
22788         (re_string_elem_size_at): Likewise.
22790 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22792         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
22793         code.
22794         (cc32): Likewise.
22796         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
22797         (__acr): Likewise.
22798         (__cpy): Likewise.
22799         (norm): Likewise.
22800         (denorm): Likewise.
22801         (__dbl_mp): Likewise.
22802         (add_magnitudes): Likewise.
22803         (sub_magnitudes): Likewise.
22804         (__mul): Likewise.
22805         (__inv): Likewise.
22807         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
22808         style.
22810         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
22811         style.
22813         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
22814         code.
22816         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
22817         up changes with default code.
22818         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
22819         Likewise.
22821 2013-02-24  Allan McRae  <allan@archlinux.org>
22823         * manual/socket.texi (The Internet Namespace): Order menu items
22824         to match that in the file.
22826         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
22827         node listing of the info page menu.
22829 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
22831         [BZ #13550]
22832         * sysdeps/i386/bp-asm.h: Remove file.
22833         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
22834         (PARMS): Do not use macros from bp-asm.h.
22835         (S1): Likewise.
22836         (S2): Likewise.
22837         (SIZE): Likewise.
22838         (__mpn_add_n): Do not use BP_SYM
22839         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
22840         "bp-asm.h".
22841         (PARMS): Do not use macros from bp-asm.h.
22842         (S1): Likewise.
22843         (SIZE): Likewise.
22844         (__mpn_addmul_1): Do not use BP_SYM
22845         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
22846         "bp-asm.h".
22847         (PARMS): Do not use macros from bp-asm.h.
22848         (SIGMSK): Likewise.
22849         (_setjmp): Likewise.  Do not use BP_SYM.
22850         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
22851         "bp-asm.h".
22852         (PARMS): Do not use macros from bp-asm.h.
22853         (SIGMSK): Likewise.
22854         (setjmp): Likewise.  Do not use BP_SYM.
22855         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
22856         "bp-asm.h".
22857         (PARMS): Do not use macros from bp-asm.h.
22858         (__frexp): Do not use BP_SYM.
22859         (frexp): Likewise.
22860         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
22861         "bp-asm.h".
22862         (PARMS): Do not use macros from bp-asm.h.
22863         (__frexpf): Do not use BP_SYM.
22864         (frexpf): Likewise.
22865         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
22866         "bp-asm.h".
22867         (PARMS): Do not use macros from bp-asm.h.
22868         (__frexpl): Do not use BP_SYM.
22869         (frexpl): Likewise.
22870         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
22871         "bp-asm.h".
22872         (PARMS): Do not use macros from bp-asm.h.
22873         (__remquo): Do not use BP_SYM.
22874         (remquo): Likewise.
22875         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
22876         "bp-asm.h".
22877         (PARMS): Do not use macros from bp-asm.h.
22878         (__remquof): Do not use BP_SYM.
22879         (remquof): Likewise.
22880         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
22881         "bp-asm.h".
22882         (PARMS): Do not use macros from bp-asm.h.
22883         (__remquol): Do not use BP_SYM.
22884         (remquol): Likewise.
22885         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
22886         "bp-asm.h".
22887         (PARMS): Do not use macros from bp-asm.h.
22888         (DEST): Likewise.
22889         (SRC): Likewise.
22890         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
22891         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
22892         "bp-asm.h".
22893         (PARMS): Do not use macros from bp-asm.h.
22894         (strlen): Do not use BP_SYM.
22895         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
22896         "bp-asm.h".
22897         (PARMS): Do not use macros from bp-asm.h.
22898         (S1): Likewise.
22899         (S2): Likewise.
22900         (SIZE): Likewise.
22901         (__mpn_add_n): Do not use BP_SYM.
22902         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
22903         "bp-asm.h".
22904         (PARMS): Do not use macros from bp-asm.h.
22905         (S1): Likewise.
22906         (SIZE): Likewise.
22907         (__mpn_addmul_1): Do not use BP_SYM.
22908         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
22909         weak_alias.
22910         (bzero): Likewise.
22911         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
22912         "bp-asm.h".
22913         (PARMS): Do not use macros from bp-asm.h.
22914         (S): Likewise.
22915         (SIZE): Likewise.
22916         (__mpn_lshift): Do not use BP_SYM.
22917         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
22918         "bp-asm.h".
22919         (PARMS): Do not use macros from bp-asm.h.
22920         (DEST): Likewise.
22921         (SRC): Likewise.
22922         (LEN): Likewise.
22923         (memcpy): Likewise.  Do not use BP_SYM.
22924         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
22925         libc_hidden_def and weak_alias.
22926         (mempcpy): Do not use BP_SYM in weak_alias.
22927         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
22928         "bp-asm.h".
22929         (PARMS): Do not use macros from bp-asm.h.
22930         (DEST): Likewise.
22931         (LEN): Likewise.
22932         [!BZERO_P] (CHR): Likewise.
22933         (memset): Likewise.  Do not use BP_SYM.
22934         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
22935         "bp-asm.h".
22936         (PARMS): Do not use macros from bp-asm.h.
22937         (S1): Likewise.
22938         (SIZE): Likewise.
22939         (__mpn_mul_1): Do not use BP_SYM.
22940         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
22941         "bp-asm.h".
22942         (PARMS): Do not use macros from bp-asm.h.
22943         (S): Likewise.
22944         (SIZE): Likewise.
22945         (__mpn_rshift): Do not use BP_SYM.
22946         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
22947         "bp-asm.h".
22948         (PARMS): Do not use macros from bp-asm.h.
22949         (STR): Likewise.
22950         (CHR): Likewise.
22951         (strchr): Likewise.  Do not use BP_SYM.
22952         (index): Do not use BP_SYM in weak_alias.
22953         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
22954         "bp-asm.h".
22955         (PARMS): Do not use macros from bp-asm.h.
22956         (DEST): Likewise.
22957         (SRC): Likewise.
22958         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
22959         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
22960         "bp-asm.h".
22961         (PARMS): Do not use macros from bp-asm.h.
22962         (strlen): Do not use BP_SYM.
22963         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
22964         "bp-asm.h".
22965         (PARMS): Do not use macros from bp-asm.h.
22966         (S1): Likewise.
22967         (S2): Likewise.
22968         (SIZE): Likewise.
22969         (__mpn_sub_n): Do not use BP_SYM.
22970         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
22971         "bp-asm.h".
22972         (PARMS): Do not use macros from bp-asm.h.
22973         (S1): Likewise.
22974         (SIZE): Likewise.
22975         (__mpn_submul_1): Do not use BP_SYM.
22976         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
22977         "bp-asm.h".
22978         (PARMS): Do not use macros from bp-asm.h.
22979         (S1): Likewise.
22980         (S2): Likewise.
22981         (SIZE): Likewise.
22982         (__mpn_add_n): Do not use BP_SYM.
22983         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
22984         weak_alias.
22985         (bzero): Likewise.
22986         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
22987         "bp-asm.h".
22988         (PARMS): Do not use macros from bp-asm.h.
22989         (BLK2): Likewise.
22990         (LEN): Likewise.
22991         (memcmp): Do not use BP_SYM.
22992         (bcmp): Do not use BP_SYM in weak_alias.
22993         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
22994         "bp-asm.h".
22995         (PARMS): Do not use macros from bp-asm.h.
22996         (DEST): Likewise.
22997         (SRC): Likewise.
22998         (LEN): Likewise.
22999         (memcpy): Likewise.  Do not use BP_SYM.
23000         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23001         "bp-asm.h".
23002         (PARMS): Do not use macros from bp-asm.h.
23003         (DEST): Likewise.
23004         (SRC): Likewise.
23005         (LEN): Likewise.
23006         (memmove): Likewise.  Do not use BP_SYM.
23007         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23008         "bp-asm.h".
23009         (PARMS): Do not use macros from bp-asm.h.
23010         (DEST): Likewise.
23011         (SRC): Likewise.
23012         (LEN): Likewise.
23013         (__mempcpy): Likewise.  Do not use BP_SYM.
23014         (mempcpy): Do not use BP_SYM in weak_alias.
23015         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23016         "bp-asm.h".
23017         (PARMS): Do not use macros from bp-asm.h.
23018         (DEST): Likewise.
23019         (LEN): Likewise.
23020         [!BZERO_P] (CHR): Likewise.
23021         (memset): Likewise.  Do not use BP_SYM.
23022         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23023         "bp-asm.h".
23024         (PARMS): Do not use macros from bp-asm.h.
23025         (STR2): Likewise.
23026         (strcmp): Do not use BP_SYM.
23027         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23028         "bp-asm.h".
23029         (PARMS): Do not use macros from bp-asm.h.
23030         (STR): Likewise.
23031         (DELIM): Likewise.
23032         [USE_AS_STRTOK_R] (SAVE): Likewise.
23033         (FUNCTION): Likewise.  Do not use BP_SYM.
23034         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23035         aliases.
23036         (strtok_r): Likewise.
23037         (__GI___strtok_r): Likewise.
23038         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23039         (PARMS): Do not use macros from bp-asm.h.
23040         (S): Likewise.
23041         (SIZE): Likewise.
23042         (__mpn_lshift): Do not use BP_SYM.
23043         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23044         (PARMS): Do not use macros from bp-asm.h.
23045         (STR): Likewise.
23046         (CHR): Likewise.
23047         (__memchr): Do not use BP_SYM.
23048         (memchr): Do not use BP_SYM in weak_alias.
23049         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23050         (PARMS): Do not use macros from bp-asm.h.
23051         (BLK2): Likewise.
23052         (LEN): Likewise.
23053         (memcmp): Do not use BP_SYM.
23054         (bcmp): Do not use BP_SYM in weak_alias.
23055         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23056         (PARMS): Do not use macros from bp-asm.h.
23057         (S1): Likewise.
23058         (SIZE): Likewise.
23059         (__mpn_mul_1): Do not use BP_SYM.
23060         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23061         "bp-asm.h".
23062         (PARMS): Do not use macros from bp-asm.h.
23063         (STR): Likewise.
23064         (CHR): Likewise.
23065         (__rawmemchr): Do not use BP_SYM.
23066         (rawmemchr): Do not use BP_SYM in weak_alias.
23067         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23068         (PARMS): Do not use macros from bp-asm.h.
23069         (S): Likewise.
23070         (SIZE): Likewise.
23071         (__mpn_rshift): Do not use BP_SYM.
23072         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23073         (PARMS): Do not use macros from bp-asm.h.
23074         (SIGMSK): Likewise.
23075         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23076         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23077         (_start): Do not use BP_SYM.
23078         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23079         (PARMS): Do not use macros from bp-asm.h.
23080         (DEST): Likewise.
23081         (SRC): Likewise.
23082         (__stpcpy): Likewise.  Do not use BP_SYM.
23083         (stpcpy): Do not use BP_SYM in weak_alias.
23084         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23085         "bp-asm.h".
23086         (PARMS): Do not use macros from bp-asm.h.
23087         (DEST): Likewise.
23088         (SRC): Likewise.
23089         (LEN): Likewise.
23090         (__stpncpy): Likewise.  Do not use BP_SYM.
23091         (stpncpy): Do not use BP_SYM in weak_alias.
23092         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23093         (PARMS): Do not use macros from bp-asm.h.
23094         (STR): Likewise.
23095         (CHR): Likewise.
23096         (strchr): Likewise.  Do not use BP_SYM.
23097         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23098         "bp-asm.h".
23099         (PARMS): Do not use macros from bp-asm.h.
23100         (STR): Likewise.
23101         (CHR): Likewise.
23102         (__strchrnul): Likewise.  Do not use BP_SYM.
23103         (strchrnul): Do not use BP_SYM in weak_alias.
23104         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23105         "bp-asm.h".
23106         (PARMS): Do not use macros from bp-asm.h.
23107         (STOP): Likewise.
23108         (strcspn): Do not use BP_SYM.
23109         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23110         "bp-asm.h".
23111         (PARMS): Do not use macros from bp-asm.h.
23112         (STR): Likewise.
23113         (STOP): Likewise.
23114         (strpbrk): Likewise.  Do not use BP_SYM.
23115         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23116         "bp-asm.h".
23117         (PARMS): Do not use macros from bp-asm.h.
23118         (STR): Likewise.
23119         (CHR): Likewise.
23120         (strrchr): Likewise.  Do not use BP_SYM.
23121         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23122         (PARMS): Do not use macros from bp-asm.h.
23123         (SKIP): Likewise.
23124         (strspn): Do not use BP_SYM.
23125         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23126         (PARMS): Do not use macros from bp-asm.h.
23127         (STR): Likewise.
23128         (DELIM): Likewise.
23129         (SAVE): Likewise.
23130         (FUNCTION): Likewise.  Do not use BP_SYM.
23131         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23132         aliases.
23133         (strtok_r): Likewise.
23134         (__GI___strtok_r): Likewise.
23135         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23136         (PARMS): Do not use macros from bp-asm.h.
23137         (S1): Likewise.
23138         (S2): Likewise.
23139         (SIZE): Likewise.
23140         (__mpn_sub_n): Do not use BP_SYM.
23141         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23142         "bp-asm.h".
23143         (PARMS): Do not use macros from bp-asm.h.
23144         (S1): Likewise.
23145         (SIZE): Likewise.
23146         (__mpn_submul_1): Do not use BP_SYM.
23147         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23148         <bp-sym.h>.
23149         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23150         and <bp-asm.h>.
23151         (PARMS): Do not use macros from bp-asm.h.
23152         (FLAGS): Likewise.
23153         (PTID): Likewise.
23154         (TLS): Likewise.
23155         (CTID): Likewise.
23156         (__clone): Do not use BP_SYM.
23157         (clone): Do not use BP_SYM in weak_alias.
23158         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23159         and <bp-asm.h>.
23160         (PARMS): Do not use macros from bp-asm.h.
23161         (LEN): Likewise.
23162         (__mmap64): Do not use BP_SYM.
23163         (mmap64): Do not use BP_SYM in weak_alias.
23164         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23165         <bp-sym.h> and <bp-asm.h>.
23166         (PARMS): Do not use macros from bp-asm.h.
23167         (__posix_fadvise64_l64): Do not use BP_SYM.
23168         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23169         (PARMS): Do not use macros from bp-asm.h.
23170         (NSOPS): Likewise.
23171         (semtimedop): Do not use BP_SYM.
23172         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23173         and <bp-asm.h>.
23175 2013-02-21  Allan McRae  <allan@archlinux.org>
23177         * manual/message.texi (Charset conversion in gettext):
23178         Move @end statement to beginning of line.
23180 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23182         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23183         static.
23184         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23185         Likewise.
23187         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23188         (denorm): Likewise.
23189         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23190         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23192 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23194         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23195         tail-call to the resolved function if pltexit isn't needed.
23197 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23199         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23200         or Y being zero as being unlikely.
23201         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23202         Likewise.
23204 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23206         * manual/nss.texi (System Databases and Name Service Switch):
23207         Remove frobnicate @pxref.
23209 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23211         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23212         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23214 2013-02-20  Petr Machata  <pmachata@redhat.com>
23216         * elf/elf.h (R_ARM_TARGET1): New macro.
23217         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23218         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23219         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23220         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23221         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23222         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23223         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23224         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23225         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23226         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23227         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23228         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23229         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23230         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23231         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23232         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23233         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23234         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23235         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23236         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23237         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23238         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23239         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23240         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23241         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23242         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23243         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23244         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23245         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23246         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23247         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23248         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23249         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23250         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23251         (R_ARM_THM_GOT_BREL12): Likewise.
23252         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23253         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23254         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23255         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23256         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23257         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23258         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23259         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23260         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23262 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23264         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23265         __attribute_used__ to __attribute__ ((unused)).
23267 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23269         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23270         powerpc mpa.c.
23271         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23272         comment formatting.
23273         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23275 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23277         [BZ #13550]
23278         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23279         Remove macro.
23280         (ENTER): Remove both macro definitions.
23281         (LEAVE): Likewise.
23282         (CHECK_BOUNDS_LOW): Likewise.
23283         (CHECK_BOUNDS_HIGH): Likewise.
23284         (CHECK_BOUNDS_BOTH): Likewise.
23285         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23286         (RETURN_BOUNDED_POINTER): Likewise.
23287         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23288         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23289         (POP_ERRNO_LOCATION_RETURN): Likewise.
23290         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23291         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23292         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23293         macros.
23294         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23295         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23296         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23297         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23298         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23299         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23300         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23301         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23302         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23303         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23304         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23305         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23306         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23307         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23308         removed macros.
23309         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23310         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23311         macros.
23312         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23313         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23314         * sysdeps/i386/i586/memset.S (memset): Likewise.
23315         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23316         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23317         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23318         macros.
23319         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23320         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23321         Change uses of L(2) to L(out).
23322         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23323         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23324         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23325         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23326         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23327         removed macros.
23328         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23329         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23330         macros.
23331         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23332         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23333         (RETURN): Do not use macro LEAVE.
23334         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23335         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23336         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23337         * sysdeps/i386/i686/memset.S (memset): Likewise.
23338         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23339         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23340         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23341         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23342         Likewise.
23343         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23344         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23345         L(1_2) and L(1_3) into L(1).
23346         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23347         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23348         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23349         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23350         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23351         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23352         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23353         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23354         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23355         macros.
23356         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23357         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23358         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23359         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23360         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23361         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23362         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23363         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23364         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23365         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23366         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23367         * sysdeps/i386/strspn.S (strspn): Likewise.
23368         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23369         conditional code.
23370         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23371         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23372         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23373         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23374         L(1_3) into L(1_1).
23375         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23376         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23377         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23378         macros.
23379         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23381 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23383         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23384         macro.
23386 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23388         * math/atest-exp.c (exp_mpn): Remove ROUND.
23389         * math/atest-exp2.c (exp_mpn): Likewise.
23390         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23392         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23393         * stdlib/tst-tls-atexit-lib.c: Likewise.
23394         * stdlib/tst-tls-atexit.c: Likewise.
23396 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23398         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23399         and __attribute_alloc_size__.
23401 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23403         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23404         __attribute_alloc_size__.
23405         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23406         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23408 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23410         * include/programs/xmalloc.h: New file.
23411         * catgets/gencat.c: Include it.
23412         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23413         * elf/pldd.c: Likewise.
23414         * iconv/iconv_charmap.c: Likewise.
23415         * iconv/iconvconfig.c: Likewise.
23416         * iconv/strtab.c: Likewise.
23417         * locale/programs/locale.c: Likewise.
23418         * locale/programs/localedef.h: Likewise.
23419         * locale/programs/simple-hash.c: Likewise.
23420         * nscd/nscd.h: Likewise.
23421         * nss/makedb.c: Likewise.
23422         * sysdeps/generic/ldconfig.h: Likewise.
23424 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23426         * Versions.def: Add GLIBC_2.18.
23427         * include/link.h (struct link_map): New member l_tls_dtor_count.
23428         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
23429         (__call_tls_dtors): Likewise.
23430         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
23431         __cxa_thread_atexit_impl.
23432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23433         Likewise.
23434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23435         Likewise.
23436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23437         Likewise.
23438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23439         Likewise.
23440         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
23441         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
23442         Likewise.
23443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
23444         Likewise.
23445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
23446         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23447         Likewise.
23448         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
23449         (tests): Add test case tst-tls-atexit.
23450         (modules-names): Add shared library for tst-tls-atexit.
23451         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
23452         (GLIBC_PRIVATE): Add __call_tls_dtors.
23453         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
23454         for libstdc++.
23455         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
23456         * stdlib/tst-tls-atexit.c: New test case.
23457         * stdlib/tst-tls-atexit-lib.c: New test case.
23459         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
23461         * elf/Versions (ld): Add _dl_find_dso_for_object.
23462         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
23463         * elf/dl-open.c (_dl_find_dso_for_object): New function.
23464         (dl_open_worker): Use _dl_find_dso_for_object.
23465         * elf/dl-sym.c (do_sym): Likewise.
23466         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
23468 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23470         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
23471         Syntactic changes only.
23472         (_dl_runtime_profile): Do a tail-call to the resolved function.
23474 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
23476         [BZ #13550]
23477         * sysdeps/x86_64/bp-asm.h: Remove file.
23478         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
23479         <bp-sym.h> and <bp-asm.h>.
23480         (__clone): Do not use BP_SYM.
23481         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
23482         <bp-sym.h> and <bp-asm.h>.
23483         * sysdeps/unix/x86_64/sysdep.S: Likewise.
23484         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
23485         "bp-asm.h".
23486         (_setjmp): Do not use BP_SYM.
23487         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
23488         "bp-asm.h".
23489         (setjmp): Do not use BP_SYM.
23490         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
23491         libc_hidden_def.
23492         (mempcpy): Do not use BP_SYM in weak_alias.
23493         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
23494         "bp-asm.h".
23495         (strchr): Do not use BP_SYM.
23496         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
23497         "bp-asm.h".
23498         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
23499         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
23500         (_start): Do not use BP_SYM.
23501         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
23502         "bp-asm.h".
23503         (strcat): Do not use BP_SYM.
23504         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
23505         "bp-asm.h".
23506         (STRCMP): Do not use BP_SYM.
23507         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
23508         "bp-asm.h".
23509         (STRCPY): Do not use BP_SYM.
23510         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
23511         "bp-asm.h".
23512         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
23513         "bp-asm.h".
23514         (FUNCTION): Do not use BP_SYM.
23515         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
23516         weak_alias.
23517         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
23519 2013-02-17  Andreas Jaeger  <aj@suse.de>
23521         * time/Versions: Sort entries.
23522         * string/Versions: Likewise.
23523         * resolv/Versions: Likewise.
23524         * posix/Versions: Likewise.
23525         * iconv/Versions: Likewise.
23526         * elf/Versions: Likewise.
23527         * wcsmbs/Versions: Likewise.
23529 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23531         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
23532         loop termination condition.
23534         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
23535         variable to calculate EZ.
23536         (__sqr): Likewise.
23538         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
23539         the lower precision input.
23541 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
23543         [BZ #13550]
23544         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
23545         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
23546         (run-via-rtld-prefix): Do not handle %-bp tests.
23547         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
23548         (all-object-suffixes): Remove .ob.
23549         (bppfx): Remove variable.
23550         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
23551         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
23552         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
23553         [$(build-bounded) = yes] (libtype.ob): Likewise.
23554         * Makerules (elide-routines.ob): Remove variable.
23555         (do-tests-clean): Do not handle *-bp.out.
23556         (common-mostlyclean): Do not handle *-bp and *-bp.out.
23557         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
23558         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
23559         (tests): Do not include $(tests-bp.out).
23560         (xtests): Do not include $(xtests-bp.out).
23561         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
23562         [$(build-bounded) = yes] ($(addprefix
23563         $(objpfx),$(binaries-bounded))): Remove rule.
23564         ($(objpfx)%-bp.out): Remove rule.
23565         * config.make.in (build-bounded): Remove variable.
23566         * crypt/Makefile [$(build-bounded) = yes]
23567         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
23568         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
23569         append to variable.
23570         [$(build-bounded) = yes] (install-lib): Likewise.
23571         [$(build-bounded) = yes] (generated): Likewise.
23572         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
23573         Remove rule.
23574         * intl/Makefile [$(build-bounded) = yes]
23575         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
23576         * math/Makefile [$(build-bounded) = yes]
23577         ($(tests:%=$(objpfx)%-bp): Likewise.
23578         * misc/Makefile [$(build-bounded) = yes]
23579         ($(objpfx)tst-tsearch-bp): Likewise.
23580         * nptl/Makeconfig (bounded-thread-library): Remove variable.
23581         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
23582         Remove dependency.
23583         * string/Makefile (o-objects.ob): Remove variable.
23584         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
23585         (CFLAGS-.ob): Remove variable.
23586         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
23587         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
23588         both definitions of variable.
23589         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
23590         (ASFLAGS-.ob): Remove variable.
23592 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
23594         [BZ #13550]
23595         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
23596         Remove __BOUNDED_POINTERS__ from condition.
23597         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
23598         * string/bits/string2.h [!__NO_STRING_INLINES &&
23599         !__BOUNDED_POINTERS__]: Likewise.
23600         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
23601         Likewise.
23602         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
23603         Remove conditional code.
23604         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
23605         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
23606         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
23607         condition.
23609         [BZ #13550]
23610         * csu/libc-start.c: Do not include <bp-sym.h>.
23611         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
23612         * elf/dl-open.c: Do not include <bp-sym.h>.
23613         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
23614         * math/fegetenv.c: Do not include <bp-sym.h>.
23615         (fegetenv): Do not use BP_SYM in versioned symbols.
23616         * nptl/sysdeps/pthread/bits/libc-lockP.h
23617         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
23618         <bp-sym.h>.
23619         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23620         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
23621         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23622         (__pthread_mutex_destroy): Likewise.
23623         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23624         (__pthread_mutex_lock): Likewise.
23625         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23626         (__pthread_mutex_trylock): Likewise.
23627         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23628         (__pthread_mutex_unlock): Likewise.
23629         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23630         (__pthread_mutexattr_init): Likewise.
23631         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23632         (__pthread_mutexattr_destroy): Likewise.
23633         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23634         (__pthread_mutexattr_settype): Likewise.
23635         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23636         (__pthread_rwlock_init): Likewise.
23637         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23638         (__pthread_rwlock_destroy): Likewise.
23639         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23640         (__pthread_rwlock_rdlock): Likewise.
23641         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23642         (__pthread_rwlock_tryrdlock): Likewise.
23643         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23644         (__pthread_rwlock_wrlock): Likewise.
23645         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23646         (__pthread_rwlock_trywrlock): Likewise.
23647         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23648         (__pthread_rwlock_unlock): Likewise.
23649         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23650         (__pthread_key_create): Likewise.
23651         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23652         (__pthread_setspecific): Likewise.
23653         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23654         (__pthread_getspecific): Likewise.
23655         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
23656         Likewise.
23657         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23658         (_pthread_cleanup_push_defer): Likewise.
23659         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23660         (_pthread_cleanup_pop_restore): Likewise.
23661         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23662         (pthread_setcancelstate): Likewise.
23663         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
23664         <bp-sym.h>.
23665         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
23666         (memchr): Do not use BP_SYM in weak_alias.
23667         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
23668         (fegetenv): Do not use BP_SYM in versioned symbols.
23669         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
23670         (fesetenv): Do not use BP_SYM in versioned symbols.
23671         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23672         (feupdateenv): Do not use BP_SYM in versioned symbols.
23673         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23674         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23675         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
23676         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
23677         (open64): Do not use BP_SYM in weak_alias.
23678         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
23679         (fegetenv): Do not use BP_SYM in versioned symbols.
23680         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
23681         (fesetenv): Do not use BP_SYM in versioned symbols.
23682         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23683         (feupdateenv): Do not use BP_SYM in versioned symbols.
23684         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
23685         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
23686         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
23687         (feraiseexcept): Do not use BP_SYM in versioned symbols.
23688         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23689         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23690         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
23691         <bp-sym.h>.
23692         (__libc_start_main): Do not use BP_SYM.
23694 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23696         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
23697         redundant return line.
23698         (norm): Likewise.
23699         (denorm): Likewise.
23700         (dbl_mp): Likewise.
23701         (sub_magnitudes): Likewise.
23702         (__add): Likewise.
23703         (__sub): Likewise.
23704         (__mul): Likewise.
23705         (__inv): Likewise.
23706         (__dvd): Likewise.
23707         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
23708         (norm): Likewise.
23709         (denorm): Likewise.
23710         (dbl_mp): Likewise.
23711         (sub_magnitudes): Likewise.
23712         (__add): Likewise.
23713         (__sub): Likewise.
23714         (__mul): Likewise.
23715         (__inv): Likewise.
23716         (__dvd): Likewise.
23718         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
23719         instead of __mul.
23720         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
23721         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
23722         (cc32): Likewise.
23724         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
23725         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
23726         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
23727         of __mul for squares.
23728         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
23729         function
23730         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
23731         Likewise.
23732         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
23733         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
23735 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
23737         [BZ #13550]
23738         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
23739         code.
23740         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
23741         prototype or function definition.  Rename ubp_* variables and
23742         parameters.  Remove argv definitions conditional on
23743         [__BOUNDED_POINTERS__].
23744         * debug/backtrace.c (__backtrace): Do not use __unbounded.
23745         * elf/dl-runtime.c (_dl_fixup): Likewise.
23746         * include/set-hooks.h (RUN_HOOK): Likewise.
23747         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
23748         definition.
23749         * string/strcpy.c (strcpy): Do not use __unbounded.
23750         * sysdeps/generic/frame.h (struct layout): Likewise.
23751         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
23752         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
23753         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
23754         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
23755         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
23756         (__backtrace): Likewise.
23757         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
23758         use __ptrvalue.
23759         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
23760         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
23761         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
23762         Likewise.
23763         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
23764         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
23765         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
23766         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
23767         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
23768         Do not use __unbounded.
23769         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
23770         Rename __unboundedrlimits parameter to rlimits in prototype.
23771         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
23772         Do not use __unbounded.
23773         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
23774         not use __ptrvalue.
23775         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
23776         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
23777         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
23778         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
23779         __ptrvalue or __unbounded.
23780         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
23781         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
23782         use __unbounded.
23783         (__new_msgctl): Do not use __ptrvalue.
23784         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
23785         __unbounded.
23786         (__libc_msgrcv): Do not use __ptrvalue.
23787         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
23788         startup_info): Do not use __unbounded.
23789         (__libc_start_main): Likewise.  Rename ubp_* variables and
23790         parameters.  Remove argv definitions conditional on
23791         [__BOUNDED_POINTERS__].
23792         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
23793         __ptrvalue.
23794         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
23795         use __unbounded.
23796         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
23797         or __ptrvalue.
23798         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
23799         use __unbounded.
23800         (__new_shmctl): Do not use __ptrvalue.
23801         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
23802         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
23803         Likewise.
23804         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
23805         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
23806         (__libc_sigaction): Likewise.
23807         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
23808         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
23809         Likewise.
23810         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
23812 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
23814         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
23816         * string/mempcpy.c: Implement by calling memcpy.
23818 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23820         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
23822         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
23823         evaluation.
23825         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
23826         values in the mantissa.
23828         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
23829         minimize writes to Z.
23830         (sub_magnitudes): Simplify code a bit.
23832 2013-02-12  Roland McGrath  <roland@hack.frob.com>
23834         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
23835         from the message.  The linker prefixes all warnings with that already.
23837 2013-02-12  Andreas Schwab  <schwab@suse.de>
23839         [BZ #15078]
23840         * posix/regexec.c (extend_buffers): Add parameter min_len.
23841         (check_matching): Pass minimum needed length.
23842         (clean_state_log_if_needed): Likewise.
23843         (get_subexp): Likewise.
23844         * posix/Makefile (tests): Add bug-regex34.
23845         (bug-regex34-ENV): Define.
23846         * posix/bug-regex34.c: New file.
23848         [BZ #11561]
23849         * posix/regcomp.c (parse_bracket_exp): When looking up collating
23850         elements compare against the byte sequence of it, not its name.
23851         * posix/Makefile (tests): Add bug-regex35.
23852         (bug-regex35-ENV): Define.
23853         * posix/bug-regex35.c: New file.
23855 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23857         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
23858         comment.
23859         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
23860         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
23861         (CHECK_EOL): Add undef.
23863 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
23865         * bits/stdlib-bsearch.h: New file.
23866         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
23867         * stdlib/stdlib.h: Likewise.
23869 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23871         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
23872         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
23873         declaration.
23874         * manual/search.texi (Array Search Function): Add missing const in
23875         lfind prototype.
23876         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
23877         declaration to use rlim_t.
23878         (Basic Scheduling Functions): Remove erroneous const from
23879         sched_getparam prototype.  Remove erroneous * from
23880         sched_get_priority_max and sched_get_priority_min prototypes.
23881         (Resource Usage): Fix summary @comment on vtimes to refer to
23882         sys/vtimes.h rather than vtimes.h.
23883         Add missing *s in vtimes prototype.
23884         (Limits on Resources): Fix ulimit prototype to return long int.
23885         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
23886         prototypes to use long int rather than double.
23887         (BSD Random): Fix initstate and setstate to use char *, not void *.
23888         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
23889         prototype to make second argument 'struct aiocb64 *const[]'.
23890         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
23891         (Status of AIO Operations): Remove erroneous const in aio_return and
23892         aio_return64 prototypes.
23893         (Synchronizing I/O): Fix sync prototype to return void.
23894         * manual/startup.texi (Suboptions): Remove an erroneous const in
23895         getsubopt prototype.
23896         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
23897         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
23898         use size_t rather than int.
23899         (Scanning All Users): Likewise for getpwent_r.
23900         (Setting Groups): Add missing const to setgroups prototype.
23901         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
23902         * manual/socket.texi (Host Names): Fix gethostbyaddr and
23903         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
23904         'const void *' rather than 'const char *'.
23905         (Host Address Functions): Likewise for inet_ntop.
23906         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
23907         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
23908         ssize_t for return value.
23909         (Sending Data): Likewise for send, sendto, sendmsg.
23910         (Socket Option Functions): Add a missing const in setsockopt prototype.
23911         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
23912         use wchar_t for the argument.
23913         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
23914         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
23915         take no arguments.
23916         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
23917         double/float/long double for second argument.
23918         Fix return types of significand, significandf, significandl.
23919         * manual/filesys.texi (Setting Permissions): Use mode_t for second
23920         argument in fchmod prototype.
23921         (File Owner): Use uid_t and gid_t in fchown prototype.
23922         (File Times): Add const to utimes, futimes, and lutimes prototypes.
23923         (Making Special Files): Use mode_t and dev_t in mknod prototype.
23924         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
23925         use 'const struct dirent **' as argument types to CMP function pointer
23926         argument.
23927         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
23928         (File Times): Fix summary magic @comment for struct utimbuf and utime
23929         to refer to utime.h, not time.h.
23930         * manual/string.texi (Argz Functions): Add missing const in
23931         argz_extract and argz_next prototypes.
23932         (Finding Tokens in a String): Likewise for basename.
23933         (String/Array Comparison): Fix typo in wcscasecmp prototype.
23934         (Copying and Concatenation): Fix typo in wmemmove prototype.
23935         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
23936         (Signal Stack): Remove erroneous const in sigstack prototype.
23937         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
23938         prototype.
23939         (Simple Calendar Time): Likewise for stime.
23940         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
23941         prototype.
23942         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
23943         say sys/sysctl.h instead.
23944         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
23945         and vsyslog prototypes.
23947 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23949         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
23950         Remove.
23952 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23954         * misc/sys/mman.h: Fix typo in mremap comment.
23956 2013-02-08  Roland McGrath  <roland@hack.frob.com>
23958         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
23959         the '\0' terminator.
23961 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
23963         [BZ #13550]
23964         * debug/segfault.c: Don't include <bp-checks.h>.
23965         * sysdeps/generic/bp-checks.h: Remove file.
23966         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
23967         (__GETDENTS): Don't use CHECK_N.
23968         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
23969         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
23970         (__getgroups): Don't use CHECK_N.
23971         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
23972         (setgroups): Don't use CHECK_N.
23973         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
23974         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
23975         (__libc_msgrcv): Don't use CHECK_N.
23976         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
23977         (__libc_msgsnd): Don't use CHECK_N.
23978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
23979         <bp-checks.h>.
23980         (__libc_pread): Don't use CHECK_N.
23981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
23982         include <bp-checks.h>.
23983         (__libc_pread64): Don't use CHECK_N.
23984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
23985         include <bp-checks.h>.
23986         (__libc_pwrite): Don't use CHECK_N.
23987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
23988         include <bp-checks.h>.
23989         (__libc_pwrite64): Don't use CHECK_N.
23990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
23991         <bp-checks.h>.
23992         (__libc_pread): Don't use CHECK_N.
23993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
23994         include <bp-checks.h>.
23995         (__libc_pread64): Don't use CHECK_N.
23996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
23997         include <bp-checks.h>.
23998         (__libc_pwrite): Don't use CHECK_N.
23999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24000         include <bp-checks.h>.
24001         (__libc_pwrite64): Don't use CHECK_N.
24002         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24003         (do_pread): Don't use CHECK_N.
24004         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24005         (do_pread64): Don't use CHECK_N.
24006         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24007         (do_pwrite): Don't use CHECK_N.
24008         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24009         (do_pwrite64): Don't use CHECK_N.
24010         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24011         (__libc_readv): Don't use CHECK_N.
24012         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24013         (semop): Don't use CHECK_N.
24014         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24015         <bp-checks.h>.
24016         (semtimedop): Don't use CHECK_N.
24017         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24018         (__libc_pread): Don't use CHECK_N.
24019         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24020         <bp-checks.h>.
24021         (__libc_pread64): Don't use CHECK_N.
24022         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24023         <bp-checks.h>.
24024         (__libc_pwrite): Don't use CHECK_N.
24025         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24026         <bp-checks.h>.
24027         (__libc_pwrite64): Don't use CHECK_N.
24028         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24029         <bp-checks.h>.
24030         (__libc_msgrcv): Don't use CHECK_N.
24031         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24032         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24033         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24034         (__libc_writev): Don't use CHECK_N.
24036 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24038         * string/strcpy.c: Removed unused variable.
24040         * Makeconfig (+sysdep-includes): Define with := rather than =.
24041         Use an existing include/ subdir of each sysdeps dir before it.
24043 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24045         * nscd/connection.c (register_traced_file): Comment function.
24046         [HAVE_INOTIFY] (union __inev): Define.
24047         [HAVE_INOTIFY] (inotify_check_files): New function.
24048         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24049         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24050         clear_db_cache.
24051         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24053 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24055         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24056         loaded if not already and that a failure is permanent.
24058 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24060         [BZ #15006]
24061         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24062         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24064 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24066         [BZ #13550]
24067         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24068         (CHECK_1_NULL_OK): Likewise.
24069         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24070         (__fxstat): Do not use CHECK_1.
24071         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24072         <bp-checks.h>.
24073         (___fxstat64): Do not use CHECK_1.
24074         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24075         <bp-checks.h>.
24076         (__fxstatat): Do not use CHECK_1.
24077         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24078         <bp-checks.h>.
24079         (__fxstatat64): Do not use CHECK_1.
24080         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24081         <bp-checks.h>.
24082         (__fxstat): Do not use CHECK_1.
24083         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24084         <bp-checks.h>.
24085         (__fxstatat): Do not use CHECK_1.
24086         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24087         <bp-checks.h>.
24088         (__getresgid): Do not use CHECK_1.
24089         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24090         <bp-checks.h>.
24091         (__getresuid): Do not use CHECK_1.
24092         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24093         <bp-checks.h>.
24094         (__lxstat): Do not use CHECK_1.
24095         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24096         <bp-checks.h>.
24097         (__old_msgctl): Do not use CHECK_1.
24098         (__new_msgctl): Likewise.
24099         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24100         <bp-checks.h>.
24101         (__new_setrlimit): Do not use CHECK_1.
24102         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24103         <bp-checks.h>.
24104         (__old_shmctl): Do not use CHECK_1.
24105         (__new_shmctl): Likewise.
24106         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24107         <bp-checks.h>.
24108         (__xstat): Do not use CHECK_1.
24109         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24110         (__lxstat): Do not use CHECK_1.
24111         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24112         <bp-checks.h>.
24113         (___lxstat64): Do not use CHECK_1.
24114         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24115         (__old_msgctl): Do not use CHECK_1.
24116         (__new_msgctl): Likewise.
24117         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24118         <bp-checks.h>.
24119         (__gettimeofday): Do not use CHECK_1.
24120         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24121         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24122         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24123         <bp-checks.h>.
24124         (__gettimeofday): Do not use CHECK_1.
24125         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24126         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24127         (__new_shmctl): Do not use CHECK_1.
24128         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24129         <bp-checks.h>.
24130         (do_sigtimedwait): Do not use CHECK_1.
24131         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24132         <bp-checks.h>.
24133         (do_sigwaitinfo): Do not use CHECK_1.
24134         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24135         <bp-checks.h>.
24136         (msgctl): Do not use CHECK_1.
24137         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24138         <bp-checks.h>.
24139         (shmctl): Do not use CHECK_1.
24140         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24141         (ustat): Do not use CHECK_1.
24142         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24143         <bp-checks.h>.
24144         (__fxstat): Do not use CHECK_1.
24145         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24146         <bp-checks.h>.
24147         (__fxstatat): Do not use CHECK_1.
24148         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24149         <bp-checks.h>.
24150         (__lxstat): Do not use CHECK_1.
24151         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24152         <bp-checks.h>.
24153         (__xstat): Do not use CHECK_1.
24154         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24155         (__xstat): Do not use CHECK_1.
24156         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24157         (___xstat64): Do not use CHECK_1.
24159         [BZ #13550]
24160         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24161         definitions.
24162         (CHECK_BOUNDS_HIGH): Likewise.
24163         * string/strcpy.c: Do not include <bp-checks.h>.
24164         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24166 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24168         * nscd/nscd-client.h (__nscd_drop_map_ref):
24169         Add __attribute__ ((unused)).
24170         * nis/nss-nisplus.h (niserr2nss): Likewise.
24172         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24173         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24175         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24176         Remove inline keyword.
24177         * include/rounding-mode.h (round_away): Likewise.
24178         * libio/wfileops.c (adjust_wide_data): Likewise.
24179         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24180         (__m128i_strloadu_tolower): Likewise.
24181         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24182         (__m128i_strloadu_tolower): Likewise.
24183         * time/mktime.c (ydhms_diff): Likewise.
24184         * locale/elem-hash.h (elem_hash): Likewise.
24185         * locale/setlocale.c (setdata): Likewise.
24186         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24187         (re_string_wchar_at): Likewise.
24188         (bitset_not, bitset_merge, bitset_mask): Likewise.
24189         [!(__GNUC__ > 3)] (inline): Remove macro.
24190         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24191         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24192         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24193         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24194         * string/memcmp.c (memcmp_bytes): Likewise.
24195         * locale/programs/locarchive.c (compute_hashval): Likewise.
24196         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24197         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24198         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24199         * nss/getent.c (print_rpc, print_protocols): Likewise.
24200         (print_passwd, print_group, print_aliases): Likewise.
24201         * nis/nss-nisplus.h (niserr2nss): Likewise.
24202         * nscd/connections.c (restart_p): Likewise.
24203         Change return type to bool.
24205 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24207         * Makeconfig (all-Depend-files): Add existing
24208         $(sorted-subdirs:=/Depend) files.
24209         (all-subdirs): Remove nss.
24210         * sysdeps/unix/inet/Subdirs: Add it here instead.
24211         * hesiod/Depend: New file.
24213         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24214         instead of calling alloca.
24216         * io/lseek.c (__lseek): Rename to __libc_lseek.
24217         Define __lseek as an alias.
24219         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24221 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24223         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24224         else clause and remove check for non-standard endianness.
24226 2013-02-04  David S. Miller  <davem@davemloft.net>
24228         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24230 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24232         [BZ #13550]
24233         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24234         (__ubp_memchr): Remove prototype.
24235         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24236         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24237         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24238         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24239         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24240         Remove alias.
24241         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24242         (__ubp_memchr): Likewise.
24243         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24244         (__ubp_memchr): Likewise.
24245         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24246         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24247         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24248         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24249         CHECK_STRING.
24250         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24251         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24252         (__getcwd): Do not use CHECK_STRING.
24253         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24254         <bp-checks.h>.
24255         (__real_chown): Do not use CHECK_STRING.
24256         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24257         <bp-checks.h>.
24258         (fchownat): Do not use CHECK_STRING.
24259         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24260         CHECK_STRING.
24261         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24262         <bp-checks.h>.
24263         (__lchown): Do not use CHECK_STRING.
24264         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24265         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24266         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24267         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24269         include <bp-checks.h>.
24270         (truncate64): Do not use CHECK_STRING.
24271         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24272         <bp-checks.h>.
24273         (__real_chown): Do not use CHECK_STRING.
24274         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24275         <bp-checks.h>.
24276         (__lchown): Do not use CHECK_STRING.
24277         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24278         <bp-checks.h>.
24279         (__chown): Do not use CHECK_STRING.
24280         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24281         <bp-checks.h>.
24282         (truncate64): Do not use CHECK_STRING.
24283         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24284         Likewise.
24285         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24286         (__xmknod): Do not use CHECK_STRING.
24287         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24288         <bp-checks.h>.
24289         (__xmknodat): Do not use CHECK_STRING.
24290         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24291         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24293 2013-02-04  Andreas Schwab  <schwab@suse.de>
24295         [BZ #14142]
24296         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24297         * include/netdb.h: Likewise for h_errno.
24298         * elf/tst-stackguard1.c: Include <tls.h>.
24300 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24302         * elf/link.h (struct link_map): Extend the l_addr comment.
24303         * include/link.h (struct link_map): Likewise.
24305 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24307         [BZ #13550]
24308         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24309         (BOUNDED_1): Remove macro.
24310         * debug/backtrace.c: Don't include <bp-checks.h>.
24311         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24312         (__backtrace): Likewise.
24313         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24314         <bp-checks.h>.
24315         (__backtrace): Don't use BOUNDED_1.
24316         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24317         <bp-checks.h>.
24318         (__backtrace): Don't use BOUNDED_1.
24319         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24320         (__backtrace): Don't use BOUNDED_1.
24321         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24322         (shmat): Don't use BOUNDED_N.
24324 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24326         [BZ #13550]
24327         * sysdeps/generic/bp-start.h: Remove file.
24328         * csu/libc-start.c: Don't include <bp-start.h>.
24329         (LIBC_START_MAIN): Set up __environ directly instead of using
24330         INIT_ARGV_and_ENVIRON.
24331         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24332         <bp-start.h>.
24334         [BZ #13550]
24335         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24336         definitions.
24337         (CHECK_FCNTL): Likewise.
24338         (CHECK_N_PAGES): Likewise.
24340         [BZ #13550]
24341         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24342         definitions.
24343         (CHECK_SIGSET_NULL_OK): Likewise.
24344         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24345         <bp-checks.h>.
24346         (sigpending): Don't use CHECK_SIGSET.
24347         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24348         <bp-checks.h>.
24349         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24350         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24351         <bp-checks.h>.
24352         (do_sigsuspend): Don't use CHECK_SIGSET.
24353         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24354         use CHECK_SIGSET.
24355         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24356         (do_sigwait): Don't use CHECK_SIGSET.
24357         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24358         use CHECK_SIGSET.
24359         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24360         include <bp-checks.h>.
24361         (sigpending): Don't use CHECK_SIGSET.
24362         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24363         include <bp-checks.h>.
24364         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24365         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24366         <bp-checks.h>.
24367         (sigpending): Don't use CHECK_SIGSET.
24368         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24369         <bp-checks.h>.
24370         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24372         [BZ #13550]
24373         * sysdeps/generic/bp-semctl.h: Remove file.
24374         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24375         <bp-checks.h> and <bp-semctl.h>.
24376         (__old_semctl): Don't use CHECK_SEMCTL.
24377         (__new_semctl): Likewise.
24378         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24379         and <bp-semctl.h>.
24380         (__old_semctl): Don't use CHECK_SEMCTL.
24381         (__new_semctl): Likewise.
24382         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24383         <bp-checks.h> and <bp-semctl.h>.
24384         (__old_semctl): Don't use CHECK_SEMCTL.
24385         (__new_semctl): Likewise.
24386         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24387         <bp-checks.h> and <bp-semctl.h>.
24388         (semctl): Don't use CHECK_SEMCTL.
24390         [BZ #13550]
24391         * Makerules (elide-bp-thunks): Remove variable.
24392         (elide-routines.oS): Don't use $(elide-bp-thunks).
24393         (elide-routines.os): Likewise.
24394         (elide-routines.o): Likewise.
24395         (elide-routines.op): Likewise.
24396         (elide-routines.og): Likewise.
24397         (objects): Don't use $(bp-thunks).
24398         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24399         include.
24400         (common-generated): Do not add s-proto-bp.d.
24401         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24402         (int): Likewise.
24403         (typ): Likewise.
24404         Do not generate makefile rules for bounded-pointer thunks.
24405         * sysdeps/generic/bp-thunks.h: Remove file.
24406         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24407         * sysdeps/unix/s-proto-bp.S: Likewise.
24409         [BZ #15062]
24410         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24411         parts of result separately when argument is not close to line from
24412         -i to i and one part of argument is small.
24413         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24414         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24415         * math/libm-test.inc (cacos_test): Add more tests.
24416         (casin_test): Likewise.
24417         (casinh_test): Likewise.
24418         * sysdeps/i386/fpu/libm-test-ulps: Update.
24419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24421 2013-01-31  David S. Miller  <davem@davemloft.net>
24423         * po/de.po: Update from translation team.
24425 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
24427         * time/tzfile.c: Include stdint.h for SIZE_MAX.
24429 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
24431         * configure.in (_AC_PROG_CC_C89): New definition.
24432         * configure: Regenerate.
24434         * configure.in (AC_PROG_CPP): New definition.
24435         * configure: Regenerate.
24437 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24439         * debug/tst-backtrace.h: New file.
24440         * debug/tst-backtrace2.c: Include tst-backtrace.h.
24441         (ret): Remove variable.
24442         (x): Likewise.
24443         (FAIL): Remove macro.
24444         (NO_INLINE): Likewise.
24445         (fn1): Use match function instead of strstr.
24446         * debug/tst-backtrace3.c: Include tst-backtrace.h.
24447         (ret): Remove variable.
24448         (x): Likewise.
24449         (FAIL): Remove macro.
24450         (NO_INLINE): Likewise.
24451         (fn): Use match function instead of strstr.
24452         * debug/tst-backtrace4.c: Include tst-backtrace.h.
24453         (ret): Remove variable.
24454         (x): Likewise.
24455         (FAIL): Remove macro.
24456         (NO_INLINE): Likewise.
24457         (handle_signal): Use match function instead of strstr.
24458         * debug/tst-backtrace5.c: Include tst-backtrace.h.
24459         (ret): Remove variable.
24460         (x): Likewise.
24461         (FAIL): Remove macro.
24462         (NO_INLINE): Likewise.
24463         (handle_signal): Use match function instead of strstr.
24465 2013-01-23  Roland McGrath  <roland@hack.frob.com>
24467         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
24469 2013-01-23  David S. Miller  <davem@davemloft.net>
24471         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
24472         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
24473         argument of CAS if possible.
24474         * sysdeps/sparc/sparc64/bits/atomic.h
24475         (__arch_compare_and_exchange_val_32_acq): Likewise.
24476         (__arch_compare_and_exchange_val_64_acq): Likewise.
24478 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
24480         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
24481         * sysdeps/posix/ulimit.c: ... this.
24482         Include <limits.h>.
24483         * sysdeps/unix/bsd/ulimit.c: Remove file.
24485 2013-01-23  Adam Conrad  <adconrad@0c3.net>
24487         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
24488         (LDFLAGS-tst-array5): Likewise.
24490 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24492         [BZ #15036]
24493         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
24494         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
24495         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
24496         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
24498 2013-01-21  David S. Miller  <davem@davemloft.net>
24500         * sysdeps/sparc/backtrace.c: New file.
24501         * sysdeps/sparc/sparc32/backtrace.h: New file.
24502         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
24503         * sysdeps/sparc/sparc64/backtrace.h: New file.
24504         * sysdeps/sparc/sparc64/backtrace.c: Delete.
24505         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
24506         -funwind-tables.
24508 2013-01-21  Andreas Schwab  <schwab@suse.de>
24510         [BZ #15020]
24511         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
24512         closed its stdout.
24514 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
24516         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
24517         "mpa2.h".
24518         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24520 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
24521             Mark Mitchell  <mark@codesourcery.com>
24522             Tom de Vries  <tom@codesourcery.com>
24523             Paul Pluzhnikov  <ppluzhnikov@google.com>
24525         * debug/tst-backtrace2.c: New file.
24526         * debug/tst-backtrace3.c: Likewise.
24527         * debug/tst-backtrace4.c: Likewise.
24528         * debug/tst-backtrace5.c: Likewise.
24529         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
24530         (CFLAGS-tst-backtrace3.c): Likewise.
24531         (CFLAGS-tst-backtrace4.c): Likewise.
24532         (CFLAGS-tst-backtrace5.c): Likewise.
24533         (LDFLAGS-tst-backtrace2): Likewise.
24534         (LDFLAGS-tst-backtrace3): Likewise.
24535         (LDFLAGS-tst-backtrace4): Likewise.
24536         (LDFLAGS-tst-backtrace5): Likewise.
24537         (tests): Add new tests tst-backtrace2, tst-backtrace3,
24538         tst-backtrace4 and tst-backtrace5.
24540 2013-01-18  Anton Blanchard  <anton@samba.org>
24541             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24543         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
24544         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
24545         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
24546         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
24547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
24548         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
24549         "+r" and remove output regs list as redundant.  Add explicit inline
24550         asm to specify register of return val to work around compiler codegen
24551         bug.  Remove (int) cast on return value.  Add return type parameter to
24552         use in macro so that this macro does not truncate return value for
24553         64-bit values.
24554         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
24555         pass to INTERNAL_VSYSCALL_NCS.
24556         (INLINE_VSYSCALL): Add 'long int' as return type to
24557         INTERNAL_VSYSCALL_NCS macro invocation.
24558         (INTERNAL_VSYSCALL): Add 'long int' as return type to
24559         INTERNAL_VSYSCALL_NCS macro invocation.
24560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24562 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24564         [BZ #14496]
24565         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
24566         Fix application of SIMD FP exception mask.
24568         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
24569         mp_no from a power of two.
24570         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
24571         __mpexp_twomm1.  Use __pow_mp.
24573         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
24574         multiplication.
24576 2013-01-17  David S. Miller  <davem@davemloft.net>
24578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24580 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24582         [BZ #15023]
24583         * include/complex.h: Condition contents on [!_COMPLEX_H].
24584         (__kernel_casinhf): New prototype.
24585         (__kernel_casinh): Likewise.
24586         (__kernel_casinhl): Likewise.
24587         * math/Makefile (libm_calls): Add k_casinh.
24588         * math/k_casinh.c: New file.
24589         * math/k_casinhf.c: Likewise.
24590         * math/k_casinhl.c: Likewise.
24591         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
24592         finite nonzero arguments.
24593         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
24594         finite nonzero arguments.
24595         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
24596         finite nonzero arguments.
24597         * math/s_casinh.c: Do not include <float.h>.
24598         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
24599         * math/s_casinhf.c: Do not include <float.h>.
24600         (__casinhf): Move code for finite nonzero arguments to
24601         k_casinhf.c.
24602         * math/s_casinhl.c: Do not include <float.h>.
24603         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
24604         redefine.
24605         (__casinhl): Move code for finite nonzero arguments to
24606         k_casinhl.c.
24607         * math/libm-test.inc (cacos_test): Add more tests.
24608         * sysdeps/i386/fpu/libm-test-ulps: Update.
24609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24611 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
24613         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
24614         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
24615         [!HAVE_MREMAP]: Remove [defined linux] case.
24616         * malloc/arena.c: Do not include <malloc-sysdep.h>.
24618 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24620         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
24622 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
24624         * elf/elf.h (R_386_SIZE32): New relocation.
24625         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
24626         R_386_SIZE32.
24627         (elf_machine_rela): Likewise.
24628         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
24629         R_X86_64_SIZE64 and R_X86_64_SIZE32.
24631 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24633         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
24634         (FP_FAST_FMA): Do not define.
24635         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
24636         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
24637         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
24638         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
24639         !_SOFT_FLOAT]: Likewise.
24640         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
24641         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
24642         value.
24643         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
24644         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
24645         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
24646         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
24647         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
24648         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
24649         file.
24651 2013-01-16  Andreas Schwab  <schwab@suse.de>
24653         [BZ #14327]
24654         * include/stdlib.h (__mktemp): Add declaration.
24655         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
24656         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
24658 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24660         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
24661         definitions.
24662         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
24663         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
24664         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
24665         definitions here.
24666         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
24667         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
24668         definitions.
24669         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
24670         and ONE.
24671         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
24672         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
24673         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
24674         definitions.
24675         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
24676         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
24677         definitions.
24678         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
24680         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
24682 2013-01-15  David S. Miller  <davem@davemloft.net>
24684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24685         trunc{,f} to libm-sysdep_routes.
24686         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
24688         file.
24689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
24690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
24691         file.
24692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
24693         file.
24694         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
24695         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
24696         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
24697         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
24698         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
24699         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
24700         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
24701         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
24703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24704         nearbyint{,f} to libm-sysdep_routes.
24705         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
24707         New file.
24708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
24709         file.
24710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
24711         New file.
24712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
24713         file.
24714         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
24715         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
24716         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
24717         file.
24718         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
24719         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
24720         file.
24721         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
24722         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
24723         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
24725         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24726         libc_feholdexcept and libc_fesetenv.
24728 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
24730         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
24732 2013-01-14  David S. Miller  <davem@davemloft.net>
24734         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
24735         (SPARC_ASM_VIS2_IFUNC): Likewise.
24736         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
24737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
24738         use of 'siam' instruction.
24739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
24740         Likewise.
24741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
24742         Likewise.
24743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
24744         Likewise.
24745         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
24746         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
24747         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
24748         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
24749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
24750         file.
24751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
24752         file.
24753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
24754         file.
24755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
24756         file.
24757         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
24758         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
24759         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
24760         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
24761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
24762         new VIS2 routines.
24763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
24764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
24765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
24766         Likewise.
24767         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
24768         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
24769         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
24770         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
24771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
24772         routines to libm-sysdep_routines.
24773         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24776         fdim/fdimf to libm-sysdep_routines.
24777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
24778         file.
24779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
24780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
24781         file.
24782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
24783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
24784         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
24785         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
24786         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
24787         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
24788         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
24790 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24792         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
24793         to optimize copies.
24795         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
24796         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
24797         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24799         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
24800         local variable MPTWO.
24801         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24802         Likewise.
24804 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24806         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
24807         GLOB_NOESCAPE.
24809 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24811         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
24813 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24815         * manual/pattern.texi (glob_t): Document gl_flags.
24816         (glob64_t): Likewise.
24818 2013-01-11  David S. Miller  <davem@davemloft.net>
24820         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
24821         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
24822         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
24823         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
24824         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
24825         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
24826         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
24827         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
24828         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
24829         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
24830         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
24831         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
24832         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
24834         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
24835         sparc V9 rather than using V8 code.
24836         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
24837         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
24839         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
24840         Move to...
24841         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
24842         Here.
24844 2013-01-11  Roland McGrath  <roland@hack.frob.com>
24846         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
24847         not in the main loop.
24848         * configure: Regenerated.
24850 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
24852         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
24853         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
24854         to just #else.
24855         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
24856         [!__GLIBC_HAVE_LONG_LONG] case.
24857         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
24858         condition to just #else.
24859         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
24860         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
24861         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
24862         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
24863         unconditional.
24864         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
24865         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24866         #elif condition to just #else.
24867         * sysdeps/unix/sysv/linux/sys/sysmacros.h
24868         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
24869         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24870         #elif condition to just #else.
24872 2013-01-11  Steve Ellcey  <sellcey@mips.com>
24874         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
24875         (EF_MIPS_ARCH_64): Fix value.
24876         (EF_MIPS_ARCH_32R2): New.
24877         (EF_MIPS_ARCH_64R2): New.
24879 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
24881         * Makeconfig (+link-pie-before-libc): New.
24882         (+link-pie-after-libc): Likewise.
24883         (+link-pie-tests): Likewise.
24884         (+link-pie): Rewritten.
24885         (link-before-libc): Remove $(config-LDFLAGS).
24886         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
24887         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
24888         (config-LDFLAGS): Renamed to ...
24889         (rtld-LDFLAGS): This.
24890         (rtld-tests-LDFLAGS): New macro.
24891         (link-libc-rpath-link): Likewise.
24892         (link-libc-tests-rpath-link): Likewise.
24893         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
24894         (link-libc): Prepand $(link-libc-rpath-link).
24895         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
24896         (test-program-prefix): New macro.
24897         (test-via-rtld-prefix): Likewise.
24898         (test-program-cmd): Likewise.
24899         (host-test-program-cmd): Likewise.
24900         * Makefile ($(common-objpfx)testrun.sh): Replace
24901         $(run-program-prefix) with $(test-program-prefix).
24902         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
24903         $(rtld-LDFLAGS).
24904         ($(common-objpfx)shlib.lds): Likewise.
24905         (build-module-helper): Likewise.
24906         ($(common-objpfx)format.lds): Likewise.
24907         * Rules (binaries-pie-tests): New.
24908         (binaries-pie-notests): Likewise.
24909         (binaries-pie): Rewritten.
24910         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
24911         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
24912         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
24913         (make-test-out): Replace $(host-built-program-cmd) with
24914         $(host-test-program-cmd).
24915         * config.make.in (build-hardcoded-path-in-tests): New variable.
24916         * configure.in (--enable-hardcoded-path-in-tests): New configure
24917         option.
24918         (hardcoded_path_in_tests): New AC_SUBST.
24919         * configure: Regenerated.
24920         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
24921         $(built-program-cmd) with $(test-program-cmd).
24922         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
24923         (test_program_cmd): This.
24924         * elf/Makefile ($(objpfx)order.out): Run test with
24925         $(test-program-prefix).
24926         ($(objpfx)order2.out): Likewise.
24927         ($(objpfx)tst-initorder.out): Likewise.
24928         ($(objpfx)tst-initorder2.out): Likewise.
24929         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
24930         $(test-program-cmd).
24931         ($(objpfx)tst-array1-static.out): Likewise.
24932         ($(objpfx)tst-array2.out): Likewise.
24933         ($(objpfx)tst-array3.out): Likewise.
24934         ($(objpfx)tst-array4.out): Likewise.
24935         ($(objpfx)tst-array5.out): Likewise.
24936         ($(objpfx)tst-array5-static.out): Likewise.
24937         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
24938         $(test-program-cmd).
24939         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
24940         $(run-program-prefix) with $(test-program-prefix).
24941         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
24942         (test_program_prefix): This.
24943         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
24944         $(run-program-prefix) with $(test-program-prefix).
24945         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
24946         (test_program_prefix): This.
24947         * iconvdata/tst-tables.sh: Likewise.
24948         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
24949         $(run-program-prefix) with $(test-program-prefix).
24950         ($(objpfx)tst-translit.out): Likewise.
24951         ($(objpfx)tst-gettext2.out): Likewise.
24952         ($(objpfx)tst-gettext4.out): Likewise.
24953         ($(objpfx)tst-gettext6.out): Likewise.
24954         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
24955         (test_program_prefix): This.
24956         * intl/tst-gettext2.sh: Likewise.
24957         * intl/tst-gettext4.sh  Likewise.
24958         * intl/tst-gettext6.sh: Likewise.
24959         * intl/tst-translit.sh: Likewise.
24960         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
24961         with $(test-program-cmd).
24962         * libio/Makefile ($(objpfx)test-freopen.out): Replace
24963         $(run-program-prefix) with $(test-program-prefix).
24964         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
24965         (test_program_prefix): This.
24966         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
24967         $(run-program-prefix) with $(test-program-prefix).
24968         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
24969         (test_program_prefix): This.
24970         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
24971         * posix/Makefile ($(objpfx)globtest.out): Replace
24972         $(run-via-rtld-prefix) and $(test-wrapper) with
24973         $(test-program-prefix) and $(test-via-rtld-prefix).
24974         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
24975         $(test-program-prefix).
24976         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
24977         $(host-test-program-cmd).
24978         (tst-spawn-ARGS): Likewise.
24979         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
24980         $(test-program-prefix).
24981         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
24982         (test_via_rtld_prefix): This.
24983         (test_wrapper): Renamed to ...
24984         (test_program_prefix): This.
24985         (run_program_prefix): Replaced by test_program_prefix.
24986         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
24987         (test_program_prefix): This.
24988         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
24989         with $(host-test-program-cmd).
24990         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
24991         $(run-program-prefix) with $(test-program-prefix).
24992         ($(objpfx)tst-printf.out): Likewise.
24993         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
24994         $(test-program-cmd).
24995         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
24996         (test_program_prefix): This.
24997         * stdio-common/tst-unbputc.sh: Likewise.
24998         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
24999         $(run-program-prefix) with $(test-program-prefix).
25000         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25001         (test_program_prefix): This.
25002         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25003         $(built-program-cmd) with $(test-program-cmd).
25005 2013-01-11  Andreas Jaeger  <aj@suse.de>
25007         [BZ #15003]
25008         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25009         value. Sync with Linux 3.7.
25011 2013-01-10  David S. Miller  <davem@davemloft.net>
25013         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25014         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25015         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25017 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25019         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25020         never set.
25021         * configure: Regenerated.
25023 2013-01-10  David S. Miller  <davem@davemloft.net>
25025         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25026         sparc V9 rather than using V8 code.
25027         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25028         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25030 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25032         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25033         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25034         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25035         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25036         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25037         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25038         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25039         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25040         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25041         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25042         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25043         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25044         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25045         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25046         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25047         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25048         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25049         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25050         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25051         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25052         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25053         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25054         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25055         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25056         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25057         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25058         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25060 2013-01-10  David S. Miller  <davem@davemloft.net>
25062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25064 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25066         * posix/Makefile (tests-static): New variable.
25067         (tests): Add $(tests-static).
25068         (tst-exec-static-ARGS): New variable.
25069         (tst-spawn-static-ARGS): Likewise.
25070         * posix/tst-exec-static.c: New file.
25071         * posix/tst-spawn-static.c: Likewise.
25072         * posix/tst-exec.c: Support run directly.
25073         * posix/tst-spawn.c: Likewise.
25075 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25077         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25078         long.
25079         * math/bits/mathcalls.h (llrint): Likewise.
25080         (llround): Likewise.
25081         * stdlib/stdlib.h (struct drand48_data): Likewise.
25082         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25083         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25084         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25085         Likewise.
25086         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25087         Likewise.
25088         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25089         (elf_greg_t): Likewise.
25090         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25091         (__jmp_buf): Likewise.
25092         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25093         definitions.
25094         (llrint): Likewise, for all definitions.
25095         (llrintl): Likewise.
25097         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25098         Remove [__GNUC__] condition.
25099         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25100         condition to just [__USE_ISOC99].
25101         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25103 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25105         [BZ #14200]
25106         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25107         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25108         defined.
25109         (_POSIX_V6_ILP32_OFF32): Likewise.
25110         (_XBS5_ILP32_OFF32): Likewise.
25111         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25112         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25114 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25116         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25118         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25119         doubles __mpexp_twomm1.  Adjust usage.
25120         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25121         Remove.
25123 2013-01-10  Andreas Schwab  <schwab@suse.de>
25125         [BZ #14964]
25126         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25127         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25129 2013-01-09  David S. Miller  <davem@davemloft.net>
25131         [BZ #15003]
25132         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25133         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25134         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25135         (TCP_FASTOPEN): Define.
25136         (tcp_repair_opt): New structure.
25137         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25138         enum values.
25139         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25140         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25141         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25142         (tcp_cookie_transactions): New structure.
25144 2013-01-09  Anton Blanchard  <anton@samba.org>
25146         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25147         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25148         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25149         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25151 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25153         * include/features.h (__USE_ANSI): Remove.
25155 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25157         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25159         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25161 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25163         * sysdeps/s390/fpu/libm-test-ulps: Update.
25165         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25167         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25168         (__acr): Likewise.
25169         (__cpy): Likewise.
25170         (norm): Likewise.
25171         (denorm): Likewise.
25172         (__mp_dbl): Likewise.
25173         (__dbl_mp): Likewise.
25174         (add_magnitudes): Likewise.
25175         (sub_magnitudes): Likewise.
25176         (__add): Likewise.
25177         (__sub): Likewise.
25178         (__mul): Likewise.
25179         (__inv): Likewise.
25180         (__dvd): Likewise.
25181         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
25182         (__acr): Likewise.
25183         (__cpy): Likewise.
25184         (norm): Likewise.
25185         (denorm): Likewise.
25186         (__mp_dbl): Likewise.
25187         (__dbl_mp): Likewise.
25188         (add_magnitudes): Likewise.
25189         (sub_magnitudes): Likewise.
25190         (__add): Likewise.
25191         (__sub): Likewise.
25192         (__mul): Likewise.
25193         (__inv): Likewise.
25194         (__dvd): Likewise.
25195         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
25196         (__acr): Likewise.
25197         (__cpy): Likewise.
25198         (norm): Likewise.
25199         (denorm): Likewise.
25200         (__mp_dbl): Likewise.
25201         (__dbl_mp): Likewise.
25202         (add_magnitudes): Likewise.
25203         (sub_magnitudes): Likewise.
25204         (__add): Likewise.
25205         (__sub): Likewise.
25206         (__mul): Likewise.
25207         (__inv): Likewise.
25208         (__dvd): Likewise.
25210 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25212         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25213         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25214         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25215         2 && __USE_EXTERN_INLINES]: Likewise.
25217 2013-01-08  Andreas Jaeger  <aj@suse.de>
25219         [BZ# 14985]
25220         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25221         Remove.
25222         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25223         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25225 2013-01-07  Anton Blanchard  <anton@samba.org>
25227         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25228         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25229         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25230         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25231         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25232         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25233         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25234         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25235         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25236         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25237         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25238         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25239         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25240         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25241         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25242         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25243         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25244         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25245         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25246         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25247         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25248         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25249         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25250         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25251         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25252         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25253         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25254         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25255         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25256         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25257         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25258         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25259         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25260         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25261         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25262         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25263         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25264         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25265         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25266         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25267         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25268         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25269         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25271 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25273         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25274         (__MALLOC_PMT): Likewise.
25275         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25276         [__GNUC__], only on [_LIBC].
25277         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25278         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25279         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25280         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25281         forward declaration.
25282         (realloc_hook_ini): Likewise.
25283         (memalign_hook_ini): Likewise.
25284         (__libc_memalign): Do not use __MALLOC_PMT in variable
25285         declaration.
25286         (__libc_valloc): Likewise.
25287         (__libc_pvalloc): Likewise.
25288         (__libc_calloc): Likewise.
25289         (__posix_memalign): Likewise.
25291         [BZ #14996]
25292         * math/s_casinh.c: Include <float.h>.
25293         (__casinh): Do not do computation with squaring and square root
25294         for large arguments.
25295         * math/s_casinhf.c: Include <float.h>.
25296         (__casinhf): Do not do computation with squaring and square root
25297         for large arguments.
25298         * math/s_casinhl.c: Include <float.h>.
25299         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25300         (__casinhl): Do not do computation with squaring and square root
25301         for large arguments.
25302         * math/libm-test.inc (casin_test): Add more tests.
25303         (casinh_test): Likewise.
25304         * sysdeps/i386/fpu/libm-test-ulps: Update.
25305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25307 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25309         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25310         (__x86_64_raw_data_cache_size): Likewise.
25311         (__x86_64_data_cache_size_half): Likewise.
25312         (__x86_64_raw_data_cache_size_half): Likewise.
25313         (__x86_64_shared_cache_size): Likewise.
25314         (__x86_64_raw_shared_cache_size): Likewise.
25315         (__x86_64_shared_cache_size_half): Likewise.
25316         (__x86_64_raw_shared_cache_size_half): Likewise.
25317         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25318         to ...
25319         (__x86_data_cache_size): This.
25320         (__x86_64_raw_data_cache_size): Renamed to ...
25321         (__x86_raw_data_cache_size): This.
25322         (__x86_64_data_cache_size_half): Renamed to ...
25323         (__x86_data_cache_size_half): This.
25324         (__x86_64_raw_data_cache_size_half): Renamed to ...
25325         (__x86_raw_data_cache_size_half): This.
25326         (__x86_64_shared_cache_size): Renamed to ...
25327         (__x86_shared_cache_size): This.
25328         (__x86_64_raw_shared_cache_size): Renamed to ...
25329         (__x86_raw_shared_cache_size): This.
25330         (__x86_64_shared_cache_size_half): Renamed to ...
25331         (__x86_shared_cache_size_half): This.
25332         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25333         (__x86_raw_shared_cache_size_half): This.
25334         * sysdeps/x86_64/memcpy.S: Updated.
25335         * sysdeps/x86_64/memset.S: Likewise.
25336         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25337         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25338         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25340 2013-01-04  David S. Miller  <davem@davemloft.net>
25342         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25344 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25346         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25347         1 to avoid redefinition warning.
25348         (__USE_GNU): Don't define.
25349         (init_signaling_nan): Protoize.
25351         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25353 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25355         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25357         (__cpymn): Likewise.
25358         (norm): Remove commented code.
25359         (denorm): Likewise.
25360         (__mp_dbl): Likewise.
25361         (__inv): Likewise.
25362         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25363         (__cpymn): Likewise.
25364         (norm): Remove commented code.
25365         (denorm): Likewise.
25366         (__mp_dbl): Likewise.
25367         (__inv): Likewise.
25369         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
25370         mp_no value for 1.0 and 2.0.
25371         (norm): Use RADIXI instead of radixi.d.
25372         (denorm): Likewise.
25373         (__mul): Use 0.0 instead of zero.d.
25374         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25375         mp_no value for 1.0 and 2.0.
25376         (norm): Use RADIXI instead of radixi.d.
25377         (denorm): Likewise.
25378         (__mul): Use 0.0 instead of zero.d.
25380 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25382         [BZ #14994]
25383         * math/s_casinh.c (__casinh): Reduce finite argument to first
25384         quadrant then set signs of results at the end.
25385         * math/s_casinhf.c (__casinhf): Likewise.
25386         * math/s_casinhl.c (__casinhl): Likewise.
25387         * math/libm-test.inc (casin_test): Add more tests.
25388         (casinh_test): Likewise.
25389         * sysdeps/i386/fpu/libm-test-ulps: Update.
25390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25392 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25394         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25396         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25398         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25399         declarations.
25400         (denorm): Likewise.
25401         (__mp_dbl): Likewise.
25402         (__inv): Likewise.
25404         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25405         and adjust the header comment.
25407         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25408         variable name from declaration.
25410 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25412         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25413         Initialize COMMON_CPUID_INDEX_7 element.
25414         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25415         (CPUID_RTM): Likewise.
25416         (HAS_RTM): Likewise.
25417         (COMMON_CPUID_INDEX_7): New enum.
25419 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
25421         [BZ #14981]
25422         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
25423         size is zero, record memory as freed.
25425 2013-01-03  Andreas Jaeger  <aj@suse.de>
25427         * po/ia.po: Add new Interlingua translation.
25429 2012-01-03  Allan McRae  <allan@archlinux.org>
25431         * locale/programs/localedef.c: Fix description of '--posix' flag.
25433 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
25435         * NEWS: Update dates in second copyright notice.
25436         * README: Update copyright dates in example.
25437         * manual/libc.texinfo: Update copyright dates.
25438         * scripts/test-installation.pl: Update copyright date in --version
25439         output.
25441         * hurd/ctty-input.c: Fix copyright notice formatting.
25442         * hurd/ctty-output.c: Likewise.
25443         * hurd/dtable.c: Likewise.
25444         * hurd/hurd-raise.c: Likewise.
25445         * hurd/hurdprio.c: Likewise.
25446         * hurd/msgportdemux.c: Likewise.
25447         * misc/sys/file.h: Likewise.
25448         * misc/sys/ioctl.h: Likewise.
25449         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
25450         * sysdeps/mach/hurd/chdir.c: Likewise.
25451         * sysdeps/mach/hurd/fchdir.c: Likewise.
25452         * sysdeps/mach/hurd/rename.c: Likewise.
25453         * sysdeps/mach/hurd/rmdir.c: Likewise.
25454         * sysdeps/mach/hurd/seekdir.c: Likewise.
25455         * sysdeps/mach/hurd/setsid.c: Likewise.
25456         * sysdeps/posix/wait3.c: Likewise.
25458         * All files with FSF copyright notices: Update copyright dates
25459         using scripts/update-copyrights.
25460         * intl/plural.c: Regenerated.
25461         * locale/programs/charmap-kw.h: Likewise.
25462         * locale/programs/locfile-kw.h: Likewise.
25464 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
25466         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
25467         four values.
25469         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
25470         calculation loop and add branch prediction.
25472         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
25473         check access beyond bounds of m1np.
25475         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25476         MPTWO.
25477         (__inv): Remove local variable MPTWO to use the global
25478         constant.
25479         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
25480         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25481         variable MPTWO.
25482         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
25483         MP3HALFS static const.
25485 2013-01-01  David S. Miller  <davem@davemloft.net>
25487         * po/ca.po: Update from translation team.
25489 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
25491         * scripts/update-copyrights: New file.
25492         * Makeconfig: Reformat copyright notice.
25493         * ctype/ctype.h: Likewise.
25494         * debug/swprintf_chk.c: Likewise.
25495         * elf/dl-cache.c: Likewise.
25496         * elf/dl-debug.c: Likewise.
25497         * elf/dl-object.c: Likewise.
25498         * grp/initgroups.c: Likewise.
25499         * hurd/Makefile: Likewise.
25500         * hurd/hurd/signal.h: Likewise.
25501         * hurd/hurdfault.c: Likewise.
25502         * hurd/hurdioctl.c: Likewise.
25503         * hurd/hurdlookup.c: Likewise.
25504         * hurd/intr-msg.c: Likewise.
25505         * iconv/gconv_open.c: Likewise.
25506         * libio/swprintf.c: Likewise.
25507         * locale/lc-ctype.c: Likewise.
25508         * locale/nl_langinfo.c: Likewise.
25509         * mach/Machrules: Likewise.
25510         * mach/Makefile: Likewise.
25511         * malloc/obstack.h: Likewise.
25512         * manual/Makefile: Likewise.
25513         * manual/tsort.awk: Likewise.
25514         * misc/bits/stab.def: Likewise.
25515         * nis/nis_print_group_entry.c: Likewise.
25516         * nis/nis_table.c: Likewise.
25517         * nis/nss_compat/compat-pwd.c: Likewise.
25518         * nis/nss_compat/compat-spwd.c: Likewise.
25519         * po/Makefile: Likewise.
25520         * posix/fnmatch.c: Likewise.
25521         * posix/regex.h: Likewise.
25522         * resolv/Makefile: Likewise.
25523         * resolv/nss_dns/dns-network.c: Likewise.
25524         * resolv/res_hconf.c: Likewise.
25525         * scripts/gen-sorted.awk: Likewise.
25526         * soft-fp/soft-fp.h: Likewise.
25527         * stdio-common/printf.h: Likewise.
25528         * stdlib/monetary.h: Likewise.
25529         * stdlib/random.c: Likewise.
25530         * stdlib/random_r.c: Likewise.
25531         * sysdeps/generic/Makefile: Likewise.
25532         * sysdeps/gnu/Makefile: Likewise.
25533         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
25534         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25535         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
25536         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25537         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25538         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25539         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25540         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25541         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25542         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25543         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25544         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25545         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
25546         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
25547         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
25548         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
25549         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25550         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25551         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25552         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25553         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
25554         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
25555         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
25556         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25557         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
25558         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
25559         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25560         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
25561         * sysdeps/mach/hurd/errnos.awk: Likewise.
25562         * sysdeps/mach/hurd/fork.c: Likewise.
25563         * sysdeps/mach/hurd/getcwd.c: Likewise.
25564         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
25565         * sysdeps/mach/hurd/mmap.c: Likewise.
25566         * sysdeps/mach/hurd/utimes.c: Likewise.
25567         * sysdeps/mach/hurd/xmknod.c: Likewise.
25568         * sysdeps/posix/profil.c: Likewise.
25569         * sysdeps/posix/readdir_r.c: Likewise.
25570         * sysdeps/powerpc/bits/mathdef.h: Likewise.
25571         * sysdeps/powerpc/bits/setjmp.h: Likewise.
25572         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
25573         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25574         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25575         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
25576         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25577         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
25578         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25579         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
25580         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25581         * sysdeps/pthread/lio_listio.c: Likewise.
25582         * sysdeps/sparc/dl-procinfo.h: Likewise.
25583         * sysdeps/unix/i386/sysdep.S: Likewise.
25584         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
25585         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
25586         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
25587         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
25588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25589         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
25590         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
25591         * sysdeps/unix/sysv/linux/speed.c: Likewise.
25592         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
25593         * sysdeps/wordsize-32/divdi3.c: Likewise.
25594         * time/sys/time.h: Likewise.
25595         * wcsmbs/Makefile: Likewise.
25597 2013-01-01  David S. Miller  <davem@davemloft.net>
25599         * po/fr.po: Update from translation team.
25601         * catgets/gencat.c: Update copyright year.
25602         * csu/version.c: Likewise.
25603         * debug/catchsegv.sh: Likewise.
25604         * debug/pcprofiledump.c: Likewise.
25605         * debug/xtrace.sh: Likewise.
25606         * elf/ldconfig.c: Likewise.
25607         * elf/ldd.bash.in: Likewise.
25608         * elf/pldd.c: Likewise.
25609         * elf/sotruss.ksh: Likewise.
25610         * elf/sprof.c: Likewise.
25611         * iconv/iconv_prog.c: Likewise.
25612         * iconv/iconvconfig.c: Likewise.
25613         * locale/programs/locale.c: Likewise.
25614         * locale/programs/localedef.c: Likewise.
25615         * login/programs/pt_chown.c: Likewise.
25616         * malloc/memusage.sh: Likewise.
25617         * malloc/memusagestat.c: Likewise.
25618         * malloc/mtrace.pl: Likewise.
25619         * nscd/nscd.c: Likewise.
25620         * nss/getent.c: Likewise.
25621         * nss/makedb.c: Likewise.
25622         * posix/getconf.c: Likewise.
25624 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
25626         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
25627         numbers.
25629 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
25631         * math/bits/mathcalls.h (modf): Use __nonnull.
25633 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25635         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
25636         (split): Use macro CN instead of the bare value.
25637         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
25638         could be used.
25639         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
25640         instead of the bare value.
25641         (power1): Likewise.
25643 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25645         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
25646         __ATAN_TWOM.
25647         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25649         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
25650         their values.
25651         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25652         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25653         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
25654         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25656 2012-12-28  Andreas Jaeger  <aj@suse.de>
25658         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
25659         values are from Linux 3.7.
25661         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
25662         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
25664 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25666         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
25667         TRUE case.
25669         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
25670         (norm): Likewise.
25671         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
25672         variables with preprocessor constants.
25673         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25674         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
25675         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
25677 2012-12-27  Bruno Haible  <bruno@clisp.org>
25679         [BZ #14317]
25680         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
25681         only if needed.
25683 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25685         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
25686         and use variable directly.
25687         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
25689         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25690         MPONE.
25691         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
25692         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25693         variable MPONE.
25694         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25695         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25696         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
25697         include directive.  Remove local variable MPONE.
25698         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
25699         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
25700         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25702 2012-12-25  David S. Miller  <davem@davemloft.net>
25704         * version.h (RELEASE): Set to "development".
25705         (VERSION): Set to "2.17.90".
25706         * NEWS: Add 2.18 section.
25708 2012-12-21  David S. Miller  <davem@davemloft.net>
25710         * po/hr.po: Update from translation team.
25712 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25714         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
25716 2012-12-19  Steve Ellcey  <sellcey@mips.com>
25718         * NEWS:  Mention new memcpy for MIPS.
25720 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
25722         * manual/contrib.texi (Contributors): Spelling correction.
25724 2012-12-15  David S. Miller  <davem@davemloft.net>
25726         * po/ru.po: Update from translation team.
25728 2012-12-13  David S. Miller  <davem@davemloft.net>
25730         * NEWS: Mention IFUNC testsuite enhancements.
25732         * po/pl.po: Update from translation team.
25733         * po/bg.po: Likewise.
25735         * manual/contrib.texi (Contributors): Update entries for Hongjiu
25736         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
25738 2012-12-11  David S. Miller  <davem@davemloft.net>
25740         * po/sv.po: Update from translation team.
25742         * po/vi.po: Update from translation team.
25744         * po/cs.po: Update from translation team.
25746         * po/de.po: Update from translation team.
25747         * po/eo.po: Likewise.
25748         * po/nl.po: Likewise.
25750 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25752         [BZ #14246]
25753         * manual/argp.texi (Argp Helper Functions): Move node to follow
25754         Argp Parsing State.
25756         [BZ #14872]
25757         * manual/conf.texi (Limits on File System Capacity): Mention if
25758         terminating null is included in the max size.
25760 2012-12-10  Andreas Jaeger  <aj@suse.de>
25762         * po/cs.po: Update from translation team.
25764 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25766         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
25767         void pointer and cast to uintptr_t.
25768         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
25769         path.
25770         * sysdeps/s390/s390-64/memcpy.S: Likewise.
25771         * sysdeps/s390/s390-64/memset.S: Likewise.
25773 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
25775         [BZ #14833]
25776         * menual/message.texi (Message Translation): Fix typos.
25777         (Helper programs for gettext): Likewise.
25779 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
25781         [BZ #14898]
25782         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
25783         Change to -1.
25785 2012-12-07  David S. Miller  <davem@davemloft.net>
25787         * po/libc.pot: Update.
25789 2012-12-07  Richard Henderson  <rth@redhat.com>
25791         [BZ #10114]
25792         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
25793         normal/normal case to before the switch.
25794         (_FP_DIV): Likewise.
25796 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
25797             Mike Frysinger  <vapier@gentoo.org>
25799         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
25800         check for __NR_fadvise64_64.
25802 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
25804         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
25805         0, not just to plain "0" as a statement.
25806         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
25807         with cw.
25809 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
25811         * NEWS: Use sourceware.org in Bugzilla URL.
25813 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
25816         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25818         * stdio-common/tst-put-error.c (do_test): Add newline to the
25819         padded test to ensure flush.
25821 2012-12-05  Jeff Law  <law@redhat.com>
25823         * sunrpc/etc.rpc (fedfs_admin): Add entry.
25825 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
25827         * README: Don't refer to ports add-on as distributed separately.
25828         Mention AArch64 in list of systems supported in the ports add-on.
25830         * LICENSES: Add more non-FSF copyright and license notices.
25832         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
25833         ((unused)).
25835         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
25837         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
25838         10000 as width of padded output.
25840 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25842         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
25844         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
25845         variable LX with __attribute__ ((unused)).
25846         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25847         Likewise.
25848         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25849         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25850         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
25851         with __attribute__ ((unused)).
25853 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
25855         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
25857 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25859         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
25860         (CFLAGS-nldbl-acos.c): New variable.
25861         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
25862         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
25863         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
25864         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
25865         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
25866         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
25867         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
25868         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
25869         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
25870         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
25871         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
25872         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
25873         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
25874         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
25875         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
25876         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
25877         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
25878         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
25879         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
25880         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
25881         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
25882         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
25883         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
25884         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
25885         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
25886         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
25887         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
25888         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
25889         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
25890         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
25891         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
25892         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
25893         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
25894         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
25895         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
25896         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
25897         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
25898         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
25899         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
25900         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
25901         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
25902         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
25903         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
25904         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
25905         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
25906         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
25907         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
25908         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
25909         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
25910         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
25911         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
25912         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
25913         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
25914         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
25915         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
25916         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
25917         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
25918         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
25919         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
25920         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
25921         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
25922         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
25923         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
25924         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
25925         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
25926         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
25927         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
25928         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
25929         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
25930         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
25931         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
25932         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
25933         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
25934         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
25935         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
25936         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
25937         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
25938         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
25939         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
25940         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
25941         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
25942         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
25943         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
25944         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
25945         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
25946         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
25947         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
25948         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
25949         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
25950         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
25951         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
25952         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
25953         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
25954         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
25955         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
25956         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
25957         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
25959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25960         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25962         [BZ #14914]
25963         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
25964         whole low double instead of just low 47 bits when splitting values
25965         into two parts.
25967 2012-12-03  Allan McRae  <allan@archlinux.org>
25969         * manual/stdio.texi (Predefined Printf Handlers): Remove
25970         @hsep and @vsep usage.
25972 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
25974         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
25975         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
25977 2012-12-03  Jeff Law  <law@redhat.com>
25979         * time/sys/time.h (settimeofday): Do not mark TV argument
25980         as __nonnull.
25982 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
25984         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
25985         when currently writing and seek to current position when not.
25986         * libio/Makefile (tests): Remove bug-fclose1.
25987         * libio/bug-fclose1.c: Delete.
25989 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
25991         * manual/arith.texi (feenableexcept): Fix typo.
25992         (fedisableexcept): Likewise.
25994 2012-11-30  Roland McGrath  <roland@hack.frob.com>
25996         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
25997         second, differently-typed declaration, rather than a cast.
25999 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26001         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26002         * include/rpc/svc.h: ... here.
26004 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26006         [BZ #13013]
26007         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26008         depending n and resplen2 to catch cases where answer
26009         equals answerp2.
26011 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26013         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26014         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26016 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26018         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26020 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26022         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26024 2012-11-28  Jeff Law  <law@redhat.com>
26026         [BZ #13761]
26027         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26028         dataset_temporary.  Track alloca usage into alloca_used.
26029         If dataset is large allocate and release it via malloc/free.
26031 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26033         [BZ #14197]
26034         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26036 2012-11-28  David S. Miller  <davem@davemloft.net>
26038         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26040 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26042         [BZ #14803]
26043         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26044         of pi/2 rounded to nearest to 64 bits.
26045         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26046         nearest to 64 bits.
26047         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26048         bits.
26050 2012-11-28  Jeff Law <law@redhat.com>
26051             Martin Osvald <mosvald@redhat.com>
26053         [BZ #14889]
26054         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26055         * sunrpc/svc.c: Include time.h.
26056         (__svc_accept_failed): New function.
26057         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26058         any reason other than EINTR, call __svc_accept_failed.
26059         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26060         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26062 2012-11-28  Andreas Schwab  <schwab@suse.de>
26064         * scripts/abilist.awk: Also handle indirect functions in .opd
26065         section.
26067 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26069         [BZ #13881]
26070         * sysdeps/x86/fpu/powl_helper.c: New file.
26071         * sysdeps/x86/fpu/Makefile: Likewise.
26072         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26073         (p3): New object.
26074         (__ieee754_powl): Use __powl_helper for finite arguments except
26075         integer exponents below 8.
26076         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26077         (p3): New object.
26078         (__ieee754_powl): Use __powl_helper for finite arguments except
26079         integer exponents below 8.
26080         * math/libm-test.inc (pow_test): Add more tests and enable some
26081         previously disabled tests.
26082         * sysdeps/i386/fpu/libm-test-ulps: Update.
26083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26085 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26086             Carlos O'Donell  <carlos_odonell@mentor.com>
26088         * nss/makedb.c (is_prime): Assert that input is odd and greater
26089         than 4.  Note that fact in a comment too.
26090         (next_prime): Add 4 to input.
26092 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26094         [BZ #11741]
26095         * libio/Makefile (tests): Add test case tst-fwrite-error.
26096         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26097         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26098         * libio/tst-fwrite-error.c: New test case.
26100 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26102         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26103         before casting to void *.
26104         * include/libc-internal.h (__pointer_type): New macro.
26105         (__integer_if_pointer_type_sub): Likewise.
26106         (__integer_if_pointer_type): Likewise.
26107         (cast_to_integer): Likewise.
26108         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26109         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26110         before casting to atomic64_t.
26111         (atomic_exchange_acq): Likewise.
26112         (__arch_exchange_and_add_body): Likewise.
26113         (__arch_add_body): Likewise.
26114         (atomic_add_negative): Likewise.
26115         (atomic_add_zero): Likewise.
26117 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26119         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26120         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26121         (add_fdes): Likewise.
26122         (linear_search_fdes): Likewise.
26123         (binary_search_unencoded_fdes): Likewise.
26125 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26127         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26129 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26131         * configure.in: Autodetect C++ header directories.
26132         * configure: Regenerated.
26134 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26136         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26138 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26142 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26144         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26145         LDBL_MANT_DIG == 106]: Disable some tests.
26146         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26147         Likewise.
26148         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26149         Likewise.
26151         [BZ #14871]
26152         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26153         input for small inputs.  Return +/- pi/2 for large inputs.
26154         * math/libm-test.inc (atan_test): Add more tests.
26156         * sysdeps/generic/unwind-dw2-fde-glibc.c
26157         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26158         __attribute__ ((unused)).
26160         [BZ #14645]
26161         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26162         x * y if x and y are nonzero and z is zero.
26164         [BZ #14811]
26165         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26166         nonzero exponents with absolute value below 0x1p-117 to +/-
26167         0x1p-117.
26169         [BZ #14869]
26170         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26171         up arguments below 2**-450, not just those below 2**-500.
26172         * math/libm-test.inc (hypot_test): Add another test.
26174         [BZ #14868]
26175         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26176         Return a+b for ratio over 2**120, not 2**60.
26177         * math/libm-test.inc (hypot_test): Add another test.
26179         * math/libm-test.inc (clog_test): Use
26180         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26181         (clog10_test): Likewise.
26183         [BZ #6778]
26184         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26186 2012-11-22  Andreas Schwab  <schwab@suse.de>
26188         * sysdeps/i386/fpu/libm-test-ulps: Update.
26190 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26192         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26193         printf output with newline.
26195 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26197         [BZ #14865]
26198         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26199         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26200         -z nodlopen, -z initfirst and -z execstack support.
26201         * configure: Regenerated.
26203         * elf/elf.h (DF_1_NODIRECT): New macro.
26204         (DF_1_IGNMULDEF): Likewise.
26205         (DF_1_NOKSYMS): Likewise.
26206         (DF_1_NOHDR): Likewise.
26207         (DF_1_EDITED): Likewise.
26208         (DF_1_NORELOC): Likewise.
26209         (DF_1_SYMINTPOSE): Likewise.
26210         (DF_1_GLOBAUDIT): Likewise.
26211         (DF_1_SINGLETON): Likewise.
26212         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26213         DT_1_SUPPORTED_MASK bits.
26214         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26216 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26218         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26220 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26222         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26223         macro.
26225         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26226         (sendmmsg): Move declarations...
26227         * socket/sys/socket.h: ... here.
26228         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26229         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26230         include it from...
26231         * socket/recvmmsg.c: ... this new file.
26232         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26233         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26234         definition of __sendmmsg hidden.
26235         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26236         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26237         Move ENOSYS stub into and include it from...
26238         * socket/sendmmsg.c: ... this new file.
26239         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26240         (sysdep_routines): Move recvmmsg and sendmmsg...
26241         * socket/Makefile (routines): ... here.
26242         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26243         (GLIBC_PRIVATE): Add __sendmmsg.
26244         * include/sys/socket.h (__sendmmsg): Add declarations.
26245         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26246         sendmmsg.
26248 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26250         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26251         variable I1 with __attribute__ ((unused)).
26252         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26254 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26256         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26257         DUMMY variables with __attribute__ ((unused)).
26259         * bits/byteswap.h: Include <bits/types.h>.
26260         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26262 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26264         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26265         string_t.  Do not manually set errno.
26266         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26267         length with __strnlen.  Make sure to both set errno and return it on
26268         failure.
26270 2012-11-19  David S. Miller  <davem@davemloft.net>
26272         With help from Joseph Myers.
26273         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26274         very large arguments properly.
26275         * math/libm-test.inc (atan_test): New tests.
26276         (atan2_test): New tests.
26277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26278         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26280 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26282         [BZ #14856]
26283         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26284         Define to 3.
26286         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26287         [POSIX] (EADDRNOTAVAIL): Likewise.
26288         [POSIX] (EAFNOSUPPORT): Likewise.
26289         [POSIX] (EALREADY): Likewise.
26290         [POSIX] (ECONNABORTED): Likewise.
26291         [POSIX] (ECONNREFUSED): Likewise.
26292         [POSIX] (ECONNRESET): Likewise.
26293         [POSIX] (EDESTADDRREQ): Likewise.
26294         [POSIX] (EDQUOT): Likewise.
26295         [POSIX] (EHOSTUNREACH): Likewise.
26296         [POSIX] (EIDRM): Likewise.
26297         [POSIX] (EISCONN): Likewise.
26298         [POSIX] (ELOOP): Likewise.
26299         [POSIX] (EMULTIHOP): Likewise.
26300         [POSIX] (ENETDOWN): Likewise.
26301         [POSIX] (ENETUNREACH): Likewise.
26302         [POSIX] (ENOBUFS): Likewise.
26303         [POSIX] (ENODATA): Likewise.
26304         [POSIX] (ENOLINK): Likewise.
26305         [POSIX] (ENOMSG): Likewise.
26306         [POSIX] (ENOPROTOOPT): Likewise.
26307         [POSIX] (ENOSR): Likewise.
26308         [POSIX] (ENOSTR): Likewise.
26309         [POSIX] (ENOTCONN): Likewise.
26310         [POSIX] (ENOTSOCK): Likewise.
26311         [POSIX] (EOPNOTSUPP): Likewise.
26312         [POSIX] (EOVERFLOW): Likewise.
26313         [POSIX] (EPROTO): Likewise.
26314         [POSIX] (EPROTONOSUPPORT): Likewise.
26315         [POSIX] (EPROTOTYPE): Likewise.
26316         [POSIX] (ESTALE): Likewise.
26317         [POSIX] (ETIME): Likewise.
26318         [POSIX] (ETXTBSY): Likewise.
26319         [POSIX] (EWOULDBLOCK): Likewise.
26320         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26321         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26322         [POSIX] (SEEK_CUR): Likewise.
26323         [POSIX] (SEEK_END): Likewise.
26324         [POSIX || UNIX98] (mode_t): Do not require.
26325         [POSIX] (off_t): Likewise.
26326         [POSIX] (pid_t): Likewise.
26327         [POSIX] (sys/stat.h): Do not allow header.
26328         [POSIX] (unistd.h): Likewise.
26329         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26330         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26331         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26332         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26333         require.
26334         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26335         sigevent): Specify elements.
26336         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26337         entry.
26338         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26339         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26341         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26342         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26343         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26344         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26345         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26346         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26347         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26348         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26349         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26350         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26351         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26352         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26353         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26354         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26355         Likewise.
26356         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26357         Likewise.
26358         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26359         Likewise.
26360         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26361         Likewise.
26362         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26363         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26364         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26365         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26366         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26367         Specify lower bound on value.
26368         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26369         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26370         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26371         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26372         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26373         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26374         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26375         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26376         value.
26377         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26378         as optional.
26379         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26380         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26381         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26382         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26383         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26384         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26385         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26386         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26387         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26388         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26389         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26390         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26391         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26392         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26393         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26394         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26395         entry.
26396         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26397         optional.
26398         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26399         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26400         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26401         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26402         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26403         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26404         Likewise.
26405         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26406         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26407         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26408         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26409         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26410         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26411         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26412         as optional.
26413         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26414         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26415         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26416         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
26417         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
26418         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
26419         specify as optional.
26420         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
26421         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
26422         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
26423         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
26424         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
26425         [XPG3] (NL_LANGMAX): Likewise.
26426         [POSIX || XPG3] (NL_MSGMAX): Likewise.
26427         [POSIX || XPG3] (NL_NMAX): Likewise.
26428         [POSIX || XPG3] (NL_SETMAX): Likewise.
26429         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
26430         [XPG3] (NZERO): Likewise.
26431         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
26432         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
26433         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
26434         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
26435         (REG_ERANGE): Expect.
26436         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
26437         optional-constant.
26438         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
26439         Use (void) in prototype.
26440         [POSIX] (*_t): Allow.
26441         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
26442         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
26443         (WRDE_BADVAL): Expect.
26445         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
26446         expect.
26447         [XPG3 || XPG4] (O_RSYNC): Likewise.
26448         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
26449         Likewise.
26450         [XPG3 || XPG4] (pthread_sigmask): Likewise.
26451         [XPG3 || XPG4] (sigqueue): Likewise.
26452         [XPG3 || XPG4] (sigtimedwait): Likewise.
26453         [XPG3 || XPG4] (sigwaitinfo): Likewise.
26454         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
26455         [XPG3 || XPG4] (vsnprintf): Likewise.
26456         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
26457         Likewise.
26458         [XPG3 || XPG4] (blksize_t): Likewise.
26459         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
26460         Likewise.
26461         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
26462         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26463         [XPG3 || XPG4] (struct itimerspec): Likewise.
26464         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
26465         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
26466         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
26467         [XPG3 || XPG4] (clockid_t): Likewise.
26468         [XPG3 || XPG4] (timer_t): Likewise.
26469         [XPG3 || XPG4] (clock_getres): Likewise.
26470         [XPG3 || XPG4] (clock_gettime): Likewise.
26471         [XPG3 || XPG4] (clock_settime): Likewise.
26472         [XPG3 || XPG4] (nanosleep): Likewise.
26473         [XPG3 || XPG4] (timer_create): Likewise.
26474         [XPG3 || XPG4] (timer_delete): Likewise.
26475         [XPG3 || XPG4] (timer_gettime): Likewise.
26476         [XPG3 || XPG4] (timer_getoverrun): Likewise.
26477         [XPG3 || XPG4] (timer_settime): Likewise.
26478         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
26479         [XPG3 || XPG4] (getlogin_r): Likewise.
26480         [XPG3 || XPG4] (pread): Likewise.
26481         [XPG3 || XPG4] (pthread_atfork): Likewise.
26482         [XPG3 || XPG4] (pwrite): Likewise.
26484         [BZ #14835]
26485         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
26486         <bits/siginfo.h>.
26488 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26490         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
26491         finalizing MALLSTREAM.
26493         * sysdeps/mach/hurd/syncfs.c: New file.
26495 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26497         [BZ #14719]
26498         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
26499         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
26500         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
26501         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
26502         (_nss_dns_gethostbyname4_r): Likewise.
26503         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
26504         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
26506 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
26508         [BZ #13763]
26509         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
26511 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
26513         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
26514         * elf/cache.c (print_entry): Print ",AArch64" for
26515         FLAG_AARCH64_LIB64
26517         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
26518         * elf/cache.c (print_entry): Print ",hard-float" for
26519         FLAG_ARM_LIBHF.
26521 2012-11-18  David S. Miller  <davem@davemloft.net>
26523         With help from Joseph Myers.
26524         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
26525         cutoff to 2**-13.
26526         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
26527         cutoff to 2**-25.
26528         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
26529         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
26530         small.
26531         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
26532         * math/libm-test.inc (y0_test): New tests.
26533         (y1_test): New tests.
26534         * sysdeps/i386/fpu/libm-test-ulps: Update.
26535         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26536         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26538 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
26540         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
26541         64-bit targets.
26542         * configure: Regenerated.
26544 2012-11-17  David S. Miller  <davem@davemloft.net>
26546         [BZ #14811]
26547         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
26548         nonzero exponents with absolute value below 0x1p-128 to +/-
26549         0x1p-128.
26551 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
26553         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
26555         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
26557         * posix/getconf-speclist.c: New file.
26558         * posix/posix-envs.def: Likewise.
26559         * posix/confstr.c (START_ENV_GROUP): New macro.
26560         (END_ENV_GROUP): Likewise.
26561         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26562         (KNOWN_PRESENT_ENV_STRING): Likewise.
26563         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26564         (UNKNOWN_ENVIRONMENT): Likewise.
26565         (confstr): Include posix-envs.def instead of handling
26566         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
26567         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
26568         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
26569         (END_ENV_GROUP): Likewise.
26570         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26571         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26572         (UNKNOWN_ENVIRONMENT): Likewise.
26573         (__sysconf): Include posix-envs.def instead of handling associated
26574         cases directly here.
26575         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
26576         preprocessing getconf-speclist.c rather than running getconf or
26577         generating empty file.
26579 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
26581         * scripts/check-local-headers.sh: Ignore 'mach' headers.
26583 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
26585         [BZ #14672]
26586         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
26588 2012-11-16  David S. Miller  <davem@davemloft.net>
26590         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
26591         smaller than LDBL_EPSILON/2.0L, just return xm1.
26593 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
26595         * elf/tst-array1.c (init): Set constructor priority to 1000.
26596         (fini): Set destructor priority to 1000.
26597         * elf/tst-array2dep.c: Likewise.
26599 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26601         [BZ #11741]
26602         * libio/fileops.c (_IO_new_file_write): Correctly return error.
26603         (_IO_new_file_xsputn): Also return EOF if none of the input
26604         data was written when overflow failed.
26605         * libio/iopadn.c (_IO_padn): Likewise.
26606         * libio/iowpadn.c (_IO_wpadn): Likewise.
26607         * stdio-common/tst-put-error.c: Add copyright notice.
26608         (do_test): Add case for printing padded string.
26609         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
26610         _IO_padn returned error.
26611         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
26612         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
26613         return EOF.
26615 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26617         * libio/libioP.h: Add comment note that the references to C++
26618         bits are now obsolete.
26620 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26622         * math/libm-test.inc (check_complex): Use asprintf.
26624 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
26626         * debug/pcprofiledump.c (print_version): Update copyright year.
26627         * malloc/memusagestat.c (print_version): Likewise.
26629 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
26631         [BZ #14831]
26632         * elf/Makefile (tests): Add tst-audit8.
26633         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
26634         ($(objpfx)tst-audit8.out): New target.
26635         (tst-audit8-ENV): New variable.
26636         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
26637         audit if l_reloc_result is NULL.
26638         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
26639         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
26640         * elf/tst-audit8.c: New file.
26642 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26644         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
26645         * misc/Makefile (CFLAGS-select.c): Define.
26646         * posix/Makefile (CFLAGS-pause.c): Define.
26648 2012-11-13  David S. Miller  <davem@davemloft.net>
26650         * crypt/Makefile: Move test targets after toplevel Rules
26651         inclusion.  Grab any necessary sysdep routines when linking.
26652         * crypt/md5.c (md5_process_block): Remove define, we will always
26653         name it __md5_process_block.
26654         (md5_finish_ctx): Update md5_process_block call.
26655         (md5_stream): Likewise.
26656         (md5_process_bytes): Likewise.
26657         (md5_process_block): Rename to __md5_process_block and move to ...
26658         * crypt/md5-block.c: ... here.
26659         * crypt/sha256.c (sha256_process_block): Move to ...
26660         * crypt/sha256-block.c: ... here.
26661         * crypt/sha512.c (sha512_process_block): Move to ...
26662         * crypt/sha512-block.c: ... here.
26663         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
26664         path.
26665         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
26666         * sysdeps/sparc/sparc64/multiarch/Makefile
26667         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
26668         crypt subdir.
26669         (localedef-aux): Add md5 crypto assembler when in locale subdir.
26670         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
26671         multiarch changes.
26672         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
26673         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
26674         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
26675         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
26676         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
26677         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
26678         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
26679         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
26680         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
26681         file.
26682         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
26683         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
26684         file.
26685         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
26687 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
26689         * timezone/tzselect.ksh: Update from tzcode git revision
26690         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
26691         * timezone/zdump.c: Likewise.
26692         * timezone/zic.c: Likewise.
26693         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
26694         in TZVERSION setting, not $(PKGVERSION).
26695         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
26696         REPORT_BUGS_TO settings.
26698         [BZ #14838]
26699         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
26700         macro.
26702 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26704         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
26705         detection to immediately after _FP_ROUND().
26706         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
26707         bits are 0.
26709 2012-11-11  David S. Miller  <davem@davemloft.net>
26711         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
26712         inttypes.h
26713         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
26714         __close rather than their public counterparts.
26716 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
26718         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
26719         file.
26720         [UNIX98] (sem_timedwait): Do not expect.
26721         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
26722         [XPG4 || UNIX98] (sockatmark): Do not expect.
26723         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
26724         (clock_getcpuclockid): Do not expect.
26725         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
26726         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
26727         Do not expect.
26728         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
26729         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
26730         [UNIX98] (vwscanf): Likewise.
26731         [UNIX98] (vswscanf): Likewise.
26733 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
26735         * timezone/version.h: Remove file.
26736         * timezone/README: Do not refer to version.h.
26737         * timezone/Makefile ($(objpfx)zic.o): New dependency on
26738         $(objpfx)version.h.
26739         ($(objpfx)zdump.o): Likewise.
26740         ($(objpfx)version.h): New target.
26742         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
26743         2012i.
26744         * timezone/README: Don't mention modification to tzselect.ksh.
26745         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
26746         work on unmodified tzselect.ksh.  Substitute version numbers in
26747         tzselect.ksh.
26749         * Makefile (format-me): Remove.
26750         (INSTALL): Adjust indentation.  Use commands directly instead of
26751         using $(format-me).
26753         * aclocal.m4 (ACX_PKGVERSION): New macro.
26754         (ACX_BUGURL): Likewise.
26755         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
26756         (PKGVERSION): New AC_DEFINE_UNQUOTED.
26757         (REPORT_BUGS_TO): Likewise.
26758         * configure: Regenerated.
26759         * config.h.in (PKGVERSION): New macro.
26760         (REPORT_BUGS_TO): Likewise.
26761         * config.make.in (PKGVERSION): New variable.
26762         (PKGVERSION_TEXI): Likewise.
26763         (REPORT_BUGS_TO): Likewise.
26764         (REPORT_BUGS_TEXI): Likewise.
26765         * Makefile (format-me): Use -I$(common-objpfx)manual.
26766         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
26767         ($(common-objpfx)manual/%): New target.
26768         (manual/%): Remove target.
26769         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
26770         (print_version): Use PKGVERSION.
26771         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
26772         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
26773         and REPORT_BUGS_TO.
26774         ($(objpfx)xtrace): Likewise.
26775         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
26776         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
26777         (print_version): Use PKGVERSION.
26778         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
26779         (do_version): Use PKGVERSION.
26780         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
26781         REPORT_BUGS_TO.
26782         (common-ldd-rewrite): Likewise.
26783         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
26784         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
26785         (print_version): Use PKGVERSION.
26786         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
26787         * elf/pldd.c (argp_program_bug_address): Remove variable.
26788         (more_help): New function.
26789         (argp): Use more_help.
26790         (print_version): Use PKGVERSION.
26791         * elf/sln.c (main): Use PKGVERSION.
26792         (usage): Use REPORT_BUGS_TO.
26793         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
26794         (top level): Use PKGVERSION.
26795         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
26796         (print_version): Use PKGVERSION.
26797         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
26798         (print_version): Use PKGVERSION.
26799         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
26800         (print_version): Use PKGVERSION.
26801         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
26802         (print_version): Use PKGVERSION.
26803         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
26804         (print_version): Use PKGVERSION.
26805         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
26806         (print_version): Use PKGVERSION.
26807         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
26808         and BUGURL.
26809         ($(objpfx)memusage): Likewise.
26810         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
26811         (do_version): Use PKGVERSION.
26812         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
26813         (print_version): Use PKGVERSION.
26814         * malloc/mtrace.pl ($PACKAGE): Remove variable.
26815         ($PKGVERSION): New variable.
26816         ($REPORT_BUGS_TO): Likewise.
26817         (usage): Use $REPORT_BUGS_TO.
26818         (top level): Use $PKGVERSION.
26819         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
26820         ($(objpfx)pkgvers.texi): New rule.
26821         ($(objpfx)stamp-pkgvers): Likewise.
26822         * manual/install.texi: Include pkgvers.texi.
26823         (--with-pkgversion): Document new configure option.
26824         (--with-bugurl): Likewise.
26825         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
26826         than necessarily for this particular distribution.  Use
26827         REPORT_BUGS_TO for where to report bugs.
26828         * INSTALL: Regenerated.
26829         * manual/libc.texinfo: Include pkgvers.texi.
26830         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
26831         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
26832         (print_version): Use PKGVERSION.
26833         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
26834         (print_version): Use PKGVERSION.
26835         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
26836         (print_version): Use PKGVERSION.
26837         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
26838         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
26839         macro.
26840         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
26841         (print_version): Use PKGVERSION.
26842         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
26843         (print_version): Use PKGVERSION.
26844         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
26845         and PKGVERSION.
26847         * timezone/checktab.awk: Update from tzcode 2012i.
26848         * timezone/ialloc.c: Likewise.
26849         * timezone/private.h: Likewise.
26850         * timezone/scheck.c: Likewise.
26851         * timezone/tzfile.h: Likewise.
26852         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
26853         (TZVERSION): Hardcode tzcode version number.
26854         * timezone/zdump.c: Update from tzcode 2012i.
26855         * timezone/zic.c: Likewise.
26856         * timezone/version.h: New file.
26857         * timezone/README: Describe version.h.  Update upstream location.
26859         [BZ #14824]
26860         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
26861         (mktemp): Enable declaration.
26862         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
26863         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
26864         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
26865         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
26866         Likewise.
26867         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
26868         Likewise.
26869         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
26870         Likewise.
26871         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
26872         Likewise.
26873         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
26874         Likewise.
26875         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
26876         Likewise.
26878         [BZ #14821]
26879         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
26880         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
26881         for copies of such integer values.
26882         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
26883         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
26885 2012-11-09  Andreas Jaeger  <aj@suse.de>
26887         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
26888         definitions and declarations that are provided by
26889         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
26891 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26893         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
26894         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
26895         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
26896         definition.
26898 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26900         * elf/elf.h: Update comment before AArch64 relocations.
26902 2012-11-07  David S. Miller  <davem@davemloft.net>
26904         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
26905         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
26906         (__start_context): Declare.
26907         (__makecontext_ret): Delete.
26908         (__makecontext): Hook up __start_context instead of
26909         __makecontext_ret.
26910         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
26911         (sysdep_routines): Add __start_context when in stdlib.
26913 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26915         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
26916         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
26917         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
26918         hardcoded "nm".
26919         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
26920         (READELF): New variable.  Use it instead of hardcoded "readelf".
26922 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
26924         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
26925         * sysdeps/x86/Makefile: Here.
26926         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
26927         * sysdeps/x86/tst-xmmymm.sh: This.
26929 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26931         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
26932         expectations.
26933         [UNIX98] (pthread_barrier_t): Do not expect.
26934         [UNIX98] (pthread_barrierattr_t): Likewise.
26935         [UNIX98] (pthread_spinlock_t): Likewise.
26936         [UNIX98] (pthread_barrier_destroy): Likewise.
26937         [UNIX98] (pthread_barrier_init): Likewise.
26938         [UNIX98] (pthread_barrier_wait): Likewise.
26939         [UNIX98] (pthread_barrierattr_destroy): Likewise.
26940         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
26941         [UNIX98] (pthread_barrierattr_init): Likewise.
26942         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
26943         [UNIX98] (pthread_getcpuclockid): Likewise.
26944         [UNIX98] (pthread_mutex_timedlock): Likewise.
26945         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
26946         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
26947         [UNIX98] (pthread_sigmask): Likewise.
26948         [UNIX98] (pthread_spin_destroy): Likewise.
26949         [UNIX98] (pthread_spin_init): Likewise.
26950         [UNIX98] (pthread_spin_lock): Likewise.
26951         [UNIX98] (pthread_spin_trylock): Likewise.
26952         [UNIX98] (pthread_spin_unlock): Likewise.
26953         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
26954         Do not expect.
26955         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
26956         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
26957         [XPG3 || XPG4] (pthread_cond_t): Likewise.
26958         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
26959         [XPG3 || XPG4] (pthread_key_t): Likewise.
26960         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
26961         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
26962         [XPG3 || XPG4] (pthread_once_t): Likewise.
26963         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
26964         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
26965         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
26966         [XPG3 || XPG4] (pthread_t): Likewise.
26968         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
26969         not expect.
26970         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
26972         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
26973         Change function return type to int.
26975         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
26976         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
26977         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
26978         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
26979         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
26980         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
26981         [!POSIX] (posix_madvise): Likewise.
26982         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
26983         && !UNIX98].
26984         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
26985         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
26986         (mode_t): Likewise.
26987         (posix_mem_offset): Likewise.
26988         (posix_typed_mem_get_info): Likewise.
26989         (posix_typed_mem_open): Likewise.
26991         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
26992         Change condition to [XOPEN2K8].
26994         * conform/conformtest.pl: Preprocess allow-header data with -x c
26995         instead of from stdin.
26996         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
26997         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
26998         [C99-based standards] (cerfc): Likewise.
26999         [C99-based standards] (cexp2): Likewise.
27000         [C99-based standards] (cexpm1): Likewise.
27001         [C99-based standards] (clog10): Likewise.
27002         [C99-based standards] (clog1p): Likewise.
27003         [C99-based standards] (clog2): Likewise.
27004         [C99-based standards] (clgamma): Likewise.
27005         [C99-based standards] (ctgamma): Likewise.
27006         [C99-based standards] (cerff): Likewise.
27007         [C99-based standards] (cerfcf): Likewise.
27008         [C99-based standards] (cexp2f): Likewise.
27009         [C99-based standards] (cexpm1f): Likewise.
27010         [C99-based standards] (clog10f): Likewise.
27011         [C99-based standards] (clog1pf): Likewise.
27012         [C99-based standards] (clog2f): Likewise.
27013         [C99-based standards] (clgammaf): Likewise.
27014         [C99-based standards] (ctgammaf): Likewise.
27015         [C99-based standards] (cerfl): Likewise.
27016         [C99-based standards] (cerfcl): Likewise.
27017         [C99-based standards] (cexp2l): Likewise.
27018         [C99-based standards] (cexpm1l): Likewise.
27019         [C99-based standards] (clog10l): Likewise.
27020         [C99-based standards] (clog1pl): Likewise.
27021         [C99-based standards] (clog2l): Likewise.
27022         [C99-based standards] (clgammal): Likewise.
27023         [C99-based standards] (ctgammal): Likewise.
27024         * conform/data/inttypes.h-data [C99-based standards]: Include
27025         stdint.h-data.  Remove all expectations for stdint.h contents.
27026         [C99-based standards] (PRI*): Do not allow.
27027         [C99-based standards] (SCN*): Likewise.
27028         [C99-based standards] (*_t): Likewise.
27029         [C99-based-standards] (PRId8): Expect macro.
27030         [C99-based-standards] (PRIi8): Likewise.
27031         [C99-based-standards] (PRIo8): Likewise.
27032         [C99-based-standards] (PRIu8): Likewise.
27033         [C99-based-standards] (PRIx8): Likewise.
27034         [C99-based-standards] (PRIX8): Likewise.
27035         [C99-based-standards] (SCNd8): Likewise.
27036         [C99-based-standards] (SCNi8): Likewise.
27037         [C99-based-standards] (SCNo8): Likewise.
27038         [C99-based-standards] (SCNu8): Likewise.
27039         [C99-based-standards] (SCNx8): Likewise.
27040         [C99-based-standards] (PRIdLEAST8): Likewise.
27041         [C99-based-standards] (PRIiLEAST8): Likewise.
27042         [C99-based-standards] (PRIoLEAST8): Likewise.
27043         [C99-based-standards] (PRIuLEAST8): Likewise.
27044         [C99-based-standards] (PRIxLEAST8): Likewise.
27045         [C99-based-standards] (PRIXLEAST8): Likewise.
27046         [C99-based-standards] (SCNdLEAST8): Likewise.
27047         [C99-based-standards] (SCNiLEAST8): Likewise.
27048         [C99-based-standards] (SCNoLEAST8): Likewise.
27049         [C99-based-standards] (SCNuLEAST8): Likewise.
27050         [C99-based-standards] (SCNxLEAST8): Likewise.
27051         [C99-based-standards] (PRIdFAST8): Likewise.
27052         [C99-based-standards] (PRIiFAST8): Likewise.
27053         [C99-based-standards] (PRIoFAST8): Likewise.
27054         [C99-based-standards] (PRIuFAST8): Likewise.
27055         [C99-based-standards] (PRIxFAST8): Likewise.
27056         [C99-based-standards] (PRIXFAST8): Likewise.
27057         [C99-based-standards] (SCNdFAST8): Likewise.
27058         [C99-based-standards] (SCNiFAST8): Likewise.
27059         [C99-based-standards] (SCNoFAST8): Likewise.
27060         [C99-based-standards] (SCNuFAST8): Likewise.
27061         [C99-based-standards] (SCNxFAST8): Likewise.
27062         [C99-based-standards] (PRId16): Likewise.
27063         [C99-based-standards] (PRIi16): Likewise.
27064         [C99-based-standards] (PRIo16): Likewise.
27065         [C99-based-standards] (PRIu16): Likewise.
27066         [C99-based-standards] (PRIx16): Likewise.
27067         [C99-based-standards] (PRIX16): Likewise.
27068         [C99-based-standards] (SCNd16): Likewise.
27069         [C99-based-standards] (SCNi16): Likewise.
27070         [C99-based-standards] (SCNo16): Likewise.
27071         [C99-based-standards] (SCNu16): Likewise.
27072         [C99-based-standards] (SCNx16): Likewise.
27073         [C99-based-standards] (PRIdLEAST16): Likewise.
27074         [C99-based-standards] (PRIiLEAST16): Likewise.
27075         [C99-based-standards] (PRIoLEAST16): Likewise.
27076         [C99-based-standards] (PRIuLEAST16): Likewise.
27077         [C99-based-standards] (PRIxLEAST16): Likewise.
27078         [C99-based-standards] (PRIXLEAST16): Likewise.
27079         [C99-based-standards] (SCNdLEAST16): Likewise.
27080         [C99-based-standards] (SCNiLEAST16): Likewise.
27081         [C99-based-standards] (SCNoLEAST16): Likewise.
27082         [C99-based-standards] (SCNuLEAST16): Likewise.
27083         [C99-based-standards] (SCNxLEAST16): Likewise.
27084         [C99-based-standards] (PRIdFAST16): Likewise.
27085         [C99-based-standards] (PRIiFAST16): Likewise.
27086         [C99-based-standards] (PRIoFAST16): Likewise.
27087         [C99-based-standards] (PRIuFAST16): Likewise.
27088         [C99-based-standards] (PRIxFAST16): Likewise.
27089         [C99-based-standards] (PRIXFAST16): Likewise.
27090         [C99-based-standards] (SCNdFAST16): Likewise.
27091         [C99-based-standards] (SCNiFAST16): Likewise.
27092         [C99-based-standards] (SCNoFAST16): Likewise.
27093         [C99-based-standards] (SCNuFAST16): Likewise.
27094         [C99-based-standards] (SCNxFAST16): Likewise.
27095         [C99-based-standards] (PRId32): Likewise.
27096         [C99-based-standards] (PRIi32): Likewise.
27097         [C99-based-standards] (PRIo32): Likewise.
27098         [C99-based-standards] (PRIu32): Likewise.
27099         [C99-based-standards] (PRIx32): Likewise.
27100         [C99-based-standards] (PRIX32): Likewise.
27101         [C99-based-standards] (SCNd32): Likewise.
27102         [C99-based-standards] (SCNi32): Likewise.
27103         [C99-based-standards] (SCNo32): Likewise.
27104         [C99-based-standards] (SCNu32): Likewise.
27105         [C99-based-standards] (SCNx32): Likewise.
27106         [C99-based-standards] (PRIdLEAST32): Likewise.
27107         [C99-based-standards] (PRIiLEAST32): Likewise.
27108         [C99-based-standards] (PRIoLEAST32): Likewise.
27109         [C99-based-standards] (PRIuLEAST32): Likewise.
27110         [C99-based-standards] (PRIxLEAST32): Likewise.
27111         [C99-based-standards] (PRIXLEAST32): Likewise.
27112         [C99-based-standards] (SCNdLEAST32): Likewise.
27113         [C99-based-standards] (SCNiLEAST32): Likewise.
27114         [C99-based-standards] (SCNoLEAST32): Likewise.
27115         [C99-based-standards] (SCNuLEAST32): Likewise.
27116         [C99-based-standards] (SCNxLEAST32): Likewise.
27117         [C99-based-standards] (PRIdFAST32): Likewise.
27118         [C99-based-standards] (PRIiFAST32): Likewise.
27119         [C99-based-standards] (PRIoFAST32): Likewise.
27120         [C99-based-standards] (PRIuFAST32): Likewise.
27121         [C99-based-standards] (PRIxFAST32): Likewise.
27122         [C99-based-standards] (PRIXFAST32): Likewise.
27123         [C99-based-standards] (SCNdFAST32): Likewise.
27124         [C99-based-standards] (SCNiFAST32): Likewise.
27125         [C99-based-standards] (SCNoFAST32): Likewise.
27126         [C99-based-standards] (SCNuFAST32): Likewise.
27127         [C99-based-standards] (SCNxFAST32): Likewise.
27128         [C99-based-standards] (PRId64): Likewise.
27129         [C99-based-standards] (PRIi64): Likewise.
27130         [C99-based-standards] (PRIo64): Likewise.
27131         [C99-based-standards] (PRIu64): Likewise.
27132         [C99-based-standards] (PRIx64): Likewise.
27133         [C99-based-standards] (PRIX64): Likewise.
27134         [C99-based-standards] (SCNd64): Likewise.
27135         [C99-based-standards] (SCNi64): Likewise.
27136         [C99-based-standards] (SCNo64): Likewise.
27137         [C99-based-standards] (SCNu64): Likewise.
27138         [C99-based-standards] (SCNx64): Likewise.
27139         [C99-based-standards] (PRIdLEAST64): Likewise.
27140         [C99-based-standards] (PRIiLEAST64): Likewise.
27141         [C99-based-standards] (PRIoLEAST64): Likewise.
27142         [C99-based-standards] (PRIuLEAST64): Likewise.
27143         [C99-based-standards] (PRIxLEAST64): Likewise.
27144         [C99-based-standards] (PRIXLEAST64): Likewise.
27145         [C99-based-standards] (SCNdLEAST64): Likewise.
27146         [C99-based-standards] (SCNiLEAST64): Likewise.
27147         [C99-based-standards] (SCNoLEAST64): Likewise.
27148         [C99-based-standards] (SCNuLEAST64): Likewise.
27149         [C99-based-standards] (SCNxLEAST64): Likewise.
27150         [C99-based-standards] (PRIdFAST64): Likewise.
27151         [C99-based-standards] (PRIiFAST64): Likewise.
27152         [C99-based-standards] (PRIoFAST64): Likewise.
27153         [C99-based-standards] (PRIuFAST64): Likewise.
27154         [C99-based-standards] (PRIxFAST64): Likewise.
27155         [C99-based-standards] (PRIXFAST64): Likewise.
27156         [C99-based-standards] (SCNdFAST64): Likewise.
27157         [C99-based-standards] (SCNiFAST64): Likewise.
27158         [C99-based-standards] (SCNoFAST64): Likewise.
27159         [C99-based-standards] (SCNuFAST64): Likewise.
27160         [C99-based-standards] (SCNxFAST64): Likewise.
27161         [C99-based-standards] (PRIdMAX): Likewise.
27162         [C99-based-standards] (PRIiMAX): Likewise.
27163         [C99-based-standards] (PRIoMAX): Likewise.
27164         [C99-based-standards] (PRIuMAX): Likewise.
27165         [C99-based-standards] (PRIxMAX): Likewise.
27166         [C99-based-standards] (PRIXMAX): Likewise.
27167         [C99-based-standards] (SCNdMAX): Likewise.
27168         [C99-based-standards] (SCNiMAX): Likewise.
27169         [C99-based-standards] (SCNoMAX): Likewise.
27170         [C99-based-standards] (SCNuMAX): Likewise.
27171         [C99-based-standards] (SCNxMAX): Likewise.
27172         [C99-based-standards] (PRIdPTR): Likewise.
27173         [C99-based-standards] (PRIiPTR): Likewise.
27174         [C99-based-standards] (PRIoPTR): Likewise.
27175         [C99-based-standards] (PRIuPTR): Likewise.
27176         [C99-based-standards] (PRIxPTR): Likewise.
27177         [C99-based-standards] (PRIXPTR): Likewise.
27178         [C99-based-standards] (SCNdPTR): Likewise.
27179         [C99-based-standards] (SCNiPTR): Likewise.
27180         [C99-based-standards] (SCNoPTR): Likewise.
27181         [C99-based-standards] (SCNuPTR): Likewise.
27182         [C99-based-standards] (SCNxPTR): Likewise.
27183         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27184         allow.
27185         * conform/data/stdint.h-data: Update comments to clarify
27186         requirements.
27187         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27188         type.
27189         [C99-based standards] (INT8_MAX): Likewise.
27190         [C99-based standards] (INT16_MIN): Likewise.
27191         [C99-based standards] (INT16_MAX): Likewise.
27192         [C99-based standards] (INT32_MIN): Likewise.
27193         [C99-based standards] (INT32_MAX): Likewise.
27194         [C99-based standards] (INT64_MIN): Likewise.
27195         [C99-based standards] (INT64_MAX): Likewise.
27196         [C99-based standards] (UINT8_MAX): Likewise.
27197         [C99-based standards] (UINT16_MAX): Likewise.
27198         [C99-based standards] (UINT32_MAX): Likewise.
27199         [C99-based standards] (UINT64_MAX): Likewise.
27200         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27201         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27202         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27203         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27204         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27205         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27206         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27207         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27208         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27209         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27210         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27211         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27212         [C99-based standards] (INT_FAST8_MIN): Likewise.
27213         [C99-based standards] (INT_FAST8_MAX): Likewise.
27214         [C99-based standards] (INT_FAST16_MIN): Likewise.
27215         [C99-based standards] (INT_FAST16_MAX): Likewise.
27216         [C99-based standards] (INT_FAST32_MIN): Likewise.
27217         [C99-based standards] (INT_FAST32_MAX): Likewise.
27218         [C99-based standards] (INT_FAST64_MIN): Likewise.
27219         [C99-based standards] (INT_FAST64_MAX): Likewise.
27220         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27221         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27222         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27223         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27224         [C99-based standards] (INTPTR_MIN): Likewise.
27225         [C99-based standards] (INTPTR_MAX): Likewise.
27226         [C99-based standards] (UINTPTR_MAX): Likewise.
27227         [C99-based standards] (INTMAX_MIN): Likewise.
27228         [C99-based standards] (INTMAX_MAX): Likewise.
27229         [C99-based standards] (UINTMAX_MAX): Likewise.
27230         [C99-based standards] (PTRDIFF_MIN): Likewise.
27231         [C99-based standards] (PTRDIFF_MAX): Likewise.
27232         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27233         [C99-based standards] (SIZE_MAX): Likewise.
27234         [C99-based standards] (WCHAR_MAX): Likewise.
27235         [C99-based standards] (WINT_MAX): Likewise.
27236         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27237         constraint on value.
27238         [C99-based standards] (WCHAR_MIN): Likewise.
27239         [C99-based standards] (WINT_MIN): Likewise.
27240         [C99-based standards] (*_t): Allow.
27241         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27242         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27243         Include math.h-data and complex.h-data.  Remove all expectations
27244         of math.h and complex.h contents.
27245         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27246         at end of line.
27247         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27248         (struct tm): Expect tag.
27249         [C99-based-standards] (wcstof): Expect function.
27250         [C99-based-standards] (wcstold): Likewise.
27251         [C99-based-standards] (wcstoll): Likewise.
27252         [C99-based-standards] (wcstoull): Likewise.
27253         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27254         macro-int-constant.  Specify type.
27255         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27256         constraint on value.
27257         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27258         Specify type.
27259         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27260         Specify value.
27261         [ISO C standards]: Do not allow headers.
27262         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27263         wcs[abcdefghijklmnopqrstuvwxyz]*.
27264         [ISO C standards] (*_t): Do not allow.
27265         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27266         Expect function.
27267         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27268         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27269         Specify type.
27270         [ISO C standards]: Do not allow headers.
27271         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27272         is[abcdefghijklmnopqrstuvwxyz]*.
27273         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27274         to[abcdefghijklmnopqrstuvwxyz]*.
27275         [ISO C standards] (*_t): Do not allow.
27276         * conform/data/stdalign.h-data: New file.
27277         * conform/data/stdbool.h-data: Likewise.
27278         * conform/data/stdnoreturn.h-data: Likewise.
27280 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27282         [BZ #14815]
27283         * manual/filesys.texi (Directory Entries): Typo fix.
27284         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27286 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27288         * elf/elf.h (EM_AARCH64): New macro.
27289         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27290         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27291         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27292         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27293         (R_AARCH64_TLSDESC): Likewise.
27294         (NT_ARM_TLS): Likewise.
27295         (NT_ARM_HW_BREAK): Likewise.
27296         (NT_ARM_HW_WATCH): Likewise.
27298 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27300         [BZ #14811]
27301         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27302         (__ieee754_powl): Saturate nonzero exponents with absolute value
27303         below 0x1p-79 to +/- 0x1p-79.
27304         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27305         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27306         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27307         nonzero exponents with absolute value below 0x1p-32 to +/-
27308         0x1p-32.
27309         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27310         (__ieee754_powl): Saturate nonzero exponents with absolute value
27311         below 0x1p-79 to +/- 0x1p-79.
27312         * math/libm-test.inc (pow_test): Add more tests.
27314 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27316         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27317         _dl_s390_cap_flags with kernel. Increase string length.
27318         (_dl_s390_platforms): Add z196 and zEC12.
27320 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27322         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27323         Change XOPEN21K to XOPEN2K.
27325 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27327         * string/memmove.c: Use memcpy when possible.
27329 2012-11-06  Andreas Jaeger  <aj@suse.de>
27331         * po/eo.po: Update from translation team.
27333 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27335         [BZ #14793]
27336         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27337         exponent and small x and y exponents, scale x or y up.  Increase
27338         by 2 the exponent used in scaling up.
27339         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27340         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27341         * math/libm-test.inc (fma_test): Add more tests.
27342         (fma_test_towardzero): Likewise.
27343         (fma_test_downward): Likewise.
27344         (fma_test_upward): Likewise.
27346 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27348         [BZ #14805]
27349         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27350         fenv_t *.
27352         [BZ #14801]
27353         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27354         namespace for names of struct fields.
27355         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27356         fenv_t fields.
27357         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27358         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27360 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27362         [BZ #3665]
27363         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27365 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27367         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27368         PTR_DEMANGLE.
27370         [BZ #5246]
27371         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27372         PTR_DEMANGLE.
27374 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27376         [BZ #14797]
27377         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27378         definitely overflow as x * y not x * y + z.
27379         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27380         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27381         * math/libm-test.inc (fma_test): Add more tests.
27382         (fma_test_towardzero): Likewise.
27383         (fma_test_downward): Likewise.
27384         (fma_test_upward): Likewise.
27386 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27388         [BZ #157]
27390         * include/stub-tag.h: Remove file.
27391         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27392         '#include' of it.
27393         * manual/maint.texi (Porting): Don't reference it.
27394         * Makerules ($(objpfx)stubs): Likewise.
27395         * dirent/closedir.c: Don't include <stub-tag.h>.
27396         * dirent/dirfd.c: Likewise.
27397         * dirent/fdopendir.c: Likewise.
27398         * dirent/getdents.c: Likewise.
27399         * dirent/getdents64.c: Likewise.
27400         * dirent/opendir.c: Likewise.
27401         * dirent/readdir.c: Likewise.
27402         * dirent/readdir64.c: Likewise.
27403         * dirent/readdir64_r.c: Likewise.
27404         * dirent/readdir_r.c: Likewise.
27405         * dirent/rewinddir.c: Likewise.
27406         * dirent/seekdir.c: Likewise.
27407         * dirent/telldir.c: Likewise.
27408         * gmon/profil.c: Likewise.
27409         * grp/setgroups.c: Likewise.
27410         * inet/if_index.c: Likewise.
27411         * io/access.c: Likewise.
27412         * io/chdir.c: Likewise.
27413         * io/chmod.c: Likewise.
27414         * io/chown.c: Likewise.
27415         * io/close.c: Likewise.
27416         * io/dup.c: Likewise.
27417         * io/dup2.c: Likewise.
27418         * io/dup3.c: Likewise.
27419         * io/euidaccess.c: Likewise.
27420         * io/faccessat.c: Likewise.
27421         * io/fchdir.c: Likewise.
27422         * io/fchmod.c: Likewise.
27423         * io/fchmodat.c: Likewise.
27424         * io/fchown.c: Likewise.
27425         * io/fchownat.c: Likewise.
27426         * io/fcntl.c: Likewise.
27427         * io/flock.c: Likewise.
27428         * io/fstatfs.c: Likewise.
27429         * io/fstatfs64.c: Likewise.
27430         * io/fstatvfs.c: Likewise.
27431         * io/fstatvfs64.c: Likewise.
27432         * io/futimens.c: Likewise.
27433         * io/fxstat.c: Likewise.
27434         * io/fxstat64.c: Likewise.
27435         * io/fxstatat.c: Likewise.
27436         * io/fxstatat64.c: Likewise.
27437         * io/getcwd.c: Likewise.
27438         * io/isatty.c: Likewise.
27439         * io/lchmod.c: Likewise.
27440         * io/lchown.c: Likewise.
27441         * io/link.c: Likewise.
27442         * io/linkat.c: Likewise.
27443         * io/lseek.c: Likewise.
27444         * io/lseek64.c: Likewise.
27445         * io/lxstat64.c: Likewise.
27446         * io/mkdir.c: Likewise.
27447         * io/mkdirat.c: Likewise.
27448         * io/mkfifo.c: Likewise.
27449         * io/mkfifoat.c: Likewise.
27450         * io/open.c: Likewise.
27451         * io/open64.c: Likewise.
27452         * io/openat.c: Likewise.
27453         * io/openat64.c: Likewise.
27454         * io/pipe.c: Likewise.
27455         * io/pipe2.c: Likewise.
27456         * io/poll.c: Likewise.
27457         * io/posix_fadvise.c: Likewise.
27458         * io/posix_fadvise64.c: Likewise.
27459         * io/posix_fallocate.c: Likewise.
27460         * io/posix_fallocate64.c: Likewise.
27461         * io/read.c: Likewise.
27462         * io/readlink.c: Likewise.
27463         * io/readlinkat.c: Likewise.
27464         * io/rmdir.c: Likewise.
27465         * io/sendfile.c: Likewise.
27466         * io/sendfile64.c: Likewise.
27467         * io/statfs.c: Likewise.
27468         * io/statfs64.c: Likewise.
27469         * io/statvfs.c: Likewise.
27470         * io/statvfs64.c: Likewise.
27471         * io/symlink.c: Likewise.
27472         * io/symlinkat.c: Likewise.
27473         * io/ttyname.c: Likewise.
27474         * io/ttyname_r.c: Likewise.
27475         * io/umask.c: Likewise.
27476         * io/unlink.c: Likewise.
27477         * io/unlinkat.c: Likewise.
27478         * io/utime.c: Likewise.
27479         * io/utimensat.c: Likewise.
27480         * io/write.c: Likewise.
27481         * io/xmknod.c: Likewise.
27482         * io/xmknodat.c: Likewise.
27483         * io/xstat.c: Likewise.
27484         * io/xstat64.c: Likewise.
27485         * login/getpt.c: Likewise.
27486         * login/grantpt.c: Likewise.
27487         * login/unlockpt.c: Likewise.
27488         * math/e_acoshl.c: Likewise.
27489         * math/e_acosl.c: Likewise.
27490         * math/e_asinl.c: Likewise.
27491         * math/e_atan2l.c: Likewise.
27492         * math/e_atanhl.c: Likewise.
27493         * math/e_coshl.c: Likewise.
27494         * math/e_expl.c: Likewise.
27495         * math/e_fmodl.c: Likewise.
27496         * math/e_gammal_r.c: Likewise.
27497         * math/e_hypotl.c: Likewise.
27498         * math/e_j0l.c: Likewise.
27499         * math/e_j1l.c: Likewise.
27500         * math/e_jnl.c: Likewise.
27501         * math/e_lgammal_r.c: Likewise.
27502         * math/e_log10l.c: Likewise.
27503         * math/e_log2l.c: Likewise.
27504         * math/e_logl.c: Likewise.
27505         * math/e_powl.c: Likewise.
27506         * math/e_rem_pio2l.c: Likewise.
27507         * math/e_sinhl.c: Likewise.
27508         * math/e_sqrtl.c: Likewise.
27509         * math/fclrexcpt.c: Likewise.
27510         * math/fedisblxcpt.c: Likewise.
27511         * math/feenablxcpt.c: Likewise.
27512         * math/fegetenv.c: Likewise.
27513         * math/fegetexcept.c: Likewise.
27514         * math/fegetround.c: Likewise.
27515         * math/feholdexcpt.c: Likewise.
27516         * math/fesetenv.c: Likewise.
27517         * math/fesetround.c: Likewise.
27518         * math/feupdateenv.c: Likewise.
27519         * math/fgetexcptflg.c: Likewise.
27520         * math/fraiseexcpt.c: Likewise.
27521         * math/fsetexcptflg.c: Likewise.
27522         * math/ftestexcept.c: Likewise.
27523         * math/k_cosl.c: Likewise.
27524         * math/k_rem_pio2l.c: Likewise.
27525         * math/k_sinl.c: Likewise.
27526         * math/k_tanl.c: Likewise.
27527         * math/s_asinhl.c: Likewise.
27528         * math/s_atanl.c: Likewise.
27529         * math/s_cbrtl.c: Likewise.
27530         * math/s_erfl.c: Likewise.
27531         * math/s_expm1l.c: Likewise.
27532         * math/s_log1pl.c: Likewise.
27533         * math/s_tanhl.c: Likewise.
27534         * misc/acct.c: Likewise.
27535         * misc/brk.c: Likewise.
27536         * misc/chflags.c: Likewise.
27537         * misc/chroot.c: Likewise.
27538         * misc/fchflags.c: Likewise.
27539         * misc/fgetxattr.c: Likewise.
27540         * misc/flistxattr.c: Likewise.
27541         * misc/fremovexattr.c: Likewise.
27542         * misc/fsetxattr.c: Likewise.
27543         * misc/fsync.c: Likewise.
27544         * misc/ftruncate.c: Likewise.
27545         * misc/futimes.c: Likewise.
27546         * misc/futimesat.c: Likewise.
27547         * misc/getdomain.c: Likewise.
27548         * misc/getdtsz.c: Likewise.
27549         * misc/gethostid.c: Likewise.
27550         * misc/gethostname.c: Likewise.
27551         * misc/getloadavg.c: Likewise.
27552         * misc/getpagesize.c: Likewise.
27553         * misc/getsysstats.c: Likewise.
27554         * misc/getxattr.c: Likewise.
27555         * misc/gtty.c: Likewise.
27556         * misc/ioctl.c: Likewise.
27557         * misc/lgetxattr.c: Likewise.
27558         * misc/listxattr.c: Likewise.
27559         * misc/llistxattr.c: Likewise.
27560         * misc/lremovexattr.c: Likewise.
27561         * misc/lsetxattr.c: Likewise.
27562         * misc/lutimes.c: Likewise.
27563         * misc/madvise.c: Likewise.
27564         * misc/mincore.c: Likewise.
27565         * misc/mlock.c: Likewise.
27566         * misc/mlockall.c: Likewise.
27567         * misc/mmap.c: Likewise.
27568         * misc/mprotect.c: Likewise.
27569         * misc/msync.c: Likewise.
27570         * misc/munlock.c: Likewise.
27571         * misc/munlockall.c: Likewise.
27572         * misc/munmap.c: Likewise.
27573         * misc/preadv.c: Likewise.
27574         * misc/preadv64.c: Likewise.
27575         * misc/ptrace.c: Likewise.
27576         * misc/pwritev.c: Likewise.
27577         * misc/pwritev64.c: Likewise.
27578         * misc/readv.c: Likewise.
27579         * misc/reboot.c: Likewise.
27580         * misc/remap_file_pages.c: Likewise.
27581         * misc/removexattr.c: Likewise.
27582         * misc/revoke.c: Likewise.
27583         * misc/select.c: Likewise.
27584         * misc/setdomain.c: Likewise.
27585         * misc/setegid.c: Likewise.
27586         * misc/seteuid.c: Likewise.
27587         * misc/sethostid.c: Likewise.
27588         * misc/sethostname.c: Likewise.
27589         * misc/setregid.c: Likewise.
27590         * misc/setreuid.c: Likewise.
27591         * misc/setxattr.c: Likewise.
27592         * misc/sstk.c: Likewise.
27593         * misc/stty.c: Likewise.
27594         * misc/swapoff.c: Likewise.
27595         * misc/swapon.c: Likewise.
27596         * misc/sync.c: Likewise.
27597         * misc/syncfs.c: Likewise.
27598         * misc/syscall.c: Likewise.
27599         * misc/truncate.c: Likewise.
27600         * misc/ualarm.c: Likewise.
27601         * misc/usleep.c: Likewise.
27602         * misc/ustat.c: Likewise.
27603         * misc/utimes.c: Likewise.
27604         * misc/vhangup.c: Likewise.
27605         * misc/writev.c: Likewise.
27606         * posix/_exit.c: Likewise.
27607         * posix/alarm.c: Likewise.
27608         * posix/execve.c: Likewise.
27609         * posix/fexecve.c: Likewise.
27610         * posix/fork.c: Likewise.
27611         * posix/fpathconf.c: Likewise.
27612         * posix/getaddrinfo.c: Likewise.
27613         * posix/getegid.c: Likewise.
27614         * posix/geteuid.c: Likewise.
27615         * posix/getgid.c: Likewise.
27616         * posix/getgroups.c: Likewise.
27617         * posix/getlogin.c: Likewise.
27618         * posix/getlogin_r.c: Likewise.
27619         * posix/getpgid.c: Likewise.
27620         * posix/getpid.c: Likewise.
27621         * posix/getppid.c: Likewise.
27622         * posix/getresgid.c: Likewise.
27623         * posix/getresuid.c: Likewise.
27624         * posix/getsid.c: Likewise.
27625         * posix/getuid.c: Likewise.
27626         * posix/glob64.c: Likewise.
27627         * posix/nanosleep.c: Likewise.
27628         * posix/pathconf.c: Likewise.
27629         * posix/pause.c: Likewise.
27630         * posix/posix_madvise.c: Likewise.
27631         * posix/pread.c: Likewise.
27632         * posix/pread64.c: Likewise.
27633         * posix/pwrite.c: Likewise.
27634         * posix/pwrite64.c: Likewise.
27635         * posix/sched_getaffinity.c: Likewise.
27636         * posix/sched_getp.c: Likewise.
27637         * posix/sched_gets.c: Likewise.
27638         * posix/sched_primax.c: Likewise.
27639         * posix/sched_primin.c: Likewise.
27640         * posix/sched_rr_gi.c: Likewise.
27641         * posix/sched_setaffinity.c: Likewise.
27642         * posix/sched_setp.c: Likewise.
27643         * posix/sched_sets.c: Likewise.
27644         * posix/sched_yield.c: Likewise.
27645         * posix/setgid.c: Likewise.
27646         * posix/setlogin.c: Likewise.
27647         * posix/setpgid.c: Likewise.
27648         * posix/setresgid.c: Likewise.
27649         * posix/setresuid.c: Likewise.
27650         * posix/setsid.c: Likewise.
27651         * posix/setuid.c: Likewise.
27652         * posix/sleep.c: Likewise.
27653         * posix/spawni.c: Likewise.
27654         * posix/sysconf.c: Likewise.
27655         * posix/times.c: Likewise.
27656         * posix/wait.c: Likewise.
27657         * posix/wait3.c: Likewise.
27658         * posix/wait4.c: Likewise.
27659         * posix/waitpid.c: Likewise.
27660         * resolv/gai_sigqueue.c: Likewise.
27661         * resource/getpriority.c: Likewise.
27662         * resource/getrlimit.c: Likewise.
27663         * resource/getrusage.c: Likewise.
27664         * resource/nice.c: Likewise.
27665         * resource/setpriority.c: Likewise.
27666         * resource/setrlimit.c: Likewise.
27667         * resource/ulimit.c: Likewise.
27668         * rt/aio_cancel.c: Likewise.
27669         * rt/aio_fsync.c: Likewise.
27670         * rt/aio_read.c: Likewise.
27671         * rt/aio_sigqueue.c: Likewise.
27672         * rt/aio_suspend.c: Likewise.
27673         * rt/aio_write.c: Likewise.
27674         * rt/clock_getres.c: Likewise.
27675         * rt/clock_gettime.c: Likewise.
27676         * rt/clock_nanosleep.c: Likewise.
27677         * rt/clock_settime.c: Likewise.
27678         * rt/lio_listio.c: Likewise.
27679         * rt/mq_close.c: Likewise.
27680         * rt/mq_getattr.c: Likewise.
27681         * rt/mq_notify.c: Likewise.
27682         * rt/mq_open.c: Likewise.
27683         * rt/mq_receive.c: Likewise.
27684         * rt/mq_send.c: Likewise.
27685         * rt/mq_setattr.c: Likewise.
27686         * rt/mq_timedreceive.c: Likewise.
27687         * rt/mq_timedsend.c: Likewise.
27688         * rt/mq_unlink.c: Likewise.
27689         * rt/shm_open.c: Likewise.
27690         * rt/shm_unlink.c: Likewise.
27691         * rt/timer_create.c: Likewise.
27692         * rt/timer_delete.c: Likewise.
27693         * rt/timer_getoverr.c: Likewise.
27694         * rt/timer_gettime.c: Likewise.
27695         * rt/timer_settime.c: Likewise.
27696         * setjmp/__longjmp.c: Likewise.
27697         * setjmp/setjmp.c: Likewise.
27698         * signal/kill.c: Likewise.
27699         * signal/killpg.c: Likewise.
27700         * signal/raise.c: Likewise.
27701         * signal/sigaction.c: Likewise.
27702         * signal/sigaltstack.c: Likewise.
27703         * signal/sigblock.c: Likewise.
27704         * signal/sigignore.c: Likewise.
27705         * signal/sigintr.c: Likewise.
27706         * signal/signal.c: Likewise.
27707         * signal/sigpause.c: Likewise.
27708         * signal/sigpending.c: Likewise.
27709         * signal/sigqueue.c: Likewise.
27710         * signal/sigreturn.c: Likewise.
27711         * signal/sigset.c: Likewise.
27712         * signal/sigsetmask.c: Likewise.
27713         * signal/sigstack.c: Likewise.
27714         * signal/sigsuspend.c: Likewise.
27715         * signal/sigtimedwait.c: Likewise.
27716         * signal/sigvec.c: Likewise.
27717         * signal/sigwait.c: Likewise.
27718         * signal/sigwaitinfo.c: Likewise.
27719         * signal/sysv_signal.c: Likewise.
27720         * socket/accept.c: Likewise.
27721         * socket/accept4.c: Likewise.
27722         * socket/bind.c: Likewise.
27723         * socket/connect.c: Likewise.
27724         * socket/getpeername.c: Likewise.
27725         * socket/getsockname.c: Likewise.
27726         * socket/getsockopt.c: Likewise.
27727         * socket/isfdtype.c: Likewise.
27728         * socket/listen.c: Likewise.
27729         * socket/recv.c: Likewise.
27730         * socket/recvfrom.c: Likewise.
27731         * socket/recvmsg.c: Likewise.
27732         * socket/send.c: Likewise.
27733         * socket/sendmsg.c: Likewise.
27734         * socket/sendto.c: Likewise.
27735         * socket/setsockopt.c: Likewise.
27736         * socket/shutdown.c: Likewise.
27737         * socket/sockatmark.c: Likewise.
27738         * socket/socket.c: Likewise.
27739         * socket/socketpair.c: Likewise.
27740         * stdio-common/ctermid.c: Likewise.
27741         * stdio-common/cuserid.c: Likewise.
27742         * stdio-common/remove.c: Likewise.
27743         * stdio-common/rename.c: Likewise.
27744         * stdio-common/renameat.c: Likewise.
27745         * stdio-common/tempname.c: Likewise.
27746         * stdlib/getcontext.c: Likewise.
27747         * stdlib/makecontext.c: Likewise.
27748         * stdlib/setcontext.c: Likewise.
27749         * stdlib/swapcontext.c: Likewise.
27750         * stdlib/system.c: Likewise.
27751         * streams/fattach.c: Likewise.
27752         * streams/fdetach.c: Likewise.
27753         * streams/getmsg.c: Likewise.
27754         * streams/getpmsg.c: Likewise.
27755         * streams/putmsg.c: Likewise.
27756         * streams/putpmsg.c: Likewise.
27757         * sysdeps/unix/bsd/getpt.c: Likewise.
27758         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
27759         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
27760         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
27762         Likewise.
27763         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
27764         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
27765         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
27766         * sysvipc/msgctl.c: Likewise.
27767         * sysvipc/msgget.c: Likewise.
27768         * sysvipc/msgrcv.c: Likewise.
27769         * sysvipc/msgsnd.c: Likewise.
27770         * sysvipc/semctl.c: Likewise.
27771         * sysvipc/semget.c: Likewise.
27772         * sysvipc/semop.c: Likewise.
27773         * sysvipc/semtimedop.c: Likewise.
27774         * sysvipc/shmat.c: Likewise.
27775         * sysvipc/shmctl.c: Likewise.
27776         * sysvipc/shmdt.c: Likewise.
27777         * sysvipc/shmget.c: Likewise.
27778         * termios/tcdrain.c: Likewise.
27779         * termios/tcflow.c: Likewise.
27780         * termios/tcflush.c: Likewise.
27781         * termios/tcgetattr.c: Likewise.
27782         * termios/tcgetpgrp.c: Likewise.
27783         * termios/tcsendbrk.c: Likewise.
27784         * termios/tcsetattr.c: Likewise.
27785         * termios/tcsetpgrp.c: Likewise.
27786         * time/adjtime.c: Likewise.
27787         * time/clock.c: Likewise.
27788         * time/getitimer.c: Likewise.
27789         * time/gettimeofday.c: Likewise.
27790         * time/setitimer.c: Likewise.
27791         * time/settimeofday.c: Likewise.
27792         * time/stime.c: Likewise.
27793         * time/time.c: Likewise.
27795 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
27797         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
27798         /usr/old/bin.
27800         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
27801         instead of spaces.
27802         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
27804 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
27806         [BZ #14796]
27807         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
27808         FE_TONEAREST before applying Dekker multiplication and Knuth
27809         addition.  Clear inexact exceptions and check for exact zero
27810         results afterwards.
27811         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27812         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
27813         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27814         * math/libm-test.inc (fma_test): Add more tests.
27815         (fma_test_towardzero): Likewise.
27816         (fma_test_downward): Likewise.
27817         (fma_test_upward): Likewise.
27818         * sysdeps/generic/math_private.h (default_libc_fesetround): New
27819         function.
27820         (libc_fesetround): New macro.
27821         (libc_fesetroundf): Likewise.
27822         (libc_fesetroundl): Likewise.
27823         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
27824         function.
27825         (libc_fesetround_387): Likewise.
27826         (libc_fesetroundf): New macro.
27827         (libc_fesetround): Likewise.
27828         (libc_fesetroundl): Likewise.
27829         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
27830         function.
27831         (libc_fesetroundf): New macro.
27832         (libc_fesetround): Likewise.
27833         (libc_fesetroundl): Likewise.
27834         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
27835         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
27836         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
27837         libm_hidden_ver.
27838         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
27839         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
27840         libm_hidden_def.
27841         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
27842         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
27843         libm_hidden_ver.
27844         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
27845         libm_hidden_def.
27847         [BZ #3439]
27848         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
27849         integer constant usable in #if and use that to give value to enum
27850         constant.
27851         (FE_DIVBYZERO): Likewise.
27852         (FE_UNDERFLOW): Likewise.
27853         (FE_OVERFLOW): Likewise.
27854         (FE_INVALID): Likewise.
27855         (FE_INVALID_SNAN): Likewise.
27856         (FE_INVALID_ISI): Likewise.
27857         (FE_INVALID_IDI): Likewise.
27858         (FE_INVALID_ZDZ): Likewise.
27859         (FE_INVALID_IMZ): Likewise.
27860         (FE_INVALID_COMPARE): Likewise.
27861         (FE_INVALID_SOFTWARE): Likewise.
27862         (FE_INVALID_SQRT): Likewise.
27863         (FE_INVALID_INTEGER_CONVERSION): Likewise.
27864         (FE_TONEAREST): Likewise.
27865         (FE_TOWARDZERO): Likewise.
27866         (FE_UPWARD): Likewise.
27867         (FE_DOWNWARD): Likewise.
27868         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
27869         (FE_DIVBYZERO): Likewise.
27870         (FE_OVERFLOW): Likewise.
27871         (FE_UNDERFLOW): Likewise.
27872         (FE_INEXACT): Likewise.
27873         (FE_TONEAREST): Likewise.
27874         (FE_DOWNWARD): Likewise.
27875         (FE_UPWARD): Likewise.
27876         (FE_TOWARDZERO): Likewise.
27877         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
27878         (FE_UNDERFLOW): Likewise.
27879         (FE_OVERFLOW): Likewise.
27880         (FE_DIVBYZERO): Likewise.
27881         (FE_INVALID): Likewise.
27882         (FE_TONEAREST): Likewise.
27883         (FE_TOWARDZERO): Likewise.
27884         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
27885         (FE_OVERFLOW): Likewise.
27886         (FE_UNDERFLOW): Likewise.
27887         (FE_DIVBYZERO): Likewise.
27888         (FE_INEXACT): Likewise.
27889         (FE_TONEAREST): Likewise.
27890         (FE_TOWARDZERO): Likewise.
27891         (FE_UPWARD): Likewise.
27892         (FE_DOWNWARD): Likewise.
27893         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
27894         (FE_DIVBYZERO): Likewise.
27895         (FE_OVERFLOW): Likewise.
27896         (FE_UNDERFLOW): Likewise.
27897         (FE_INEXACT): Likewise.
27898         (FE_TONEAREST): Likewise.
27899         (FE_DOWNWARD): Likewise.
27900         (FE_UPWARD): Likewise.
27901         (FE_TOWARDZERO): Likewise.
27903 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
27905         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
27907 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
27909         * scripts/cross-test-ssh.sh (command): Use newlines to separate
27910         commands.  Quote $PWD.
27911         (blacklist_exports): Don't use remove_newlines.  Replace "declare
27912         -x" by "export".
27913         (remove_newlines): Remove.
27915 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
27917         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
27918         * stdlib/stdlib.h (atof): Moved to ...
27919         * include/bits/stdlib-float.h: Here.  New file.
27920         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
27921         * stdlib/bits/stdlib-float.h: New file.
27922         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
27923         -mno-sse -mno-mmx.
27924         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
27925         <xmmintrin.h>.
27927 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27929         * conform/conformtest.pl (@headers): Add fenv.h.
27930         * conform/data/fenv.h-data: New file.
27931         * include/fenv.h [_ISOMAC]: Disable all contents of file except
27932         include of <math/fenv.h>.
27934         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
27935         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
27936         && !UNIX98].  Enables tests for XOPEN2K8.
27937         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
27938         POSIX2008]: Likewise.
27940         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
27941         (struct rusage): Do not expect type or its members.
27943         [BZ #3439]
27944         * math/math.h (FP_NAN): Define macro to integer constant usable in
27945         #if and use that to give value to enum constant.
27946         (FP_INFINITE): Likewise.
27947         (FP_ZERO): Likewise.
27948         (FP_SUBNORMAL): Likewise.
27949         (FP_NORMAL): Likewise.
27951 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
27953         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
27954         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
27955         arguments.
27957 2012-11-02  Roland McGrath  <roland@hack.frob.com>
27959         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
27960         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
27961         autoconf-time if not.
27962         * configure.in: Remove AC_PREREQ.
27964 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27966         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
27967         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
27968         of the internal implementation.
27970 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27972         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
27973         except include of <misc/sys/syslog.h>.
27975 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
27977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
27978         function returns with a NULL context exit with zero.
27980 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27982         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
27984 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
27986         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
27987         (run_program_cmd): This.
27988         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
27989         (tst_langinfo): New variable.  Use it.
27991 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
27993         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
27994         floating point opcodes.
27996 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
27998         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
27999         variable.
28001         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28003         * sysdeps/mach/hurd/powerpc: Remove directory.
28004         * sysdeps/mach/powerpc: Likewise.
28006 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28008         * scripts/check-local-headers.sh: Ignore c++ headers.
28010 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28012         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28013         __libc_cleanup_region_start argument.
28015 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28017         [BZ #14784]
28018         [BZ #14785]
28019         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28020         x * y using scaling, not as x * y + z.
28021         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28022         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28023         * math/libm-test.inc (fma_test): Add more tests.
28024         (fma_test_towardzero): Likewise.
28025         (fma_test_downward): Likewise.
28026         (fma_test_upward): Likewise.
28028 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28030         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28032 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28034         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28035         New variable.
28037 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28039         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28041 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28044         Fix sort order.
28045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28046         Likewise.
28048 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28051         Fix the order of the list for glibc 2.17.
28052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28053         Likewise.
28055 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28059 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28061         [BZ #14610]
28062         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28063         for low part of x being zero before using __atanl (y).
28064         * math/libm-test.inc (atan2_test): Add another test.
28066         * manual/install.texi (Configuring and compiling): Document
28067         general use of test-wrapper and test-wrapper-env.
28068         * INSTALL: Regenerated.
28070         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28071         (__fma): Do not extract and scale down low bits on after-rounding
28072         systems when result rounded to normal precision would have normal
28073         exponent.
28074         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28075         (__fmal): Do not extract and scale down low bits on after-rounding
28076         systems when result rounded to normal precision would have normal
28077         exponent.
28078         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28079         (__fmal): Do not extract and scale down low bits on after-rounding
28080         systems when result rounded to normal precision would have normal
28081         exponent.
28082         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28083         macro.
28084         (fma_test): Add more tests.
28085         (fma_test_towardzero): Likewise.
28086         (fma_test_downward): Likewise.
28087         (fma_test_upward): Likewise.
28089 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28091         * sysdeps/i386/tininess.h: Renamed to ...
28092         * sysdeps/x86/tininess.h: This.
28093         * sysdeps/x86_64/tininess.h: Removed.
28095 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28097         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28098         input.  Use $(build-program-cmd).
28099         ($(objpfx)tst-array1-static.out): Likewise.
28100         ($(objpfx)tst-array2.out): Likewise.
28101         ($(objpfx)tst-array3.out): Likewise.
28102         ($(objpfx)tst-array4.out): Likewise.
28103         ($(objpfx)tst-array5.out): Likewise.
28104         ($(objpfx)tst-array5-static.out): Likewise.
28106 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28108         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28109         if defined.
28111         * nss/nsswitch.h (nss_interface_function): Provide new
28112         macro for use with NSS functions.
28113         * grp/initgroups.c: Use new macro.
28114         * nss/getXXbyYY.c: Likewise.
28115         * nss/getXXbyYY_r.c: Likewise.
28116         * nss/getXXent.c: Likewise.
28117         * nss/getXXent_r.c: Likewise.
28118         * sysdeps/posix/getaddrinfo.c: Likewise.
28120 2012-10-30  Andreas Jaeger  <aj@suse.de>
28122         * po/ru.po: Update Russion translation from translation project.
28124 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28126         [BZ #14152]
28127         [BZ #14783]
28128         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28129         result and shift together with sticky bit instead of replicating
28130         round-to-nearest rounding.
28131         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28132         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28133         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28134         missing underflow exceptions.
28135         (fma_test_towardzero): Add more tests.
28136         (fma_test_downward): Likewise.
28137         (fma_test_upward): Likewise.
28139         [BZ #14047]
28140         * sysdeps/generic/tininess.h: New file.
28141         * sysdeps/i386/tininess.h: Likewise.
28142         * sysdeps/sh/tininess.h: Likewise.
28143         * sysdeps/x86_64/tininess.h: Likewise.
28144         * stdlib/tst-strtod-underflow.c: Likewise.
28145         * stdlib/tst-tininess.c: Likewise.
28146         * stdlib/strtod_l.c: Include <tininess.h>.
28147         (round_and_return): Do not set errno for exact underflow cases.
28148         Force an underflow exception when setting errno for underflow.
28149         Determine underflow based on rounding to normal precision if
28150         TININESS_AFTER_ROUNDING.
28151         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28152         ERANGE for exact underflow cases.
28153         * stdlib/Makefile (tests): Add tst-tininess and
28154         tst-strtod-underflow.
28155         ($(objpfx)tst-tininess): Use $(link-libm).
28156         ($(objpfx)tst-strtod-underflow): Likewise.
28158 2012-10-30  Andreas Jaeger  <aj@suse.de>
28160         [BZ#14767]
28161         * elf/Makefile (tests): Remove conditional for have-initfini-array
28162         since this is now always required and the variable does not exist
28163         anymore.
28164         (tests-static): Likewise.
28165         (modules-names): Likewise.
28167         * po/eo.po: Add Esperanto translation from translation project.
28169         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28170         merged with constructor/destructor.
28171         (init_array): Likewise.
28172         * elf/tst-array2dep.c (fini_array): Likewise.
28173         (init_array): Likewise.
28175 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28177         * manual/message.texi: Delete @cartouche tags.
28179 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28181         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28182         EOPNOTSUPP.
28183         * sysdeps/mach/hurd/fsync.c: Likewise.
28185         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28186         [_POSIX_REALTIME_SIGNALS]: Change condition to
28187         [_POSIX_REALTIME_SIGNALS > 0].
28189 2012-10-27  Andreas Jaeger  <aj@suse.de>
28191         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28192         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28193         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28194         [__WORDSIZE != 64]: Likewise.
28196 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28198         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28199         *  iconvdata/tst-tables.sh: Likewise.
28201 2012-10-25  David S. Miller  <davem@davemloft.net>
28203         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28204         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28205         of strtoull.
28207         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28208         ifunc-impl-list.c
28209         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28210         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28211         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28212         file.
28214 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28216         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28217         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28218         __getdirentries.
28220 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28221             Jim Blandy  <jimb@codesourcery.com>
28223         * scripts/cross-test-ssh.sh: New file.
28224         * manual/install.texi (Configuring and compiling): Document use of
28225         cross-test-ssh.sh.
28226         * INSTALL: Regenerated.
28228 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28230         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28231         EOPNOTSUPP.
28233 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28235         * Makeconfig (run-program-prefix): Fix comment.
28237 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28238             Jim Blandy  <jimb@codesourcery.com>
28240         * Makeconfig (test-wrapper): New variable,
28241         (test-wrapper-env): Likewise.
28242         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28243         (run-built-tests): Define to yes.
28244         (run-program-prefix): Use $(test-wrapper).
28245         (built-program-cmd): Likewise.
28246         * Rules (make-test-out): Use $(test-wrapper-env) and
28247         $(host-built-program-cmd).
28248         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28249         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28250         tst-pathopt.sh.
28251         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28252         $(test-wrapper-env) to tst-rtld-load-self.sh.
28253         ($(objpfx)order2.out): Use $(test-wrapper).
28254         ($(objpfx)tst-initorder.out): Likewise.
28255         ($(objpfx)tst-initorder2.out): Likewise.
28256         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28257         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28258         (test_wrapper_env): New variable.  Use it to run ld.so.
28259         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28260         Use it to run ld.so.
28261         (test_wrapper_env): Likewise.
28262         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28263         $(test-wrapper) to run-iconv-test.sh.
28264         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28265         (ICONV): Use $test_wrapper.
28266         * posix/Makefile ($(objpfx)globtest.out): Pass
28267         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28268         globtest.sh, not $(run-program-prefix).
28269         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28270         (test_wrapper): Likewise.
28271         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28272         set together with run_via_rtld_prefix.
28273         (run_program_prefix): Define in terms of test_wrapper and
28274         run_via_rtld_prefix.
28276 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28278         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28279         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28280         Targets removed.
28282         [BZ #14743]
28283         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28284         Declare __clock_getres, __clock_gettime, __clock_settime,
28285         __clock_nanosleep, and __clock_getcpuclockid.
28286         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28287         Remove librt_hidden_def (clock_gettime).
28288         * sysdeps/unix/clock_gettime.c: Likewise.
28289         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28290         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28291         * rt/clock_getres.c: Define __clock_getres as an alias.
28292         * sysdeps/posix/clock_getres.c: Likewise.
28293         * rt/clock_settime.c: Define __clock_settime as an alias.
28294         * sysdeps/unix/clock_settime.c: Likewise.
28295         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28296         * sysdeps/unix/clock_nanosleep.c: Likewise.
28297         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28298         * rt/clock-compat.c: New file.
28299         * rt/Makefile (librt-routines): Add clock-compat and move
28300         $(clock-routines) to ...
28301         (routines): ... here, new variable.
28302         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28303         Don't add get_clockfreq here.
28304         * rt/Versions (libc: GLIBC_2.17): New version set.
28305         Add clock_* symbols here.
28306         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28307         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28308         (GLIBC_2.17): Add clock_* symbols.
28309         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28310         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28311         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28313         Likewise.
28314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28315         Likewise.
28316         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28317         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28319         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28320         * NEWS: Mention the move.
28322         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28323         Use __open, __read, __close rather than their public counterparts.
28324         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28325         (__get_clockfreq_via_cpuinfo): Likewise.
28326         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28327         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28329         * config.h.in (HAVE_IFUNC): New #undef.
28330         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28331         was successful.
28332         * configure: Regenerated.
28334 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28336         * configure.in: Move READELF check to start of file.
28337         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28338         libc_cv_asm_gnu_indirect_function in the process.
28339         * configure: Regenerated.
28341 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28343         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28344         send the output to /dev/null.
28345         (libc_cv_cc_with_libunwind): Likewise.
28346         (libc_cv_as_noexecstack): Likewise.
28347         * configure: Regenerate.
28349 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28351         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28353         * posix/globtest.sh (TMPDIR): Do not set.
28354         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28355         (testout): Likewise.
28357 2012-10-24  Andreas Jaeger  <aj@suse.de>
28359         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28360         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28361         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28362         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28363         posix_fadvise64, posix_fallocate64.
28365         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28366         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28367         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28368         Likewise.
28369         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28370         Likewise.
28371         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28373         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28374         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28375         <bits/fcntl-linux.h>.
28376         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28378         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28379         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28380         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28381         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28382         [__WORDSIZE != 64]: Likewise.
28384 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28386         * Makeconfig (run-built-tests): New variable.
28387         * Rules [$(cross-compiling) = yes]: Change condition to
28388         [$(run-built-tests) = no].
28389         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28390         to [$(run-built-tests) = yes].
28391         * elf/Makefile [$(cross-compiling) = no]: Likewise
28392         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28393         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28394         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28395         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28396         * io/Makefile [$(cross-compiling) = no]: Likewise.
28397         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28398         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28399         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28400         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28401         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28402         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28403         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28404         * string/Makefile [$(cross-compiling) = no]: Likewise.
28406         * posix/Makefile ($(objpfx)globtest.out): Pass
28407         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28408         $(rtld-installed-name).
28409         * posix/globtest.sh (elf_objpfx): Remove variable.
28410         (rtld_installed_name): Likewise.
28411         (library_path): Likewise.
28412         (run_program_prefix): New variable.  Use for running globtest
28413         binary.
28415 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28416             Joseph Myers  <joseph@codesourcery.com>
28418         * Makeconfig (host-built-program-cmd): New variable.
28419         * elf/Makefile (tst-stackguard1-ARGS): Use
28420         $(host-built-program-cmd).
28421         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
28422         (tst-spawn-ARGS): Likewise.
28423         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
28425 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28426             Jim Blandy  <jimb@codesourcery.com>
28428         * Makeconfig (run-via-rtld-prefix): New variable.
28429         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
28430         (built-program-cmd): Likewise.
28432 2012-10-22  Andreas Jaeger  <aj@suse.de>
28434         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
28435         __O_RSYNC if it exists, otherwise to O_SYNC.
28437 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
28438             Joseph Myers  <joseph@codesourcery.com>
28440         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
28441         /dev/null.
28442         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
28443         from /dev/null
28444         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
28445         /dev/null.
28447 2012-10-22  Andreas Jaeger  <aj@suse.de>
28449         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
28450         Define always.
28451         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
28453         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28454         bits/fcntl-linux.h.
28456         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
28457         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
28459         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
28460         to __O_LARGEFILE.
28461         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
28462         to __O_LARGEFILE.
28464 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
28465             Joseph Myers  <joseph@codesourcery.com>
28467         * config.make.in (NM): New variable.
28469 2012-10-21  Andreas Jaeger  <aj@suse.de>
28471         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
28472         definitions and declarations that are provided by
28473         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28475 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28477         [BZ #14683]
28478         * elf/Makefile (tests-static): Add tst-leaks1-static.
28479         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
28480         ($(objpfx)tst-leaks1-static): New rule.
28481         ($(objpfx)tst-leaks1-static-mem): Likewise.
28482         (tst-leaks1-static-ENV): New macro.
28483         * elf/dl-open.c (dl_open_worker): Check the main application
28484         only if SHARED is defined.
28485         * elf/tst-leaks1-static.c: New file.
28487 2012-10-20  Andreas Jaeger  <aj@suse.de>
28489         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
28490         generic values for Linux.
28491         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
28492         and declarations that are provided by <bits/fcntl-linux.h> and
28493         include <bits/fcntl-linux.h>.
28494         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
28495         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
28497 2012-10-20  Roland McGrath  <roland@hack.frob.com>
28499         * io/fcntl.h: Move include of <bits/types.h> to the top and
28500         include it unconditionally.
28502 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28504         * wcsmbs/Makefile (tests-ifunc): New variable.
28505         (tests): Add $(tests-ifunc).
28506         * wcsmbs/test-wcschr-ifunc.c: New file.
28507         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
28508         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
28509         * wcsmbs/test-wcslen-ifunc.c: Likewise.
28510         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
28511         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
28513         * string/Makefile (tests-ifunc): New variable.
28514         (tests): Add $(tests-ifunc).
28515         * string/test-memccpy.c (TEST_NAME): New macro.
28516         * string/test-memchr.c (TEST_NAME): Likewise.
28517         * string/test-memcmp.c (TEST_NAME): Likewise.
28518         * string/test-memcpy.c (TEST_NAME): Likewise.
28519         * string/test-memmem.c (TEST_NAME): Likewise.
28520         * string/test-memmove.c (TEST_NAME): Likewise.
28521         * string/test-memset.c (TEST_NAME): Likewise.
28522         * string/test-rawmemchr.c (TEST_NAME): Likewise.
28523         * string/test-stpcpy.c (TEST_NAME): Likewise.
28524         * string/test-stpncpy.c (TEST_NAME): Likewise.
28525         * string/test-strcasecmp.c (TEST_NAME): Likewise.
28526         * string/test-strcasestr.c (TEST_NAME): Likewise.
28527         * string/test-strcat.c (TEST_NAME): Likewise.
28528         * string/test-strchr.c (TEST_NAME): Likewise.
28529         * string/test-strcmp.c(TEST_NAME): Likewise.
28530         * string/test-strcpy.c (TEST_NAME): Likewise.
28531         * string/test-strcspn.c (TEST_NAME): Likewise.
28532         * string/test-strlen.c (TEST_NAME): Likewise.
28533         * string/test-strncasecmp.c (TEST_NAME): Likewise.
28534         * string/test-strncmp.c (TEST_NAME): Likewise.
28535         * string/test-strncpy.c (TEST_NAME): Likewise.
28536         * string/test-strnlen.c (TEST_NAME): Likewise.
28537         * string/test-strpbrk.c (TEST_NAME): Likewise.
28538         * string/test-strrchr.c (TEST_NAME): Likewise.
28539         * string/test-strspn.c (TEST_NAME): Likewise.
28540         * string/test-strstr.c (TEST_NAME): Likewise.
28541         * string/test-bcopy-ifunc.c: New file.
28542         * string/test-bzero-ifunc.c: Likewise.
28543         * string/test-memccpy-ifunc.c: Likewise.
28544         * string/test-memchr-ifunc.c: Likewise.
28545         * string/test-memcmp-ifunc.c: Likewise.
28546         * string/test-memcpy-ifunc.c: Likewise.
28547         * string/test-memmem-ifunc.c: Likewise.
28548         * string/test-memmove-ifunc.c: Likewise.
28549         * string/test-mempcpy-ifunc.c: Likewise.
28550         * string/test-memset-ifunc.c: Likewise.
28551         * string/test-rawmemchr-ifunc.c: Likewise.
28552         * string/test-stpcpy-ifunc.c: Likewise.
28553         * string/test-stpncpy-ifunc.c: Likewise.
28554         * string/test-strcasecmp-ifunc.c: Likewise.
28555         * string/test-strcasestr-ifunc.c: Likewise.
28556         * string/test-strcat-ifunc.c: Likewise.
28557         * string/test-strchr-ifunc.c: Likewise.
28558         * string/test-strchrnul-ifunc.c: Likewise.
28559         * string/test-strcmp-ifunc.c: Likewise.
28560         * string/test-strcpy-ifunc.c: Likewise.
28561         * string/test-strcspn-ifunc.c: Likewise.
28562         * string/test-strlen-ifunc.c: Likewise.
28563         * string/test-strncasecmp-ifunc.c: Likewise.
28564         * string/test-strncat-ifunc.c: Likewise.
28565         * string/test-strncmp-ifunc.c: Likewise.
28566         * string/test-strncpy-ifunc.c: Likewise.
28567         * string/test-strnlen-ifunc.c: Likewise.
28568         * string/test-strpbrk-ifunc.c: Likewise.
28569         * string/test-strrchr-ifunc.c: Likewise.
28570         * string/test-strspn-ifunc.c: Likewise.
28571         * string/test-strstr-ifunc.c: Likewise.
28573         * debug/Makefile (tests-ifunc): New variable.
28574         (tests): Add $(tests-ifunc).
28575         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
28576         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
28577         * debug/test-stpcpy_chk-ifunc.c: New file.
28578         * debug/test-strcpy_chk-ifunc.c: Likewise.
28580 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28582         [BZ #13601]
28583         * elf/dl-load.c (open_verify): Retry read if the entire ELF
28584         header is not read in.
28586 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
28588         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
28589         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
28590         directly.  Pass built executable to script as
28591         $(built-program-cmd).
28592         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
28593         $testprogram without using LD_LIBRARY_PATH and $ldso.
28595         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
28596         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
28597         $(rtld-installed-name).
28598         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
28599         (rtld_installed_name): Likewise.
28600         (library_path): Likewise.
28601         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
28602         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
28603         $(run-program-prefix) to tst-tables.sh.
28604         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
28605         it to run tst-table-from and tst-table-to.
28606         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
28607         Pass it to tst-table.sh.
28608         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
28609         $(run-program-prefix) to tst-gettext.sh.
28610         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
28611         tst-translit.sh.
28612         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
28613         tst-gettext2.sh.
28614         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
28615         to run tst-gettext.
28616         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
28617         to run tst-gettext2.
28618         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
28619         to run tst-translit.
28620         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
28621         $(run-program-prefix) to tst-mtrace.sh.
28622         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
28623         to run tst-mtrace.
28624         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
28625         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
28626         $(rtld-installed-name).
28627         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
28628         (rtld_installed_name): Likewise.
28629         (run_program_prefix): New variable.  Use it to run wordexp-test.
28631         * Makeconfig (ARCH): Remove all definitions.
28632         (machine): Likewise.
28633         [ARCH]: Remove conditional code.
28634         [!objdir]: Give error.
28635         [!objdir] (objpfx): Remove.
28636         [!objdir] (common-objpfx): Likewise.
28637         [!objdir] (common-objdir): Likewise.
28638         * configure.in (config_makefile): Remove.  Hardcode Makefile in
28639         AC_CONFIG_FILES call.
28640         * configure: Regenerated.
28642         [BZ #13888]
28643         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
28644         or TMPDIR.
28645         (testout): Likewise.
28647         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
28648         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
28649         $(rtld-installed-name).
28650         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
28651         (rtld_installed_name): Likwise.
28652         (runit): Remove function.
28653         (run_getconf): New variable,  Use it for running getconf binary.
28655 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
28657         [BZ #14716]
28658         * string/test-memmem.c (check_result): New function.
28659         (do_one_test): Use it.
28660         (check1): New function.
28661         (test_main): Use it.
28663 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
28665         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
28667 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
28669         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
28670         (_G_LSEEK64): Likewise.
28671         (_G_MMAP64): Likewise.
28672         (_G_FSTAT64): Likewise.
28673         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
28674         (_G_LSEEK64): Likewise.
28675         (_G_MMAP64): Likewise.
28676         (_G_FSTAT64): Likewise.
28677         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
28678         unconditional.  Call __mmap64 directly.
28679         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
28680         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
28681         __lseek64 directly.
28682         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
28683         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
28684         __mmap64 directly.
28685         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
28686         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28687         __lseek64 directly.
28688         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
28689         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28690         __lseek64 directly.
28691         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
28692         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
28693         __lseek64 directly.
28694         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
28695         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
28696         __fxstat64 directly.
28697         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
28698         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
28699         unconditional.
28700         (freopen64) [!_G_OPEN64]: Remove conditional code.
28701         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
28702         unconditional.
28703         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
28704         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
28705         unconditional.
28706         (ftello64) [!_G_LSEEK64]: Remove conditional code.
28707         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
28708         unconditional.
28709         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28710         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
28711         unconditional.
28712         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
28713         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
28714         unconditional.
28715         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28716         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
28717         unconditional.
28718         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28719         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
28720         unconditional.
28721         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28723 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28725         [BZ #12140]
28726         * manual/memory.texi (Malloc Tunable Parameters): Add note
28727         about free list pointers overwriting some perturb bytes.
28728         Wording suggested by Roland McGrath.
28730 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
28732         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
28733         (lgamma_test): Likewise.
28734         (tgamma_test): Likewise.
28736 2012-10-16  Florian Weimer  <fweimer@redhat.com>
28738         [BZ #14700]
28739         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
28740         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
28742 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
28744         * NEWS: Mention BZ #14716.
28745         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
28746         when removing AVAILABLE1_USES_J macro.
28748 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
28750         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
28751         (__bswap_64): __uint64_t for unsigned 64-bit int.
28753 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
28755         * include/string.h (memmem): Declare libc hidden alias.
28756         * string/memmem.c (memmem): Define libc hidden alias.
28757         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
28758         __read, __close instead of open, read, close.
28760 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
28762         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
28763         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
28764         global and hidden.
28765         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
28766         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
28767         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
28768         Likewise.
28769         (__rawmemchr_sse2): Likewise.
28770         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
28771         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
28772         (__strchr_sse2): Likewise.
28773         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
28774         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
28775         (__strcasecmp_sse2): Likewise.
28776         (__strncasecmp_sse2): Likewise.
28777         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
28778         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
28779         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
28780         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
28781         (__strrchr_sse2): Likewise.
28782         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
28783         ifunc-impl-list.c.
28784         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
28785         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
28786         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
28787         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
28788         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
28789         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
28790         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28791         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28792         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
28793         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
28794         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
28795         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
28796         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
28797         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
28798         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
28799         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
28800         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
28801         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
28802         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
28803         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
28804         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
28805         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
28806         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
28807         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28808         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
28809         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28810         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
28811         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
28812         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
28813         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
28815         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
28816         global and hidden.
28817         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
28818         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
28819         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
28820         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
28821         Likewise.
28822         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
28823         Likewise.
28824         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
28825         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
28826         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
28827         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
28828         ifunc-impl-list.c.
28829         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28830         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28831         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28832         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28833         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28834         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28835         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28836         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28837         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28838         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28839         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28840         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28841         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28842         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
28843         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
28844         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28845         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
28846         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
28847         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28848         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28849         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28850         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28851         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28852         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28853         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28854         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
28855         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
28856         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
28857         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
28858         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28859         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
28860         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28861         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28862         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
28863         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28864         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28865         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28866         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28867         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28868         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28869         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
28871         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
28872         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
28873         * include/ifunc-impl-list.h: New file.
28874         * misc/ifunc-impl-list.c: Likewise.
28875         * misc/Makefile (routines): Add ifunc-impl-list.
28876         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
28877         * string/test-string.h: Include <ifunc-impl-list.h>.
28878         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
28879         TEST_NAME]: New variables.
28880         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
28881         are defined.
28882         (test_init): Call __libc_ifunc_impl_list to initialize
28883         func_list if TEST_IFUNC and TEST_NAME are defined.
28885         * string/Makefile (strop-tests): Add bcopy and bzero.
28886         * string/test-bcopy.c: New file.
28887         * string/test-bzero.c: Likewise.
28888         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
28889         defined.
28890         * string/test-memset.c: Support bzero test if TEST_BZERO is
28891         defined.
28892         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
28893         __libc_memmove.
28894         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
28895         __libc_memset.
28896         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
28897         of memset.
28899 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
28901         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
28902         * configure: Regenerated.
28904         * Makeconfig (+link-static-before-libc): Don't include
28905         $(link-static-libc).
28907         * libio/libio.h (_IO_pos_t): Remove.
28909 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28911         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
28912         McGrath.
28914 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28916         * crypt/crypt-entry.c: Include fips-private.h.
28917         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
28918         * crypt/md5c-test.c (main): Tolerate disabled MD5.
28919         * sysdeps/unix/sysv/linux/fips-private.h: New file.
28920         * sysdeps/generic/fips-private.h: New file, dummy fallback.
28922 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28924         * crypt/crypt-private.h: Include stdbool.h.
28925         (_ufc_setup_salt_r): Return bool.
28926         * crypt/crypt-entry.c: Include errno.h.
28927         (__crypt_r): Return NULL with EINVAL for bad salt.
28928         * crypt/crypt_util.c (bad_for_salt): New.
28929         (_ufc_setup_salt_r): Check that salt is long enough and within
28930         the specified alphabet.
28931         * crypt/badsalttest.c: New file.
28932         * crypt/Makefile (tests): Add it.
28933         ($(objpfx)badsalttest): New.
28935 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
28937         * NEWS: Add entry for BZ #14602.
28939 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28941         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
28942         type-generic.
28943         * math/libm-test.inc: Update comment listing what functions and
28944         macros are tested.
28945         (isgreater_test): New function.
28946         (isgreaterequal_test): Likewise.
28947         (isless_test): Likewise.
28948         (islessequal_test): Likewise.
28949         (islessgreater_test): Likewise.
28950         (isunordered_test): Likewise.
28951         (main): Call the new functions.
28953 2012-10-09  Roland McGrath  <roland@hack.frob.com>
28955         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
28956         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
28957         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
28958         * sysdeps/i386/configure: Regenerated.
28959         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
28960         * sysdeps/mach/configure: Regenerated.
28961         * sysdeps/mach/hurd/configure: Regenerated.
28962         * sysdeps/powerpc/configure: Regenerated.
28963         * sysdeps/powerpc/powerpc32/configure: Regenerated.
28964         * sysdeps/powerpc/powerpc64/configure: Regenerated.
28965         * sysdeps/s390/s390-32/configure: Regenerated.
28966         * sysdeps/s390/s390-64/configure: Regenerated.
28967         * sysdeps/sh/configure: Regenerated.
28968         * sysdeps/sparc/configure: Regenerated.
28969         * sysdeps/unix/sysv/linux/configure: Regenerated.
28970         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
28971         * sysdeps/x86_64/configure: Regenerated.
28973         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
28974         defined.  Don't check if MAP is NULL.
28976 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28978         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
28979         (_G_stat64): Likewise.
28980         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
28981         (_G_stat64): Likewise.
28982         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
28983         instead of struct _G_stat64.
28984         * libio/fileops.c (mmap_remap_check): Likewise.
28985         (decide_maybe_mmap): Likewise.
28986         (_IO_new_file_seekoff): Likewise.
28987         (_IO_file_stat): Likewise.
28988         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
28989         _G_off64_t.
28990         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
28991         instead of struct _G_stat64.
28992         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
28994 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
28996         [BZ #14602]
28997         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
28998         Replace with ...
28999         (CHECK_EOL): New macro.
29000         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29001         CHECK_EOL.
29002         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29003         Replace with CHECK_EOL.
29004         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29005         Replace with CHECK_EOL.
29007 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29009         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29010         type-generic.
29011         * math/libm-test.inc: Update comment listing what functions and
29012         macros are tested.
29013         (finite_test): New function.
29014         (isinf_test): Likewise.
29015         (isnan_test): Likewise.
29016         (fpclassify_test): Test subnormal input.
29017         (isfinite_test): Likewise.
29018         (isnormal_test): Likewise.
29019         (main): Call the new functions.
29021 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29023         [BZ #14660]
29024         * Makerules (%.dynsym): Force C locale when running
29025         $(OBJDUMP) --dynamic-syms.
29027 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29029         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29030         <stdint.h>.
29032 2012-10-06  David S. Miller  <davem@davemloft.net>
29034         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29035         upper 32-bits of the length value in %o2 since we use branch-on-register
29036         tests which consider the entire 64-bit register.
29038 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29040         * string/test-strstr.c (check2): Add a test for page boundary.
29042 2012-10-05  David S. Miller  <davem@davemloft.net>
29044         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29045         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29046         file.
29047         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29048         sysdep_routines.
29049         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29050         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29051         and bzero when HWCAP_SPARC_CRYPTO is present.
29053 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29055         [BZ #14602]
29056         * string/test-strstr.c (check2): New function.
29057         (test_main): Call check2.
29059         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29060         and bug-strchr1.
29061         * string/bug-strcasestr1.c (do_test): Moved to ...
29062         * string/test-strcasestr.c (check1): Here.  New function.
29063         (do_one_test): Break out result checking code into ...
29064         (check_result): This.  New function.
29065         (do_one_test): Call check_result.
29066         (test_main): Call check1.
29067         * string/bug-strchr1.c (do_test): Moved to ...
29068         * string/test-strchr.c (check1): Here.  New function.
29069         (do_one_test): Break out result checking code into ...
29070         (check_result): This.  New function.
29071         (do_one_test): Call check_result.
29072         (test_main): Call check1.
29073         * string/bug-strstr1.c (main): Moved to ...
29074         * string/test-strstr.c (check1): Here.  New function.
29075         (do_one_test): Break out result checking code into ...
29076         (check_result): This.  New function.
29077         (do_one_test): Call check_result.
29078         (test_main): Call check1.
29079         * string/bug-strcasestr1.c: Removed.
29080         * string/bug-strchr1.c: Likewise.
29081         * string/bug-strstr1.c: Likewise.
29083         * elf/Makefile (dl-routines): Add hwcaps.
29084         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29085         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29086         (_dl_important_hwcaps): Moved to ...
29087         * elf/dl-hwcaps.c: Here.  New file.
29088         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29090         [BZ #14557]
29091         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29092         if IS_IN_rtld isn't defined.
29094         * elf/dl-support.c (_dl_sysinfo_map): New.
29095         Include "get-dynamic-info.h" and "setup-vdso.h".
29096         (_dl_non_dynamic_init): Call setup_vdso.
29097         * elf/dynamic-link.h: Don't include <assert.h>.
29098         (elf_get_dynamic_info): Moved to ...
29099         * elf/get-dynamic-info.h: Here.  New file.
29100         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29101         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29102         * elf/setup-vdso.h: Here.  New file.
29103         * elf/rtld.c: Include "setup-vdso.h".
29104         (dl_main): Call setup_vdso.
29106 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29108         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29109         creal in comment listing functions tested.  List finite, isinf,
29110         isnan, isless, islessequal, isgreater, isgreaterequal,
29111         islessgreater, isunordered, lgamma_r and pow10 as functions and
29112         macros not tested.  Mention which functions not tested are aliases
29113         for other functions.  Fix typo.  Note that signs of NaNs are not
29114         tested.
29116         * scripts/config.guess: Update from config.git.
29117         * scripts/config.sub: Likewise.
29119 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29121         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29122         * misc/madvise.c (madvise): Renamed to __madvise.
29123         Make madvise a weak alias.
29124         * include/sys/mman.h: Declare __madvise.
29125         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29126         * sysdeps/unix/syscalls.list
29127         (madvise): Make __madvise the strong name, and madvise a weak alias.
29128         * sysdeps/unix/sysv/linux/syscalls.list
29129         (madvise, mmap): Remove redundant entries.
29130         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29131         * malloc/malloc.c (mtrim): Likewise.
29132         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29134 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29136         * sysdeps/mach/hurd/dl-cache.c: File removed.
29137         * config.h.in (USE_LDCONFIG): New #undef.
29138         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29139         * configure: Regenerated.
29140         * elf/Makefile (dl-routines): Add dl-cache only under
29141         [$(use-ldconfig) = yes].
29142         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29143         cache on [USE_LDCONFIG].
29144         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29145         [USE_LDCONFIG].
29146         * elf/rtld.c (dl_main): Likewise.
29148 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29150         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29151         _SC_LEVEL4_CACHE_LINESIZE.
29153 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29155         * sysdeps/unix/bsd/confstr.h: File removed.
29157 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29159         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29160         sys/sdt-config.h.
29162 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29164         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29165         Make 'mapoff' field ElfW(Off) rather than off_t.
29167 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29169         * nscd/Makefile: Remove nscd-cflags and all its users.
29170         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29171         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29173         [BZ #10631]
29174         * malloc.c (malloc_printerr): Clarify error message.
29176 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29178         [BZ #14648]
29179         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29180         Set bit_FMA_Usable if FMA is supported.
29181         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29182         macro.
29183         (bit_FMA4_Usable): Updated.
29184         (index_FMA_Usable): New macro.
29185         (CPUID_FMA): Likewise
29186         (HAS_FMA): Defined with bit_FMA_Usable.
29188 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29190         * bits/types.h (__swblk_t): Type removed.
29191         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29192         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29193         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29194         (__SWBLK_T_TYPE): Likewise.
29195         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29196         (__SWBLK_T_TYPE): Likewise.
29197         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29198         (__SWBLK_T_TYPE): Likewise.
29199         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29200         (__SWBLK_T_TYPE): Likewise.
29202 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29203             Honza Horak <hhorak@redhat.com>
29205         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29206         (xdr_mapname): Use YPMAXMAP as maxsize.
29207         (xdr_peername): Use YPMAXPEER as maxsize.
29208         (xdr_keydat): Use YPAXRECORD as maxsize.
29209         (xdr_valdat): Use YPMAXRECORD as maxsize.
29211 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29213         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29215         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29216         * csu/init-first.c: ... here.
29217         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29218         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29219         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29220         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29221         * sysdeps/i386/init-first.c: File removed.
29222         * sysdeps/sh/init-first.c: File removed.
29224 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29226         [BZ #14645]
29227         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29228         if x * y might underflow to zero and z is zero.
29229         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29230         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29231         * math/libm-test.inc (min_subnorm_value): New variable.
29232         (fma_test): Add more tests.
29233         (fma_test_towardzero): Likewise.
29234         (fma_test_downward): Likewise
29235         (fma_test_upward): Likewise.
29236         (initialize): Set min_subnorm_value.
29238 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29240         [BZ #14638]
29241         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29242         0 + 0.
29243         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29244         mode for addition resulting in exact zero.
29245         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29246         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29247         exact 0 + 0.
29248         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29249         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29250         * math/libm-test.inc (fma_test): Add more tests.
29251         (fma_test_towardzero): New function.
29252         (fma_test_downward): Likewise.
29253         (fma_test_upward): Likewise.
29254         (main): Call the new functions.
29256 2012-09-28  David S. Miller  <davem@davemloft.net>
29258         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29260 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29262         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29263         instead of SIGALRM.
29265         * sysdeps/gnu/_G_config.h: Moved to ...
29266         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29267         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29268         * sysdeps/generic/_G_config.h: ... here.
29270         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29272         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29274         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29275         Conditionalize target on [libnss_test1.so-version].
29277         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29279         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29280         (elfobjdir): Move out of conditionals.
29282         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29283         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29284         (__nss_lookup_function): Conditionalize label remove_from_tree on
29285         [!DO_STATIC_NSS || SHARED], matching its only use.
29287 2012-09-28  David S. Miller  <davem@davemloft.net>
29289         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29290         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29291         file.
29292         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29293         sysdep_routines.
29294         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29295         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29296         when HWCAP_SPARC_CRYPTO is present.
29298 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29300         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29302 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29304         [BZ #6530]
29305         * stdio-common/vfprintf.c (process_string_arg): Revert
29306         2000-07-22 change.
29308 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29310         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29311         for testcase.
29312         * stdio-common/tst-sprintf.c: Include <locale.h>
29313         (main): Test sprintf's handling of incomplete multibyte
29314         characters.
29316 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29318         * elf/dl-runtime.c (VERSYMIDX): Removed.
29319         * elf/dl-version.c (VERSYMIDX): Likewise.
29320         * elf/do-rel.h (VERSYMIDX): Likewise.
29321         (VALIDX): Likewise.
29322         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29323         * elf/rtld.c (VALIDX): Likewise.
29324         (ADDRIDX): Likewise.
29325         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29326         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29327         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29328         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29329         (VALIDX): Likewise.
29330         (ADDRIDX): Likewise.
29332 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29334         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29336 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29338         [BZ #11438]
29339         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29340         to global scope.
29341         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29342         addresses are in the same scope as 192.0.2/24.
29343         * posix/gai.conf: Document new scope table defaults.
29345 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29347         [BZ #5298]
29348         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29349         for ftell.  Compute offsets from write pointers instead.
29350         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29352 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29354         [BZ #14543]
29355         * libio/Makefile (tests): New test case tst-fseek.
29356         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29357         combination works in wide mode.
29358         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29359         state when the external buffer state changes.
29361 2012-09-27  David S. Miller  <davem@davemloft.net>
29363         [BZ #14376]
29364         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29365         pass reloc->r_addend in as the 'high' argument to
29366         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29370 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29372         * rt/tst-aio2.c: Include <pthread.h>.
29373         * rt/tst-aio3.c: Likewise.
29375 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29377         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29379 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29381         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29382         contents on [SHARED].
29384 2012-09-26  Marek Polacek  <polacek@redhat.com>
29386         [BZ #14530]
29387         [BZ #13741]
29388         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29389         for C++ and GCC <4.3 as well as for non GCC compilers.
29391 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29393         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29395 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29397         * Makefile.in (all, install): Declare with .PHONY.
29398         Reported by Michael Hope <michael.hope@linaro.org>.
29400 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29402         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29403         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29404         system header.
29405         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29406         Likewise.
29407         (sydep_routines): Add the new and the internal functions.
29408         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29409         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29411         (GLIBC_2.17): Add the new function.
29412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29413         (GLIBC_2.17): Likewise.
29414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29415         (GLIBC_2.17): Likewise.
29416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
29417         (GLIBC_2.17): Likewise.
29418         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
29420 2012-09-25  Alan Modra  <amodra@gmail.com>
29422         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
29423         Add release barrier before setting once_control to say
29424         initialisation is done.  Add hints on lwarx.  Use macro in
29425         place of isync.
29426         (clear_once_control): Add release barrier.
29428 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29430         [BZ #13629]
29431         * math/s_clog.c (__clog): Handle more values close to |z| = 1
29432         specially.
29433         * math/s_clog10.c (__clog10): Likewise.
29434         * math/s_clog10f.c (__clog10f): Likewise.
29435         * math/s_clog10l.c (__clog10l): Likewise.
29436         * math/s_clogf.c (__clogf): Likewise.
29437         * math/s_clogl.c (__clogl): Likewise.
29438         * math/Makefile (libm-calls): Add x2y2m1.
29439         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
29440         (__x2y2m1): Likewise.
29441         (__x2y2m1l): Likewise.
29442         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
29443         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
29444         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
29445         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
29446         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
29447         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
29448         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
29449         * sysdeps/i386/fpu/libm-test-ulps: Update.
29450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29452         [BZ #14621]
29453         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
29454         int as type of variable DEPTH.
29455         (glob): Use size_t instead of int as type of variables NEWCOUNT
29456         and OLD_PATHC.
29458 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29460         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
29461         Add s_sincosf-sse2.
29462         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
29463         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
29464         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
29465         macros for using routine as __sincosf_ia32.
29466         Use macro for function declaration and weak_alias.
29467         * sysdeps/i386/fpu/libm-test-ulps: Update.
29469         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
29470         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29472         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
29473         subnormal argument.
29474         * math/s_cexpf.c (__cexpf): Likewise.
29475         * math/s_csinf.c (__csinf): Likewise.
29476         * math/s_csinhf.c (__csinhf): Likewise.
29477         * math/s_ctanf.c (__ctanf): Likewise.
29478         * math/s_ctanhf.c (__ctanhf): Likewise.
29479         * math/s_ccosh.c (__ccoshf): Likewise.
29480         * math/s_cexp.c (__cexpl): Likewise.
29481         * math/s_csin.c (__csin): Likewise.
29482         * math/s_csinh.c (__csinh): Likewise.
29483         * math/s_ctan.c (__ctan): Likewise.
29484         * math/s_ctanh.c (ctanh): Likewise.
29485         * math/s_ccoshl.c (__ccoshl): Likewise.
29486         * math/s_cexpl.c (__cexpl): Likewise.
29487         * math/s_csinl.c (__csinl): Likewise.
29488         * math/s_csinhl.c (__csinhl): Likewise.
29489         * math/s_ctanl.c (__ctanl): Likewise.
29490         * math/s_ctanhl.c (__ctanhl): Likewise.
29492 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29494         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
29495         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
29496         (_IO_off_t): Define to __off_t, not _G_off_t.
29497         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
29498         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
29499         (_IO_wint_t): Define to wint_t, not _G_wint_t.
29500         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
29501         type of __dummy and __dummy2 fields.
29502         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
29503         (_G_ssize_t): Likewise.
29504         (_G_off_t): Likewise.
29505         (_G_pid_t): Likewise.
29506         (_G_uid_t): Likewise.
29507         (_G_wchar_t): Likewise.
29508         (_G_wint_t): Likewise.
29509         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
29510         (_G_ssize_t): Likewise.
29511         (_G_off_t): Likewise.
29512         (_G_pid_t): Likewise.
29513         (_G_uid_t): Likewise.
29514         (_G_wchar_t): Likewise.
29515         (_G_wint_t): Likewise.
29516         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
29517         (_G_ssize_t): Likewise.
29518         (_G_off_t): Likewise.
29519         (_G_pid_t): Likewise.
29520         (_G_uid_t): Likewise.
29521         (_G_wchar_t): Likewise.
29522         (_G_wint_t): Likewise.
29524 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29526         * malloc/arena.c: Include malloc-sysdep.h.
29527         (shrink_heap): Use check_may_shrink_heap to decide if madvise
29528         is sufficient to shrink the heap or an unmap is needed.
29529         * sysdeps/generic/malloc-sysdep.h: New file.  Define
29530         new function check_may_shrink_heap.
29531         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
29532         new function check_may_shrink_heap.
29534 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29536         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
29537         comments.
29539 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
29541         * catgets/test-gencat.sh: Add "set -e".
29542         * elf/tst-pathopt.sh: Likewise.
29543         * grp/tst_fgetgrent.sh: Likewise.
29544         * iconvdata/run-iconv-test.sh: Likewise.
29545         * intl/tst-gettext.sh: Likewise.
29546         * intl/tst-gettext2.sh: Likewise.
29547         * intl/tst-gettext4.sh: Likewise.
29548         * intl/tst-gettext6.sh: Likewise.
29549         * intl/tst-translit.sh: Likewise.
29550         * io/ftwtest-sh: Likewise.
29551         * libio/test-freopen.sh: Likewise.
29552         * malloc/tst-mtrace.sh: Likewise.
29553         * posix/globtest.sh: Likewise.
29554         * posix/tst-getconf.sh: Likewise.
29555         * posix/wordexp-tst.sh: Likewise.
29556         * stdio-common/tst-printf.sh: Likewise.
29557         * stdio-common/tst-unbputc.sh: Likewise.
29558         * stdlib/tst-fmtmsg.sh: Likewise.
29559         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29560         * catgets/Makefile: Do not specify -e option when running
29561         testsuite shell scripts.
29562         * elf/Makefile: Likewise.
29563         * grp/Makefile: Likewise.
29564         * iconvdata/Makefile: Likewise.
29565         * intl/Makefile: Likewise.
29566         * io/Makefile: Likewise.
29567         * libio/Makefile: Likewise.
29568         * malloc/Makefile: Likewise.
29569         * posix/Makefile: Likewise.
29570         * stdio-common/Makefile: Likewise.
29571         * stdlib/Makefile: Likewise.
29572         * sysdeps/x86_64/Makefile: Likewise.
29574         * io/ftwtest-sh: Add copyright header.
29575         * posix/globtest.sh: Likewise.
29576         * posix/tst-getconf.sh: Likewise.
29577         * posix/wordexp-tst.sh: Likewise.
29578         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29580 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
29582         [BZ #13679]
29583         * Makeconfig (+link): Defined as $(+link-static) if
29584         $(build-shared) isn't yes.
29585         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
29586         isn't yes.
29587         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
29589         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
29591         [BZ #14562]
29592         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
29593         new chunk size with MALLOC_ALIGN_MASK.
29595 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
29597         [BZ #5044]
29598         * stdio-common/printf_fphex.c: Include <stdbool.h> and
29599         <rounding-mode.h>.
29600         (__printf_fphex): Determine rounding using get_rounding_mode and
29601         round_away.
29602         * stdio-common/tst-printf-round.c (struct hex_test): New
29603         structure.
29604         (hex_tests): New variable.
29605         (test_hex_in_one_mode): New function.
29606         (do_test): Also run tests for hex float output.
29608 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
29610         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29611         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29612         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
29613         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29614         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29615         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
29616         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29617         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29619 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
29621         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
29622         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
29623         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
29624         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
29626 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
29628         [BZ #14579]
29629         * elf/rtld.c (dl_main): Limit the check for self loading to normal
29630         mode only.
29631         * elf/tst-rtld-load-self.sh: New test.
29632         * elf/Makefile: Run it.
29634 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
29636         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
29637         (tst-writev-ENV): Remove.
29638         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
29640 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
29642         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
29644 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
29646         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
29647         unconditional.
29648         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
29649         Likewise.
29650         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
29651         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
29652         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
29653         Likewise.
29655 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
29657         [BZ #14587]
29658         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
29659         * config.make.in (have-cpp-asm-debuginfo): Removed.
29660         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
29661         * configure: Regenerated.
29663 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
29665         [BZ #5044]
29666         * stdio-common/printf_fp.c: Include <stdbool.h> and
29667         <rounding-mode.h>.
29668         (___printf_fp): Determine rounding using get_rounding_mode and
29669         round_away.
29670         * stdio-common/tst-printf-round.c: New file.
29671         * stdio-common/Makefile (tests): Add tst-printf-round.
29672         (link-libm): New variable.
29673         ($(objpfx)tst-printf-round): Depend in $(link-libm).
29675 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
29677         [BZ #14576]
29678         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
29679         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
29680         Likewise.
29681         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
29682         Likewise.
29684 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
29686         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
29687         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29688         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29689         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29691 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
29693         [BZ #14518]
29694         * include/rounding-mode.h: New file.
29695         * sysdeps/generic/get-rounding-mode.h: Likewise.
29696         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
29697         * stdlib/strtod_l.c: Include <rounding-mode.h>.
29698         (MAX_VALUE): New macro.
29699         (MIN_VALUE): Likewise.
29700         (overflow_value): New function.
29701         (underflow_value): Likewise.
29702         (round_and_return): Use overflow_value and underflow_value to
29703         determine return values in overflow and underflow cases.  Use
29704         round_away to determine rounding depending on rounding mode.
29705         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
29706         determine return values in overflow and underflow cases.
29707         * stdlib/tst-strtod-round.c: Include <fenv.h>.
29708         (struct test_results): New structure.
29709         (struct test): Use struct test_results to store expected results
29710         for all rounding modes.
29711         (TEST): Include expected results for all rounding modes.
29712         (test_in_one_mode): New function.
29713         (do_test): Use test_in_one_mode to compute and check results.
29714         Check results for all rounding modes.
29715         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
29716         $(link-libm).
29718 2012-12-09  Allan McRae  <allan@archlinux.org>
29720         * sysdeps/i386/fpu/libm-test-ulps: Update
29722 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
29724         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
29725         (_G_int32_t): Likewise.
29726         (_G_uint16_t): Likewise.
29727         (_G_uint32_t): Likewise.
29728         (_G_HAVE_BOOL): Likewise.
29729         (_G_HAVE_ATEXIT): Likewise.
29730         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29731         (_G_HAVE_IO_FILE_OPEN): Likewise.
29732         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
29733         (_G_int32_t): Likewise.
29734         (_G_uint16_t): Likewise.
29735         (_G_uint32_t): Likewise.
29736         (_G_HAVE_BOOL): Likewise.
29737         (_G_HAVE_ATEXIT): Likewise.
29738         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29739         (_G_HAVE_IO_FILE_OPEN): Likewise.
29740         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
29741         (_G_int32_t): Likewise.
29742         (_G_uint16_t): Likewise.
29743         (_G_uint32_t): Likewise.
29744         (_G_HAVE_BOOL): Likewise.
29745         (_G_HAVE_ATEXIT): Likewise.
29746         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29747         (_G_HAVE_IO_FILE_OPEN): Likewise.
29749 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
29751         * csu/libc-tls.c: Update copyright years.
29753 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
29755         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
29756         [!_G_USING_THUNKS]: Remove conditional code.
29757         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
29758         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
29760         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
29761         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
29762         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29763         (_G_VTABLE_LABEL_PREFIX): Likewise.
29764         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29765         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29766         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29767         (_G_VTABLE_LABEL_PREFIX): Likewise.
29768         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29769         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29770         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29771         (_G_VTABLE_LABEL_PREFIX): Likewise.
29772         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29774 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
29776         * libio/Makefile: Include ../Makeconfig before tests.
29777         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
29778         only if $(build-shared) is yes.
29780         * iconv/gconv_db.c: Update copyright years.
29782 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29784         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
29785         unwind info if defined PIC. Fix special cases description.
29786         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
29788         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
29789         DP_HI_MASK entry.
29790         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
29792 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
29794         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
29796         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
29797         is NULL.
29799         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
29800         (LDLIBS-tst-chk4): This.
29801         (LDFLAGS-tst-chk5): Renamed to ...
29802         (LDLIBS-tst-chk5): This.
29803         (LDFLAGS-tst-chk6): Renamed to ...
29804         (LDLIBS-tst-chk6): This.
29805         (LDFLAGS-tst-lfschk4): Renamed to ...
29806         (LDLIBS-tst-lfschk4): This.
29807         (LDFLAGS-tst-lfschk5): Renamed to ...
29808         (LDLIBS-tst-lfschk5): This.
29809         (LDFLAGS-tst-lfschk6): Renamed to ...
29810         (LDLIBS-tst-lfschk6): This.
29812         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
29813         on $(common-objpfx)soversions.mk.
29815 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
29817         [BZ #10014]
29818         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
29819         example host name.
29821 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29823         * malloc/arena.c (arena_get_retry): New function that gets
29824         another arena for the caller to try its request on.
29825         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
29826         current arena cannot fulfill the request.
29827         (__libc_memalign): Likewise.
29828         (__libc_memalign): Likewise.
29829         (__libc_pvalloc): Likewise.
29830         (__libc_calloc): Likewise.
29832 2012-09-05  John Tobey  <john.tobey@gmail.com>
29834         [BZ #13542]
29835         * manual/arith.texi (Operations on Complex): Fix description
29836         of carg branch cut.
29838 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29840         [BZ #10014]
29841         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
29842         host name.
29844         [BZ #10038]
29845         * manual/memory.texi (Memory): Make order of menu items match
29846         order of sections.
29848 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29850         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
29851         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
29852         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
29854 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29856         * csu/libc-tls.c (static_dtv): Renamed to ...
29857         (_dl_static_dtv): This.  Make it global.
29858         (_dl_initial_dtv): Removed.
29859         (__libc_setup_tls): Updated.
29860         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
29861         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
29862         DL_INITIAL_DTV.
29864 2012-09-06  Petr Machata  <pmachata@redhat.com>
29866         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
29867         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
29868         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
29869         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
29871 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29873         [BZ #14545]
29874         * csu/libc-tls.c (_dl_initial_dtv): New variable.
29875         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
29876         freeing dtv[-1].
29878 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29880         [BZ #14544]
29881         * Makeconfig (link-static-before-libc): Replace $(+prector)
29882         with $(+prectorT).
29883         (link-static-after-libc): Replace $(+postctor) with
29884         $(+postctorT).
29885         (link-bounded): Replace $(+prector)/$(+postctor) with
29886         $(+prectorT)/$(+postctorT).
29887         (+prectorT): New macro.
29888         (+postctorT): Likewise.
29890 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29892         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
29893         (round_str): Handle values above the maximum for IBM long double
29894         as inexact.
29895         * stdlib/tst-strtod-round.c (tests): Regenerated.
29897 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29899         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
29900         assembler flag.
29901         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
29902         zarch_nohighgprs around the zarch optimized routines.
29903         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
29904         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
29905         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
29906         for zarch.
29908 2012-09-05  David S. Miller  <davem@davemloft.net>
29910         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29912         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
29913         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
29914         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
29915         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
29916         entries.
29918 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29920         * malloc/arena.c: Fold copyright years.
29921         * malloc/mcheck.c, malloc/memusage.c: Likewise.
29923 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29925         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
29927 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29929         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
29931 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29933         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
29934         change internal state upon failure.
29936 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29938         * malloc/mcheck.c (mcheck_check_all): Fix typo.
29939         * malloc/memusage.c (mmap): Likewise.
29940         (mmap64, mremap): Likewise.  Adjust name in comment.
29942 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29944         * libio/fileops.c: Fix typos in comments.
29945         * libio/oldfileops.c: Likewise.
29946         * libio/wfileops.c: Likewise.
29948 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29950         [BZ #1349]
29951         * malloc/Makefile (tests): Add tst-malloc-usable test case.
29952         (tst-malloc-usable-ENV): Set environment for test case.
29953         * malloc/hooks.c (malloc_check_get_size): New function to get
29954         requested size.
29955         * malloc/malloc.c (musable): Use malloc_check_get_size.
29956         * malloc/tst-malloc-usable.c: New test case.
29958 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29960         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
29962 2012-09-05  Allan McRae  <allan@archlinux.org>
29964         [BZ #13966]
29965         * configure.in (CXX_SYSINCLUDES): Use compiler output to
29966         determine header location.
29967         * configure: Regenerated.
29969 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29971         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
29972         float format.
29973         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
29974         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
29975         format.
29976         (test): Regenerate.
29978 2012-09-04  David S. Miller  <davem@davemloft.net>
29980         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
29981         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
29982         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
29984 2012-09-04  Florian Weimer  <fweimer@redhat.com>
29986         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
29987         failures.
29989         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
29991 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
29993         [BZ #9914]
29994         * libio/iogetdelim.c: Include <limits.h>.
29995         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
29996         + len + 1 would overflow.
29998 2012-09-03  Andreas Jaeger  <aj@suse.de>
30000         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30001         * sysdeps/i386/fpu/libm-test-ulps: Update.
30003 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30005         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30006         Add s_sinf-sse2, s_conf-sse2.
30008         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30009         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30010         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30011         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30013         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30014         for using routine as __sinf_ia32.
30015         Use macro for function declaration and weak_alias.
30016         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30017         for using routine as __cosf_ia32.
30018         Use macro for function declaration and weak_alias.
30020         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30021         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30023         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30024         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30025         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30027         * math/libm-test.inc (cos_test): Add more test cases.
30028         (sin_test): Likewise.
30029         (sincos_test): Likewise.
30031 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30033         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30034         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30035         hidden.
30036         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30038 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30040         [BZ #14538]
30041         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30042         first element of the GOT.
30043         (elf_machine_load_address): Return the difference between
30044         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30046 2012-09-01  Allan McRae  <allan@archlinux.org>
30048         [BZ #13412]
30049         * configure.in (AWK): Require gawk version 3.0 or later.
30050         * configure: Regenerated.
30052 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30054         * sysdeps/unix/sysv/linux/kernel-features.h
30055         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30056         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30057         [__NR_clock_getres]: Make code unconditional.
30058         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30059         (clock_getcpuclockid): Remove code left unreachable by removal of
30060         conditionals.
30061         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30062         code unconditional.
30063         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30064         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30065         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30066         Make code unconditional.
30067         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30068         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30069         * sysdeps/unix/sysv/linux/clock_settime.c
30070         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30071         conditional code.
30072         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30073         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30075 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30077         [BZ #14476]
30078         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30079         scripts/test-installation.pl.
30081         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30082         and $ld_so_version if it is set.
30084 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30086         [BZ #14516]
30087         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30088         failure if reading from procfs failed.
30089         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30091 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30093         * sysdeps/unix/sysv/linux/kernel-features.h
30094         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30095         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30096         Remove conditional code.
30097         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30098         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30099         Remove conditional code.
30100         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30101         * sysdeps/unix/sysv/linux/i386/fxstat.c
30102         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30103         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30104         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30105         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30106         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30107         * sysdeps/unix/sysv/linux/i386/lxstat.c
30108         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30109         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30110         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30111         Remove conditional code.
30112         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30113         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30114         Remove conditional code.
30115         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30116         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30117         <kernel-features.h>.
30118         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30119         Remove.
30120         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30121         Remove conditional code.
30122         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30123         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30124         Remove conditional.
30126 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30128         [BZ #5400]
30129         * NEWS: Add fixed bug number.
30131 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30133         [BZ #14519]
30134         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30135         underflowing exponent in case of negative sign.
30136         * stdlib/tst-strtod-round-data: Add more tests.
30137         * stdlib/tst-strtod-round.c (tests): Regenerated.
30139         [BZ #3479]
30140         * stdlib/strtod_l.c (NDIG): Remove.
30141         (HEXNDIG): Likewise.
30142         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30143         smallest representable value.
30144         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30145         lie within an exact representation of 1/2 ulp of the result.
30146         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30147         unconditionally.
30148         (TENS_P9_IDX): Define unconditionally.
30149         (TENS_P9_SIZE): Likewise.
30150         (TENS_P10_IDX): Likewise.
30151         (TENS_P10_SIZE): Likewise.
30152         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30153         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30154         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30155         entries for 10^2^13 and 10^2^14.
30156         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30157         (TENS_P13_IDX): Define.
30158         (TENS_P13_SIZE): Likewise.
30159         (TENS_P14_IDX): Likewise.
30160         (TENS_P14_SIZE): Likewise.
30161         (_fpioconst_pow10): Change array size to
30162         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30163         unconditional.
30164         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30165         1024]: Add entries for 10^2^13 and 10^2^14.
30166         [LAST_POW10 > _LAST_POW10]: Remove #error.
30167         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30168         (_fpioconst_pow10): Change array size to
30169         FPIOCONST_POW10_ARRAY_SIZE.
30170         * stdlib/gen-fpioconst.c: New file.
30171         * stdlib/gen-tst-strtod-round.c: Likewise.
30172         * stdlib/tst-strtod-round-data: Likewise.
30173         * stdlib/tst-strtod-round.c: Likewise.
30174         * stdlib/Makefile (tests): Add tst-strtod-round.
30176         [BZ #14459]
30177         * stdlib/strtod_l.c: Include <stdint.h>.
30178         (NDEBUG): Do not define.
30179         (round_and_return): Change EXPONENT parameter to type intmax_t.
30180         Rearrange calculations to avoid internal overflow possibilities.
30181         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30182         Rearrange calculations to avoid internal overflow possibilities.
30183         Assert that number fits inside MPNSIZE limbs.
30184         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30185         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30186         calculations and add assertions to avoid internal overflow
30187         possibilities.  Add casts to avoid signed/unsigned operations.
30188         * stdlib/tst-strtod-overflow.c: New file.
30189         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30191 2012-08-25  Marek Polacek  <polacek@redhat.com>
30193         * time/time.h: Fix some typos in comments.
30195 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30197         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30198         * posix/tst-rfc3484-2.c: Likewise.
30199         * posix/tst-rfc3484-3.c: Likewise.
30201 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30203         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30204         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30206 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30208         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30209         #include of fxstatat64.c.
30211 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30213         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30214         * shadow/getspent_r.c: Likewise.
30215         * shadow/getspnam.c: Likewise.
30216         * shadow/getspnam_r.c: Likewise.
30217         * gshadow/getsgent.c: Likewise.
30218         * gshadow/getsgent_r.c: Likewise.
30219         * gshadow/getsgnam.c: Likewise.
30220         * gshadow/getsgnam_r.c: Likewise.
30221         * inet/getnetbyad.c: Likewise.
30222         * inet/getnetbyad_r.c: Likewise.
30223         * inet/getnetbynm.c: Likewise.
30224         * inet/getnetbynm_r.c: Likewise.
30225         * inet/getnetent.c: Likewise.
30226         * inet/getnetent_r.c: Likewise.
30227         * inet/getproto.c: Likewise.
30228         * inet/getproto_r.c: Likewise.
30229         * inet/getprtent.c: Likewise.
30230         * inet/getprtent_r.c: Likewise.
30231         * inet/getprtname.c: Likewise.
30232         * inet/getprtname_r.c: Likewise.
30233         * inet/getrpcbyname.c: Likewise.
30234         * inet/getrpcbyname_r.c: Likewise.
30235         * inet/getrpcbynumber.c: Likewise.
30236         * inet/getrpcbynumber_r.c: Likewise.
30237         * inet/getrpcent.c: Likewise.
30238         * inet/getrpcent_r.c: Likewise.
30239         * inet/getaliasent.c: Likewise.
30240         * inet/getaliasent_r.c: Likewise.
30241         * inet/getaliasname.c: Likewise.
30242         * inet/getaliasname_r.c: Likewise.
30243         * nscd/getgrgid_r.c: Likewise.
30244         * nscd/getgrnam_r.c: Likewise.
30245         * nscd/gethstbyad_r.c: Likewise.
30246         * nscd/gethstbynm3_r.c: Likewise.
30247         * nscd/getpwnam_r.c: Likewise.
30248         * nscd/getpwuid_r.c: Likewise.
30249         * nscd/getsrvbynm_r.c: Likewise.
30250         * nscd/getsrvbypt_r.c: Likewise.
30251         * nscd/gai.c: Likewise.
30253         * configure.in (build_nscd): New substituted variable, set
30254         by --disable-build-nscd and defaults to $use_nscd.
30255         * configure: Regenerated.
30256         * config.make.in (build-nscd): New substituted variable.
30257         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30258         Change conditional to require [$(build-nscd) = yes] as well.
30259         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30261         [BZ# 13696]
30262         * configure.in (use_nscd): New substituted variable, set by
30263         --disable-nscd.  If enabled, define USE_NSCD.
30264         * configure: Regenerated.
30265         * config.h.in: Add USE_NSCD.
30266         * config.make.in (use-nscd): New substituted variable.
30267         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30268         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30269         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30270         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30271         (CFLAGS-getgrnam_r.c): Likewise.
30272         (CFLAGS-initgroups.c): Likewise.
30273         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30274         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30275         Variables removed.
30276         * inet/getnetgrent_r.c
30277         (nscd_setnetgrent): New function, broken out of ...
30278         (setnetgrent): ... here.  Call it.
30279         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30280         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30281         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30282         * nscd/Makefile (routines, aux): Move definitions after include of
30283         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30284         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30285         Conditionalize on [USE_NSCD].
30286         (is_nscd, nscd_init_cb): Likewise.
30287         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30288         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30289         * nss/nss_db/db-init.c: Likewise.
30290         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30291         [USE_NSCD].
30292         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30293         (make_request): Use it.
30294         (cache_valid_p): New function.
30295         (__check_pf): Use it.
30296         * NEWS: Add item for --disable-nscd.
30298 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30300         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30301         to support sed >= 4.2.1-20-ga9bf076.
30302         * configure: Regenerated.
30304 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30306         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30307         Conditionalize whole body on [IREL].
30309 2012-08-22  Jeff Law <law@redhat.com>
30311         [BZ #14505]
30312         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30313         if the family is PF_UNSPEC.
30315 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30317         * Makerules (lib-version): Rename from V.
30318         (install-lib-nosubdir): Change V to lib-version.
30320 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30322         [BZ #14252]
30323         * powerpc32/power6/wcschr.c: New file.
30324         * powerpc32/power6/wcscpy.c: New file.
30325         * powerpc32/power6/wcsrchr.c: New file.
30326         * powerpc64/power6/wcschr.c: New file.
30327         * powerpc64/power6/wcscpy.c: New file.
30328         * powerpc64/power6/wcsrchr.c: New file.
30330 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30332         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30333         (two_way_short_needle): Use it.
30334         * string/strstr.c (AVAILABLE1_USES_J): Define.
30335         * string/strcasestr.c: Likewise.
30337         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30338         array references.
30339         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30341         [BZ #11607]
30342         * NEWS: Add an entry.
30343         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30344         define their defaults.
30345         (two_way_short_needle): Detect end-of-string on-the-fly.
30346         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30347         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30348         * string/bug-strcasestr1.c: New test.
30349         * string/Makefile: Run it.
30351 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30353         [BZ #11607]
30354         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30355         the first character.
30357 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30359         * csu/elf-init.c (__libc_csu_irel): Function removed.
30360         * csu/libc-start.c (apply_irel): New function.
30361         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30363 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30365         * sysdeps/unix/sysv/linux/kernel-features.h
30366         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30367         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30368         <kernel-features.h>.
30369         [__NR_fadvise64_64]: Make code unconditional.
30370         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30371         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30372         !__NR_fadvise64_64)]: Likewise.
30373         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30374         !__NR_fadvise64_64))]: Likewise.
30375         [__NR_fadvise64]: Make code unconditional.
30376         [!__NR_fadvise64]: Remove conditional code.
30377         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30378         <kernel-features.h>.
30379         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30380         unconditional.
30381         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30382         conditional code.
30383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30384         not include <kernel-features.h>.
30385         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30386         unconditional.
30387         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30388         conditional code.
30389         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30390         include <kernel-features.h>.
30391         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30392         unconditional.
30393         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30394         conditional code.
30396 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30398         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30399         slight instruction rearrangements per scrollpipe analysis.
30400         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30402 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30404         * manual/syslog.texi (syslog; vsyslog, closelog):
30405         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30406         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30408         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30409         DSOCAPS to match condition on defining it.
30411 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30413         * sysdeps/unix/sysv/linux/kernel-features.h
30414         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30416         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30417         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
30419         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30420         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
30422         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30423         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30425         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
30426         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
30428         * sysdeps/unix/sysv/linux/kernel-features.h
30429         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
30430         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
30431         unconditional.
30432         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30433         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
30434         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30435         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30436         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
30437         Make code unconditional.
30438         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30439         (__mmap64) [!__NR_mmap2]: Likewise.
30440         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
30441         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30442         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30443         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
30444         [__NR_mmap2]: Make code unconditional.
30445         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30446         (__mmap64) [!__NR_mmap2]: Likewise.
30448 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30450         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
30452 2012-08-18  Andreas Jaeger  <aj@suse.de>
30454         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
30456 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30458         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
30459         * include/unistd.h (__have_sock_cloexec): Likewise.
30460         (__have_pipe2): Likewise.
30461         (__have_dup3): Likewise.
30463 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30465         [BZ #9685]
30466         * include/unistd.h (__have_pipe2): Change define into an extern int.
30467         (__have_dup3): Likewise.
30468         * socket/have_sock_cloexec.c: Include fcntl.h.
30469         (__have_pipe2): New variable.
30470         (__have_dup3): Likewise.
30472 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
30474         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
30476 2012-08-17  Marek Polacek  <polacek@redhat.com>
30478         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
30479         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
30481 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30483         * configure.in: Add AC_SUBST for sysheaders.
30484         * configure: Regenerated.
30485         * config.make.in (sysheaders): New substituted variable.
30487         * sysdeps/unix/mkfifo.c: Moved ...
30488         * sysdeps/posix/mkfifo.c: ... here.
30489         * sysdeps/unix/mkfifoat.c: Moved ...
30490         * sysdeps/posix/mkfifoat.c: ... here.
30492         * sysdeps/unix/utime.c: Moved ...
30493         * sysdeps/posix/utime.c: ... here.
30495         * sysdeps/unix/time.c: Moved ...
30496         * sysdeps/posix/time.c: ... here.
30497         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
30498         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
30500         * sysdeps/unix/nice.c: Moved ...
30501         * sysdeps/posix/nice.c: ... here.
30503         * sysdeps/unix/alarm.c: Moved ...
30504         * sysdeps/posix/alarm.c: ... here.
30506         * intl/Makefile ($(codeset_mo)): Depend on the input file.
30508 2012-08-17  Jeff Law <law@redhat.com>
30510         * intl/Makefile (codeset_mo): New variable.
30511         ($(codeset_mo)): New target.
30512         (tst-codeset.out): Depend on that.  Remove explicit rule.
30513         (tst-gettext3.out, tst-gettext5.out): Likewise.
30514         (LOCPATH-ENV, tst-codeset-ENV): New variables.
30515         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
30516         * intl/tst-codeset.sh: Remove.
30517         * intl/tst-gettext3.sh: Likewise.
30518         * intl/tst-gettext5.sh: Likewise.
30520 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30522         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
30523         * sysdeps/unix/syscalls.list: ... here.
30525         * sysdeps/posix/getaddrinfo.c
30526         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
30527         (gaiconf_init, gaiconf_reload): Use them.
30528         [!_STATBUF_ST_NSEC]
30529         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
30530         Define using time_t rather than struct timespec.
30532         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
30533         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
30534         Macros removed.
30535         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
30536         [!NO_THREADS].
30537         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
30538         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
30539         Likewise.
30541         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
30542         __libc_cleanup_push argument.
30544         * bits/param.h: New file.
30545         * misc/sys/param.h: New file.
30546         * include/sys/param.h: New file.
30547         * misc/Makefile (headers): Add bits/param.h.
30548         * sysdeps/generic/sys/param.h: File removed.
30549         * sysdeps/unix/sysv/linux/bits/param.h: New file.
30550         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
30551         * sysdeps/mach/hurd/bits/param.h: New file.
30552         * sysdeps/mach/hurd/sys/param.h: File removed.
30554         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
30555         last change.
30557         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
30558         [_IO_MTSAFE_IO].
30559         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
30560         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
30561         New macros.
30563         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
30564         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
30565         rather than -D_IO_MTSAFE_IO conditionally.
30566         * stdio-common/Makefile (CPPFLAGS): Likewise.
30567         * wcsmbs/Makefile (CPPFLAGS): Likewise.
30568         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
30569         Use $(libio-mtsafe).
30570         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
30571         of -D_IO_MTSAFE_IO.
30572         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
30573         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
30574         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
30575         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
30576         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
30577         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
30578         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
30579         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
30580         (CFLAGS-fread_u_chk.c): Likewise.
30581         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
30582         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
30583         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
30584         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
30585         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
30586         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
30587         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
30588         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
30589         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
30591         * libio/Makefile: Test [$(libc-reentrant) = yes]
30592         instead of [$(filter %REENTRANT, $(defines)) nonempty].
30594         * Makeconfig
30595         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
30596         * sysdeps/pthread/configure: File removed.
30597         * sysdeps/pthread/Makeconfig: New file.
30598         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
30599         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
30601 2012-08-16  Gary Benson  <gbenson@redhat.com>
30603         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
30604         unmapping the first object in a namespace.
30606 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30608         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
30609         (__internal_setnetgrent): ... this.  Add internal_function to
30610         definition.  Add libc_hidden_def.
30611         (setnetgrent): Update caller.
30612         (internal_endnetgrent): Renamed to ...
30613         (__internal_endnetgrent): ... this.  Add internal_function to
30614         definition.  Add libc_hidden_def.
30615         (endnetgrent): Update caller.
30616         (internal_getnetgrent_r): Renamed to ...
30617         (__internal_getnetgrent_r): ... this.  Add internal_function to
30618         definition.  Add libc_hidden_def.
30619         (__getnetgrent_r): Update caller.
30620         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
30622 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30624         * stdlib/longlong.h: Update from GCC.
30626 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30628         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
30629         on _QL, which is set by umul_ppmm but never used.
30630         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
30631         variables, which are set by GMP macros but never used.
30632         * stdio-common/_itowa.c (_itowa): Likewise.
30633         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
30634         * stdlib/mod_1.c (mpn_mod_1): Likewise.
30636 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
30638         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
30639         struct La_sh_regs is not constant.
30640         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
30641         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
30642         and struct La_sparc64_regs are not constant.
30644 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30646         * sysdeps/unix/sysv/linux/kernel-features.h
30647         (__ASSUME_POSIX_TIMERS): Remove.
30648         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30649         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30650         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
30651         Make code unconditional.
30652         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30653         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
30654         Make code unconditional.
30655         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30656         * sysdeps/unix/sysv/linux/clock_nanosleep.c
30657         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
30658         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30659         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
30660         Make code unconditional.
30661         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30662         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
30663         (__libc_missing_posix_timers): Remove.
30665 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30667         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
30668         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
30670         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
30672         * elf/dl-sym.c: Include <stdlib.h>.
30674         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
30675         constants, which avoids warnings in 32-bit builds.
30677         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
30678         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
30680         * misc/lseek.c: File moved to ...
30681         * io/lseek.c: ... here.
30683         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
30685         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
30686         shifting LEN more than 31 bits at once.
30688 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30690         [BZ #14195]
30691         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
30692         segmentation fault for a case of two empty input strings.
30693         * string/test-strncasecmp.c (check1): Renamed to...
30694         (bz12205): ...this.
30695         (bz14195): Add new testcase for two empty input strings and N > 0.
30696         (test_main): Call new testcase, adapt for renamed function.
30698 2012-08-15  Andreas Jaeger  <aj@suse.de>
30700         [BZ #14090]
30701         * crypt/md5test2.c: New test, based on test supplied by Serge
30702         Belyshev <belyshev@depni.sinp.msu.ru>.
30703         * crypt/Makefile (xtests): Add md5test-giant..
30704         * crypt/Makefile ($(objpfx)md5test-giant): Add.
30706 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30708         [BZ #14090]
30709         * crypt/md5.c (md5_process_block): Don't assume the buffer
30710         length is less than 2**32.
30711         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
30712         length is less than 2**64.
30714 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30716         * string/str-two-way.h: Include <sys/param.h>.
30717         (MAX): Macro removed.
30719         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
30720         Move #define and #undef of memmove to just before and after
30721         including <string.h>.
30723         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
30724         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
30725         and after including <string.h>.  Move declarations of
30726         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
30727         to before #include "string/memmove.c".
30729         * include/dirent.h: Declare __getdirentries.
30731         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
30732         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
30734 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
30736         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
30737         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
30738         * sysdeps/i386/configure: Regenerated.
30739         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
30740         STABS_CURRENT_FILE, and STABS_FUN.
30741         (END): Remove call to STABS_FUN_END.
30742         (STABS_CURRENT_FILE1): Delete.
30743         (STABS_CURRENT_FILE): Likewise.
30744         (STABS_FUN): Likewise.
30745         (STABS_FUN_END): Likewise.
30746         (STABS_FUN2): Likewise.
30747         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
30748         * sysdeps/x86_64/configure: Regenerated.
30750 2012-08-14  Roland McGrath  <roland@hack.frob.com>
30752         * elf/dl-open.c: Include <atomic.h>.
30753         * elf/dl-lookup.c: Likewise.
30755 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
30757         * sysdeps/unix/sysv/linux/kernel-features.h
30758         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
30759         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
30760         unconditionally.
30761         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
30762         unconditionally.
30763         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
30764         condition on __ASSUME_CLONE_THREAD_FLAGS.
30766 2012-08-14  Andreas Jaeger  <aj@suse.de>
30768         * sysdeps/i386/fpu/libm-test-ulps: Update.
30770 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
30772         * include/atomic.h (atomic_exchange_and_add): Split into ...
30773         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
30774         New atomic macros.
30776 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
30778         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30780 2012-08-13  Jeff Law <law@redhat.com>
30782         * manual/stdio.texi (snprintf): Clarify handling of the trailing
30783         null byte in the output string.
30785 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
30787         * sysdeps/unix/sysv/linux/kernel-features.h
30788         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
30789         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
30790         (__ASSUME_ARG_MAX_STACK_BASED): Define.
30791         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
30792         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
30793         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
30794         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
30796 2012-08-09  Jeff Law <law@redhat.com>
30798         [BZ #13939]
30799         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
30800         When avoid_arena is set, don't retry in the that arena.  Pick the
30801         next one, whatever it might be.
30802         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
30803         (arena_lock): Pass in new parameter to arena_get2.
30804         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
30805         arena_get2.
30806         (__libc_malloc): Unify retrying after main arena failure with
30807         __libc_memalign version.
30808         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
30810 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
30812         [BZ #14166]
30813         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
30814         to __redirect_strstr.
30815         (__strstr_sse42): Use typeof __redirect_strstr.
30816         (__strstr_ia32): Likewise.
30817         (__libc_strstr): New prototype.
30818         (strstr): Renamed to ...
30819         (__libc_strstr): This.
30820         (strstr): New strong alias of __libc_strstr.
30821         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30822         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
30823         __redirect_time.
30824         Include <time.h>.
30825         (__libc_time): New prototype.
30826         (time_ifunc): Replace time with __libc_time.
30827         (time): New strong alias and hidden definition of __libc_time.
30828         (__GI_time): Remove strong alias.
30829         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
30830         Include <stddef.h>.
30831         (memmove): Redefined to __redirect_memmove.
30832         (__memmove_sse2): Use typeof __redirect_memmove.
30833         (__memmove_ssse3): Likewise.
30834         (__memmove_ssse3_back): Likewise.
30835         (__libc_memmove): New prototype.
30836         (memmove): Renamed to ...
30837         (__libc_memmove): This.
30838         (memmove): New strong alias of __libc_memmove.
30840 2012-08-08  Mark Salter  <msalter@redhat.com>
30842         * elf/elf.h
30843         (R_MN10300_TLS_GD): Define.
30844         (R_MN10300_TLS_LD): Likewise.
30845         (R_MN10300_TLS_LDO): Likewise.
30846         (R_MN10300_TLS_GOTIE): Likewise.
30847         (R_MN10300_TLS_IE): Likewise.
30848         (R_MN10300_TLS_LE): Likewise.
30849         (R_MN10300_TLS_DTPMOD): Likewise.
30850         (R_MN10300_TLS_DTPOFF): Likewise.
30851         (R_MN10300_TLS_TPOFF): Likewise.
30852         (R_MN10300_SYM_DIFF): Likewise.
30853         (R_MN10300_ALIGN): Likewise.
30854         (R_MN10300_NUM): Update.
30856 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
30858         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
30859         Remove.
30861 2012-08-08  Roland McGrath  <roland@hack.frob.com>
30863         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
30865         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
30866         sysdeps/unix -> sysdeps/posix move.
30867         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
30869 2012-08-07      Allan McRae     <allan@archlinux.org>
30871         [BZ #14303]
30872         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
30873         (SUNOS_CPP): Likewise.
30874         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
30875         not found.
30876         (open_input): Call CPP using execvp.
30878 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30880         * sysdeps/unix/sysv/linux/kernel-features.h
30881         (__ASSUME_PROT_GROWSUPDOWN): Remove.
30882         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30883         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30884         (__ASSUME_WAITID_SYSCALL): Likewise.
30885         * sysdeps/unix/sysv/linux/dl-execstack.c
30886         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
30887         code unconditional.
30888         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
30889         conditional code.
30890         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
30891         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
30892         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
30893         code.
30894         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
30895         unconditional.
30896         [__ASSUME_WAITID_SYSCALL]: Likewise.
30897         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
30899 2012-08-07  Roland McGrath  <roland@hack.frob.com>
30901         * sysdeps/unix/closedir.c: Renamed to ...
30902         * sysdeps/posix/closedir.c: ... here.
30903         * sysdeps/unix/dirfd.c: Renamed to ...
30904         * sysdeps/posix/dirfd.c: ... here.
30905         * sysdeps/unix/dirstream.h: Renamed to ...
30906         * sysdeps/posix/dirstream.h: ... here.
30907         * sysdeps/unix/fdopendir.c: Renamed to ...
30908         * sysdeps/posix/fdopendir.c: ... here.
30909         * sysdeps/unix/opendir.c: Renamed to ...
30910         * sysdeps/posix/opendir.c: ... here.
30911         * sysdeps/unix/readdir.c: Renamed to ...
30912         * sysdeps/posix/readdir.c: ... here.
30913         * sysdeps/unix/readdir_r.c: Renamed to ...
30914         * sysdeps/posix/readdir_r.c: ... here.
30915         * sysdeps/unix/rewinddir.c: Renamed to ...
30916         * sysdeps/posix/rewinddir.c: ... here.
30917         * sysdeps/unix/seekdir.c: Renamed to ...
30918         * sysdeps/posix/seekdir.c: ... here.
30919         * sysdeps/unix/telldir.c: Renamed to ...
30920         * sysdeps/posix/telldir.c: ... here.
30921         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
30922         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
30923         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
30924         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
30926         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
30927         * bits/fcntl.h: ... here.
30929         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
30930         not 0.
30931         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
30932         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
30933         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
30934         (struct flock): Move l_start, l_len to the beginning.
30935         Use __pid_t for l_pid.
30936         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
30937         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
30938         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
30939         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
30940         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
30941         [__USE_LARGEFILE64] (struct flock64): New type.
30942         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
30944         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
30945         * bits/dirent.h: ... here.
30947         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
30948         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
30950 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30952         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
30953         Change from 2.6.0 to 2.6.16.
30954         * sysdeps/unix/sysv/linux/configure: Regenerated.
30955         * sysdeps/unix/sysv/linux/kernel-features.h
30956         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
30957         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
30958         version.
30959         (__ASSUME_UTIMES): Likewise.
30960         (__ASSUME_CLONE_STOPPED): Remove.
30961         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
30962         architectures, not kernel version.
30963         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
30964         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30965         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30966         (__ASSUME_WAITID_SYSCALL): Likewise.
30967         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
30968         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
30969         * README: State 2.6.16 as minimum Linux kernel version.  Do not
30970         refer to older versions.
30972 2012-08-06  Roland McGrath  <roland@hack.frob.com>
30974         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
30975         Define alphasort64 as an alias.
30976         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
30977         Define versionsort64 as an alias.
30978         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
30979         Define scandir64 as an alias.
30980         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
30981         Define scandirat64 as an alias.
30982         * dirent/alphasort64.c (alphasort64):
30983         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
30984         * dirent/versionsort64.c: Likewise.
30985         * dirent/scandir64.c: Likewise.
30986         * dirent/scandirat64.c: Likewise.
30987         * sysdeps/wordsize-64/alphasort.c: File removed.
30988         * sysdeps/wordsize-64/alphasort64.c: File removed.
30989         * sysdeps/wordsize-64/scandir.c: File removed.
30990         * sysdeps/wordsize-64/scandir64.c: File removed.
30991         * sysdeps/wordsize-64/scandirat.c: File removed.
30992         * sysdeps/wordsize-64/scandirat64.c: File removed.
30993         * sysdeps/wordsize-64/versionsort.c: File removed.
30994         * sysdeps/wordsize-64/versionsort64.c: File removed.
30995         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
30996         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
30997         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
30998         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
30999         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31000         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31001         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31002         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31004         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31005         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31006         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31007         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31008         [defined __arch64__ || defined __sparcv9]
31009         (__INO_T_MATCHES_INO64_T): New macro.
31010         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31011         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31012         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31013         * sysdeps/unix/sysv/linux/bits/dirent.h
31014         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31015         (_DIRENT_MATCHES_DIRENT64): New macro.
31017         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31018         Define lockf64 as an alias.
31019         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31020         Define fseeko64 as an alias.
31021         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31022         Define ftello64 as an alias.
31023         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31024         Define _IO_fgetpos64 and fgetpos64 as aliases.
31025         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31026         Define _IO_fsetpos64 and fsetpos64 as aliases.
31027         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31028         Conditionalize body on this.
31029         * libio/fseeko64.c: Likewise.
31030         * libio/ftello64.c: Likewise.
31031         * libio/iofgetpos64.c: Likewise.
31032         * libio/iofsetpos64.c: Likewise.
31033         * sysdeps/wordsize-64/lockf.c: File removed.
31034         * sysdeps/wordsize-64/lockf64.c: File removed.
31035         * sysdeps/wordsize-64/fseeko.c: File removed.
31036         * sysdeps/wordsize-64/fseeko64.c: File removed.
31037         * sysdeps/wordsize-64/ftello.c: File removed.
31038         * sysdeps/wordsize-64/ftello64.c: File removed.
31039         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31040         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31041         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31042         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31043         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31044         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31045         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31046         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31047         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31048         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31049         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31050         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31051         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31052         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31054         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31055         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31056         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31057         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31058         [defined __arch64__ || defined __sparcv9]
31059         (__OFF_T_MATCHES_OFF64_T): New macro.
31060         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31061         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31062         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31063         (__OFF_T_MATCHES_OFF64_T): New macro.
31065 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31067         * stdlib/secure-getenv.c (__secure_getenv): Replace
31068         GLIBC_2_16 with GLIBC_2_17.
31070 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31072         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31073         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31075 2012-08-03  David S. Miller  <davem@davemloft.net>
31077         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31079 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31081         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31082         Remove.
31083         (__ASSUME_CORRECT_SI_PID): Likewise.
31084         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31085         (__ASSUME_TMPFS_NAME): Likewise.
31086         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31087         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31088         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31089         (HAVE_AUX_SECURE): Make definition unconditional.
31090         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31091         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31093 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31095         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31096         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31097         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31098         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31099         __eloop_threshold instead of SYMLOOP_MAX.
31101         * sysdeps/generic/eloop-threshold.h: New file.
31102         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31103         of MAXSYMLINKS.
31104         * elf/chroot_canon.c (chroot_canon): Likewise.
31106 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31108         [BZ #13717]
31109         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31110         Change to 2.6.0 everywhere.
31111         * sysdeps/unix/sysv/linux/configure: Regenerated.
31112         * sysdeps/unix/sysv/linux/kernel-features.h
31113         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31114         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31115         kernel versions.
31116         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31117         (__ASSUME_FUTEX_REQUEUE): Remove.
31118         (__ASSUME_STATFS64): Define unconditionally.
31119         (__ASSUME_AT_SECURE): Likewise.
31120         (__ASSUME_CORRECT_SI_PID): Likewise.
31121         (__ASSUME_TGKILL): Define without depending on kernel version for
31122         i386.
31123         (__ASSUME_UTIMES): Likewise.
31124         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31125         kernel version.
31126         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31127         (__ASSUME_TMPFS_NAME): Likewise.
31128         * README: Update reference to Linux kernel versions.
31130 2012-08-02  Marek Polacek  <polacek@redhat.com>
31132         [BZ# 14150]
31133         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31134         libc_cv_asm_type_prefix with %.
31135         * configure: Regenerated.
31136         * include/libc-symbols.h: Remove comment about
31137         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31138         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31139         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31140         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31141         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31142         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31143         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31144         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31145         * elf/tst-unique2mod1.c: Likewise.
31146         * elf/tst-unique1mod2.c: Likewise.
31147         * elf/tst-unique1mod1.c: Likewise.
31148         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31149         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31150         Replace ASM_TYPE_DIRECTIVE with .type.
31151         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31152         * sysdeps/i386/sysdep.h: Likewise.
31153         * sysdeps/x86_64/sysdep.h: Likewise.
31154         * sysdeps/sh/sysdep.h: Likewise.
31155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31156         Do not define ASM_TYPE_DIRECTIVE.
31157         * sysdeps/powerpc/sysdep.h: Likewise.
31158         * sysdeps/powerpc/powerpc32/sysdep.h:
31159         Replace ASM_TYPE_DIRECTIVE with .type.
31160         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31161         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31162         * sysdeps/i386/fpu/e_powf.S: Likewise.
31163         * sysdeps/i386/fpu/e_expl.S: Likewise.
31164         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31165         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31166         * sysdeps/i386/fpu/e_pow.S: Likewise.
31167         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31168         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31169         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31170         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31171         * sysdeps/i386/fpu/e_log2.S: Likewise.
31172         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31173         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31174         * sysdeps/i386/fpu/e_powl.S: Likewise.
31175         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31176         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31177         * sysdeps/i386/fpu/e_logl.S: Likewise.
31178         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31179         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31180         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31181         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31182         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31183         * sysdeps/i386/fpu/e_log.S: Likewise.
31184         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31185         * sysdeps/i386/fpu/e_logf.S: Likewise.
31186         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31187         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31188         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31189         * sysdeps/i386/fpu/e_log10.S: Likewise.
31190         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31191         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31192         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31193         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31194         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31195         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31196         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31197         * sysdeps/i386/i686/strtok.S: Likewise.
31198         * sysdeps/i386/i386-mcount.S: Likewise.
31199         * sysdeps/i386/strtok.S: Likewise.
31200         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31201         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31202         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31203         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31204         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31205         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31206         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31207         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31208         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31209         * sysdeps/x86_64/_mcount.S: Likewise.
31210         * sysdeps/x86_64/strtok.S: Likewise.
31211         * sysdeps/sh/_mcount.S: Likewise.
31213 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31215         * libio/iofopen.c: Include <fcntl.h>.
31216         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31217         (_IO_fopen64, fopen64): Define as aliases.
31218         * libio/iofopen64.c: Include <fcntl.h>.
31219         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31220         Conditionalize body on this.
31221         * sysdeps/wordsize-64/iofopen.c: File removed.
31222         * sysdeps/wordsize-64/iofopen64.c: File removed.
31224 2012-08-01  Marek Polacek  <polacek@redhat.com>
31226         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31227         Use dlfcn directly instead of a variable.
31228         (binfmt-subdir): Do not define.
31229         (dlfcn): Likewise.
31231 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31233         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31234         Remove all definitions.
31235         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31236         <kernel-features.h>.
31237         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31238         (miss_F_GETOWN_EX): Remove all definitions.
31239         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31240         macro definition.
31241         [!__ASSUME_FCNTL64]: Remove conditional code.
31242         [__ASSUME_FCNTL64]: Make code unconditional.
31243         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31244         <kernel-features.h>.
31245         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31246         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31247         (lockf64) [__NR_fcntl64]: Make code unconditional.
31248         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31250         * sysdeps/unix/sysv/linux/kernel-features.h
31251         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31252         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31253         Make code unconditional.
31254         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31255         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31257         [__NR_vfork]: Make code unconditional.
31258         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31259         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31261         [__NR_vfork]: Make code unconditional.
31262         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31263         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31265 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31267         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31268         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31270         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31271         Define mkstemp64 as an alias.
31272         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31273         Define mkstemps64 as an alias.
31274         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31275         Define mkostemp64 as an alias.
31276         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31277         Define mkostemps64 as an alias.
31278         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31279         Conditionalize body on this.
31280         * misc/mkostemp64.c: Likewise.
31281         * misc/mkostemps64.c: Likewise.
31282         * misc/mkstemps64.c: Likewise.
31283         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31284         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31285         * sysdeps/wordsize-64/mkostemp.c: File removed.
31286         * sysdeps/wordsize-64/mkstemp.c: File removed.
31287         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31288         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31289         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31290         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31292         [BZ #14138]
31293         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31294         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31295         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31296         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31298         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31299         compat_symbol macros from <shlib-compat.h> rather than the underlying
31300         default_symbol_version and symbol_version macros, so that DEFAULT
31301         lines in shlib-versions are respected.
31302         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31304 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31306         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31307         Declare with warn_unused_result.
31308         (setgid, setregid, setegid, setresgid): Likewise.
31309         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31310         Likewise.
31311         * WUR-REPORT: Remove set*id functions.
31313 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31315         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31317 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31319         [BZ #10191]
31320         * include/sys/socket.h (__libc_accept, __libc_accept4):
31321         Add attribute_hidden.
31322         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31324         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31325         use of PTR_MANGLE.
31326         * inet/getnetgrent_r.c (setup): Likewise.
31328         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31330 2012-07-31  David S. Miller  <davem@davemloft.net>
31332         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31334 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31336         [BZ #13629]
31337         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31338         value between 1.0 and 2.0 and smaller part has absolute value less
31339         than 1.0.
31340         * math/s_clog10.c (__clog10): Likewise.
31341         * math/s_clog10f.c (__clog10f): Likewise.
31342         * math/s_clog10l.c (__clog10l): Likewise.
31343         * math/s_clogf.c (__clogf): Likewise.
31344         * math/s_clogl.c (__clogl): Likewise.
31345         * math/libm-test.inc (clog_test): Add more tests.
31346         (clog10_test): Likewise.
31347         * sysdeps/i386/fpu/libm-test-ulps: Update.
31348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31350 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31352         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31353         Exit with zero in case no suitable GID is found, and write a
31354         message to standard error.
31356 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31358         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31359         rather than to 1.
31360         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31361         (MAXPATHLEN): Removed.
31362         (NOGROUP, NODEV): New macros.
31363         (setbit, clrbit, isset, isclr): New macros.
31364         (howmany, roundup, powerof2): New macros.
31365         (DEV_BSIZE): New macro.
31367         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31368         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31370         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31371         definition on [!__NO_LONG_DOUBLE_MATH].
31373         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31374         PTR_MANGLE and PTR_DEMANGLE.
31376         * socket/accept4.c (accept4): Rename to __libc_accept4.
31377         Define accept4 as a weak alias.
31379         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31380         on [_DIRENT_HAVE_D_TYPE].
31381         * io/ftw.c (ftw_dir): Likewise.
31383         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31385         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31387         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31388         Use the BSD numbers rather than the arbitrary ones we had.
31389         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31390         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31391         (SIGXCPU, SIGXFSZ): New macros.
31392         (_NSIG): Now 32.
31394         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31395         initializer on [_LIBC_REENTRANT].
31397         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31398         definitions inside [_POSIX_MAPPED_FILES].
31400         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31402         * dirent/opendir.c: Include <fcntl.h>.
31404         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31405         (__libc_getspecific): Likewise.
31406         (__libc_key_create): Likewise.
31408         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31409         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31410         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31411         (tmpfile64): Define as alias.
31412         * sysdeps/wordsize-64/tmpfile.c: File removed.
31413         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31414         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31415         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31417         * stdio-common/vfscanf.c: Include <stdbool.h>.
31418         * nss/makedb.c: Likewise.
31419         * stdio-common/_i18n_number.h: Likewise.
31420         * argp/argp-help.c: Likewise.
31421         * posix/wordexp.c: Likewise.
31422         * sysdeps/posix/spawni.c: Likewise.
31423         * nss/nss_files/files-initgroups.c: Likewise.
31424         * stdio-common/reg-modifier.c: Include <stdlib.h>.
31425         * nss/nss_files/files-initgroups.c: Likewise.
31426         * nss/nss_db/db-netgrp.c: Likewise.
31427         * nss/nss_db/db-initgroups.c: Likewise.
31428         * io/fchmodat.c: Include <sys/stat.h>.
31430         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
31431         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
31433         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
31434         [HAVE_MMAP].
31436         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
31437         Add multiple inclusion protection.
31439 2012-07-27  David S. Miller  <davem@davemloft.net>
31441         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31443 2012-07-27  Gary Benson  <gbenson@redhat.com>
31445         [BZ #14298]
31446         * elf/rtld.c: Include <stap-probe.h>.
31447         (dl_main): Added static probes "init_start" and "init_complete".
31448         * elf/dl-load.c: Include <stap-probe.h>.
31449         (lose): Take new parameter "nsid".
31450         Added static probe "map_failed".
31451         (_dl_map_object_from_fd): Pass namespace id to lose.
31452         Added static probe "map_start".
31453         (open_verify): Pass namespace id to lose.
31454         * elf/dl-open.c: Include <stap-probe.h>.
31455         (dl_open_worker) Added static probes "map_complete", "reloc_start"
31456         and "reloc_complete".
31457         * elf/dl-close.c: Include <stap-probe.h>.
31458         (_dl_close_worker): Added static probes "unmap_start" and
31459         "unmap_complete".
31460         * elf/rtld-debugger-interface.txt: New file documenting the above.
31462 2012-07-26  Roland McGrath  <roland@hack.frob.com>
31464         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
31465         rather than a string variable.
31466         * sunrpc/rpc_main.c (h_output): Likewise.
31467         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
31469 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
31471         * inet/check_native.c: New file.
31473 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
31475         [BZ #13629]
31476         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
31477         if larger part has absolute value 1.0.
31478         * math/s_clog10.c (__clog10): Likewise.
31479         * math/s_clog10f.c (__clog10f): Likewise.
31480         * math/s_clog10l.c (__clog10l): Likewise.
31481         * math/s_clogf.c (__clogf): Likewise.
31482         * math/s_clogl.c (__clogl): Likewise.
31483         * math/libm-test.inc (clog_test): Add more tests.
31484         (clog10_test): Likewise.
31485         * sysdeps/i386/fpu/libm-test-ulps: Update.
31486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31488         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
31489         (pltexit): Likewise.
31490         (La_regs): Likewise.
31491         (La_retval): Likewise.
31492         (int_retval): Likewise.
31493         Update #error for removed macros to refer only to definitions in
31494         tst-audit.h.
31495         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
31496         macro.
31497         (pltexit): Likewise.
31498         (La_regs): Likewise.
31499         (La_retval): Likewise.
31500         (int_retval): Likewise.
31501         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
31502         macro.
31503         (pltexit): Likewise.
31504         (La_regs): Likewise.
31505         (La_retval): Likewise.
31506         (int_retval): Likewise.
31507         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
31508         macro.
31509         (pltexit): Likewise.
31510         (La_regs): Likewise.
31511         (La_retval): Likewise.
31512         (int_retval): Likewise.
31513         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
31514         macro.
31515         (pltexit): Likewise.
31516         (La_regs): Likewise.
31517         (La_retval): Likewise.
31518         (int_retval): Likewise.
31519         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
31520         macro.
31521         (pltexit): Likewise.
31522         (La_regs): Likewise.
31523         (La_retval): Likewise.
31524         (int_retval): Likewise.
31525         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
31526         macro.
31527         (pltexit): Likewise.
31528         (La_regs): Likewise.
31529         (La_retval): Likewise.
31530         (int_retval): Likewise.
31531         * sysdeps/generic/tst-audit.h: Update comment to refer only to
31532         macro definitions in tst-audit.h.
31533         * sysdeps/i386/tst-audit.h: New file.
31534         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
31535         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
31536         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
31537         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
31538         * sysdeps/sh/tst-audit.h: Likewise.
31539         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
31540         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
31541         * sysdeps/x86_64/tst-audit.h: Likewise.
31543 2012-07-26  Andreas Jaeger  <aj@suse.de>
31545         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
31546         ptrace.
31548         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
31549         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
31550         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
31551         PTRACE_O_MASK.
31552         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
31553         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
31554         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
31556         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
31557         value.
31559         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
31560         _sigsys.
31561         (si_call_addr, si_syscall, si_arch): Define new macro.
31562         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
31563         _sigsys.
31564         (si_call_addr, si_syscall, si_arch): Define new marcro.
31565         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
31566         _sigsys.
31567         (si_call_addr, si_syscall, si_arch): Define new macro.
31568         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
31569         _sigsys.
31570         (si_call_addr, si_syscall, si_arch): Define new macro.
31572 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31574         [BZ #13717]
31575         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31576         Change to 2.4.21 where previously 2.4.1.
31577         * sysdeps/unix/sysv/linux/configure: Regenerated.
31578         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
31579         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
31580         Linux kernel version.
31581         (__ASSUME_STD_AUXV): Remove.
31582         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
31583         kernel version.
31584         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
31585         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
31586         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
31587         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
31588         (__ASSUME_NETLINK_SUPPORT): Likewise.
31589         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
31590         (__no_netlink_support): Remove conditional definition.
31591         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
31592         Remove.
31593         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31594         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
31595         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
31596         (if_nameindex_ioctl): Remove.
31597         (if_nameindex_netlink): Do not handle __no_netlink_support.
31598         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31599         code.
31600         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
31601         Remove conditional code.
31602         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31603         code.
31604         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
31605         unconditional.
31606         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31607         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
31608         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
31609         Remove.
31610         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
31611         [!__ASSUME_STD_AUXV]: Remove conditional code.
31612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
31613         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
31614         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
31615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
31616         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
31617         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31618         code.
31619         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
31621         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
31622         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31623         conditional code.
31624         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
31626         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31627         code.
31628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
31629         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31630         conditional code.
31631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
31632         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31633         code unconditional.
31634         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31635         conditional code.
31636         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31637         unconditional.
31638         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31639         conditional code.
31640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
31641         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31642         unconditional.
31643         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31644         conditional code.
31645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
31646         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31647         code unconditional.
31648         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31649         conditional code.
31650         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31651         unconditional.
31652         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31653         conditional code.
31654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
31655         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31656         code unconditional.
31657         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31658         conditional code.
31659         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31660         unconditional.
31661         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31662         conditional code.
31664 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
31666         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
31667         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
31668         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
31669         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
31670         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
31671         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
31672         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
31673         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
31674         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
31675         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
31676         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
31677         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
31678         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
31679         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
31680         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
31681         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
31682         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
31683         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
31684         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
31685         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
31686         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
31687         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
31688         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
31690 2012-07-25  Florian Weimer  <fweimer@redhat.com>
31692         * Versions.def: Add GLIBC_2.17.
31693         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
31694         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
31695         Introduce __libc_secure_getenv.
31696         * stdlib/Versions (2.17): Add secure_getenv
31697         (GLIBC_PRIVATE): Add __libc_secure_getenv.
31698         * stdlib/secure-getenv.c: Rename __secure_getenv to
31699         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
31700         symbol __secure_getenv for GLIBC_2.0.
31701         * stdlib/tst-secure-getenv.c: New.
31702         * stdlib/Makefile (tests): Add testcase.
31703         * manual/startup.texi (Environment Access): Document
31704         secure_getenv.
31705         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
31706         __libc_secure_getenv.
31707         * inet/ruserpass.c (ruserpass): Likewise.
31708         * malloc/mtrace.c (mtrace): Likewise.
31709         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
31710         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
31711         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
31712         * sysdeps/posix/tempname.c: Likewise.  Evaluate
31713         HAVE_SECURE_GETENV.
31714         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
31715         __secure_getenv to __libc_secure_getenv.
31716         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
31717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31718         Likewise.
31719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31720         Likewise.
31721         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
31722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
31723         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31724         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
31725         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
31726         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
31729 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31731         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
31732         (struct La_i86_retval): Likewise.
31733         (struct La_x86_64_regs): Likewise.
31734         (struct La_x86_64_retval): Likewise.
31735         (struct La_x32_regs): Likewise.
31736         (struct La_x32_retval): Likewise.
31737         (struct La_ppc32_regs): Likewise.
31738         (struct La_ppc32_retval): Likewise.
31739         (struct La_ppc64_regs): Likewise.
31740         (struct La_ppc64_retval): Likewise.
31741         (struct La_sh_regs): Likewise.
31742         (struct La_sh_retval): Likewise.
31743         (struct La_s390_32_regs): Likewise.
31744         (struct La_s390_32_retval): Likewise.
31745         (struct La_s390_64_regs): Likewise.
31746         (struct La_s390_64_retval): Likewise.
31747         (struct La_sparc32_regs): Likewise.
31748         (struct La_sparc32_retval): Likewise.
31749         (struct La_sparc64_regs): Likewise.
31750         (struct La_sparc64_retval): Likewise.
31751         (struct audit_ifaces): Remove architecture-specific pltenter and
31752         pltexit members.
31753         * sysdeps/i386/ldsodefs.h: New file.
31754         * sysdeps/powerpc/ldsodefs.h: Likewise.
31755         * sysdeps/s390/ldsodefs.h: Likewise.
31756         * sysdeps/sh/ldsodefs.h: Likewise.
31757         * sysdeps/sparc/ldsodefs.h: Likewise.
31758         * sysdeps/x86_64/ldsodefs.h: Likewise.
31760 2012-07-25  Marek Polacek  <polacek@redhat.com>
31762         [BZ #6808]
31763         * math/libm-test.inc (yn_test): Add another test.
31764         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
31765         to ERANGE when the result is +-Inf.
31766         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
31767         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
31768         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
31769         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
31771 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
31773         * conform/data/time.h-data (NULL): Use macro-constant.  Require
31774         equal to 0.
31775         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
31776         clock_t.
31777         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
31779 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
31781         * configure.in <sysdeps resolving>: Correct printing
31782         Implies_before.
31783         * configure: Regenerate.
31785 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
31787         * math/w_ilogb.c: Include <limits.h>.
31788         * math/w_ilogbl.c: Likewise.
31790 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31792         * manual/lang.texi (__va_copy): Document primarily as ISO C99
31793         va_copy.  Document allowing for unavailable va_copy only as
31794         pre-C99 compatibility.
31795         * manual/string.texi (Copying and Concatenation): Use va_copy
31796         instead of __va_copy in concat example.
31798 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
31800         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
31801         (__sendto): Use create_address_port.  Initialize APORT and deallocate
31802         it if not null.
31804         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
31805         with O_NOLINK passed to __file_name_lookup.
31807         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
31808         with O_NOLINK passed to __file_name_lookup.
31810         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
31811         negative N or less than NGIDS.
31813         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
31814         type to string_t.  Set ERANGE as errno and return it if NAME is not big
31815         enough.  Use memcpy instead of strncpy.
31817 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31819         * elf/Makefile (check-data): Remove.
31820         (localplt.data): New vpath directive.
31821         ($(objpfx)check-localplt.out): Use localplt.data from vpath
31822         instead of $(check-data).
31823         * scripts/data/localplt-generic.data: Move to ...
31824         * sysdeps/generic/localplt.data: ... here.
31825         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
31826         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
31827         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
31828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
31829         ... here.
31830         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
31831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
31832         ... here.
31833         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
31834         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
31835         ... here.
31836         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
31837         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
31838         ... here.
31839         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
31840         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
31841         ... here.
31842         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
31843         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
31844         ... here.
31846 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31848         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
31849         PPC32 and PPC64 files.
31850         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
31851         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
31853 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31855         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
31856         __makecontext_ret to ...
31857         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
31858         ... here and call exit if uc_link is NULL.  New file.
31859         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
31860         __makecontext_ret.S.
31861         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
31862         __makecontext_ret to ...
31863         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
31864         ... here and call exit if uc_link is NULL.  New file.
31865         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
31866         __makecontext_ret.S.
31868 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31870         * elf/elf.h (R_390_IRELATIVE): New definition.
31871         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
31872         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
31873         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
31874         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
31875         (elf_machine_lazy_rel): Likewise.
31876         * sysdeps/s390/dl-irel.h: New file.
31877         * sysdeps/s390/s390-64/memcpy.S: New asm code.
31878         * sysdeps/s390/s390-64/memset.S: New asm code.
31879         * sysdeps/s390/s390-64/memcmp.S: New asm code.
31880         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
31881         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
31882         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
31883         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
31884         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
31885         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
31886         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
31887         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
31888         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
31889         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
31890         * sysdeps/s390/s390-32/memcpy.S: New asm code.
31891         * sysdeps/s390/s390-32/memset.S: New asm code.
31892         * sysdeps/s390/s390-32/memcmp.S: New asm code.
31894 2012-07-17  Marek Polacek  <polacek@redhat.com>
31896         [BZ #14349]
31897         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
31898         * sysdeps/s390/s390-64/configure.in: Likewise.
31899         * sysdeps/sparc/configure.in: Likewise.
31900         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
31901         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
31902         * sysdeps/i386/configure.in: Likewise.
31903         * sysdeps/x86_64/configure.in: Likewise.
31904         * sysdeps/sh/configure.in: Likewise.
31905         * sysdeps/s390/s390-32/configure: Regenerated.
31906         * sysdeps/s390/s390-64/configure: Likewise.
31907         * sysdeps/x86_64/configure: Likewise.
31908         * sysdeps/sh/configure: Likewise.
31909         * sysdeps/powerpc/powerpc64/configure: Likewise.
31910         * sysdeps/powerpc/powerpc32/configure: Likewise.
31911         * sysdeps/sparc/configure: Likwise.
31912         * sysdeps/i386/configure: Likewise.
31914         * elf/dl-open.c: Comment fixes.
31916 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
31918         * Makefile [CXX] (check-data): Remove.
31919         [CXX] (c++-types.data): New vpath directive.
31920         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
31921         vpath.  Do not allow for C++ type data being missing.
31922         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
31923         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
31924         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
31925         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
31926         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
31927         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
31928         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
31929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
31930         ... here.
31931         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
31932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
31933         ... here.
31934         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
31935         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
31936         ... here.
31937         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
31938         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
31939         ... here.
31940         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
31941         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
31942         ... here.
31943         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
31944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
31945         ... here.
31946         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
31947         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
31948         ... here.
31949         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
31950         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
31952         * elf/tls-macros.h (TLS_LE): Move architecture-specific
31953         definitions to architecture-specific files.
31954         (TLS_IE): Likewise.
31955         (TLS_LD): Likewise.
31956         (TLS_GD): Likewise.
31957         * sysdeps/i386/tls-macros.h: New file.
31958         * sysdeps/powerpc/tls-macros.h: Likewise.
31959         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
31960         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
31961         * sysdeps/sh/tls-macros.h: Likewise.
31962         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
31963         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
31964         * sysdeps/x86_64/tls-macros.h: Likewise.
31966 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31968         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
31969         zero value for regular exit case.
31971         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
31972         (__start_context): Preserve zero value for regular exit case.
31974 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31975             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31977         * manual/setjmp.texi (setcontext): Clarify normal process
31978         termination when uc_link is the null pointer.
31979         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
31980         exit call.
31982 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
31984         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
31985         preprocessor.  Test for each exception mask separately.
31987 2012-07-16  Andreas Jaeger  <aj@suse.de>
31989         * po/ru.po: Update from translation team.
31991 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
31993         * conform/data/string.h-data (NULL): Use macro-constant.  Require
31994         equal to 0.
31995         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
31996         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
31997         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
31998         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
31999         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32001 2012-07-13  Andreas Jaeger  <aj@suse.de>
32003         * po/fr.po: Update from translation team.
32005 2012-07-12  Marek Polacek  <polacek@redhat.com>
32007         [BZ #14173]
32008         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32009         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32010         loop condition.
32012 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32014         [BZ #13717]
32015         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32016         Change to 2.4.1 where previously 2.4.0.
32017         * sysdeps/unix/sysv/linux/configure: Regenerated.
32018         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32019         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32020         version.
32021         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32022         (__ASSUME_AT_CLKTCK): Remove.
32023         (__ASSUME_AT_PAGESIZE): Likewise.
32024         (__ASSUME_AT_XID): Likewise.
32025         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32026         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32027         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32028         unconditionally.
32029         (HAVE_AUX_PAGESIZE): Likewise.
32030         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32031         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32032         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32034 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32036         [BZ #14307]
32037         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32038         the temporary buffer used to invoke __gethostbyname2_r,
32039         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32040         host_data / struct gaih_addrtuple.
32041         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32042         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32043         header file nss/nsswitch.h.
32044         * nss/nsswitch.h (global scope): Add definition of implementation
32045         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32046         resolv/nss_dns/dns-host.c).
32048 2012-07-11  Andreas Jaeger  <aj@suse.de>
32050         * po/fr.po: Update from translation team.
32052         * po/sv.po: Update from translation team
32053         * po/fr.po: Another update from translation team.
32055 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32057         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32058         for subnormals or multiply small sinh result by itself.
32059         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32060         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32062 2012-07-11  David S. Miller  <davem@davemloft.net>
32064         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32066 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32068         [BZ #14347]
32069         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32070         (INTERNAL_MARK): Shift it here.
32072 2012-07-10  Marek Polacek  <polacek@redhat.com>
32074         [BZ #14151]
32075         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32076         libc_cv_asm_global_directive with .globl.
32077         * configure: Regenerated.
32078         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32079         with .globl.
32080         * sysdeps/i386/configure: Regenerated.
32081         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32082         with .globl.
32083         * sysdeps/x86_64/configure: Regenerated.
32084         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32085         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32086         * elf/tst-unique2mod2.c: Likewise.
32087         * elf/tst-unique2mod1.c: Likewise.
32088         * elf/tst-unique1mod2.c: Likewise.
32089         * elf/tst-unique1mod1.c: Likewise.
32090         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32091         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32092         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32093         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32094         * sysdeps/mach/sysdep.h: Likewise.
32095         * sysdeps/i386/sysdep.h: Likewise.
32096         * sysdeps/i386/i386-mcount.S: Likewise.
32097         * sysdeps/x86_64/_mcount.S: Likewise.
32098         * sysdeps/x86_64/sysdep.h: Likewise.
32099         * sysdeps/sh/_mcount.S: Likewise.
32100         * sysdeps/sh/sysdep.h: Likewise.
32101         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32102         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32103         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32104         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32105         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32106         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32107         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32108         * locale/localeinfo.h: Likewise.
32109         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32110         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32112 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32114         [BZ #14336]
32115         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32116         system".
32117         * manual/message.texi (The Uniforum approach): Likewise.
32118         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32119         (glibc iconv Implementation): Likewise.
32121 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32123         [BZ #14337]
32124         * math/s_clog.c (__clog): Avoid scaling a value down where that
32125         could result in underflow.
32126         * math/s_clog10.c (__clog10): Likewise.
32127         * math/s_clog10f.c (__clog10f): Likewise.
32128         * math/s_clog10l.c (__clog10l): Likewise.
32129         * math/s_clogf.c (__clogf): Likewise.
32130         * math/s_clogl.c (__clogl): Likewise.
32131         * math/libm-test.inc (clog_test): Add more tests.
32132         (clog10_test): Likewise.
32133         * sysdeps/i386/fpu/libm-test-ulps: Update.
32134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32136 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32138         [BZ #14283]
32139         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32140         by 7 not 8 to examine high bit of fractional part.
32142         [BZ #14042]
32143         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32144         for call to __mcount_internal.
32145         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32146         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32147         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32149 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32151         [BZ #14154]
32152         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32153         approximation for values within 0x1p-13f of an odd multiple of
32154         pi/4.
32155         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32156         exception.  Add more tests.
32157         * sysdeps/i386/fpu/libm-test-ulps: Update.
32159         [BZ #6778]
32160         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32161         inputs and return -1 for them.  Do not check for +Inf in case not
32162         reachable for +Inf.
32163         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32164         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
32165         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32166         and return -1 for them.  Do not check for +Inf in case not
32167         reachable for +Inf.
32168         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32169         define.
32170         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32171         and return -1 for them.  Do not check for +Inf in case not
32172         reachable for +Inf.
32173         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32174         spurious underflow.
32175         * sysdeps/i386/fpu/libm-test-ulps: Update.
32176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32178 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32180         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32182 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32184         [BZ #14157]
32185         [BZ #14331]
32186         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32187         could result in spurious underflow.  Scale down values above
32188         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32189         * math/s_csqrtf.c (__csqrtf): Likewise.
32190         * math/s_csqrtl.c (__csqrtl): Likewise.
32191         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32192         spurious underflow.
32193         * sysdeps/i386/fpu/libm-test-ulps: Update.
32194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32196 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32198         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32199         xopen-msg.sed.
32200         * catgets/xopen-msg.awk: New file.
32201         * catgets/xopen-msg.sed: Removed.
32203         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32204         po2text.sed.
32205         * intl/po2test.awk: New file.
32206         * intl/po2test.sed: Removed.
32208 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32210         [BZ #14328]
32211         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32212         or multiply small sinh result by itself.
32213         * math/s_ctanf.c (__ctanf): Likewise.
32214         * math/s_ctanh.c (__ctanh): Likewise.
32215         * math/s_ctanhf.c (__ctanhf): Likewise.
32216         * math/s_ctanhl.c (__ctanhl): Likewise.
32217         * math/s_ctanl.c (__ctanl): Likewise.
32218         * math/libm-test.inc (ctan_test_tonearest): New function.
32219         (ctan_test_towardzero): Likewise.
32220         (ctan_test_downward): Likewise.
32221         (ctan_test_upward): Likewise.
32222         (ctanh_test_tonearest): Likewise.
32223         (ctanh_test_towardzero): Likewise.
32224         (ctanh_test_downward): Likewise.
32225         (ctanh_test_upward): Likewise.
32226         (main): Call these new functions.
32227         * sysdeps/i386/fpu/libm-test-ulps: Update.
32228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32230 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32232         * .gitignore: Delete /ports entry.
32234 2012-07-03  Andreas Jaeger  <aj@suse.de>
32236         * po/bg.po: Update from translation team.
32237         * po/cs.po: Likewise.
32238         * po/de.po: Likewise.
32239         * po/hr.po: Likewise.
32240         * po/nl.pl: Likewise.
32241         * po/pl.po: Likewise.
32242         * po/vi.po: Likewise.
32244 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32246         * Makeconfig [!+link] (+link-before-libc): New variable.
32247         [!+link] (+link-after-libc): Likewise.
32248         [!+link] (+link-tests): Likewise.
32249         [!+link] (+link): Define in terms of $(+link-before-libc) and
32250         $(+link-after-libc).
32251         [!+link-static] (+link-static-before-libc): New variable.
32252         [!+link-static] (+link-static-after-libc): Likewise.
32253         [!+link-static] (+link-static-tests): Likewise.
32254         [!+link-static] (+link-static): Define in terms of
32255         $(+link-static-before-libc) and $(+link-static-after-libc).
32256         [build-shared] (link-libc-before-gnulib): New variable.
32257         [build-shared] (link-libc-tests): Likewise.
32258         [build-shared] (link-libc): Define in terms of
32259         $(link-libc-before-gnulib).
32260         [!build-shared] (link-libc-tests): New variable.
32261         (link-libc-static-tests): New variable.
32262         [!gnulib] (gnulib-arch): New variable.
32263         [!gnulib] (gnulib-tests): Likewise.
32264         [!gnulib] (static-gnulib-arch): Likewise.
32265         [!gnulib] (static-gnulib-tests): Likewise.
32266         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32267         Define with "=" instead of ":=".
32268         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32269         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32270         * Rules (binaries-all-notests): New variable.
32271         (binaries-all-tests): Likewise.
32272         (binaries-static-notests): Likewise.
32273         (binaries-static-tests): Likewise.
32274         (binaries-all): Define using $(binaries-all-notests) and
32275         $(binaries-all-tests).
32276         (binaries-static): Define using $(binaries-static-notests) and
32277         $(binaries-static-tests).
32278         (binaries-shared-tests): New variable.
32279         (binaries-shared-notests): Likewise.
32280         (binaries-shared): Remove variable.
32281         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32282         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32283         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32284         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32285         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32286         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32287         * elf/Makefile (sln-modules): New variable.
32288         (extra-objs): Add $(sln-modules:=.o).
32289         (ldconfig-modules): Add static-stubs.
32290         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32291         * elf/static-stubs.c: New file.
32293         [BZ #14283]
32294         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32295         by 7 not 8 to examine high bit of fractional part.  Use volatile
32296         variables when splitting into final array of floats if
32297         __FLT_EVAL_METHOD__ != 0.
32298         * math/libm-test.inc (cos_test): Add another test.
32299         (sin_test): Likewise.
32300         * sysdeps/i386/fpu/libm-test-ulps: Update.
32302         [BZ #14273]
32303         * math/libm-test.inc (cosh_test): Add more tests.
32305         * version.h (RELEASE): Set to "development".
32306         (VERSION): Set to "2.16.90".
32308 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32310         * NEWS: Update copyright. Remove last-updated date.
32311         Mention math library bug fixes and timezone data changes.
32312         * README: Mention GNU/Hurd, x32, and HPPA support status.
32314 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32316         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32318 2012-06-27  Andreas Jaeger  <aj@suse.de>
32320         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32322 2012-06-25  Andreas Jaeger  <aj@suse.de>
32324         * sysdeps/s390/fpu/libm-test-ulps: Update.
32326 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32327             Thomas Schwinge  <thomas@codesourcery.com>
32329         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32330         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32331         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32332         fanotify_mark.
32334 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32336         * sysdeps/mach/start.c: Remove file.
32337         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32338         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32339         * sysdeps/sh/init-first.c: Likewise.
32341         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32342         registers for frame unwinding purposes, add CFI directives.
32343         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32344         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32345         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32346         Likewise.
32348         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32349         __fortify_fail returning.
32350         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32352         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32353         sysdeps/sh/____longjmp_chk.S.
32354         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32355         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32356         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32357         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32359         * sysdeps/sh/abort-instr.h: New file.
32360         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32361         process in case exit returns.
32363         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32364         initialize the GOT register before use.
32366         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32367         calculation of ARGC > 4.
32369         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32370         meaningful names to some local labels.
32372 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32373             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32375         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32376         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32377         (__arch_compare_and_exchange_val_16_acq): Likewise.
32378         (__arch_compare_and_exchange_val_32_acq): Likewise.
32379         (atomic_exchange_and_add): Fix gUSA sequence.
32380         (atomic_add): Likewise.
32381         (atomic_add_negative): Likewise.
32382         (atomic_add_zero): Likewise.
32383         (atomic_bit_test_set): Likewise.
32385 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32387         [BZ #13579]
32388         * include/link.h (struct link_map): Add l_free_initfini.
32389         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32390         l_initfini.
32391         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32392         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32393         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32394         set.
32396 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32398         * configure.in: Use AC_LANG_SOURCE.
32399         * configure: Regenerate.
32401 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32403         * configure.in (libc_cv_localstatedir): New substituted variable.
32404         * configure: Regenerated.
32405         * config.make.in (localstatedir): New variable, substituted from
32406         libc_cv_localstatedir.
32407         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32408         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32409         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32410         * sysdeps/gnu/configure: Regenerated.
32412 2012-06-21  Jeff Law  <law@redhat.com>
32414         [BZ #14277]
32415         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32416         free.  Simplify list management for _LIBC case.
32418 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
32420         [BZ #14273]
32421         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
32422         Clear sign bit of 64-bit integer value before comparing against
32423         overflow value.
32425         * sysdeps/mach/configure: Regenerated.
32427 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
32429         [BZ #14278]
32430         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
32432 2012-06-21  Jeff Law  <law@redhat.com>
32434         [BZ #13882]
32435         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
32436         uint16_t for elements in the "seen" array to avoid char overflows.
32437         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32438         * elf/dl-open.c (dl_open_worker): Likewise.
32440 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
32442         * scripts/list-sources.sh: Scan PORTS for translations.
32443         * po/libc.pot: Regenerated.
32445 2012-06-21  Andreas Jaeger  <aj@suse.de>
32447         [BZ #12194]
32448         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
32449         warning.
32450         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
32451         * bits/byteswap-16.h (__bswap_16): Likewise.
32452         * bits/byteswap.h (__bswap_constant_16): Likewise.
32454 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
32456         [BZ #14117]
32457         * sysdeps/i386/fpu_control.h: Removed.
32458         * sysdeps/x86_64/fpu_control.h: Moved to ...
32459         * sysdeps/x86/fpu_control.h: Here.
32461         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
32462         (_FPU_SETCW): Likewise.
32464 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
32466         [BZ #14117]
32467         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
32468         * sysdeps/x86/fpu/bits/mathinline.h: This.
32469         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
32471         [BZ #14050]
32472         [BZ #14117]
32473         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
32474         functions if __x86_64__ is defined.
32476 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
32478         * string/endian.h: Add !__ASSEMBLER__ condition for including
32479         conversion interfaces.
32481 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
32483         [BZ #14241]
32484         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
32485         of ABS(x) in calculating zero to negative powers other than odd
32486         integers.
32487         * math/libm-test.inc (pow_test): Add more tests.
32489 2012-06-15  Andreas Jaeger  <aj@suse.de>
32491         * manual/contrib.texi (Contributors): Update entry of Liubov
32492         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
32493         Machado Filho.
32495 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
32497         * string/string.h: Add __wur to GNU version of strerror_r.
32499 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
32501         [BZ #14229]
32502         * string/Makefile (tests): Add tst-strtok_r.
32503         * string/tst-strtok_r.c: New file.
32504         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
32505         RAX_LP/RDX_LP on SAVE_PTR.
32507 2012-06-14  Roland McGrath  <roland@hack.frob.com>
32509         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
32511 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
32513         * libm_test.inc (csqrt_test): Allow more spurious underflow
32514         exceptions.
32515         (j0_test): Likewise.
32516         (j1_test): Likewise.
32517         (y0_test): Likewise.
32518         (y1_test): Likewise.
32520 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
32522         * po/Makefile (libc.pot): Use UTF-8 charset.
32524 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
32526         [BZ #14210]
32527         Suppress sign-conversion warning from FD_SET.
32528         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
32529         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
32530         not unsigned long int.
32531         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
32533 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
32535         [BZ #14050]
32536         [BZ #14117]
32537         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
32538         __extern_always_inline instead of __extern_inline.
32539         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
32540         (__signbit): Likewise.
32541         (__signbitl): Support C++ namespace.
32542         (lrintf): New inline function.
32543         (lrint): Likewise.
32544         (llrintf): Likewise.
32545         (llrint): Likewise.
32546         (fmaxf): Likewise.
32547         (fmax): Likewise.
32548         (fminf): Likewise.
32549         (fmin): Likewise.
32550         (rint): Likewise.
32551         (rintf): Likewise.
32552         (ceil): Likewise.
32553         (ceilf): Likewise.
32554         (floor): Likewise.
32555         (floorf): Likewise.
32556         (nearbyint): Likewise.
32557         (nearbyintf): Likewise.
32559 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
32561         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
32562         non-default versions.
32564 2012-06-11  Roland McGrath  <roland@hack.frob.com>
32566         [BZ #14218]
32567         * manual/argp.texi (Argp): Reword argp_parse description slightly.
32569 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
32571         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
32572         (FE_UPWARD, FE_DOWNWARD): Don't define.
32573         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
32574         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
32576         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
32577         reading it.
32578         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
32579         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
32581 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32583         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
32584         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
32585         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
32586         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
32588 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
32590         [BZ #14117]
32591         * sysdeps/i386/fpu/bits/fenv.h: Removed.
32592         * sysdeps/i386/fpu/Implies: New file.
32593         * sysdeps/x86_64/fpu/Implies: Likewise.
32594         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
32595         * sysdeps/x86/fpu/bits/fenv.h: This.
32597         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
32598         __SSE_MATH__.
32600 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32602         [BZ #14134]
32603         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
32604         character 0xffff that matches the last element of the
32605         conversion table.
32607 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32609         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
32610         fmodl commit.
32612 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32614         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
32615         values higher than 25.6283.
32617 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32619         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
32620         subnormal exponent extraction and add some __builtin_expect.
32621         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
32622         Fix for subnormal mantissa calculation.
32624 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
32626         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
32627         cpu2 is -1 and errno is not ENOSYS.
32629 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
32631         [BZ #14117]
32632         * sysdeps/i386/i486/bits/string.h: Renamed to ...
32633         * sysdeps/x86/bits/string.h: This.
32634         * sysdeps/x86_64/bits/string.h: Removed.
32636         * sysdeps/i386/i486/bits/string.h: Define inline functions only
32637         if not compiling for x86-64, but compiling for >= i486.
32639         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
32640         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
32642         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
32643         New macro from Linux kernel 3.4.0.
32644         (FP_XSTATE_MAGIC2): Likewise.
32645         (FP_XSTATE_MAGIC2_SIZE): Likewise.
32646         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
32647         (struct _fpx_sw_bytes): New struct.
32648         (struct _xsave_hdr): Likewise.
32649         (struct _ymmh_state): Likewise.
32650         (struct _xstate): Likewise.
32652         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
32653         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
32654         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
32655         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
32656         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
32657         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
32659         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
32660         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
32661         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
32662         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
32663         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
32664         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
32666 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32668         [BZ #13743]
32669         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
32670         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
32671         (sysdep_headers): Include sys/platform/ppc.h.
32672         * sysdeps/powerpc/test-gettimebase.c: Test for
32673         __ppc_get_timebase() to catch future ISA opcode/insn changes.
32674         * manual/Makefile (appendices): Include platform.texi.
32675         * manual/contrib.texi (Contributors): Update @node pointers.
32676         * manual/maint.texi (Maintenance): Likewise.
32677         (Platform): New node.
32678         * manual/platform.texi: New file.  Document the new features.
32680 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32681             Jakub Jelinek  <jakub@redhat.com>
32683         [BZ #14188]
32684         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
32685         where __builtin_expect is unavailable.
32687 2012-06-03  David S. Miller  <davem@davemloft.net>
32689         * stdlib/longlong.h: Updated from GCC.
32691 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
32693         [BZ #14042]
32694         * sysdeps/powerpc/powerpc32/mcount.c: New file.
32695         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
32696         __mcount_internal.
32697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
32698         (GLIBC_2.16): Likewise.
32700 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32702         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
32704 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
32707         (default-abi): New variable.
32708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
32709         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
32710         variable.
32711         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
32712         Likewise.
32713         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
32714         Likewise.
32715         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
32716         Likewise.
32718         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
32719         definition.  Document in comment.
32721 2012-06-01  David S. Miller  <davem@davemloft.net>
32723         * stdlib/longlong.h: Updated from GCC.
32725 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32727         [BZ #14117]
32728         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
32729         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
32730         sys/debugreg.h sys/io.h here.
32731         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
32732         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
32733         sys/io.h.
32734         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
32735         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
32736         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
32737         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
32738         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
32739         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
32741         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
32742         Define only if __x86_64__ is defined.
32744 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32746         [BZ #14048]
32747         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
32748         Use int64_t for variable i.
32749         * math/libm-test.inc (fmod_test): Add more tests.
32751         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
32752         z computation is not scheduled after fetestexcept.
32753         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
32754         Use math_force_eval instead of asm to ensure calculation scheduled
32755         before exception test.
32756         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
32757         Ensure a1 + u.d computation is not scheduled after fetestexcept.
32759 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
32761         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
32762         computation is not scheduled after fetestexcept.
32764 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32766         [BZ #14117]
32767         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
32768         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
32770 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32772         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
32773         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
32775 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32777         [BZ #14117]
32778         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
32779         <bits/wordsize.h>.
32780         (__WCHAR_MIN): Support __WORDSIZE == 64.
32781         (__WCHAR_MAX): Likewise.
32783         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
32784         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
32786         [BZ #14183]
32787         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
32788         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
32790         [BZ #14117]
32791         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
32792         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
32794         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
32795         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
32797         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
32798         Defined to 1 if __x86_64__ isn't defined.
32799         (_STAT_VER_LINUX_OLD): New.
32800         (st_atime): Remove duplicate.
32801         (st_mtime): Likewise.
32802         (st_ctime): Likewise.
32804 2012-05-31  David S. Miller  <davem@davemloft.net>
32806         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
32807         entries.
32809 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
32811         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
32812         gen-libm-test.pl.
32814         [BZ #14132]
32815         * elf/dl-reloc.c: Include <_itoa.h>.
32816         (_dl_reloc_bad_type): Remove use of INTUSE.
32817         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
32818         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
32819         * stdio-common/psiginfo.c (psiginfo): Likewise.
32820         * stdio-common/psignal.c (psignal): Likewise.
32821         * string/strsignal.c (strsignal): Likewise.
32822         * include/signal.h (_sys_siglist): Declare hidden proto.
32823         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
32824         INTVARDEF with libc_hidden_data_def.
32825         * stdio-common/itoa-udigits.c: Likewise.
32826         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
32827         (_itoa_lower_digits_internal): Remove declaration.
32828         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
32829         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
32830         (_sys_sigabbrev_internal): Remove aliases.
32831         (_sys_siglist): Define hidden alias.
32833 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
32835         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32836         bits/sysctl.h.
32838 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32840         [BZ #14117]
32841         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
32842         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
32844         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
32845         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
32846         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
32847         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
32848         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
32849         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
32851         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
32852         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
32853         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
32855         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
32856         with __addr.
32857         (insw): Likewise.
32858         (insl): Likewise.
32859         (outsb): Likewise.
32860         (outsw): Likewise.
32861         (outsl): Likewise.
32863         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
32864         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
32865         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
32867         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
32868         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
32869         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
32870         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
32871         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
32872         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
32874         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
32875         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
32877         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
32878         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
32880         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
32881         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
32882         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
32884         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
32885         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
32886         to ...
32887         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
32889         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
32890         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
32891         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
32893         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
32894         for x86-64.
32895         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
32897 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
32899         * math/math.h (M_El): Use two more decimal places.
32900         (M_LOG2El): Likewise.
32901         (M_LOG10El): Likewise.
32902         (M_LN2l): Likewise.
32903         (M_LN10l): Likewise.
32904         (M_PIl): Likewise.
32905         (M_PI_2l): Likewise.
32906         (M_PI_4l): Likewise.
32907         (M_1_PIl): Likewise.
32908         (M_2_PIl): Likewise.
32909         (M_2_SQRTPIl): Likewise.
32910         (M_SQRT2l): Likewise.
32911         (M_SQRT1_2l): Likewise.
32913 2012-05-31  David S. Miller  <davem@davemloft.net>
32915         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
32916         values between float registers.
32917         * sysdeps/sparc/sparc64/memset.S: Likewise.
32918         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
32920 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
32922         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
32923         -D_FORTIFY_SOURCE=1.
32924         (CPPFLAGS-tst-longjmp_chk.c): Define.
32925         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
32926         (CPPFLAGS-tst-longjmp_chk2.c): Define.
32927         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
32928         CFLAGS-tst-wchar-h.c.
32930 2012-05-31  Marek Polacek  <polacek@redhat.com>
32932         [BZ #14132]
32933         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
32934         __endmntent_internal): Remove declaration.
32935         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
32936         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
32937         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
32939 2012-05-30  David S. Miller  <davem@davemloft.net>
32941         * sysdeps/sparc/sparc32/soft-fp/q_util.c
32942         (___Q_simulate_exceptions): Use real FP ops rather than writing
32943         into the %fsr.
32944         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
32945         Likewise.
32947 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32949         [BZ #14117]
32950         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
32951         * sysdeps/x86/bits/xtitypes.h: This.
32953         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
32954         * sysdeps/x86/bits/wordsize.h: This.
32956         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
32957         * sysdeps/x86/bits/huge_vall.h: This.
32959         * sysdeps/i386/bits/select.h: Removed.
32960         * sysdeps/x86_64/bits/select.h: Renamed to ...
32961         * sysdeps/x86/bits/select.h: This.
32963         * sysdeps/i386/bits/setjmp.h: Removed.
32964         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
32965         * sysdeps/x86/bits/setjmp.h: This.
32967         * sysdeps/i386/bits/mathdef.h: Removed.
32968         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
32969         * sysdeps/x86/bits/mathdef.h: This.
32971 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
32973         [BZ #14132]
32974         * include/sys/socket.h (__connect_internal)
32975         (__libc_sa_len_internal): Remove declaration.
32976         (__connect, __libc_sa_len): Declare hidden_proto.
32977         (SA_LEN): Remove use of INTUSE.
32978         * socket/connect.c: Add libc_hidden_def.
32979         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
32980         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
32981         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
32982         alias.
32983         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
32984         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
32985         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
32986         of adding _internal alias.
32988 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32990         [BZ #14117]
32991         * sysdeps/i386/bits/link.h: Removed.
32992         * sysdeps/i386/bits/linkmap.h: Likewise.
32993         * sysdeps/x86_64/bits/link.h: Renamed to ...
32994         * sysdeps/x86/bits/link.h: This.
32995         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
32996         * sysdeps/x86/bits/linkmap.h: This.
32998         * sysdeps/i386/bits/endian.h: Removed.
32999         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33000         * sysdeps/x86/bits/endian.h: This.
33002         * sysdeps/i386/bits/byteswap.h: Removed.
33003         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33004         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33005         * sysdeps/x86/bits/byteswap.h: This.
33006         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33007         * sysdeps/x86/bits/byteswap-16.h: This.
33008         * sysdeps/i386/Implies: Add x86.
33009         * sysdeps/x86_64/Implies: Likewise.
33011 2012-05-30  David S. Miller  <davem@davemloft.net>
33013         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33014         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33015         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33016         (FP_TRAPPING_EXCEPTIONS): Define.
33017         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33018         (FP_TRAPPING_EXCEPTIONS): Define.
33019         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33020         subnormals only when inexact has been signalled or underflow
33021         exceptions are enabled.
33022         (_FP_PACK_CANONICAL): Likewise.
33024 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33026         [BZ #14183]
33027         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33028         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33030 2012-05-30  Richard Henderson  <rth@twiddle.net>
33032         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33033         with #ifndef NOT_IN_libc.
33035         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33036         marked to avoid plt entry.
33038 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33040         [BZ #14112]
33041         * Makeconfig (default-abi): New macro.
33042         (abi-includes): Likewise.
33043         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33044         $(abi-$(default-abi)-lib-soname) for soname if defined.
33045         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33046         abi-variants.
33047         * Makefile (installed-stubs): Likewise.
33048         * include/stubs-biarch.h: Removed.
33049         * scripts/lib-names.awk: Only handle one library at a time.
33050         * scripts/soversions.awk: Remove WORDSIZE support.
33051         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33052         entries.
33053         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33054         Removed.
33055         (syscall-list-default-condition): Likewise.
33056         (syscall-list-default-condition): Likewise.
33057         (syscall-list-includes): Likewise.
33058         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33059         syscall-list-* with abi-*.  Handle undefined abi-variants.
33060         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33061         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33062         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33063         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33064         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33065         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33066         Removed.
33067         (syscall-list-32-options): Likewise.
33068         (syscall-list-32-condition): Likewise.
33069         (syscall-list-64-options): Likewise.
33070         (syscall-list-64-condition): Likewise.
33071         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33072         macro.
33073         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33074         Renamed to ...
33075         (abi-*): This.
33076         (abi-64-ld-soname): New macro.
33077         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33078         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33079         Renamed to ...
33080         (abi-*): This.
33081         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33082         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33084 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33086         * sysdeps/unix/sysv/linux/kernel-features.h
33087         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33088         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33089         include <kernel-features.h>.
33090         [!__NR_ftruncate64]: Remove conditional code.
33091         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33092         [__NR_ftruncate64]: Make code unconditional.
33093         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33094         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33095         include <kernel-features.h>.
33096         [!__NR_ftruncate64]: Remove conditional code.
33097         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33098         [__NR_ftruncate64]: Make code unconditional.
33099         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33101         include <kernel-features.h>.
33102         [!__NR_ftruncate64]: Remove conditional code.
33103         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33104         [__NR_ftruncate64]: Make code unconditional.
33105         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33107         include <kernel-features.h>.
33108         [!__NR_ftruncate64]: Remove conditional code.
33109         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33110         [__NR_ftruncate64]: Make code unconditional.
33111         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33113         * configure.in (libc_cv_fpie): Weaken to a compile test using
33114         LIBC_TRY_CC_OPTION.
33115         * configure: Regenerated.
33117 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33123         Refreshed.
33124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33130         Refreshed.
33132 2012-05-27  David S. Miller  <davem@davemloft.net>
33134         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33135         (___Q_zero): New.
33136         (__Q_simulate_exceptions): Return void.  Change to simulate
33137         exceptions by writing into the %fsr.
33138         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33139         (__Qp_handle_exceptions): Likewise.
33140         (numbers): Delete.
33141         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33142         __Qp_handle_exceptions.
33143         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33144         __Qp_handle_exceptions.
33145         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33146         as unused and give dummy FP_RND_NEAREST initializer.
33147         (FP_INHIBIT_RESULTS): Define.
33148         (___Q_simulate_exceptions): Update declaration.
33149         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33150         formatting.
33151         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33152         as unused and give dummy FP_RND_NEAREST initializer.
33153         (__Qp_handle_exceptions): Update declaration.
33154         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33155         formatting.
33157 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33159         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33160         the temporary FPU control word.
33161         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33162         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33163         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33164         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33165         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33166         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33167         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33168         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33169         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33170         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33171         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33173 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33175         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33176         fields.
33178 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33180         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33181         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33182         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33183         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33184         Likewise.
33185         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33186         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33187         Likewise.
33189 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33191         * po/h.po: Update from translation team.
33193 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33195         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33197         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33198         handling of denormals.
33199         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33200         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33201         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33202         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33203         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33204         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33205         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33206         Likewise.
33208 2012-05-26  Marek Polacek  <polacek@redhat.com>
33210         [BZ #14152]
33211         * math/libm-test.inc (fma_test): Don't always expect underflow
33212         exception.
33214 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33216         [BZ #12416]
33217         * elf/tst-execstack.c: Include stackinfo.h.
33218         (do_test): Adjust test case to ensure that pthread_getattr_np
33219         behaviour remains the same after marking stack executable.
33221 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33223         * sysdeps/unix/sysv/linux/kernel-features.h
33224         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33225         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33226         kernel-features.h.
33227         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33228         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33229         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33230         kernel-features.h.
33231         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33232         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33234 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33236         * configure.in: Define the default includes to being none.
33237         * configure: Regenerated.
33239 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33241         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33242         * sysdeps/x86_64/setjmp.S: Likewise.
33243         * sysdeps/i386/bsd-setjmp.S: Likewise.
33244         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33245         * sysdeps/i386/setjmp.S: Likewise.
33246         * sysdeps/i386/__longjmp.S: Likewise.
33247         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33248         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33250         * include/stap-probe.h: New file.
33251         * configure.in: Handle --enable-systemtap.
33252         * configure: Regenerated.
33253         * config.h.in (USE_STAP_PROBE): New #undef.
33254         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33255         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33256         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33258 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33260         [BZ #13717]
33261         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33262         to 2.4.0 where earlier.
33263         * sysdeps/unix/sysv/linux/configure: Regenerated.
33264         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33265         <kernel-features.h>.
33266         [__ASSUME_32BITUIDS]: Make code unconditional.
33267         [!__ASSUME_32BITUIDS]: Remove conditional code.
33268         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33269         <kernel-features.h>.
33270         [__ASSUME_32BITUIDS]: Make code unconditional.
33271         [!__ASSUME_32BITUIDS]: Remove conditional code.
33272         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33273         [__ASSUME_32BITUIDS]: Make code unconditional.
33274         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33275         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33276         <kernel-features.h>.
33277         [__ASSUME_32BITUIDS]: Make code unconditional.
33278         [!__ASSUME_32BITUIDS]: Remove conditional code.
33279         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
33280         <kernel-features.h>.
33281         [__ASSUME_32BITUIDS]: Make code unconditional.
33282         [!__ASSUME_32BITUIDS]: Remove conditional code.
33283         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
33284         <kernel-features.h>.
33285         [__ASSUME_32BITUIDS]: Make code unconditional.
33286         [!__ASSUME_32BITUIDS]: Remove conditional code.
33287         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
33288         <kernel-features.h>.
33289         [__ASSUME_32BITUIDS]: Make code unconditional.
33290         [!__ASSUME_32BITUIDS]: Remove conditional code.
33291         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33292         <kernel-features.h>.
33293         [__ASSUME_32BITUIDS]: Make code unconditional.
33294         [!__ASSUME_32BITUIDS]: Remove conditional code.
33295         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33296         <kernel-features.h>.
33297         [__ASSUME_32BITUIDS]: Make code unconditional.
33298         [!__ASSUME_32BITUIDS]: Remove conditional code.
33299         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33300         <kernel-features.h>.
33301         [__ASSUME_32BITUIDS]: Make code unconditional.
33302         [!__ASSUME_32BITUIDS]: Remove conditional code.
33303         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33304         <kernel-features.h>.
33305         [__ASSUME_32BITUIDS]: Make code unconditional.
33306         [!__ASSUME_32BITUIDS]: Remove conditional code.
33307         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33308         <kernel-features.h>.
33309         [__ASSUME_32BITUIDS]: Make code unconditional.
33310         [!__ASSUME_32BITUIDS]: Remove conditional code.
33311         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33312         <kernel-features.h>.
33313         [__ASSUME_32BITUIDS]: Make code unconditional.
33314         [!__ASSUME_32BITUIDS]: Remove conditional code.
33315         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33316         <kernel-features.h>.
33317         [__NR_setresgid] (__setresgid): Do not declare.
33318         [__ASSUME_32BITUIDS]: Make code unconditional.
33319         [!__ASSUME_32BITUIDS]: Remove conditional code.
33320         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33321         <kernel-features.h>.
33322         [__NR_setresuid] (__setresuid): Do not declare.
33323         [__ASSUME_32BITUIDS]: Make code unconditional.
33324         [!__ASSUME_32BITUIDS]: Remove conditional code.
33325         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
33326         <kernel-features.h>.
33327         [__ASSUME_32BITUIDS]: Make code unconditional.
33328         [!__ASSUME_32BITUIDS]: Remove conditional code.
33329         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
33330         <kernel-features.h>.
33331         [__ASSUME_32BITUIDS]: Make code unconditional.
33332         [!__ASSUME_32BITUIDS]: Remove conditional code.
33333         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33334         <kernel-features.h>.
33335         [__ASSUME_32BITUIDS]: Make code unconditional.
33336         [!__ASSUME_32BITUIDS]: Remove conditional code.
33337         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33338         <kernel-features.h>.
33339         [__ASSUME_32BITUIDS]: Make code unconditional.
33340         [!__ASSUME_32BITUIDS]: Remove conditional code.
33341         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33342         <kernel-features.h>.
33343         [__ASSUME_32BITUIDS]: Make code unconditional.
33344         [!__ASSUME_32BITUIDS]: Remove conditional code.
33345         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33346         <kernel-features.h>.
33347         [__ASSUME_32BITUIDS]: Make code unconditional.
33348         [!__ASSUME_32BITUIDS]: Remove conditional code.
33349         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33350         <kernel-features.h>.
33351         [__ASSUME_32BITUIDS]: Make code unconditional.
33352         [!__ASSUME_32BITUIDS]: Remove conditional code.
33353         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33354         <kernel-features.h>.
33355         [__ASSUME_32BITUIDS]: Make code unconditional.
33356         [!__ASSUME_32BITUIDS]: Remove conditional code.
33357         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33358         <kernel-features.h>.
33359         [__ASSUME_32BITUIDS]: Make code unconditional.
33360         [!__ASSUME_32BITUIDS]: Remove conditional code.
33361         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33362         <kernel-features.h>.
33363         [__ASSUME_32BITUIDS]: Make code unconditional.
33364         [!__ASSUME_32BITUIDS]: Remove conditional code.
33365         * sysdeps/unix/sysv/linux/kernel-features.h
33366         (__ASSUME_SETRESUID_SYSCALL): Remove.
33367         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33368         (__ASSUME_32BITUIDS): Likewise.
33369         (__ASSUME_LDT_WORKS): Likewise.
33370         (__ASSUME_O_DIRECTORY): Likewise.
33371         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33372         architecture but not kernel version.
33373         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33374         (__ASSUME_MMAP2_SYSCALL): Likewise.
33375         (__ASSUME_STAT64_SYSCALL): Likewise.
33376         (__ASSUME_IPC64): Likewise.
33377         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33378         <kernel-features.h>.
33379         [__ASSUME_32BITUIDS]: Make code unconditional.
33380         [!__ASSUME_32BITUIDS]: Remove conditional code.
33381         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33382         <kernel-features.h>.
33383         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33384         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33385         132096]: Remove conditional code.
33386         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33387         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33388         <kernel-features.h>.
33389         [__ASSUME_32BITUIDS]: Make code unconditional.
33390         [!__ASSUME_32BITUIDS]: Remove conditional code.
33391         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33392         <kernel-features.h>.
33393         [__ASSUME_32BITUIDS]: Make code unconditional.
33394         [!__ASSUME_32BITUIDS]: Remove conditional code.
33395         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33396         <kernel-features.h>.
33397         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33398         unconditional.
33399         (__setresgid): Do not declare.
33400         [__ASSUME_32BITUIDS]: Make code unconditional.
33401         [!__ASSUME_32BITUIDS]: Remove conditional code.
33402         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33403         <kernel-features.h>.
33404         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33405         unconditional.
33406         (__setresuid): Do not declare.
33407         [__ASSUME_32BITUIDS]: Make code unconditional.
33408         [!__ASSUME_32BITUIDS]: Remove conditional code.
33409         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33410         <kernel-features.h>.
33411         [__ASSUME_32BITUIDS]: Make code unconditional.
33412         [!__ASSUME_32BITUIDS]: Remove conditional code.
33413         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33414         <kernel-features.h>.
33415         [__ASSUME_32BITUIDS]: Make code unconditional.
33416         [!__ASSUME_32BITUIDS]: Remove conditional code.
33418 2012-05-25  Richard Henderson  <rth@twiddle.net>
33420         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
33421         dl_hwcap to ifunc resolver.
33422         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
33423         elf_ifunc_invoke.
33424         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
33425         dl_hwcap to ifunc resolver.
33426         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
33428 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33430         [BZ #14153]
33431         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
33432         for |x| <= 2**-26, not 2**-57.
33433         * math/libm-test.inc (acos_test): Do not allow spurious underflow
33434         exception.
33436 2012-05-24  Jeff Law  <law@redhat.com>
33438         * stdio-common/Makefile (tests): Add bug25.
33439         * stdio-common/bug25.c: New test.
33441 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33443         [BZ #13576]
33444         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
33445         multiple of MALLOC_ALIGNMENT in size.
33446         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
33448 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33450         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
33451         Require >= 256.
33452         (FILENAME_MAX): Use macro-int-constant.
33453         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
33454         (_IOFBF): Use macro-int-constant.
33455         (_IOLBF): Likewise.
33456         (_IONBF): Likewise.
33457         (SEEK_CUR): Likewise.
33458         (SEEK_END): Likewise.
33459         (SEEK_SET): Likewise.
33460         (TMP_MAX): Likewise.
33461         (EOF): Use macro-int-constant.  Require < 0.
33462         (NULL): Use macro-constant.  Require == 0.
33463         (stdin): Require type to be FILE *.
33464         (stdout): Likewise.
33465         (stderr): Likewise.
33466         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
33467         macro-int-constant.
33468         (EXIT_SUCCESS): Likewise.
33469         (NULL): Use macro-constant.  Require == 0.
33470         (RAND_MAX): Use macro-int-constant.
33471         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
33472         [C99-based standards] (strtof): Require function.
33473         [C99-based standards] (strtold): Likewise.
33474         [C99-based standards] (strtoll): Likewise.
33475         [C99-based standards] (strtoull): Likewise.
33476         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33477         [ISO || ISO99 || ISO11] (limits.h): Likewise.
33478         [ISO || ISO99 || ISO11] (math.h): Likewise.
33479         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
33480         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33481         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33483 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
33485         [BZ #14132]
33486         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
33487         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
33488         * intl/dgettext.c (DCGETTEXT): Likewise.
33489         * intl/gettext.c (DCGETTEXT): Likewise.
33490         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
33491         * posix/regex_internal.h (gettext): Likewise.
33492         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
33493         Remove declaration.
33494         * include/argz.h (__argz_count_internal)
33495         (__argz_stringify_internal): Remove declaration.
33496         (__argz_count, __argz_stringify): Declare hidden proto.
33497         * intl/dcgettext.c: Remove use of INTDEF.
33498         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
33499         * string/argz-stringify.c: Likewise.
33500         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33501         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33502         Declare hidden proto.
33503         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33504         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33505         Declare hidden proto.
33506         * include/stdio.h (__asprintf_internal): Don't declare.
33507         (__asprintf): Don't define as macro.  Declare hidden proto.
33508         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
33509         (__fsetlocking): Declare hidden proto.
33510         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
33511         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
33512         hidden proto.
33513         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
33514         (_IO_setlinebuf): Remove use of INTUSE.
33515         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
33516         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
33517         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
33518         Remove declaration.
33519         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
33520         (_IO_do_flush): Remove use of INTUSE.
33521         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
33522         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
33523         (_IO_adjust_column, _IO_least_wmarker)
33524         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
33525         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
33526         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
33527         (_IO_default_doallocate, _IO_wdefault_doallocate)
33528         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
33529         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
33530         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
33531         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
33532         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
33533         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
33534         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
33535         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
33536         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
33537         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
33538         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
33539         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
33540         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
33541         proto.
33542         (_IO_flush_all_internal, _IO_adjust_column_internal)
33543         (_IO_default_uflow_internal, _IO_default_finish_internal)
33544         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
33545         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
33546         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
33547         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
33548         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
33549         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
33550         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
33551         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
33552         (_IO_file_close_internal, _IO_file_close_it_internal)
33553         (_IO_file_underflow_internal, _IO_file_overflow_internal)
33554         (_IO_file_init_internal, _IO_file_attach_internal)
33555         (_IO_file_fopen_internal, _IO_file_read_internal)
33556         (_IO_file_sync_internal, _IO_file_seek_internal)
33557         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
33558         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
33559         (_IO_str_underflow_internal, _IO_str_overflow_internal)
33560         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
33561         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
33562         (_IO_list_all_internal, _IO_link_in_internal)
33563         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
33564         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
33565         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
33566         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
33567         (_IO_do_write_internal, _IO_padn_internal)
33568         (_IO_getline_info_internal, _IO_getline_internal)
33569         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
33570         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
33571         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
33572         (_IO_vfscanf_internal, _IO_vfprintf_internal)
33573         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
33574         (_IO_init_internal, _IO_un_link_internal): Don't declare.
33575         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
33576         with libc_hidden_ver, remove use of INTUSE.
33577         * libio/genops.c: Likewise.
33578         * libio/freopen.c: Likewise.
33579         * libio/freopen64.c: Likewise.
33580         * libio/iofclose.c: Likewise.
33581         * libio/iofdopen.c: Likewise.
33582         * libio/iofflush.c: Likewise.
33583         * libio/iofflush_u.c: Likewise.
33584         * libio/iofgets.c: Likewise.
33585         * libio/iofgets_u.c: Likewise.
33586         * libio/iofopen.c: Likewise.
33587         * libio/iofopncook.c: Likewise.
33588         * libio/iofread.c: Likewise.
33589         * libio/iofread_u.c: Likewise.
33590         * libio/ioftell.c: Likewise.
33591         * libio/iofwrite.c: Likewise.
33592         * libio/iogetline.c: Likewise.
33593         * libio/iogets.c: Likewise.
33594         * libio/iogetwline.c: Likewise.
33595         * libio/iopadn.c: Likewise.
33596         * libio/iopopen.c: Likewise.
33597         * libio/ioseekoff.c: Likewise.
33598         * libio/ioseekpos.c: Likewise.
33599         * libio/iosetbuffer.c: Likewise.
33600         * libio/iosetvbuf.c: Likewise.
33601         * libio/ioungetc.c: Likewise.
33602         * libio/ioungetwc.c: Likewise.
33603         * libio/iovdprintf.c: Likewise.
33604         * libio/iovsprintf.c: Likewise.
33605         * libio/iovsscanf.c: Likewise.
33606         * libio/memstream.c: Likewise.
33607         * libio/obprintf.c: Likewise.
33608         * libio/oldfileops.c: Likewise.
33609         * libio/oldiofclose.c: Likewise.
33610         * libio/oldiofdopen.c: Likewise.
33611         * libio/oldiofopen.c: Likewise.
33612         * libio/oldiopopen.c: Likewise.
33613         * libio/oldstdfiles.c: Likewise.
33614         * libio/putc.c: Likewise.
33615         * libio/setbuf.c: Likewise.
33616         * libio/setlinebuf.c: Likewise.
33617         * libio/stdfiles.c: Likewise.
33618         * libio/strops.c: Likewise.
33619         * libio/vasprintf.c: Likewise.
33620         * libio/vscanf.c: Likewise.
33621         * libio/vsnprintf.c: Likewise.
33622         * libio/vswprintf.c: Likewise.
33623         * libio/wfiledoalloc.c: Likewise.
33624         * libio/wfileops.c: Likewise.
33625         * libio/wgenops.c: Likewise.
33626         * libio/wmemstream.c: Likewise.
33627         * libio/wstrops.c: Likewise.
33628         * libio/__fpurge.c: Likewise.
33629         * libio/__fsetlocking.c: Likewise.
33630         * assert/assert.c: Likewise.
33631         * debug/fgets_chk.c: Likewise.
33632         * debug/fgets_u_chk.c: Likewise.
33633         * debug/fread_chk.c: Likewise.
33634         * debug/fread_u_chk.c: Likewise.
33635         * debug/gets_chk.c: Likewise.
33636         * debug/obprintf_chk.c: Likewise.
33637         * debug/vasprintf_chk.c: Likewise.
33638         * debug/vdprintf_chk.c: Likewise.
33639         * debug/vsnprintf_chk.c: Likewise.
33640         * debug/vsprintf_chk.c: Likewise.
33641         * malloc/mtrace.c: Likewise.
33642         * misc/error.c: Likewise.
33643         * misc/syslog.c: Likewise.
33644         * stdio-common/asprintf.c: Likewise.
33645         * stdio-common/fxprintf.c: Likewise.
33646         * stdio-common/getw.c: Likewise.
33647         * stdio-common/isoc99_fscanf.c: Likewise.
33648         * stdio-common/isoc99_scanf.c: Likewise.
33649         * stdio-common/isoc99_vfscanf.c: Likewise.
33650         * stdio-common/isoc99_vscanf.c: Likewise.
33651         * stdio-common/isoc99_vsscanf.c: Likewise.
33652         * stdio-common/printf-prs.c: Likewise.
33653         * stdio-common/printf_fp.c: Likewise.
33654         * stdio-common/printf_fphex.c: Likewise.
33655         * stdio-common/printf_size.c: Likewise.
33656         * stdio-common/putw.c: Likewise.
33657         * stdio-common/scanf.c: Likewise.
33658         * stdio-common/sprintf.c: Likewise.
33659         * stdio-common/tmpfile.c: Likewise.
33660         * stdio-common/vfprintf.c: Likewise.
33661         * stdio-common/vfscanf.c: Likewise.
33662         * stdlib/strfmon_l.c: Likewise.
33663         * sunrpc/openchild.c: Likewise.
33664         * sunrpc/xdr_stdio.c: Likewise.
33665         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
33666         * sysdeps/mach/hurd/tmpfile.c: Likewise.
33668 2012-05-24  Roland McGrath  <roland@hack.frob.com>
33670         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
33672         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
33673         in the third column, to generate for the shared library an IFUNC
33674         that uses _dl_vdso_vsym.
33675         * Makerules (COMPILE.c, compile-stdin.c): New variables.
33676         * Makeconfig (object-suffixes-noshared): New variable.
33678         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
33679         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
33680         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
33681         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
33683         [BZ #14132]
33684         * include/sys/time.h (__gettimeofday): Remove macro.
33685         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
33686         * time/gettimeofday.c (__gettimeofday): Remove #undef.
33687         Remove INTDEF.
33688         (__gettimeofday): Add libc_hidden_def.
33689         (gettimeofday): Add libc_hidden_weak.
33690         * sysdeps/mach/gettimeofday.c: Likewise.
33691         * sysdeps/posix/gettimeofday.c: Likewise.
33692         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
33693         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
33694         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
33695         (__gettimeofday_internal): Remove strong_alias.
33696         (__gettimeofday): Add libc_hidden_def.
33697         (gettimeofday): Add libc_hidden_weak.
33698         * sysdeps/unix/syscalls.list (gettimeofday):
33699         Remove __gettimeofday_internal alias.
33701 2012-05-24  Daniel Jacobowitz  <drow@false.org>
33702             H.J. Lu  <hongjiu.lu@intel.com>
33704         [BZ #12495]
33705         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
33706         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
33707         (largebin_index_32_big): New.
33708         (largebin_index): Use it for 16-byte alignment.
33709         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
33710         correction with front_misalign.
33712 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
33715         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
33716         Likewise.
33717         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
33718         Likewise.
33719         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33720         Likewise.
33721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
33722         Likewise.
33723         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
33724         Likewise.
33725         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
33726         Likewise.
33727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
33728         Likewise.
33729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
33730         Likewise.
33731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
33732         Likewise.
33733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
33734         Likewise.
33735         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
33736         Likewise.
33737         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
33738         Likewise.
33740         * scripts/data/c++-types-x32-linux-gnu.data: New file.
33741         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
33743 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33745         [BZ #10846]
33746         [BZ #14036]
33747         * math/libm-test.inc (exp_test): Add test from bug 14036.
33748         (pow_test): Add test from bug 10846.
33750         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
33751         and other flags.
33752         (special_function): Do not include flags in test name.
33753         (parse_args): Likewise.
33754         * sysdeps/i386/fpu/libm-test-ulps: Update.
33755         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33756         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
33757         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
33758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33760         * math/gen-libm-test.pl (%beautify): Add entries for underflow
33761         exceptions.
33762         * math/libm-test.inc ("Philosophy"): Update comment about
33763         exception testing.
33764         (UNDERFLOW_EXCEPTION): New macro.
33765         (UNDERFLOW_EXCEPTION_OK): Likewise.
33766         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
33767         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
33768         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
33769         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
33770         (INVALID_EXCEPTION_OK): Update value.
33771         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
33772         (OVERFLOW_EXCEPTION_OK): Likewise.
33773         (IGNORE_ZERO_INF_SIGN): Likewise.
33774         (test_exceptions): Handle underflow exceptions.
33775         (acos_test): Update for underflow exception expectations.
33776         (cexp_test): Likewise.
33777         (clog_test): Likewise.
33778         (clog10_test): Likewise.
33779         (csqrt_test): Likewise.
33780         (ctan_test): Likewise.
33781         (ctanh_test): Likewise.
33782         (exp_test): Likewise.
33783         (exp10_test): Likewise.
33784         (exp2_test): Likewise.
33785         (expm1_test): Likewise.
33786         (fma_test): Likewise.
33787         (j0_test): Likewise.
33788         (jn_test): Likewise.
33789         (nexttoward_test): Likewise.
33790         (pow_test): Likewise.
33791         (scalbn_test): Likewise.
33792         (scalbln_test): Likewise.
33793         (tan_test): Likewise.
33794         (y1_test): Likewise.
33795         * sysdeps/i386/fpu/libm-test-ulps: Update.
33796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33798 2012-05-23  David S. Miller  <davem@davemloft.net>
33800         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
33801         (__libc_sigaction): Remove unused local variables.
33803 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33805         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
33807 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
33809         mktime: avoid signed integer overflow
33810         * time/mktime.c (__mktime_internal): Do not mishandle the case
33811         where diff == INT_MIN.
33813         mktime: simplify computation of average
33814         * time/mktime.c (ranged_convert): Use new time_t_avg function
33815         instead of rolling our own (probably-slower) code.
33817         mktime: do not assume signed right shift propagates sign bit
33818         * time/mktime.c (isdst_differ): New static function.
33819         (__mktime_internal): No need to normalize tm_isdst now.
33820         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
33821         tm_isdst values.
33823         mktime: merge another wrapv change from gnulib
33824         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
33825         from some compilers.
33827         mktime: remove incorrect attempt at unusual arithmetics
33828         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
33829         The code didn't really work on such machines anyway.
33830         (TYPE_MINIMUM): Assume two's complement.
33831         (twos_complement_arithmetic): Verify that long_int and time_t
33832         are two's complement (or unsigned, in the latter case).
33834         mktime: check signed shifts on long_int and time_t, too
33835         * time/mktime.c (SHR): Check that shifts work as desired
33836         on the types long_int and time_t too, as SHR is used on
33837         such types.
33839         mktime: do not assume 'long' is wide enough
33840         * time/mktime.c (verify): Move decl up.
33841         (long_int): New type.
33842         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
33843         to remove assumption in the code that 'long' is wide enough to
33844         store year values.  This assumption is not true on x32 and on
33845         some non-glibc platforms.
33847         mktime: merge wrapv change from gnulib
33848         * time/mktime.c (WRAPV): New macro.
33849         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
33850         (guess_time_tm, __mktime_internal): Do not assume that signed
33851         integer overflow wraps around; modern compilers generate code
33852         where this assumption is no longer valid.
33854 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33856         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33857         Replace "jmp L(pseudo_end)" with "ret".
33858         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
33859         Likewise.
33861 2012-05-23  Andreas Jaeger  <aj@suse.de>
33863         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
33864         * sysdeps/unix/sysv/linux/poll.c: Remove file.
33866 2012-05-23  Andreas Jaeger  <aj@suse.de>
33867             Maximilian Attems  <max@stro.at>
33869         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
33870         New macros.
33872 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33874         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
33875         code so that pseudo_end is just ret and the stack pointer is
33876         correct also for static library in error case.
33878 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
33880         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
33881         move to syscalls.list.
33882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
33883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
33884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
33885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
33887         * manual/install.texi (Running make install): Do not mention Linux
33888         kernel version for which pt_chown is not needed.
33889         (Linux): Do not mention problems with nscd with 2.0 kernels.
33890         * INSTALL: Regenerated.
33892 2012-05-23  Andreas Jaeger  <aj@suse.de>
33894         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
33895         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
33896         macro.
33897         * sysdeps/unix/sysv/linux/s390/bits/mman.h
33898         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33899         * sysdeps/unix/sysv/linux/sh/bits/mman.h
33900         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33901         * sysdeps/unix/sysv/linux/i386/bits/mman.h
33902         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33903         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
33904         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33905         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
33906         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33907         * sysdeps/unix/sysv/linux/bits/in.h
33908         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
33910 2012-05-22  Roland McGrath  <roland@hack.frob.com>
33912         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
33913         (PREPARE_VERSION): Just use assert instead, it will be elided
33914         under [NDEBUG] anyway.
33916 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33918         * sysdeps/unix/sysv/linux/Makefile: Include
33919         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
33920         (sysdep_routines): Remove sysctl.
33921         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
33922         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
33923         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
33924         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
33925         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
33927 2012-05-22  Andreas Jaeger  <aj@suse.de>
33929         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
33930         that pseudo_end is just ret and the stack pointer is correct also
33931         for static library in error case.
33933 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
33935         [BZ #14122]
33936         * nss/nsswitch.c (defconfig_entries): New variable.
33937         (__nss_database_lookup): Don't leak defconfig entries.
33938         (nss_parse_service_list): Don't leak on error paths.
33939         (free_database_entries): New function.
33940         (free_defconfig): New function.
33941         (free_mem): Move common code to free_database_entries.
33943 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33945         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
33946         Add arch_prctl.
33947         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
33949         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33950         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
33951         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
33952         New macro.
33953         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
33954         (INTERNAL_SYSCALL_TYPES): Likewise.
33955         (LOAD_ARGS_TYPES_[1-6]): Likewise.
33956         (LOAD_REGS_TYPES_[1-6]): Likewise.
33957         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
33958         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
33960 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33962         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
33963         copysignl for GLIBC_2_0.
33964         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
33965         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
33966         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
33967         logbl for GLIBC_2_0.
33968         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
33969         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
33971 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33973         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
33974         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
33976         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33977         Use "neg %eax".
33979         * time/mktime.c: Update copyright years.
33981 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33983         mktime: merge comment-quoting-style change from gnulib
33984         * time/mktime.c: Quote 'like this' in comments.
33985         The GNU coding standards suggest that we no longer quote `like this',
33986         as "`" and "'" are typically rendered asymmetrically nowadays.
33987         The typical gnulib style is to quote 'like this' when quoting
33988         code, and "like this" when quoting English.
33990         * time/mktime.c (compile-command): Add "-I.".
33992         mktime: merge mktime-internal.h change from gnulib
33993         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
33995         mktime: merge time_r change from gnulib
33996         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
33998         mktime: merge DEBUG change from gnulib
33999         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34000         case system <time.h> has a #define.
34002         mktime: merge <sys/types.h> change from gnulib
34003         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34004         since <time.t> is now guaranteed to define time_t.
34006         mktime: merge HAVE_CONFIG_H change from gnulib
34007         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34009 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34011         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34012         Use "neg %eax".
34014         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34015         __rlim_t cast.
34016         (struct rusage): Use anonymous union to pad each field to
34017         __syscall_slong_t.
34019 2012-05-21  David S. Miller  <davem@davemloft.net>
34021         * Makefules (o-iterator): Remove .s cases.
34022         (compile-command.s): Delete.
34023         (COMPILE.s): Delete.
34024         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34026 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34028         * configure.in (libc_cv_predef_stack_protector): Only consider
34029         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34030         * configure: Regenerated.
34032 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34034         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34035         New macro.  Use R*LP on int and pointer.
34036         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34037         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34038         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34039         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34041         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34042         [__WORDSIZE_TIME64_COMPAT32] instead of
34043         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34044         (struct utmp): Likewise.
34045         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34046         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34047         Renamed to ...
34048         (__WORDSIZE_TIME64_COMPAT32): This.
34049         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34050         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34051         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34052         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34053         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34054         (__WORDSIZE_TIME64_COMPAT32): New macro.
34056 2012-05-21  Andreas Jaeger  <aj@suse.de>
34058         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34059         only if [SHARED]. Add prototype for __wcschr_ia32.
34061 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34063         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34064         of %rbp unmolested in the jmp_buf while mangling the low bits.
34065         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34066         unmolested high bits of %rbp while demangling the low bits.
34067         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34069 2012-05-21  Andreas Jaeger  <aj@suse.de>
34071         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34072         * sunrpc/svc_simple.c: Use it for registerrpc.
34073         * sunrpc/xcrypt.c: Use it for passwd2des.
34075         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34077 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34079         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34080         Don't define if [__SYSCALL_WORDSIZE != 32].
34081         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34082         New macro.
34084 2012-05-21  Bruno Haible  <bruno@clisp.org>
34085             Andreas Jaeger  <aj@suse.de>
34087         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34088         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34089         inptr and inend for must_buffer_ch.
34090         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34091         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34092         * stdio-common/Makefile (tests): Remove bug15.
34093         (bug15-ENV): Remove macro.
34094         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34095         anymore.
34097 2012-05-19  Andreas Jaeger  <aj@suse.de>
34098             Roland McGrath  <roland@hack.frob.com>
34100         * manual/contrib.texi: Completely rewritten. It contains now an
34101         alphabetical list of contributors and their contributions.
34103 2012-05-21  Richard Henderson  <rth@twiddle.net>
34105         * misc/getauxval.c (__getauxval): Use unsigned long int.
34106         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34107         (getauxval): Use unsigned long int.
34109 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34111         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34113 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34115         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34116         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34117         __alignof__ (long double).
34119 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34123 2012-05-20  Richard Henderson  <rth@twiddle.net>
34125         * misc/getauxval.c: New file.
34126         * misc/sys/auxv.h: New file.
34127         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34128         (routines): Add getauxval.
34129         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34130         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34131         * elf/dl-sysdep.c (_dl_auxv): Remove.
34132         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34133         * elf/dl-support.c (_dl_auxv): New variable.
34134         (_dl_aux_init): Initialize it.
34135         * manual/startup.texi (Auxiliary Vector): New node.
34136         * sysdeps/generic/bits/hwcap.h: New file.
34137         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34138         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34139         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34140         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34141         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34142         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34144         Update.
34145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34146         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34148         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34149         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34150         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34151         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34152         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34154 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34158 2012-05-19  David S. Miller  <davem@davemloft.net>
34160         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34162 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34164         [BZ #14123]
34165         * math/s_ccosh.c: Include <float.h>
34166         (__ccosh): Avoid internal overflow calculating sinh and cosh
34167         values before multiplying by sin and cos values.
34168         * math/s_ccoshf.c: Likewise.
34169         * math/s_ccoshl.c: Likewise.
34170         * math/s_csin.c: Likewise.
34171         * math/s_csinf.c: Likewise.
34172         * math/s_csinl.c: Likewise.
34173         * math/s_csinh.c: Likewise.
34174         * math/s_csinhf.c: Likewise.
34175         * math/s_csinhl.c: Likewise.
34176         * math/libm-test.inc (ccos_test): Add more tests.
34177         (ccosh_test): Likewise.
34178         (csin_test): Likewise.
34179         (csinh_test): Likewise.
34180         * sysdeps/i386/fpu/libm-test-ulps: Update.
34181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34183 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34185         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34186         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34188         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34190 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34192         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34193         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34194         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34195         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34196         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34197         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34198         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34199         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34200         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34201         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34202         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34203         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34204         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34205         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34206         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34207         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34208         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34209         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34210         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34211         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34212         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34213         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34214         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34215         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34216         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34217         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34218         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34219         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34220         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34221         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34222         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34224 2012-05-18  Andreas Jaeger  <aj@suse.de>
34226         * csu/.gitignore: Delete.
34228 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34230         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34231         (timex): Use __syscall_slong_t.
34233 2012-05-18  Andreas Jaeger  <aj@suse.de>
34234             Carlos O'Donell  <carlos_odonell@mentor.com>
34236         * manual/install.texi (Configuring and compiling): Update
34237         description about files modified in the source directory.
34238         * INSTALL: Regenerated.
34240 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34242         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34243         value.  Use "or" to set return value to -1.
34244         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34245         negate return value.
34247 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34249         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34250         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34251         failure if the compiler has Graphite support disabled.
34252         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34253         Likewise.
34254         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34255         (CFLAGS-memmove.c): Likewise.
34256         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34257         Likewise.
34259 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34261         * sysdeps/x86_64/x32/_itoa.h: New file.
34263         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34264         getdents system call only if kernel and user dirents have the
34265         same d_ino and d_off.
34267         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34268         LLONG_MAX != LONG_MAX.
34269         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34270         (_fitoa_word): Likewise.
34272         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34273         years.
34274         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34275         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34276         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34278         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34279         include <bits/wordsize.h>.  Check __x86_64__ instead of
34280         __WORDSIZE.
34281         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34282         if __x86_64__ is defined.  Use anonymous union on fpstate.
34284         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34285         anonymous union.
34287 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34289         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34290         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34291         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34292         Refer to _rtld_local_ro instead of _rtld_global_ro.
34293         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34294         Likewise.
34295         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34296         Likewise.
34297         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34298         Likewise.
34299         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34300         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34301         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34303         * sysdeps/powerpc/powerpc32/dl-machine.c
34304         (__elf_machine_runtime_setup) [PROF]: Don't reference
34305         _dl_prof_resolve.
34307 2012-05-18  Andreas Jaeger  <aj@suse.de>
34309         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34310         function only available for GCCs before 3.4 since GCC 3.4
34311         introduced a builtin.
34312         (lrint): Likewise.
34313         (llrintf): Likewise.
34314         (llrint): Likewise.
34315         (fmaxf): Likewise.
34316         (fmax): Likewise.
34317         (fminf): Likewise.
34318         (fmin): Likewise.
34319         (rint): Likewise.
34320         (rintf): Likewise.
34321         (nearbyint): Likewise.
34322         (nearbyintf): Likewise.
34323         (ceil): Likewise.
34324         (ceilf): Likewise.
34325         (floor): Likewise.
34326         (floorf): Likewise.
34328 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34330         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34331         on both fields and cast pointer to __syscall_ulong_t.
34333         * bits/types.h (__fsword_t): New type.
34334         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34335         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34336         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34337         (__FSWORD_T_TYPE): Likewise.
34338         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34339         (__FSWORD_T_TYPE): Likewise.
34340         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34341         (__FSWORD_T_TYPE): Likewise.
34342         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34343         (__FSWORD_T_TYPE): Likewise.
34344         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34345         __SWORD_TYPE with __fsword_t.
34346         (statfs64): Likewise.
34348 2012-05-17  David S. Miller  <davem@davemloft.net>
34350         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34352 2012-05-17  Andreas Jaeger  <aj@suse.de>
34354         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34355         warning.
34357 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34359         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34361 2012-05-17  Andreas Jaeger  <aj@suse.de>
34363         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34364         when it is used.
34366 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34368         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34370 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34372         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34373         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34375 2012-05-17  Andreas Jaeger  <aj@suse.de>
34376             Carlos O'Donell  <carlos_odonell@mentor.com>
34378         [BZ #14059]
34379         * sysdeps/x86_64/multiarch/init-arch.h
34380         (bit_YMM_Usable): Rename to...
34381         (bit_AVX_Usable): ... this.
34382         (bit_FMA4_Usable): New macro.
34383         (bit_XMM_state): New macro.
34384         (bit_YMM_state): New macro.
34385         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34386         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34387         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34388         (CPUID_OSXSAVE): New macro.
34389         (CPUID_AVX): New macro.
34390         (CPUID_FMA4): New macro.
34391         (index_YMM_Usable): Rename to...
34392         (index_AVX_Usable): ... this.
34393         (HAS_AVX): Use HAS_ARCH_FEATURE.
34394         (HAS_FMA4): Likewise.
34395         (HAS_YMM_USABLE): Remove.
34396         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34397         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34398         are present.
34399         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34400         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34401         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34402         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34403         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34405 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34407         * math/libm-test.c: Support platforms without multiple rounding modes.
34408         * math/bug-nextafter.c: Support platforms without FP exceptions.
34409         * math/bug-nexttoward.c: Likewise.
34410         * math/test-fenv.c: Likewise.
34411         * math/test-misc.c: Likewise.
34412         * stdlib/bug-getcontext.c: Likewise.
34414 2012-05-17  Andreas Jaeger  <aj@suse.de>
34416         * manual/examples/search.c (critter_cmp): Change signature to
34417         avoid warnings.
34418         * manual/string.texi (Collation Functions): Likewise.
34420 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34422         * bits/types.h: Fold copyright years.
34423         * bits/typesizes.h: Likewise.
34424         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
34425         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34426         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
34427         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
34428         * time/time.h: Likewise.
34430 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
34432         [BZ #208]
34433         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
34434         in instead of returning them.  Return void.
34435         (__libc_mallinfo): Accumulate over all arenas.
34436         (__malloc_stats): Adjust for change in int_mallinfo interface.
34438 2012-05-16  Roland McGrath  <roland@hack.frob.com>
34440         [BZ #10375]
34441         * configure.in (NM): Add AC_CHECK_TOOL for it.
34442         (libc_extra_cflags): New substituted variable.
34443         Check for -fstack-protector being used implicitly.
34444         * configure: Regenerated.
34445         * config.make.in (config-extra-cflags): New variable,
34446         gets @libc_extra_cflags@.
34447         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
34449         [BZ #10375]
34450         * configure.in: Check for _FORTIFY_SOURCE being predefined.
34451         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
34452         * configure: Regenerated.
34453         * config.make.in (CPPUNDEFS): New substituted variable.
34454         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
34455         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
34456         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
34458 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34460         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
34461         (mq_attr): Use __syscall_slong_t.
34463 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34465         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
34466         Check __x86_64__ instead of __WORDSIZE.
34467         (_STAT_VER_LINUX): Likewise.
34468         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
34469         __syscall_ulong_t and __syscall_slong_t.
34470         (stat64): Likewise.
34472 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34474         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
34476 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34478         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
34480 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34482         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
34483         __syscall_ulong_t.
34485         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
34486         include <bits/wordsize.h>.  Check __x86_64__ instead of
34487         __WORDSIZE.
34488         (greg_t): Use "__extension__ long long int" if __x86_64__ is
34489         defined.
34490         (mcontext_t): Replace "unsigned long" with "unsigned long long".
34492         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
34493         include <bits/wordsize.h>.  Check __x86_64__ instead of
34494         __WORDSIZE.
34495         (user_regs_struct): Use "__extension__ unsigned long long"
34496         instead of "unsigned long" if __x86_64__ is defined.
34497         (user): Likewise.  Pad after pointer field if __ILP32__ is
34498         defined.
34500 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
34502         * configure.in (makeinfo): Require version 4.5 or later.  Allow
34503         versions 5 to 9.
34504         * configure: Regenerated.
34505         * manual/install.texi (texinfo): Increase version requirement to
34506         4.5 or later.
34507         * INSTALL: Regenerated.
34509         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
34511 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34513         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
34515         * sysdeps/x86_64/x32/ffs.c: New file.
34517         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
34518         __syscall_ulong_t.
34519         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
34520         defined.  Use __syscall_ulong_t.
34521         (shminfo): Use __syscall_ulong_t.
34522         (shm_info): Likewise.
34524         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
34525         __syscall_ulong_t.
34527         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
34528         <bits/wordsize.h>.
34529         (msgqnum_t): Use __syscall_ulong_t.
34530         (msglen_t): Likewise.
34531         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
34532         __syscall_ulong_t.
34534         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
34535         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34537         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
34539         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
34540         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
34542         * sysvipc/sys/msg.h (msgbuf): Replace long int with
34543         __syscall_slong_t.
34545         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
34546         include <bits/wordsize.h>.  Check __x86_64__ instead of
34547         __WORDSIZE.
34549         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
34550         "unsigned long long int" if __x86_64__ is defined.
34551         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
34553         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
34554         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34555         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
34557         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
34558         <stdint.h>.
34559         (GET_PC): Cast to uintptr_t first.
34560         (GET_FRAME): Likewise.
34561         (GET_STACK): Likewise.
34563         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
34564         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
34565         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
34566         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
34567         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
34568         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
34569         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
34570         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
34571         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
34572         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
34573         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
34574         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
34575         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
34576         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
34577         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
34578         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
34579         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
34580         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
34581         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
34582         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
34583         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
34584         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
34585         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
34586         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
34587         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
34588         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
34589         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
34590         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
34591         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
34593 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
34595         * Makerules (+depfiles): Also collect depfiles from .oS in
34596         $(extra-objs).
34597         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
34598         .oS, $(libnldbl-routines)).
34600         * Makerules (native-compile-mkdep-flags): Define.
34601         * sunrpc/Makefile (extra-objs): Add $(addprefix
34602         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
34603         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
34604         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
34605         calling $(make-target-directory).
34607 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34609         * bits/types.h (__snseconds_t): Removed.
34610         * time/time.h (struct timespec): Replace __snseconds_t with
34611         __syscall_slong_t.
34612         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
34613         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
34614         Likewise.
34615         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34616         (__SNSECONDS_T_TYPE): Likewise.
34617         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34618         (__SNSECONDS_T_TYPE): Likewise.
34619         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34620         (__SNSECONDS_T_TYPE): Likewise.
34622 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34624         * sysdeps/mach/hurd/bits/typesizes.h
34625         (__SYSCALL_SLONG_TYPE): New macro.
34626         (__SYSCALL_ULONG_TYPE): Likewise.
34628 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34630         * bits/types.h (__syscall_slong_t): New type.
34631         (__syscall_ulong_t): Likewise.
34633         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
34634         (__SYSCALL_ULONG_TYPE): Likewise.
34635         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34636         (__SYSCALL_SLONG_TYPE): Likewise.
34637         (__SYSCALL_ULONG_TYPE): Likewise.
34638         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34639         (__SYSCALL_SLONG_TYPE): Likewise.
34640         (__SYSCALL_ULONG_TYPE): Likewise.
34641         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34642         (__SYSCALL_SLONG_TYPE): Likewise.
34643         (__SYSCALL_ULONG_TYPE): Likewise.
34645 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34647         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
34648         Add sigaltstack-offsets.sym.
34649         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
34650         <sigaltstack-offsets.h>.
34651         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
34652         longjmp_msg pointer.
34653         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
34654         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
34655         signal stack.
34656         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
34658 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34660         * elf/stackguard-macros.h: Remove file.
34661         * sysdeps/generic/stackguard-macros.h: New file.
34662         * sysdeps/i386/stackguard-macros.h: Likewise.
34663         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
34664         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
34665         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
34666         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
34667         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
34668         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
34669         * sysdeps/x86_64/stackguard-macros.h: Likewise.
34670         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
34671         <elf/stackguard-macros.h>.
34673         [BZ #14109]
34674         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
34675         __aligned__ in attribute.
34676         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
34677         (gregset_t): Likewise.
34679 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34681         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
34682         * sysdeps/x86_64/64/Implies-after: Here.  New file.
34683         * sysdeps/x86_64/x32/Implies-after: New file.
34685 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34687         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
34688         and access return value for _dl_profile_fixup.  Use R10_LP to
34689         load frame size.
34691 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34693         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
34695 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34697         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
34698         * sysdeps/x86_64/x32/sysdep.h: New file.
34700 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34702         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
34703         * sysdeps/x86_64/setjmp.S: Likewise.
34705 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34707         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
34708         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
34709         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
34710         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
34711         remove unused global constant.
34713 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
34715         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
34716         include of <not-cancel.h>.
34718 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34720         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
34722 2012-05-15  Jeff Law  <law@redhat.com>
34723             Andreas Jaeger  <aj@suse.de>
34725         [BZ #13594]
34726         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
34727         out from...
34728         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
34729         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
34730         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
34731         code changing __hst_map_handle.map.
34733 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34735         * configure.in (sysnames): Look for Implies-before and Implies-after
34736         files.
34737         * configure: Regenerated.
34739 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34741         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
34742         8-byte data alignment with LP_SIZE alignment.
34744 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34746         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
34747         into R10_LP.
34749 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34751         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
34753 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34755         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
34756         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
34757         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
34758         Likewise.
34759         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34761 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34763         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
34764         (stackinfo_sub_sp): Likewise.
34766 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34768         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
34769         RAX_LP.
34771 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34773         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
34774         into R*_LP.
34776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34778         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
34779         sizes into R*_LP.
34781 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34783         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
34785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34787         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
34788         into R11_LP and load __x86_64_shared_cache_size_half into
34789         R8_LP.
34791 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34793         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
34794         R8_LP.
34796 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34798         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
34799         logb for POWER7.
34800         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
34801         logbf for POWER7.
34802         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
34803         logbl for POWER7.
34804         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
34805         powerpc32/power7/fpu/s_logb.c via #include.
34806         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
34807         powerpc32/power7/fpu/s_logbf.c via #include.
34808         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
34809         powerpc32/power7/fpu/s_logbl.c via #include.
34811 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34813         * README.libm: Remove file.
34815 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34817         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
34818         count for x32.  Use R*_LP and omit operand-size suffix.
34820 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34822         * shlib-versions: Move x86_64-.*-linux.* entries to ...
34823         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
34824         * sysdeps/x86_64/x32/shlib-versions: New file.
34826 2012-05-14  Roland McGrath  <roland@hack.frob.com>
34828         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
34829         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
34830         Use _dl_fatal_printf instead.
34832 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34834         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
34835         set if not set by the user.  Do not allow for being unset.
34836         * sysdeps/unix/sysv/linux/configure: Regenerated.
34838 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34840         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
34841         the `q' suffix from lea and replace .quad with ASM_ADDR.
34843 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34845         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
34846         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
34847         instead of $17.
34848         (PTR_DEMANGLE): Likewise.
34850 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34852         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
34853         (LP_OP): Likewise.
34854         (ASM_ADDR): Likewise.
34855         (RAX_LP): Likewise.
34856         (RBP_LP): Likewise.
34857         (RBX_LP): Likewise.
34858         (RCX_LP): Likewise.
34859         (RDI_LP): Likewise.
34860         (RSI_LP): Likewise.
34861         (RSP_LP): Likewise.
34862         (R8_LP): Likewise.
34863         (R9_LP): Likewise.
34864         (R10_LP): Likewise.
34865         (R10_LP): Likewise.
34866         (R11_LP): Likewise.
34867         (R12_LP): Likewise.
34868         (R13_LP): Likewise.
34869         (R14_LP): Likewise.
34870         (R15_LP): Likewise.
34872 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34874         * sysdeps/x86_64/x32/dl-machine.h: New file.
34876 2012-05-14  Andreas Jaeger  <aj@suse.de>
34878         * manual/Makefile (subdir): Remove export of subdir.
34879         (all): Remove target.
34880         (.PHONY): Remove all from list.
34881         (mkinstalldirs): Remove.
34882         (.PHONY): Remove installdirs from list.
34883         ($(inst_infodir)/libc.info): Use make-target-directory.
34884         (installdirs): Remove.
34885         (subdir_%): Remove.
34886         (glibc-targets): Remove.
34887         (lib): Remove.
34888         (stubs): Remove.
34889         ($(objpfx)stubs ../po/manual.pot): Remove.
34890         ($(objpfx)stamp%): Remove.
34891         (make-target-directory): Remove.
34892         (subdir_install): Remove.
34893         (routines): Remove.
34894         (aux): Remove.
34895         (sources): Remove.
34896         (objects): Remove.
34897         (headers): Remove.
34899         [BZ #13750]
34900         * manual/.gitignore: Remove, it's not needed anymore.
34901         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
34902         all files in it.
34903         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
34904         directory.
34905         (texis): Renamed to $(objpfx)texis.
34906         (texis-path): New, contains path to generated files.
34907         (chapters.%): Use texis-path for complete path, add extra argument
34908         libc-texinfo.sh.
34909         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
34910         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
34911         (summary,texi, stamp-summary): Use complete path of
34912         files. Generate files in build dir.
34913         (dir-add.texi): Build in build dir.
34914         (libm-err.texi,stamp-libm-err): Likewise.
34915         (version.texi, stamp-version): Likewise.
34916         (.%c.texi): Likewise.
34917         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
34918         (mostlyclean): Remove target.
34919         (realclean): Remove target.
34920         (generated): Add new variable with contents from mostlyclean and
34921         realclean, remove entries duplicated in common-mostlyclean, add
34922         stamp-libm-err and stamp-version.
34923         (generated-dirs): Add libc directory.
34924         ($(inst_infodir)/libc.info): Install files from build dir.
34926         * manual/install.texi (Configuring and compiling): Adjust since
34927         the info files are not part of the tar ball anymore.
34929 2012-05-14  Andreas Jaeger  <aj@suse.de>
34931         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
34932         variable.
34934 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34936         [BZ #13717]
34937         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34938         to 2.2.0 where earlier.
34939         * sysdeps/unix/sysv/linux/configure: Regenerated.
34940         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
34941         Remove conditional code.
34942         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
34943         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
34944         Remove conditional code.
34945         [!__NR_lchown]: Likewise.
34946         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34947         [__NR_lchown]: Likewise.
34948         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
34949         comment referencing __ASSUME_LCHOWN_SYSCALL.
34950         * sysdeps/unix/sysv/linux/i386/sigaction.c
34951         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
34952         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
34953         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
34954         Remove conditional code.
34955         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
34956         (__protocol_available): Remove #if 0 code.
34957         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
34958         conditional code.
34959         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
34960         * sysdeps/unix/sysv/linux/kernel-features.h
34961         (__ASSUME_GETCWD_SYSCALL): Don't define.
34962         (__ASSUME_REALTIME_SIGNALS): Likewise.
34963         (__ASSUME_PREAD_SYSCALL): Likewise.
34964         (__ASSUME_PWRITE_SYSCALL): Likewise.
34965         (__ASSUME_POLL_SYSCALL): Likewise.
34966         (__ASSUME_LCHOWN_SYSCALL): Likewise.
34967         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
34968         non-SPARC.
34969         (__ASSUME_SIOCGIFNAME): Don't define.
34970         (__ASSUME_MSG_NOSIGNAL): Likewise.
34971         (__ASSUME_SENDFILE): Define unconditionally.
34972         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
34973         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
34974         conditional code.
34975         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
34976         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
34977         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34978         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34979         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
34980         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34981         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
34983         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34984         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
34986         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34987         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
34989         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34990         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
34992         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34993         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
34995         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34996         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
34998         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34999         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35001         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35002         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35004         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35005         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35006         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35007         Remove conditional code.
35008         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35009         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35010         Remove conditional code.
35011         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35012         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35013         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35014         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35015         Remove conditional code.
35016         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35017         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35018         Remove conditional code.
35019         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35020         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35021         Remove conditional code.
35022         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35023         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35024         Remove conditional code.
35025         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35026         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35027         Remove conditional code.
35028         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35029         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35030         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35031         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35032         * sysdeps/unix/sysv/linux/sigaction.c
35033         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35034         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35035         * sysdeps/unix/sysv/linux/sigpending.c
35036         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35037         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35038         * sysdeps/unix/sysv/linux/sigprocmask.c
35039         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35040         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35041         * sysdeps/unix/sysv/linux/sigsuspend.c
35042         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35043         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35044         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35045         (__libc_missing_rt_sigs): Remove.
35046         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35047         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35048         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35049         Remove conditional code.
35050         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35051         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35052         return 1.
35053         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35054         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35055         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35056         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35058 2012-05-14  Andreas Jaeger  <aj@suse.de>
35060         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35061         it's not used in glibc.
35062         (__coshm1): Likewise.
35063         (__acosh1p): Likewise.
35064         (__sgn): Likewise.
35066         * manual/string.texi (Copying and Concatenation): Add missing
35067         variable in concat example.
35068         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35070 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35072         [BZ #14103]
35073         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35074         __builtin_clzl with __builtin_clzll.
35076 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35078         [BZ #14104]
35079         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35080         libc_freeres_ptr.
35082 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35084         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35085         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35086         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35087         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35089 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35091         * NEWS: Update ia64 info.
35093 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35095         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35096         used as bcopy.
35098 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35100         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35101         * sysdeps/unix/syscalls.list (dup3): Likewise.
35102         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35103         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35105 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35107         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35108         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35110 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35112         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35113         thread pointer.
35114         (TLS_IE): Use mov/add instead of movq/addq to load thread
35115         pointer.
35116         (TLS_GD_PREFIX): New.
35117         (TLS_GD): Use it.
35119 2012-05-11  David S. Miller  <davem@davemloft.net>
35121         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35122         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35123         (_FPU_SETCW): Likewise.
35125 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35127         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35128         is 32-byte aligned.
35130 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35132         [BZ #11837]
35133         * iconvdata/gb18030.c: Update tables.
35134         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35135         characters specially.
35136         (BODY for TO_LOOP): Add encoding of missing ranges.
35138 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35140         [BZ #13673]
35141         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35142         * sysdeps/mach/hurd/dup3.c: Likewise.
35143         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35144         * sysdeps/powerpc/memmove.c:: Likewise.
35146 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35148         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35149         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35151 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35153         * elf/elf.h (R_X86_64_RELATIVE64): New.
35154         (R_X86_64_NUM): Updated.
35155         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35156         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35157         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35158         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35159         tst-quad1pie tst-quad2pie
35160         (modules-names): Add tst-quadmod1 tst-quadmod2.
35161         ($(objpfx)tst-quad1): New dependency.
35162         ($(objpfx)tst-quad2): Likewise.
35163         ($(objpfx)tst-quad1pie): Likewise.
35164         ($(objpfx)tst-quad2pie): Likewise.
35165         * sysdeps/x86_64/tst-quad1.c: New file.
35166         * sysdeps/x86_64/tst-quad1pie.c: New file.
35167         * sysdeps/x86_64/tst-quad2.c: Likewise.
35168         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35169         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35170         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35171         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35172         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35174 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35176         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35177         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35178         * streams/stropts.h (t_scalar_t): Define type.
35180         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35181         (_PATH_PRESERVE): Set to "/var/lib".
35182         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35184         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35185         instead of int.
35187         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35188         if __dir_mkfile succeeded.
35190         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35191         checking for _hurd_dtablesize.  Unlock it right after having
35192         finished _hurd_dtable allocation.
35194 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35196         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35197         * sysdeps/mach/hurd/configure: Regenerated.
35198         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35199         special-casing to...
35200         * sysdeps/gnu/configure.in: ... this new file.
35201         * sysdeps/unix/sysv/linux/configure: Regenerated.
35202         * sysdeps/gnu/configure: New generated file.
35204         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35205         for Linux: use nsec instead of usec, as well as:
35206         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35207         members of type struct timespec.
35208         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35209         New macros.
35210         (struct stat64): Likewise.
35211         (_STATBUF_ST_NSEC): New macro.
35212         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35214         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35215         __strtoul_internal rather than strtoul.
35217 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35219         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35220         and reject them.
35222 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35224         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35225         which preserves existing values.
35226         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35228 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35230         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35231         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35232         greater than FD_SETSIZE.
35234 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35236         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35237         allocated, call __vm_protect to finish enabling the existing space, and
35238         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35239         allocate the remainder.
35241 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35243         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35244         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35246 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35248         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35249         sysdeps/mach/hurd/readlink.c.
35251         * posix/tst-sysconf.c (posix_options): Only use
35252         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35253         _POSIX_SYNCHRONIZED_IO when they are defined
35254         * sysdeps/mach/hurd/bits/posix_opt.h:
35255         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35256         (_XOPEN_REALTIME): Undefine macro.
35257         (_XOPEN_REALTIME_THREADS): Undefine macro.
35258         (_XOPEN_SHM): Undefine macro.
35259         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35260         macro to -1.
35261         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35262         macro to -1.
35263         (_POSIX_ASYNC_IO): Undefine macro.
35264         (_POSIX_PRIORITIZED_IO): Undefine macro.
35265         (_POSIX_SPIN_LOCKS): Define macro to -1.
35267         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35268         SA_NODEFER, SA_RESETHAND.
35269         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35270         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35271         F_DUPFD_CLOEXEC.
35273 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35275         * elf/Makefile (pldd-modules): Define unconditionally.
35277 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35279         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35281 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35283         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35284         Return ENOENT when name is empty.
35285         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35287 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35289         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35291         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35293 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35295         Fix mlock in all cases except non-readable pages.
35296         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35297         instead of VM_PROT_ALL as parameter to __vm_wire function.
35299         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35300         (__mkdir): When path is `/', just fail with EEXIST.
35301         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35303 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35305         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35306         <sys/uio.h> (for writev).
35307         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35308         and <sys/param.h> (for MIN).
35310 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35312         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35313         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35314         if interrupted.
35316 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35318         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35319         Depend on against $(link-rpcuserlibs).
35321 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35323         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35324         (__libc_stack_end): Do not use attribute_relro.
35325         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35326         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35327         to libthread-provided value.
35328         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35329         attribute_relro.
35331 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35333         [BZ #3748]
35334         * bits/libc-lock.h (__libc_once_get): New macro.
35335         * sysdeps/mach/bits/libc-lock.h: Likewise.
35336         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35337         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35338         instead of using implementation details.
35340         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35341         * libio/freopen.c: Likewise.
35342         * libio/freopen64.c: Likewise.
35343         * misc/syslog.c: Likewise.
35344         * nscd/connections.c: Likewise.
35345         * nscd/netgroupcache.c: Likewise.
35346         * sysdeps/posix/getcwd.c: Likewise.
35348 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35350         * math/w_ilogbf.c: Add #include <limits.h>.
35352 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35354         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35355         path instead of returning without unlocking.
35357         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35358         immediate-write ioctls.
35359         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35361 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35363         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35364         __builtin_frame_address instead of making assumptions about the
35365         location of the return address relative to DATA.  Force early load of
35366         the return address.
35367         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35368         __builtin_frame_address.
35370         dup3 for GNU Hurd.
35371         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35372         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35373         implement dup3 and do some further code clean-ups.
35374         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35375         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35377 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35379         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35381         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35382         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35383         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35384         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35385         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35386         d->port.lock.
35388         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35389         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35390         when handler == SIG_ERR, not when handler != SIG_ERR.
35392 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35394         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35395         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35396         definitions.
35398         accept4 for GNU Hurd.
35399         * include/sys/socket.h (__libc_accept4): New prototype.
35400         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35401         to implement __libc_accept4.
35402         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35403         __libc_accept4.
35404         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35406         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35407         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35408         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35409         signal-defines.sym.
35411 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35413         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35415 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35417         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
35418         assertion on O_CLOEXEC flag.
35419         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
35420         * hurd/intern-fd.c: Likewise.
35421         * hurd/port2fd.c: Likewise.
35423 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35425         [BZ #3906]
35426         * bits/in.h (IPV6_PKTINFO): Define new macro.
35427         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
35429 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35431         [BZ #13954]
35432         [BZ #13955]
35433         [BZ #13956]
35434         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
35435         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35436         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
35437         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35438         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35439         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35440         * math/libm-test.inc (logb_test) : Additional logb tests.
35442 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
35443             Andreas Jaeger  <aj@suse.de>
35445         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
35446         * configure: Regenerated.
35447         * config.h.in (LINK_OBSOLETE_RPC): New macro.
35448         * config.make.in (link-obsolete-rpc): New substituted variable.
35449         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
35450         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
35451         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35452         (shared-only-routines): Don't set it under [link-obsolete-rpc],
35453         so that libc.a contains the symbols.
35454         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35455         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
35456         * sunrpc/auth_none.c: Likewise.
35457         * sunrpc/auth_unix.c: Likewise.
35458         * sunrpc/authdes_prot.c: Likewise.
35459         * sunrpc/authuxprot.c: Likewise.
35460         * sunrpc/clnt_gen.c: Likewise.
35461         * sunrpc/clnt_perr.c: Likewise.
35462         * sunrpc/clnt_raw.c: Likewise.
35463         * sunrpc/clnt_simp.c: Likewise.
35464         * sunrpc/clnt_tcp.c: Likewise.
35465         * sunrpc/clnt_udp.c: Likewise.
35466         * sunrpc/clnt_unix.c: Likewise.
35467         * sunrpc/des_crypt.c: Likewise.
35468         * sunrpc/des_soft.c: Likewise.
35469         * sunrpc/get_myaddr.c: Likewise.
35470         * sunrpc/key_call.c: Likewise.
35471         * sunrpc/key_prot.c: Likewise.
35472         * sunrpc/netname.c: Likewise.
35473         * sunrpc/pm_getmaps.c: Likewise.
35474         * sunrpc/pm_getport.c: Likewise.
35475         * sunrpc/pmap_clnt.c: Likewise.
35476         * sunrpc/pmap_prot.c: Likewise.
35477         * sunrpc/pmap_prot2.c: Likewise.
35478         * sunrpc/pmap_rmt.c: Likewise.
35479         * sunrpc/publickey.c: Likewise.
35480         * sunrpc/rpc_cmsg.c: Likewise.
35481         * sunrpc/rpc_common.c: Likewise.
35482         * sunrpc/rpc_dtable.c: Likewise.
35483         * sunrpc/rpc_prot.c: Likewise.
35484         * sunrpc/rpc_thread.c: Likewise.
35485         * sunrpc/rtime.c: Likewise.
35486         * sunrpc/svc.c: Likewise.
35487         * sunrpc/svc_auth.c: Likewise.
35488         * sunrpc/svc_raw.c: Likewise.
35489         * sunrpc/svc_run.c: Likewise.
35490         * sunrpc/svc_tcp.c: Likewise.
35491         * sunrpc/svc_udp.c: Likewise.
35492         * sunrpc/svc_unix.c: Likewise.
35493         * sunrpc/svcauth_des.c: Likewise.
35494         * sunrpc/xcrypt.c: Likewise.
35495         * sunrpc/xdr.c: Likewise.
35496         * sunrpc/xdr_array.c: Likewise.
35497         * sunrpc/xdr_float.c: Likewise.
35498         * sunrpc/xdr_intXX_t.c: Likewise.
35499         * sunrpc/xdr_mem.c: Likewise.
35500         * sunrpc/xdr_rec.c: Likewise.
35501         * sunrpc/xdr_ref.c: Likewise.
35502         * sunrpc/xdr_sizeof.c: Likewise.
35503         * sunrpc/xdr_stdio.c: Likewise.
35505 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35507         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
35508         change.  Update copyright years.
35510 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35512         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
35514 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
35515             Joseph Myers  <joseph@codesourcery.com>
35516             Paul Pluzhnikov  <ppluzhnikov@google.com>
35518         [BZ #14012]
35519         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
35520         requiring rpcgen.
35521         [cross-compiling] (extra-libs): Likewise.
35522         [cross-compiling] (extra-libs-others): Likewise.
35523         [cross-compiling] (librpcsvc-routines): Likewise.
35524         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
35525         [cross-compiling] (omit-deps): Likewise.
35526         (sunrpc-CPPFLAGS): New variable.
35527         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
35528         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
35529         (cross-rpcgen-objs): New variable.
35530         (extra-objs): Append $(cross-rpcgen-objs).
35531         ($(cross-rpcgen-objs)): New rule.
35532         ($(objpfx)cross-rpcgen): Likewise.
35533         (rpcgen-cmd): Define to use $(built-program-file).  Expand
35534         comment.
35535         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
35536         ($(objpfx)x%.stmp): Likewise.
35537         * sunrpc/proto.h [IS_IN_build] (_): Define.
35538         [IS_IN_build] (_libc_intl_domainname): Likewise.
35540 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35542         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
35543         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
35544         and R_X86_64_TPOFF64.
35546 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35548         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
35549         sysdeps/unix/sysv/syscalls.list.
35550         (stime): Likewise.
35551         (utime): Likewise.
35552         * sysdeps/unix/sysv/syscalls.list: Remove file.
35554 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
35556         [BZ #3440]
35557         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
35558         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
35559         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
35560         (__LC_IDENTIFICATION): Make these macros useful in #if
35561         expressions, as required by C99.
35563 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
35565         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
35566         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
35567         after this.
35569 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
35571         * stdlib/longlong.h: Updated from GCC.
35573 2012-05-09  Andreas Jaeger  <aj@suse.de>
35575         * nscd/nscd.c (run_modes): Make named enum, reorder so that
35576         default is first entry.
35577         (run_mode): Set type.
35578         (main): Remove informal message about syslog.
35579         (options): Fix typo.
35581         [BZ #14053]
35582         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
35583         to asm.
35584         (lrint): Likewise.
35585         (llrintf): Likewise.
35586         (llrint): Likewise.
35587         (rint): Likewise.
35588         (rintf): Likewise.
35589         (nearbyint): Likewise.
35590         (nearbyintf): Likewise.
35592 2012-05-09  Andreas Jaeger  <aj@suse.de>
35593             Pedro Alves  <palves@redhat.com>
35595         * nscd/nscd.c (run_mode): Use enum.
35596         (main): Cleanup coding style issue.
35598 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
35599             Andreas Jaeger  <aj@suse.de>
35601         * nscd/nscd.c (go_background): Replaced with...
35602         (run_mode): ... this.
35603         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
35604         (options): Add -F --foreground.
35605         (main): Implement it.
35606         (parse_opt): Parse it.
35608 2012-05-09  Andreas Jaeger  <aj@suse.de>
35610         [BZ #14083]
35611         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
35612         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
35613         -Wconversion warning.
35614         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
35615         Likewise.
35617 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
35619         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
35620         == 0.
35621         (LC_ALL): Use macro-int-constant.
35622         (LC_COLLATE): Likewise.
35623         (LC_CTYPE): Likewise.
35624         (LC_MESSAGES): Likewise.
35625         (LC_MONETARY): Likewise.
35626         (LC_NUMERIC): Likewise.
35627         (LC_TIME): Likewise.
35628         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
35629         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35630         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35631         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
35632         Specify type.
35633         [C99-based standards] (float_t): Expect type.
35634         [C99-based standards] (double_t): Expect type.
35635         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
35636         type.
35637         [C99-based standards] (HUGE_VALL): Likewise.
35638         [C99-based standards] (INFINITY): Likewise.
35639         [C99-based standards] (NAN): Likewise.
35640         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
35641         [C99-based standards] (FP_NAN): Likewise.
35642         [C99-based standards] (FP_NORMAL): Likewise.
35643         [C99-based standards] (FP_SUBNORMAL): Likewise.
35644         [C99-based standards] (FP_ZERO): Likewise.
35645         [C99-based standards] (FP_FAST_FMA): Use
35646         optional-macro-int-constant.  Specify type.  Require == 1.
35647         [C99-based standards] (FP_FAST_FMAF): Likewise.
35648         [C99-based standards] (FP_FAST_FMAL): Likewise.
35649         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
35650         [C99-based standards] (FP_ILOGBNAN): Likewise.
35651         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
35652         Specify type.
35653         [C99-based standards] (MATH_ERREXCEPT): Likewise.
35654         [C99-based standards] (math_errhandling): Specify type.
35655         [ISO99 || ISO11] (signgam): Do not allow.
35656         [non-C99-based standards] (copysignf): Do not allow.
35657         [non-C99-based standards] (exp2f): Likewise.
35658         [non-C99-based standards] (log2f): Likewise.
35659         [non-C99-based standards] (modff): Allow.
35660         [non-C99-based standards] (erff): Do not allow.
35661         [non-C99-based standards] (erfcf): Likewise.
35662         [non-C99-based standards] (gammaf): Likewise.
35663         [non-C99-based standards] (hypotf): Likewise.
35664         [non-C99-based standards] (j0f): Likewise.
35665         [non-C99-based standards] (j1f): Likewise.
35666         [non-C99-based standards] (jnf): Likewise.
35667         [non-C99-based standards] (lgammaf): Likewise.
35668         [non-C99-based standards] (tgammaf): Likewise.
35669         [non-C99-based standards] (y0f): Likewise.
35670         [non-C99-based standards] (y1f): Likewise.
35671         [non-C99-based standards] (ynf): Likewise.
35672         [non-C99-based standards] (isnanf): Likewise.
35673         [non-C99-based standards] (acoshf): Likewise.
35674         [non-C99-based standards] (asinhf): Likewise.
35675         [non-C99-based standards] (atanhf): Likewise.
35676         [non-C99-based standards] (cbrtf): Likewise.
35677         [non-C99-based standards] (expm1f): Likewise.
35678         [non-C99-based standards] (ilogbf): Likewise.
35679         [non-C99-based standards] (log1pf): Likewise.
35680         [non-C99-based standards] (logbf): Likewise.
35681         [non-C99-based standards] (nextafterf): Likewise.
35682         [non-C99-based standards] (remainderf): Likewise.
35683         [non-C99-based standards] (rintf): Likewise.
35684         [non-C99-based standards] (scalbf): Likewise.
35685         [non-C99-based standards] (copysignl): Likewise.
35686         [non-C99-based standards] (exp2l): Likewise.
35687         [non-C99-based standards] (log2l): Likewise.
35688         [non-C99-based standards] (modfl): Allow.
35689         [non-C99-based standards] (erfl): Do not allow.
35690         [non-C99-based standards] (erfcl): Likewise.
35691         [non-C99-based standards] (gammal): Likewise.
35692         [non-C99-based standards] (hypotl): Likewise.
35693         [non-C99-based standards] (j0l): Likewise.
35694         [non-C99-based standards] (j1l): Likewise.
35695         [non-C99-based standards] (jnl): Likewise.
35696         [non-C99-based standards] (lgammal): Likewise.
35697         [non-C99-based standards] (tgammal): Likewise.
35698         [non-C99-based standards] (y0l): Likewise.
35699         [non-C99-based standards] (y1l): Likewise.
35700         [non-C99-based standards] (ynl): Likewise.
35701         [non-C99-based standards] (isnanl): Likewise.
35702         [non-C99-based standards] (acoshl): Likewise.
35703         [non-C99-based standards] (asinhl): Likewise.
35704         [non-C99-based standards] (atanhl): Likewise.
35705         [non-C99-based standards] (cbrtl): Likewise.
35706         [non-C99-based standards] (expm1l): Likewise.
35707         [non-C99-based standards] (ilogbl): Likewise.
35708         [non-C99-based standards] (log1pl): Likewise.
35709         [non-C99-based standards] (logbl): Likewise.
35710         [non-C99-based standards] (nextafterl): Likewise.
35711         [non-C99-based standards] (remainderl): Likewise.
35712         [non-C99-based standards] (rintl): Likewise.
35713         [non-C99-based standards] (scalbl): Likewise.
35714         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35715         [non-C99-based standards] (FP_*): Do not allow.
35716         [C99-based standards] (FP_*): Change to
35717         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35718         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35719         allow.
35720         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
35721         (SIG_ERR): Likewise.
35722         [X/Open-based standards] (SIG_HOLD): Likewise.
35723         (SIG_IGN): Likewise.
35724         (SIGABRT): Use macro-int-constant.  Specify type.  Require
35725         positive value.
35726         (SIGFPE): Likewise.
35727         (SIGILL): Likewise.
35728         (SIGINT): Likewise.
35729         (SIGSEGV): Likewise.
35730         (SIGTER): Likewise.
35731         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
35732         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
35733         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
35734         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
35735         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
35736         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
35737         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
35738         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
35739         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
35740         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
35741         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
35742         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
35743         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
35744         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
35745         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
35746         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
35747         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
35748         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
35749         [X/Open-based standards] (SIGTRAP): Likewise.
35750         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
35751         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
35752         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
35753         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
35754         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35755         allow.
35757 2012-05-08  Ian Wienand  <ianw@vmware.com>
35759         [BZ #14080]
35760         * time/tzset.c (__tzset_parse_tz): Update default rules for
35761         daylight time changes in the Energy Policy Act of 2005.
35763 2012-05-09  Andreas Jaeger  <aj@suse.de>
35765         [BZ #13983]
35766         * elf/ldconfig.c (parse_conf): Change string to make clear that
35767         ldconfig only issued a warning if ld.so.conf does not exist.
35769 2012-05-08  David S. Miller  <davem@davemloft.net>
35771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
35772         movxtod instead of popping the value on the stack.
35774         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35776 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
35778         * config.h.in: Add HAVE_ARM_PCS_VFP.
35780 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
35782         [BZ #13979]
35783         * include/features.h: Warn if user requests __FORTIFY_SOURCE
35784         checking but the checks are disabled for any reason.
35786 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
35788         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
35789         and ELF64_R_TYPE with ELFW(R_TYPE).
35791 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
35793         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
35794         (ulimit): Likewise.
35796         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
35797         (settimeofday): Likewise.
35799 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
35801         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
35802         a struct th_u2 inside the union, and move tu_block/tu_code into
35803         a new th_u3 union of tu_block/tu_code inside of that.  Move
35804         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
35805         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
35806         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
35807         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
35808         (th_stuff): Change to th_u1.tu_stuff.
35809         (th_data): Define.
35810         (th_msg): Change to th_u1.th_u2.tu_data.
35812 2012-05-07  David S. Miller  <davem@davemloft.net>
35814         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35816         [BZ #14074]
35817         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
35818         (SETUP_PIC_REG): Use it.
35819         (SETUP_PIC_REG_LEAF): Use it.
35821 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
35823         [BZ #13885]
35824         [BZ #13923]
35825         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35826         USE_AS_EXPM1L.
35827         (EXPL_FINITE): Likewise.
35828         (FLDLOG): Likewise.
35829         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35830         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35831         e_expl.S.
35832         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35833         USE_AS_EXPM1L.
35834         (EXPL_FINITE): Likewise.
35835         (FLDLOG): Likewise.
35836         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35837         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35838         e_expl.S.
35839         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
35840         test of -max_value argument for long double.
35841         * sysdeps/i386/fpu/libm-test-ulps: Update.
35842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35844 2012-05-06  David S. Miller  <davem@davemloft.net>
35846         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
35847         quad soft-float symbols whose references which are compiler
35848         generated.
35849         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
35851 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
35853         [BZ #13884]
35854         [BZ #13914]
35855         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35856         USE_AS_EXP10L.
35857         (EXPL_FINITE): Likewise.
35858         (FLDLOG): Likewise.
35859         (c0): Likewise.
35860         (c1): Likewise.
35861         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35862         Adjust comments for base varying.
35863         (__expl_finite): Change alias to EXPL_FINITE.
35864         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
35865         e_expl.S.
35866         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
35867         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
35868         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
35869         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
35870         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35871         USE_AS_EXP10L.
35872         (EXPL_FINITE): Likewise.
35873         (FLDLOG): Likewise.
35874         (c0): Likewise.
35875         (c1): Likewise.
35876         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35877         Adjust comments for base varying.
35878         (__expl_finite): Change alias to EXPL_FINITE.
35879         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
35880         tests for bugs.
35881         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35883         [BZ #14064]
35884         * math/libm-test.inc (check_float_internal): Correct ulp
35885         calculation for subnormal expected results.
35887 2012-05-06  Andreas Jaeger  <aj@suse.de>
35889         * Makeconfig (+math-flags): New, set to -frounding-math.
35890         (+cflags): Add +math-flags so that all of glibc gets compiled with
35891         it.
35893         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
35895 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
35897         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
35898         Disable one test.
35900         [BZ #13787]
35901         [BZ #13922]
35902         [BZ #14036]
35903         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
35904         (__ieee754_expl): Allow for and saturate large arguments.
35905         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
35906         (u_threshold): Likewise.
35907         (__exp): Call __ieee754_exp before checking for overflow and
35908         underflow.
35909         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
35910         (u_threshold): Likewise.
35911         (__expf): Call __ieee754_expf before checking for overflow and
35912         underflow.
35913         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
35914         (u_threshold): Likewise.
35915         (__expl): Call __ieee754_expl before checking for overflow and
35916         underflow.
35917         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
35918         (__ieee754_expl): Allow for and saturate large arguments.
35919         * math/libm-test.inc (exp_test): Add another test.  Do not allow
35920         missing overflow exception on overflow.
35921         (expm1_test): Do not allow missing overflow exception on overflow.
35923         * sysdeps/i386/fpu/e_expl.c: Move to ...
35924         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
35925         rather than using inline asm.
35926         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
35927         * sysdeps/x86_64/fpu/e_expl.S: Copy from
35928         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
35930         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
35931         (nice): Likewise.
35932         (poll): Likewise.
35933         (signal): Likewise.
35934         (time): Likewise.
35935         (times): Likewise.
35937 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
35939         * sysdeps/unix/syscalls.list (adjtime): Add entry from
35940         sysdeps/unix/common/syscalls.list.
35941         (fchmod): Likewise.
35942         (fchown): Likewise.
35943         (ftruncate): Likewise.
35944         (getrusage): Likewise.
35945         (gettimeofday): Likewise.
35946         (setpgid): Likewise.
35947         (setregid): Likewise.
35948         (setreuid): Likewise.
35949         (sigaction): Likewise.
35950         (truncate): Likewise.
35951         (vhangup): Likewise.
35952         * sysdeps/unix/common/syscalls.list: Remove file.
35953         * sysdeps/unix/bsd/Implies: Don't include unix/common.
35954         * sysdeps/unix/sysv/linux/Implies: Likewise.
35956 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
35958         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
35959         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
35960         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
35961         Moved to ...
35962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
35963         Here.
35964         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
35965         to ...
35966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
35967         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
35968         to ...
35969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
35970         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
35971         to ...
35972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
35973         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
35974         to ...
35975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
35976         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
35977         to ...
35978         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
35979         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
35980         to ...
35981         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
35982         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
35983         to ...
35984         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
35985         Here.
35986         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
35987         to ...
35988         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
35989         Here.
35990         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
35991         to ...
35992         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
35993         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
35994         Moved to ...
35995         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
35996         Here.
35997         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
35998         to ...
35999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36001 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36003         * sysdeps/unix/common/bits/dirent.h: Remove file.
36004         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36006         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36007         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36008         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36009         * sysdeps/unix/bsd/isatty.c: Likewise.
36010         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36011         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36012         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36014 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36016         [BZ #13563]
36017         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36018         long double comparison inaccuracies.
36019         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36022 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36024         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36025         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36027 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36029         [BZ #14049]
36030         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36031         nonzero digits before rounding a hex value.
36032         * stdlib/tst-strtod.c (tests): Add another test.
36034 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36036         * sysdeps/s390/fpu/libm-test-ulps: Update.
36038 2012-05-03  Andreas Jaeger  <aj@suse.de>
36040         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36041         does not get optimized out.
36042         (malloc_opt_barrier): New.
36044 2012-05-03  Andreas Jaeger  <aj@suse.de>
36045             Roland McGrath  <roland@hack.frob.com>
36047         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36048         intermediate file deletion.
36049         (generated): Add .symlist files.
36051 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36053         [BZ #13775]
36054         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36055         Redirect under this condition.
36056         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36057         [__USE_GNU] (__dprintf_chk): Not under this condition.
36058         [__USE_GNU] (__vdprintf_chk): Likewise.
36059         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36060         under this condition.
36061         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36062         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36063         [__USE_XOPEN2K8] (vdprintf): Likewise.
36064         [__USE_GNU] (__dprintf_chk): Not under this condition.
36065         [__USE_GNU] (__vdprintf_chk): Likewise.
36066         [__USE_GNU] (dprintf): Likewise.
36067         [__USE_GNU] (vdprintf): Likewise.
36069 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36071         * elf/Makefile (common-generated): Set this instead of generated for
36072         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36073         $(all-built-dso)-derived lists.
36075 2012-05-03  Andreas Jaeger  <aj@suse.de>
36077         * sysdeps/i386/fpu/libm-test-ulps: Update.
36079         * FAQ: Removed.
36080         * FAQ.in: Likewise.
36081         * scripts/gen-FAQ.pl: Likewise.
36082         * manual/install.texi (Installation): Point to online location of
36083         FAQ.
36084         * Makefile (files-for-dist): Remove FAQ.
36085         (FAQ): Remove.
36087 2012-05-02  Allan McRae  <allan@archlinux.org>
36089         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36090         (LDFLAGS-reldepmod5.so): Likewise.
36091         (LDFLAGS-reldep6mod1.so): Likewise.
36092         (LDFLAGS-reldep6mod4.so): Likewise.
36093         (LDFLAGS-reldep8mod3.so): Likewise.
36094         (LDFLAGS-unload4mod1.so): Likewise.
36095         (LDFLAGS-unload4mod2.so): Likewise.
36096         (LDFLAGS-tst-initorder): Likewise.
36097         (LDFLAGS-tst-initordera2.so): Likewise.
36098         (LDFLAGS-tst-initordera3.so): Likewise.
36099         (LDFLAGS-tst-initordera4.so): Likewise.
36100         (LDFLAGS-tst-initorderb2.so): Likewise.
36101         (LDFLAGS-noload): Likewise.
36102         (LDFLAGS-next): Likewise.
36103         (LDFLAGS-order2mod1.so): Likewise.
36104         (LDFLAGS-order2mod2.so): Likewise.
36105         (LDFLAGS-tst-initorder2): Likewise.
36106         (LDFLAGS-tst-initorder2a.so): Likewise.
36107         (LDFLAGS-tst-initorder2b.so): Likewise.
36108         (LDFLAGS-tst-initorder2c.so): Likewise.
36109         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36111 2012-05-02  David S. Miller  <davem@davemloft.net>
36113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36115 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36117         [BZ #14055]
36118         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36120 2012-05-02  Andreas Jaeger  <aj@suse.de>
36122         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36123         since we manipulate rounding mode.
36124         (CPPFLAGS-test-idouble.c): Likewise.
36125         (CPPFLAGS-test-ifloat.c): Likewise.
36126         (CFLAGS-test-ldouble.c): Likewise.
36127         (CFLAGS-test-double.c): Likewise.
36128         (CFLAGS-test-float.c): Likewise.
36129         (CFLAGS-test-misc.c): Likewise.
36130         (CFLAGS-test-test-fenv.c): Likewise.
36132 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36134         [BZ #2550]
36135         [BZ #2570]
36136         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36137         comparisons to determine direction to adjust input.
36139 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36141         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36142         output to the target.
36144         * scripts/localplt.awk: New file.
36145         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36146         (check-localplt-CFLAGS): Variable removed.
36147         ($(all-built-dso:=.jmprel)): New static pattern rule.
36148         (generated): Add those targets.
36149         (localplt-built-dso): New variable.
36150         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36152         * elf/check-localplt.c: File removed.
36154         * scripts/check-execstack.awk: New file.
36155         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36156         (check-execstack-CFLAGS): Variable removed.
36157         ($(objpfx)check-execstack.h): Target removed.
36158         ($(objpfx)execstack-default): New target.
36159         (generated): Add that instead of check-execstack.h.
36160         ($(all-built-dso:=.phdr)): New static pattern rule.
36161         (generated): Add those targets.
36162         * elf/check-execstack.c: File removed.
36164         * scripts/check-textrel.awk: New file.
36165         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36166         (check-textrel-CFLAGS): Variable removed.
36167         (all-built-dso): Use := to define.o
36168         ($(all-built-dso:=.dyn)): New static pattern rule.
36169         (generated): Add those targets.
36170         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36171         * config.make.in (READELF): New substituted variable.
36172         * elf/check-textrel.c: File removed.
36174 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36176         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36177         allow.
36178         * conform/data/ctype.h-data [C99-based standards] (isblank):
36179         Expect function.
36180         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36181         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36182         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36183         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36184         Specify type.  Require positive value.
36185         (EILSEQ): Likewise.
36186         (ERANGE): Likewise.
36187         [ISO || POSIX] (EILSEQ): Do not expect.
36188         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36189         Specify type.  Require positive value.
36190         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36191         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36192         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36193         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36194         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36195         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36196         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36197         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36198         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36199         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36200         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36201         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36202         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36203         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36204         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36205         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36206         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36207         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36208         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36209         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36210         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36211         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36212         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36213         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36214         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36215         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36216         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36217         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36218         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36219         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36220         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36221         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36222         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36223         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36224         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36225         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36226         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36227         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36228         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36229         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36230         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36231         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36232         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36233         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36234         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36235         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36236         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36237         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36238         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36239         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36240         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36241         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36242         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36243         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36244         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36245         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36246         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36247         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36248         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36249         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36250         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36251         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36252         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36253         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36254         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36255         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36256         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36257         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36258         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36259         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36260         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36261         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36262         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36263         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36264         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36265         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36266         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36267         Require >= 2.
36268         (FLT_ROUNDS): Expect as macro, not constant.
36269         (FLT_MANT_DIG): Use macro-int-constant.
36270         (DBL_MANT_DIG): Likewise.
36271         (LDBL_MANT_DIG): Likewise.
36272         (FLT_DIG): Likewise.
36273         (DBL_DIG): Likewise.
36274         (LDBL_DIG): Likewise.
36275         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36276         (DBL_MIN_EXP): Likewise.
36277         (LDBL_MIN_EXP): Likewise.
36278         (FLT_MAX_EXP): Use macro-int-constant.
36279         (DBL_MAX_EXP): Likewise.
36280         (LDBL_MAX_EXP): Likewise.
36281         (FLT_MAX_10_EXP): Likewise.
36282         (DBL_MAX_10_EXP): Likewise.
36283         (LDBL_MAX_10_EXP): Likewise.
36284         (FLT_MAX): Use macro-constant.
36285         (DBL_MAX): Likewise.
36286         (LDBL_MAX): Likewise.
36287         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36288         (DBL_EPSILON): Likewise.
36289         (LDBL_EPSILON): Likewise.
36290         (FLT_MIN): Likewise.
36291         (DBL_MIN): Likewise.
36292         (LDBL_MIN): Likewise.
36293         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36294         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36295         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36296         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36297         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36298         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36299         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36300         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36301         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36302         [ISO11] (FLT_TRUE_MIN): Likewise.
36303         [ISO11] (LDBL_TRUE_MIN): Likewise.
36304         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36305         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36306         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36307         (SCHAR_MAX): Likewise.
36308         (UCHAR_MAX): Likewise.
36309         (CHAR_MIN): Likewise.
36310         (CHAR_MAX): Likewise.
36311         (MB_LEN_MAX): Use macro-int-constant.
36312         (SHRT_MIN): Use macro-int-constant.  Specify type.
36313         (SHRT_MAX): Likewise.
36314         (USHRT_MAX): Likewise.
36315         (INT_MAX): Likewise.
36316         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36317         bound negative.
36318         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36319         bound with "U".
36320         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36321         bound with "L".
36322         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36323         bound negative.  Suffix upper bound with "L".
36324         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36325         bound with "UL".
36326         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36327         Specify type.
36328         [C99-based standards] (LLONG_MAX): Likewise.
36329         [C99-based standards] (ULLONG_MAX): Likewise.
36330         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36331         == 0.
36332         [ISO11] (max_align_t): Require type.
36333         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36335         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36336         from $CFLAGS, without defining away __attribute__ calls.
36337         (checknamespace): Use $CFLAGS_namespace.
36339         * conform/conformtest.pl (@keywords): Only include C99 keywords
36340         for standards based on C99 or C11.
36342         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36343         Disable tests.
36344         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36345         UNIX98]: Likewise.
36347         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36348         usability of symbols in #if.
36350         * conform/conformtest.pl: If macro or constant types start
36351         "promoted:", expect the symbol to be of the following type
36352         promoted by the integer promotions.
36354         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36355         in one place.  Also handle "macro-constant".
36357         * conform/conformtest.pl: Only accept expected macro values with
36358         "==".  Parse all "macro" lines in one place.
36359         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36361         * conform/conformtest.pl: Handle braced types on "constant" lines
36362         instead of handling "typed-constant".
36363         * conform/data/signal.h-data: Use "constant" instead of
36364         "typed-constant".
36366         * conform/conformtest.pl: Handle "optional-" at start of lines in
36367         one place rather than duplicating several cases.  Handle each
36368         format of "macro" line with initial "optional-".
36370         * conform/conformtest.pl: Only accept expected constant or
36371         optional-constant values with "==".  Parse all "constant" lines in
36372         one place.  Parse all "optional-constant" lines in one place.
36373         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36374         * conform/data/fmtmsg.h-data: Likewise.
36375         * conform/data/netinet/in.h-data: Likewise.
36376         * conform/data/tar.h-data: Likewise.
36377         * conform/data/limits.h-data: Use "==" form on "constant" and
36378         "optional-constant" lines.
36380         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36381         Use -std=c99 for XOPEN2K.
36382         (@knownproblems): Remove.
36383         (newtoken): Don't check %isknown.
36385         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36386         Do not expect macro.
36387         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36388         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36389         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36390         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36391         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36392         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36393         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36394         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36395         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36396         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36397         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36398         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36399         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36400         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36401         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36402         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36403         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36404         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36405         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36406         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36407         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36408         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36409         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36410         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36411         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36412         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36413         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36414         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36415         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36416         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
36417         [XPG3] (acosh): Likewise.
36418         [XPG3] (asinh): Likewise.
36419         [XPG3] (atanh): Likewise.
36420         [XPG3] (cbrt): Likewise.
36421         [XPG3] (expm1): Likewise.
36422         [XPG3] (ilogb): Likewise.
36423         [XPG3] (log1p): Likewise.
36424         [XPG3] (logb): Likewise.
36425         [XPG3] (nextafter): Likewise.
36426         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
36427         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
36428         [XPG3] (remainder): Likewise.
36429         [XPG3] (rint): Likewise.
36430         [XPG3 || XPG4 || UNIX98] (round): Likewise.
36431         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
36432         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
36433         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
36434         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
36435         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
36436         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
36437         [UNIX98 || XOPEN2K] (scalb): Expect.
36438         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
36439         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
36440         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
36441         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
36442         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
36443         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
36444         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
36445         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
36446         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
36447         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
36448         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
36449         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
36450         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
36451         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
36452         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
36453         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
36454         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
36455         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
36456         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
36457         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
36458         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
36459         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
36460         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
36461         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
36462         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
36463         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
36464         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
36465         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
36466         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
36467         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
36468         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
36469         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
36470         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
36471         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
36472         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
36473         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
36474         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
36475         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
36476         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
36477         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
36478         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
36479         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
36480         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
36481         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
36482         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
36483         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
36484         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
36485         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
36486         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
36487         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
36488         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
36489         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
36490         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
36491         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
36492         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
36493         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
36494         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
36495         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
36496         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
36497         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
36498         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
36499         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
36500         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
36501         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
36502         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
36503         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
36504         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
36505         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
36506         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
36507         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
36508         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
36509         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
36510         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
36511         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
36512         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
36513         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
36514         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
36515         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
36516         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
36517         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
36518         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
36519         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
36520         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
36521         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
36522         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
36523         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
36524         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
36525         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
36526         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
36527         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
36528         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
36529         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
36530         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
36531         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
36532         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
36533         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
36534         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
36535         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
36536         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
36537         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
36538         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
36539         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
36540         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
36541         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
36542         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
36543         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
36544         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
36545         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
36546         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
36547         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
36548         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
36549         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
36550         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
36551         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
36552         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
36553         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
36554         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
36555         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
36556         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
36557         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
36558         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
36559         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
36560         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
36561         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
36562         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
36563         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
36564         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
36565         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
36566         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
36567         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
36568         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
36569         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
36570         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
36571         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
36572         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
36573         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
36574         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
36576         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
36577         _XOPEN_SOURCE_EXTENDED for XPG4.
36579         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
36581         * Makeconfig (localtime): Remove variable.
36582         (inst_localtime-file): Likewise.
36584 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
36587         Update.
36588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36589         Update.
36590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
36591         Update.
36592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
36593         Update.
36594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
36595         Update.
36596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
36597         Update.
36598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36599         Update.
36600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
36601         Update.
36602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36603         Update.
36605 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36607         [BZ #2550]
36608         [BZ #2570]
36609         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
36610         comparisons to determine direction to adjust input.
36611         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
36612         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
36613         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
36614         Likewise.
36615         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
36616         Likewise.
36617         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
36618         Likewise.
36619         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
36620         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
36621         Likewise.
36622         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
36623         Likewise.
36624         * math/libm-test.inc (nexttoward_test): Add more tests.
36626 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36628         [BZ #14040]
36629         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
36630         in version GLIBC_2.1, not GLIBC_2.0.
36631         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
36632         Likewise.
36634 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
36636         [BZ #13942]
36637         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
36638         (1 - x) * (1 + x).
36639         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36640         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
36641         * math/libm-test.inc (acos_test): Add more tests.
36642         (asin_test): Likewise.
36643         * sysdeps/i386/fpu/libm-test-ulps: Update.
36644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36646         [BZ #14034]
36647         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
36648         of square root.
36649         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
36650         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36651         * math/libm-test.inc (acos_test_tonearest): New function.
36652         (acos_test_towardzero): Likewise.
36653         (acos_test_downward): Likewise.
36654         (acos_test_upward): Likewise.
36655         (asin_test_tonearest): Likewise.
36656         (asin_test_towardzero): Likewise.
36657         (asin_test_downward): Likewise.
36658         (asin_test_upward): Likewise.
36659         (main): Call the new functions.
36660         * sysdeps/i386/fpu/libm-test-ulps: Update.
36661         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36663         [BZ #13884]
36664         [BZ #13924]
36665         * math/e_exp10.c: Include <float.h>.
36666         (__ieee754_exp10): Handle underflow here rather than multiplying
36667         large negative argument by M_LN10.
36668         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
36669         of __ieee754_expf.
36670         * math/e_exp10l.c: Include <float.h>.
36671         (__ieee754_exp10l): Handle underflow here rather than multiplying
36672         large negative argument by M_LN10l.
36673         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
36674         spurious overflow exception on underflow.
36676 2012-04-29  Marek Polacek  <polacek@redhat.com>
36678         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
36679         (__fortify_function): New macro.
36680         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
36681         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
36682         __extern_always_inline.
36683         * libio/bits/stdio2.h: Likewise.
36684         * libio/bits/stdio.h: Likewise.
36685         * string/string.h: Likewise.
36686         * string/bits/string3.h: Likewise.
36687         * include/stdio.h: Likewise.
36688         * stdlib/bits/stdlib.h: Likewise.
36689         * stdlib/stdlib.h: Likewise.
36690         * rt/bits/mqueue2.h: Likewise.
36691         * rt/mqueue.h: Likewise.
36692         * posix/bits/unistd.h: Likewise.
36693         * posix/unistd.h: Likewise.
36694         * io/bits/poll2.h: Likewise.
36695         * io/bits/fcntl2.h: Likewise.
36696         * io/fcntl.h: Likewise.
36697         * io/sys/poll.h: Likewise.
36698         * misc/bits/syslog.h: Likewise.
36699         * misc/bits/syslog-ldbl.h: Likewise.
36700         * misc/sys/syslog.h: Likewise.
36701         * socket/bits/socket2.h: Likewise.
36702         * socket/sys/socket.h: Likewise.
36703         * debug/tst-chk1.c: Likewise.
36704         * wcsmbs/bits/wchar2.h: Likewise.
36705         * wcsmbs/bits/wchar-ldbl.h: Likewise.
36706         * wcsmbs/wchar.h: Likewise.
36708 2012-04-29  Andreas Jaeger  <aj@suse.de>
36710         * Makerules (tests): Remove enable-check-abi protection.
36711         (check-abi-warn): Remove.
36712         (check-abi-%): Remove check-abi-warn usage.
36714         * configure.in: Remove check-abi configure option.
36715         * configure: Regenerated.
36716         * config.make.in (enable-check-abi): Remove.
36718 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
36720         [BZ #14033]
36721         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
36722         double functions to double *_finite functions.
36724         [BZ #13941]
36725         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
36726         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
36727         LDBL_MIN_EXP.
36728         * stdio-common/Makefile (tests): Add tst-sprintf3.
36729         * stdio-common/tst-sprintf3.c: New file.
36731         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
36732         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
36734 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36736         * conform/conformtest.pl: Remove duplicate typed-constant
36737         handling.
36739 2012-04-28  David S. Miller  <davem@davemloft.net>
36741         * Makerules (%.abilist): Add vpath on sysdep_dirs.
36742         (check-abi-%): Remove AWK script prerequisite and explicit
36743         abilist directory.
36744         (check-abi): Rewrite to just diff the symlist with the abilist.
36745         (config-tls, config-abi-config): Delete, no longer used.
36746         (update-abi-%): Remove AWK script and explicit abilist directory.
36747         (update-abi): Rewrite to simply compare and conditionally copy the
36748         symlist and the sysdep abilist file.  Remove update-abi-config
36749         checks.
36750         * abilist/ld.abilist: Remove.
36751         * abilist/libBrokenLocale.abilist: Remove.
36752         * abilist/libanl.abilist: Remove.
36753         * abilist/libcrypt.abilist: Remove.
36754         * abilist/libdl.abilist: Remove.
36755         * abilist/librt.abilist: Remove.
36756         * abilist/libthread_db.abilist: Remove.
36757         * abilist/libutil.abilist: Remove.
36758         * scripts/extract-abilist.awk: Remove.
36759         * scripts/merge-abilist.awk: Remove.
36760         * sysdeps/generic/libcidn.abilist: New file.
36761         * sysdeps/generic/libnss_compat.abilist: New file.
36762         * sysdeps/generic/libnss_db.abilist: New file.
36763         * sysdeps/generic/libnss_dns.abilist: New file.
36764         * sysdeps/generic/libnss_files.abilist: New file.
36765         * sysdeps/generic/libnss_hesiod.abilist: New file.
36766         * sysdeps/generic/libnss_nis.abilist: New file.
36767         * sysdeps/generic/libnss_nisplus.abilist: New file.
36768         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
36769         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
36770         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
36771         file.
36772         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
36773         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
36774         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
36775         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
36776         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
36777         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
36778         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
36779         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
36780         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
36781         file.
36782         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
36783         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
36784         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
36785         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
36786         file.
36787         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
36788         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
36789         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
36790         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
36791         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
36792         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
36793         file.
36794         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
36795         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
36796         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
36797         file.
36798         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
36799         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
36800         New file.
36801         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
36802         New file.
36803         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
36804         New file.
36805         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
36806         New file.
36807         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
36808         New file.
36809         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
36810         New file.
36811         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
36812         New file.
36813         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
36814         New file.
36815         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
36816         New file.
36817         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
36818         New file.
36819         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
36820         New file.
36821         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
36822         New file.
36823         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
36824         New file.
36825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
36826         file.
36827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
36828         New file.
36829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
36830         New file.
36831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
36832         file.
36833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
36834         New file.
36835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
36836         New file.
36837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
36838         file.
36839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
36840         New file.
36841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36842         New file.
36843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
36844         New file.
36845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
36846         New file.
36847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
36848         New file.
36849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
36850         New file.
36851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
36852         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
36853         file.
36854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
36855         New file.
36856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
36857         file.
36858         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
36859         file.
36860         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
36861         file.
36862         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
36863         file.
36864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
36865         file.
36866         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
36867         New file.
36868         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
36869         file.
36870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
36871         file.
36872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
36873         New file.
36874         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
36875         file.
36876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
36877         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
36878         file.
36879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
36880         New file.
36881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
36882         file.
36883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
36884         file.
36885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
36886         file.
36887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
36888         file.
36889         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
36890         file.
36891         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
36892         New file.
36893         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
36894         file.
36895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
36896         file.
36897         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
36898         New file.
36899         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
36900         file.
36901         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36902         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
36903         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
36904         file.
36905         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
36906         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
36907         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
36908         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
36909         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
36910         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
36911         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
36912         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
36913         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
36914         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
36915         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
36916         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
36917         file.
36918         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
36919         New file.
36920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
36921         file.
36922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
36923         file.
36924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
36925         file.
36926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
36927         file.
36928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
36929         file.
36930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
36931         New file.
36932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
36933         New file.
36934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
36935         file.
36936         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
36937         New file.
36938         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
36939         file.
36940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
36941         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
36942         file.
36943         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
36944         New file.
36945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
36946         file.
36947         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
36948         file.
36949         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
36950         file.
36951         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
36952         file.
36953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
36954         file.
36955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
36956         New file.
36957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
36958         New file.
36959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
36960         file.
36961         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
36962         New file.
36963         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
36964         file.
36966 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36968         * conform/conformtest.pl: Fix typo in handling typed-constant from
36969         allow-header.
36971 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36973         * README: Cut down references to pre-2.6 Linux kernels and
36974         Linuxthreads.  Update lists of configurations in libc and ports
36975         and sort alphabetically.  Say "or newer" with Linux kernel version
36976         requirements.
36978         * config.h.in [IS_IN_build]: Allow compiling without optimization.
36980 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
36982         [BZ #887]
36983         * math/libm-test.inc (logb_test_downward): New test to expose
36984         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
36985         rounding mode.
36987 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36989         [BZ #14027]
36990         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
36991         to be done.
36992         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
36993         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
36995 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
36997         * sysdeps/unix/i386/brk.S: Remove file.
36998         * sysdeps/unix/i386/dl-brk.S: Likewise.
36999         * sysdeps/unix/i386/pipe.S: Likewise.
37000         * sysdeps/unix/i386/sigreturn.S: Likewise.
37001         * sysdeps/unix/i386/syscall.S: Likewise.
37002         * sysdeps/unix/i386/vfork.S: Likewise.
37003         * sysdeps/unix/i386/wait.S: Likewise.
37005         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37006         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37008         * configure.in (arm*-none*): Do not allow without
37009         --enable-hacker-mode.
37010         (netbsd*): Remove case setting base_os.
37011         (386bsd*): Likewise.
37012         (freebsd*): Likewise.
37013         (bsdi*): Likewise.
37014         (osf*): Likewise.
37015         (sunos*): Likewise.
37016         (ultrix*): Likewise.
37017         (newsos*): Likewise.
37018         (dynix*): Likewise.
37019         (*bsd*): Likewise.
37020         (sysv*): Likewise.
37021         (isc*): Likewise.
37022         (esix*): Likewise.
37023         (sco*): Likewise.
37024         (minix*): Likewise.
37025         (irix4*): Likewise.
37026         (irix6*): Likewise.
37027         (solaris[2-9]*): Likewise.
37028         (none): Likewise.
37029         * configure: Regenerated.
37031 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37033         [BZ #11521]
37034         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37035         overflow or cancellation in calculating denominator.
37036         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37037         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37038         down expression to avoid unexpected rounding in newer GCCs.
37039         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37041 2012-04-26  David S. Miller  <davem@davemloft.net>
37043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37044         long-double compat symbols.
37045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37050         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37054         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37055         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37056         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37057         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37059 2012-04-25  David S. Miller  <davem@davemloft.net>
37061         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37062         HWCAP_* values only after the memory barriers have been defined.
37063         (atomic_full_barrier): Define.
37064         (atomic_read_barrier): Define.
37065         (atomic_write_barrier): Define.
37067 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37069         * shlib-versions: Add libgcc_s version information.
37070         * sysdeps/generic/libgcc_s.h: Remove.
37071         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37072         libgcc_s.h.
37073         * sysdeps/gnu/unwind-resume.c: Likewise.
37074         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37076 2012-04-25  David S. Miller  <davem@davemloft.net>
37078         * sysdeps/unix/sparc/brk.S: Delete.
37079         * sysdeps/unix/sparc/dl-brk.S: Delete.
37080         * sysdeps/unix/sparc/pipe.S: Delete.
37081         * sysdeps/unix/sparc/sysdep.S: Delete.
37082         * sysdeps/unix/sparc/sysdep.h: Delete.
37083         * sysdeps/unix/sparc/vfork.S: Delete.
37084         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37085         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37086         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37087         (ret_ERRVAL, r0, r1, MOVE): Define.
37088         (JUMPTARGET): Remove.
37089         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37090         sysdeps/unix/sparc/sysdep.h
37091         (ENTRY, END): Remove.
37092         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37094 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37096         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37097         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37098         -DIS_IN_build.
37100         * timezone/README: Update upstream location and email address for
37101         tzcode and tzdata.
37102         * timezone/zdump.c: Update from tzcode 2012b.
37103         * timezone/zic.c: Likewise.
37105         * configure.in (libc_cv_as_needed): Remove test.
37106         * configure: Regenerated.
37107         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37108         conditional definition.
37109         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37110         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37111         * config.make.in (have-as-needed): Remove variable.
37113 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37114             Paul Pluzhnikov  <ppluzhnikov@google.com>
37116         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37117         strings correctly.
37119 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37121         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37122         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37123         * sysdeps/sh/strlen.S: Likewise.
37125 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37127         * sysdeps/unix/fork.S: Remove file.
37128         * sysdeps/unix/i386/fork.S: Likewise.
37129         * sysdeps/unix/sparc/fork.S: Likewise.
37131         * sysdeps/unix/system.c: Remove file.
37132         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37134         * sysdeps/unix/getegid.S: Remove file.
37135         * sysdeps/unix/geteuid.S: Likewise.
37137 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37139         * scripts/check-localplt.awk: New file.
37140         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37141         of diff.
37142         * scripts/data/localplt-generic.data: Add a comment.
37144         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37145         NODE when __dir_mkfile failed.
37146         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37147         Reported by Ludovic Courtès <ludo@gnu.org>.
37149 2012-04-24  Andreas Jaeger  <aj@suse.de>
37151         * Makerules (common-clean): Also remove gen-as-const-headers
37152         files.
37154 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37156         * Makerules (native-compile): Do not change working directory for
37157         build.  Use $(OUTPUT_OPTION) in command.
37158         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37160 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37162         [BZ #13886]
37163         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37164         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37165         * math/libm-test.inc (floor_test): Add more tests.
37166         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37168 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37170         * sysdeps/unix/getdents.c: Remove file.
37171         * sysdeps/unix/sysv/getdents.c: Likewise.
37172         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37174         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37175         sysdeps/unix/mman/syscalls.list.
37176         (mmap): Likewise.
37177         (mprotect): Likewise.
37178         (msync): Likewise.
37179         (munmap): Likewise.
37180         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37181         * sysdeps/unix/mman/syscalls.list: Remove.
37182         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37184         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37185         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37186         * configure: Regenerated.
37187         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37188         $(libgcc_s_suffix).
37189         * config.make.in (libgcc_s_suffix): Remove variable.
37191 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37193         * sysdeps/unix/sysv/gethostname.c: Move to ...
37194         * sysdeps/posix/gethostname.c: ... here.
37196         * sysdeps/unix/execve.S: Remove file.
37198         * sysdeps/unix/_exit.S: Remove file.
37200 2012-04-23  Andreas Jaeger  <aj@suse.de>
37202         [BZ #13739]
37203         * manual/Makefile: Remove make dist support, there's no
37204         need for a stand-alone documentation tar ball.
37205         (TEXI2DVI): Define always, it's not in Makeconfig.
37206         (dist): Removed.
37207         (tar-it): Removed.
37208         (edition): Removed.
37209         (glibc-doc-$(edition).tar): Removed
37210         (%.Z): Removed.
37211         (%.gz): Removed.
37212         (%.uu): Removed.
37213         (ETAGS): Remove, it's in Makeconfig.
37214         (move-if-change): Remove, it's in Makeconfig.
37216 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37218         [BZ #13970]
37219         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37220         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37221         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37222         (strtod_l, strtof_l, strtold_l): Remove __wur.
37223         It is not necessarily an error to ignore strtol's return value.
37224         One can reliably look at the stored endptr to decide whether
37225         the number had valid syntax.
37227 2012-04-21  Andreas Jaeger  <aj@suse.de>
37229         [BZ #13739]
37230         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37232 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37234         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37235         * sysdeps/unix/sysv/Versions: Remove file.
37237 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37239         [BZ #13927]
37240         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37242 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37244         [BZ #7064]
37245         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37246         version from __vm86.
37248 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37250         * sysdeps/unix/common/lxstat.c: Remove file.
37251         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37253         * sysdeps/unix/sysv/Makefile: Remove file.
37255         * sysdeps/unix/sysv/direct.h: Remove file.
37257         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37258         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37259         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37260         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37261         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37262         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37263         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37265         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37267         * sysdeps/unix/xmknod.c: Remove file.
37268         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37270         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37272         * sysdeps/unix/sysv/i386/time.S: Remove file.
37274         * sysdeps/unix/fxstat.c: Remove file.
37275         * sysdeps/unix/xstat.c: Likewise.
37276         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37278         * sysdeps/unix/sysv/sigaction.c: Remove file.
37280         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37281         (sysdep_headers): Remove variable.
37282         [termio.h not in sysdep_headers] (generated): Likewise.
37283         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37284         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37285         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37286         * sysdeps/unix/sysv/tcflow.c: Likewise.
37287         * sysdeps/unix/sysv/tcflush.c: Likewise.
37288         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37289         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37290         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37291         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37292         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37294         * sysdeps/unix/siglist.c: Remove file.
37296         * sysdeps/unix/getppid.S: Remove file.
37298         * sysdeps/unix/mkdir.c: Remove file.
37299         * sysdeps/unix/rmdir.c: Likewise.
37301 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37303         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37304         ERR_MAX value.
37305         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37306         errlist-compat value.
37308 2012-04-18  David S. Miller  <davem@davemloft.net>
37310         * sysdeps/generic/memcopy.h (reg_char): Delete.
37311         * debug/strcat_chk.c: Use char, not reg_char.
37312         * debug/strcpy_chk.c: Likewise.
37313         * debug/strncat_chk.c: Likewise.
37314         * debug/strncpy_chk.c: Likewise.
37315         * string/memchr.c: Likewise.
37316         * string/memrchr.c: Likewise.
37317         * string/rawmemchr.c: Likewise.
37318         * string/strcat.c: Likewise.
37319         * string/strchr.c: Likewise.
37320         * string/strchrnul.c: Likewise.
37321         * string/strcmp.c: Likewise.
37322         * string/strcpy.c: Likewise.
37323         * string/strncat.c: Likewise.
37324         * string/strncmp.c: Likewise.
37325         * string/strncpy.c: Likewise.
37327 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37329         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37330         __builtin_memcopy is called when src and dest ranges are known to not
37331         overlap.
37333 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37335         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37336         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37337         fwd_align_merge macro call.
37338         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37339         bwd_align_merge macro call.
37340         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37342 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37344         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37345         bwd_align_merge macros.
37346         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37347         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37348         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37350 2012-04-18  David S. Miller  <davem@davemloft.net>
37352         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37354 2012-04-18  Andreas Jaeger  <aj@suse.de>
37356         [BZ# 6794]
37357         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37358         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37359         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37361         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37362         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37363         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37365         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37366         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37367         Adjust for changed ldbl-128 files.
37369         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37370         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37371         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37373 2012-04-17  David S. Miller  <davem@davemloft.net>
37375         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37377 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37379         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37380         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37381         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37382         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37383         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37384         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37386 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37388         [BZ #6794]
37389         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37390         * math/libm-test.inc: Add ilogb errno and exception tests.
37391         * math/w_ilogb.c: New file: ilogb wrapper.
37392         * math/w_ilogbf.c: New file: ilogbf wrapper.
37393         * math/w_ilogbl.c: New file: ilogbl wrapper.
37394         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37395         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37396         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37397         exception being thrown with 0.0 as argument.
37398         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37399         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37400         exception being thrown with 0.0 as argument.
37401         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37402         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37403         exception being thrown with 0.0 as argument.
37404         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37405         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37406         exception being thrown with 0.0 as argument.
37407         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37408         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37409         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37410         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37411         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37412         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37413         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37414         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37415         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37417 2012-04-17  Petr Baudis  <pasky@ucw.cz>
37419         * include/sys/uio.h: Change __vector to __iovec to avoid clash
37420         with altivec.
37422 2012-04-16  Marek Polacek  <polacek@redhat.com>
37424         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
37426 2012-04-16  Marek Polacek  <polacek@redhat.com>
37428         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
37429         operands of fdivp instruction.
37431 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37433         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
37434         * elf/tst-auditmod3b.c: Likewise.
37435         * elf/tst-auditmod4b.c: Likewise.
37436         * elf/tst-auditmod5b.c: Likewise.
37437         * elf/tst-auditmod6b.c: Likewise.
37438         * elf/tst-auditmod6c.c: Likewise.
37439         * elf/tst-auditmod7b.c: Likewise.
37440         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
37441         * sysdeps/x86_64/preconfigure.in: Likewise.
37442         * sysdeps/x86_64/preconfigure: Regenerated.
37444 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37446         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
37447         __ILP32__.
37449 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
37451         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37452         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
37454 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
37456         [BZ #13973]
37457         * locale/iso-639.def: Fix gl language name. Spotted by
37458         Yaron Shahrabani.
37460 2012-04-12  Roland McGrath  <roland@hack.frob.com>
37462         [BZ #2074]
37463         * libio/libio.h (__io_write_fn): Update comment.
37465 2012-04-12  Petr Baudis  <pasky@ucw.cz>
37467         [BZ #2074]
37468         * stdio.texi (Hook Functions): The user provided writer function
37469         is not allowed to return -1.
37471 2012-04-11  David S. Miller  <davem@davemloft.net>
37473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37475 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
37477         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
37478         Add a leading slash to rtkaio.
37480 2012-04-11  Jim Meyering  <meyering@redhat.com>
37482         [BZ #11959]
37483         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
37484         It is not necessarily an error to ignore fwrite's return
37485         value.  One can reliably use ferror to test for errors after
37486         the fact.
37488 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37490         * bits/types.h (__snseconds_t): New type.
37491         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
37493         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
37494         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37495         (__SNSECONDS_T_TYPE): Likewise.
37496         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37497         (__SNSECONDS_T_TYPE): Likewise.
37498         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37499         (__SNSECONDS_T_TYPE): Likewise.
37501 2012-04-10  Andreas Jaeger  <aj@suse.de>
37503         [BZ #2636]
37504         * manual/time.texi (Processor Time): Return type of times is
37505         elapsed real time since an arbitrary point in the past.
37506         (CPU Time): Move CLK_TCK from here...
37507         (Processor Time): ...to here.  Correct description.
37508         * manual/conf.texi (Constants for Sysconf): Correct description of
37509         _SC_CLK_TCK.
37511 2012-04-10  David S. Miller  <davem@davemloft.net>
37513         [BZ #13967]
37514         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
37515         where the is a gap between DT_REL(A) and DT_JMPREL.
37517 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37519         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
37520         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37521         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37523 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
37525         * elf/dl-support.c (_dl_inhibit_cache): New variable.
37526         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
37527         (dl_main): Handle --inhibit-cache.
37528         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
37529         _dl_inhibit_cache.
37530         * elf/dl-load.c (_dl_map_object): Use it.
37531         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
37533 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37535         [BZ #13872]
37536         * sysdeps/i386/fpu/e_powl.S (p78): New object.
37537         (__ieee754_powl): Saturate large exponents rather than testing for
37538         overflow of y*log2(x).
37539         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37540         * math/libm-test.inc (pow_test): Do not permit spurious overflow
37541         exceptions.
37543         [BZ #11521]
37544         * math/s_ctan.c: Include <float.h>.
37545         (__ctan): Avoid internal overflow or cancellation in calculating
37546         denominator.
37547         * math/s_ctanf.c: Likewise.
37548         * math/s_ctanl.c: Likewise.
37549         * math/s_ctanh.c: Likewise.
37550         * math/s_ctanhf.c: Likewise.
37551         * math/s_ctanhl.c: Likewise.
37552         * math/libm-test.inc (ctan_test): Add more tests.
37553         (ctanh_test): Likewise.
37554         * sysdeps/i386/fpu/libm-test-ulps: Update.
37555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37557 2012-04-09  Andreas Jaeger  <aj@suse.de>
37559         [BZ #6894]
37560         * manual/filesys.texi (Directory Entries): Mention that d_namlen
37561         is an optional BSD extension.
37563         [BZ #10254]
37564         * manual/stdio.texi (Opening Streams): Document additional fopen
37565         parameters.
37567 2012-04-09  Roland McGrath  <roland@hack.frob.com>
37569         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
37570         %eax without telling the compiler.
37572 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
37574         [BZ # 13963]
37575         * manual/install.texi: Use sourceware.org.
37577 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37579         [BZ #13873]
37580         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
37581         (__ieee754_pow): Generate overflow and underflow using huge*huge
37582         and tiny*tiny rather than just returning constant infinity or zero
37583         for large exponents.
37584         * math/libm-test.inc (pow_test): Require overflow exceptions for
37585         applicable cases of large exponents.
37587         [BZ #706]
37588         * sysdeps/i386/fpu/e_pow.S (p10): New object.
37589         (__ieee754_pow): Use iterative multiplication algorithm only for
37590         integer exponents with absolute value below 1024.  Check for odd
37591         integer exponents when using algorithm for real exponents.
37592         * math/libm-test.inc (pow_test): Add more tests.
37593         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37595 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
37597         [BZ #13705]
37598         * math/libm-test.inc (exp_test): Do not allow overflow exception
37599         on underflow test.
37601 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
37603         [BZ #13705]
37604         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
37605         instead of __kernel_standard_f.
37607 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
37609         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
37610         * sysdeps/x86_64/memset_chk.S: Likewise.
37612 2012-04-08  Andreas Jaeger  <aj@suse.de>
37614         [BZ #10153]
37615         * manual/startup.texi (Environment Access): Describe return value
37616         for putenv and setenv.
37618         [BZ #6895]
37619         * manual/filesys.texi (Directory Entries): Add description for
37620         DT_LNK.
37622         [BZ #6890]
37623         * manual/filesys.texi (Directory Entries): Clarify that it's file
37624         system not operating system in the description of DT_UNKNOWN.
37626         [BZ #6578]
37627         * manual/syslog.texi (closelog): Fix reference, it's openlog.
37629 2012-04-08  Stephen Compall  <s11@member.fsf.org>
37631         [BZ #6649]
37632         * manual/llio.texi (Opening and Closing Files): Add cross
37633         reference to explain mode argument.
37635 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
37637         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
37638         * sysdeps/x86_64/memset_chk.S: Likewise.
37640 2012-04-07  David S. Miller  <davem@davemloft.net>
37642         * elf/elf.h (R_SPARC_WDISP10): Define.
37643         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
37644         R_SPARC_SIZE32.
37645         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
37646         R_SPARC_SIZE64 and R_SPARC_H34.
37648 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
37650         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
37651         conditions and remove no longer applicable assertion.
37653 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37655         * bits/byteswap.h: Include <features.h>.
37656         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37657         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37659 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37661         * bits/byteswap.h (__bswap_16): Removed.
37662         Include <bits/byteswap-16.h> to get __bswap_16.
37663         * sysdeps/i386/bits/byteswap.h: Likewise.
37664         * sysdeps/s390/bits/byteswap.h: Likewise.
37665         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37666         * bits/byteswap-16.h: New file.
37667         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37668         * sysdeps/s390/bits/byteswap-16.h: Likewise.
37669         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
37670         * string/Makefile (headers): Add bits/byteswap-16.h.
37672 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
37674         [BZ #13895]
37675         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
37676         extra indirection.
37677         * nss/Makefile (tests-static, tests): Add tst-nss-static.
37678         * nss/tst-nss-static.c: New.
37680 2012-04-06  Robert Millan  <rmh@gnu.org>
37682         [BZ #6486]
37683         * manual/llio.texi (File Position Primitive): lseek
37684         refers to WHENCE when it really means OFFSET.
37686 2012-04-06  Andreas Jaeger  <aj@suse.de>
37688         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
37689         strncmp declarations.
37691         * abilist/libc.abilist: Add __poll and __ppoll.
37693 2012-04-05  David S. Miller  <davem@davemloft.net>
37695         * scripts/check-local-headers.sh: Accept a host triplet in the
37696         path matched by the exclude regexp.
37698         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
37699         definition.
37700         * sysdeps/powerpc/powerpc32/dl-machine.h
37701         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
37702         * sysdeps/s390/s390-32/dl-machine.h
37703         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37704         * sysdeps/sparc/sparc32/dl-machine.h
37705         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37706         * sysdeps/sparc/sparc64/dl-machine.h
37707         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37709         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
37710         lazy binding.
37711         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
37712         undefined symbol errors.
37714         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
37715         DT_NEEDED entries.
37717 2012-04-05  Michael Matz  <matz@suse.de>
37719         [BZ #13592]
37720         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
37722 2012-04-05  Andreas Jaeger  <aj@suse.de>
37724         [BZ #13908]
37725         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
37726         comment.
37728 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37730         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
37731         which ROUND is no valid rounding mode.
37733 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37735         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
37736         read again.
37737         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
37739 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37741         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
37742         an exception using FPU order intentionally.
37744 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37746         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
37747         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
37748         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
37749         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
37751 2012-04-05  Simon Josefsson  <simon@josefsson.org>
37753         [BZ #12340]
37754         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
37755         EINVAL when BUFLEN is too smal.
37757 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
37759         [BZ #13553]
37760         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
37761         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
37763 2012-04-03  Andreas Jaeger  <aj@suse.de>
37765         [BZ #13938]
37766         * manual/setjmp.texi (System V contexts): Fix sentence.
37768         [BZ #13926]
37769         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
37770         New macro for this case.
37771         [!__GNUC__] (__bswap_64): New inline function for this case.
37772         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37773         * bits/byteswap.h: Likewise.
37774         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
37775         ull, guard with __GLIBC_HAVE_LONG_LONG.
37777         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
37778         __GLIBC_HAVE_LONG_LONG.
37780         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
37781         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
37783 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37785         [BZ #13691]
37786         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
37787         inptr and inend, rather than using last_ch.
37789 2012-04-02  David S. Miller  <davem@davemloft.net>
37791         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
37792         * stdio-common/printf-parse.h (read_int): Change return type to
37793         'int', return -1 on INT_MAX overflow.
37794         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
37795         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
37796         overflows INT_MAX.  Check for overflow of in-format-string precision
37797         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
37798         SIZE_MAX not INT_MAX for integer overflow test.
37799         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
37800         skip the construct in the format string but do not record anything.
37801         * stdio-common/bug22.c: Adjust to test both width/prevision
37802         INT_MAX overflow as well as total length INT_MAX overflow.  Check
37803         explicitly for proper errno values.
37805 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
37807         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
37808         CHAR_MAX.
37809         * string/test-strcmp.c [! WIDE]: Likewise.
37810         * time/tst-mktime2.c: Likewise for INT_MAX.
37811         * string/test-string.h: #include <sys/param.h> for MIN.
37813         * csu/init-first.c (__libc_init_first): Call __ctype_init.
37814         * sysdeps/i386/init-first.c (init): Likewise.
37815         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
37816         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
37817         * sysdeps/sh/init-first.c (init): Likewise.
37819 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
37821         * po/ru.po: Update from translation team.
37822         * po/vi.po: Likewise.
37824 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
37826         * resolv/nss_dns/dns-host.c: Merge copyright years.
37828 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37830         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
37831         Optimize memcpy with prefetch if
37832         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
37833         src, dst pointers have unequal 16 byte alignments.
37835 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
37837         [BZ #13928]
37838         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
37839         from a CNAME entry and return the minimum ttl for the query.
37840         (gaih_getanswer_slice): Likewise.
37842 2012-03-30  Jeff Law  <law@redhat.com>
37844         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
37845         due to long keys.
37846         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
37847         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
37849         * resolv/nss_dns/dns-host.c: Update copyright year.
37851 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
37853         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
37854         requests to save a system call.  Fix check that all bytes are sent.
37856         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
37857         comments for sendmmsg.
37859 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37861         [BZ #13691]
37862         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
37863         with only 1 character between 0x0041 and 0x01b0.
37864         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
37865         * wcsmbs/tst-mbsnrtowcs.c: New file.
37867 2012-03-29  David S. Miller  <davem@davemloft.net>
37869         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
37870         small copies by hand.
37872 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37874         [BZ #13761]
37875         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
37876         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
37877         group memberships.
37879 2012-03-28  David S. Miller  <davem@davemloft.net>
37881         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
37882         that branches into memcpy.
37883         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
37884         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
37885         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37886         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
37887         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
37888         bits.
37889         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
37890         implementation too.
37891         * sysdeps/sparc/mempcpy.S: New file.
37893         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
37894         the IFUNC routine in the libc case.
37895         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
37897         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
37898         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
37899         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
37900         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
37901         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
37902         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
37903         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
37904         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
37906         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
37907         loop to 256 bytes instead of 64 bytes and fix test signedness.
37909         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
37910         * sysdeps/sparc/sparc32/Makefile: rather than here...
37911         * sysdeps/sparc/sparc64/Makefile: and here.
37913 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
37915         * malloc/mallocbug.c: Avoid warnings about unused variables.
37917 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
37919         [BZ #13760]
37920         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
37921         in the right place. Discard and retry query if response is
37922         larger than input buffer size.
37924 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
37926         [BZ #369]
37927         [BZ #2678]
37928         [BZ #3866]
37929         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
37930         x for large integer exponent.
37931         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
37932         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
37933         sign of result as needed afterwards.
37934         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
37935         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
37936         result for underflowing pow the same as for overflow.
37937         (__kernel_standard_l): Handle powl overflow and underflow here
37938         rather than calling __kernel_standard.
37939         * math/libm-test.inc (pow_test): Add more tests.
37941         [BZ #3868]
37942         [BZ #13879]
37943         [BZ #13910]
37944         [BZ #13911]
37945         [BZ #13912]
37946         [BZ #13913]
37947         [BZ #13915]
37948         [BZ #13916]
37949         [BZ #13917]
37950         [BZ #13918]
37951         [BZ #13919]
37952         [BZ #13920]
37953         [BZ #13921]
37954         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
37955         * sysdeps/ieee754/k_standard.c: Include <float.h>.
37956         (__kernel_standard_l): New function.
37957         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
37958         __kernel_standard.
37959         * math/w_acosl.c (__acosl): Likewise.
37960         * math/w_asinl.c (__asinl): Likewise.
37961         * math/w_atan2l.c (__atan2l): Likewise.
37962         * math/w_atanhl.c (__atanhl): Likewise.
37963         * math/w_coshl.c (__coshl): Likewise.
37964         * math/w_exp10l.c (__exp10l): Likewise.
37965         * math/w_exp2l.c (__exp2l): Likewise.
37966         * math/w_fmodl.c (__fmodl): Likewise.
37967         * math/w_hypotl.c (__hypotl): Likewise.
37968         * math/w_j0l.c (__j0l, __y0l): Likewise.
37969         * math/w_j1l.c (__j1l, __y1l): Likewise.
37970         * math/w_jnl.c (__jnl, __ynl): Likewise.
37971         * math/w_lgammal.c (__lgammal): Likewise.
37972         * math/w_log10l.c (__log10l): Likewise.
37973         * math/w_log2l.c (__log2l): Likewise.
37974         * math/w_logl.c (__logl): Likewise.
37975         * math/w_powl.c (__powl): Likewise.
37976         * math/w_remainderl.c (__remainderl): Likewise.
37977         * math/w_scalbl.c (sysv_scalbl): Likewise.
37978         * math/w_sinhl.c (__sinhl): Likewise.
37979         * math/w_sqrtl.c (__sqrtl): Likewise.
37980         * math/w_tgammal.c (__tgammal): Likewise.
37981         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
37982         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
37983         * math/libm-test.inc (acos_test): Add more tests.
37984         (acosh_test): Likewise.
37985         (asin_test): Likewise.
37986         (atanh_test): Likewise.
37987         (exp_test): Likewise.
37988         (exp10_test): Likewise.
37989         (exp2_test): Likewise.
37990         (expm1_test): Likewise.
37991         (lgamma_test): Likewise.
37992         (log_test): Likewise.
37993         (log10_test): Likewise.
37994         (log1p_test): Likewise.
37995         (log2_test): Likewise.
37996         (pow_test): Do not allow some spurious overflow exceptions.
37997         (sqrt_test): Add more tests.
37998         (tgamma_test): Likewise.
37999         (y0_test): Likewise.
38000         (y1_test): Likewise.
38001         (yn_test): Likewise.
38003 2012-03-27  Anton Blanchard  <anton@samba.org>
38005         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38006         MAP_HUGETLB.
38007         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38008         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38009         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38011 2012-03-27  David S. Miller  <davem@davemloft.net>
38013         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38015         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38016         have-as-vis3 check.
38018 2012-03-27  Andreas Jaeger  <aj@suse.de>
38020         * sysdeps/x86_64/elf/configure.in: Moved to ...
38021         * sysdeps/x86_64/configure.in: ... here.
38022         * sysdeps/x86_64/elf/start.S: Moved to ...
38023         * sysdeps/x86_64/start.S: ... here.
38024         * sysdeps/x86_64/elf/configure: Delete.
38026         * sysdeps/x86_64/configure.in: Merge contents from
38027         sysdeps/i386/configure.in (without i686 check).
38029         * sysdeps/i386/elf/Versions: Merge into ...
38030         * sysdeps/i386/Versions: ... this.
38031         * sysdeps/i386/elf/Versions: Delete file.
38032         * sysdeps/i386/elf/start.S: Moved to ...
38033         * sysdeps/i386/start.S: ...here.
38034         * sysdeps/i386/elf/configure.in: Merge into...
38035         * sysdeps/i386/configure.in: ...here.
38036         * sysdeps/i386/elf/configure.in: Delete file.
38037         * sysdeps/i386/elf/configure: Delete file.
38039         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38040         * debug/backtracesyms.c: ... here.
38041         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38042         * debug/backtracesymsfd.c: ... here.
38043         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38044         * sysdeps/generic/ifunc-sel.h: ... here.
38046         * sysdeps/unix/i386/start.c: Delete file.
38047         * sysdeps/unix/sparc/start.c: Delete file.
38048         * sysdeps/unix/start.c: Delete file.
38050         * sysdeps/sh/elf/configure.in: Moved to ...
38051         * sysdeps/sh/configure.in: ... here.
38052         * sysdeps/sh/elf/start.S: Moved to ...
38053         * sysdeps/sh/start.S: ... here.
38054         * sysdeps/sh/elf/configure: Delete file.
38056         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38057         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38058         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38059         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38060         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38061         * sysdeps/powerpc/powerpc64/start.S: here.
38062         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38063         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38064         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38065         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38066         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38068         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38069         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38070         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38071         * sysdeps/powerpc/powerpc32/start.S: ... here.
38072         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38073         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38074         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38076         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38077         * sysdeps/powerpc/ifunc-sel.h: ... here.
38078         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38079         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38081         * sysdeps/sparc/elf/configure.in: Moved to ...
38082         * sysdeps/sparc/configure.in: ... here.
38083         * sysdeps/sparc/elf/configure: Delete file.
38084         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38085         * sysdeps/sparc/sparc32/start.S: ... here.
38086         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38087         * sysdeps/sparc/sparc64/start.S: ... here.
38088         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38089         * sysdeps/sparc/sparc32/Makefile: ... this.
38090         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38091         * sysdeps/sparc/sparc64/Makefile: ... this.
38093         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38094         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38095         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38096         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38097         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38098         * sysdeps/s390/s390-32/setjmp.S: ... here.
38099         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38100         * sysdeps/s390/s390-32/configure.in: ... here.
38101         * sysdeps/s390/s390-32/elf/configure: Delete file.
38102         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38103         * sysdeps/s390/s390-32/start.S: ... here.
38105         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38106         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38107         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38108         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38109         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38110         * sysdeps/s390/s390-64/setjmp.S: ... here.
38111         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38112         * sysdeps/s390/s390-64/configure.in: ... here
38113         * sysdeps/s390/s390-64/elf/configure: Delete file.
38114         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38115         * sysdeps/s390/s390-64/start.S: ... here.
38116         * sysdeps/s390/s390-64/elf/configure: Delete.
38118         * configure.in: Remove support for elf directories in sysdeps.
38120         * configure: Regenerated.
38121         * sysdeps/i386/configure: Regenerated.
38122         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38123         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38124         * sysdeps/s390/s390-32/configure: Regenerated.
38125         * sysdeps/s390/s390-64/configure: Regenerated.
38126         * sysdeps/sh/configure: Regenerated.
38127         * sysdeps/sparc/configure: Regenerated.
38128         * sysdeps/x86_64/configure: Regenerated.
38130 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38134         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38135         denormal result into account.
38137 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38139         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38140         Reported by Allan McRae <allan@archlinux.org>.
38142 2012-03-23  Jeff Law  <law@redhat.com>
38144         * nss/getnssent.c (__nss_getent): Fix typo.
38146 2012-03-23  David S. Miller  <davem@davemloft.net>
38148         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38150 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38152         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38153         to pad to uint64_t for each field.
38154         (dl_tls_index): Replace unsigned long with uint64_t.
38156 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38157         Paul Pluzhnikov  <ppluzhnikov@google.com>
38159         [BZ #6528]
38160         * grp/Makefile (otherlibs): Don't set it.
38161         * inet/Makefile (otherlibs): Likewise.
38162         * login/Makefile (otherlibs): Likewise.
38163         * nscd/Makefile (otherlibs): Likewise.
38164         * posix/Makefile (otherlibs): Likewise.
38165         * pwd/Makefile (otherlibs): Likewise.
38166         * rt/Makefile (otherlibs): Likewise.
38167         * sunrpc/Makefile (otherlibs): Likewise.
38168         * nss/Makefile (otherlibs): Likewise.
38169         Add libnss_files to routines and static-only-routines.
38170         ($(objpfx)getent): Remove rule.
38171         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38172         static-only-routines.
38174 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38176         [BZ #13892]
38177         * math/s_cexp.c: Include <float.h>.
38178         (__cexp): Handle exp result overflowing not necessarily
38179         overflowing both real and imaginary parts of result.
38180         * math/s_cexpf.c: Likewise.
38181         * math/s_cexpl.c: Likewise.
38182         * math/libm-test.inc (cexp_test): Add more tests.
38183         * sysdeps/i386/fpu/libm-test-ulps: Update.
38184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38186 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38188         * include/link.h (ELFW): New macro.
38189         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38190         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38192 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38194         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38195         with uint64_t.
38197 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38199         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38200         declaration.
38201         (struct La_x32_retval): Likewise.
38203 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38205         * sysdeps/x86_64/preconfigure.in: New file.
38206         * sysdeps/x86_64/preconfigure: New generated file.
38208 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38210         [BZ #13824]
38211         * math/e_exp2l.c: Include <float.h>.
38212         (__ieee754_exp2l): Handle overflow and underflow cases
38213         separately.  Only pass fractional part of argument to
38214         __ieee754_expl.
38215         * math/libm-test.inc (exp2_test): Add more tests.
38217         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38218         negating x to take absolute value.
38219         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38220         Likewise.
38221         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38222         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38223         Likewise.
38224         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38225         computing low part if x was negated.
38226         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38228 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38230         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38231         la_x32_gnu_pltexit.
38232         (pltexit): Cast int_retval to ptrdiff_t.
38233         * elf/tst-auditmod3b.c: Likewise.
38234         * elf/tst-auditmod4b.c: Likewise.
38235         * elf/tst-auditmod5b.c: Likewise.
38236         * elf/tst-auditmod6b.c: Likewise.
38237         * elf/tst-auditmod6c.c: Likewise.
38238         * elf/tst-auditmod7b.c: Likewise.
38240         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38241         and x32_gnu_pltexit.
38243         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38244         __ELF_NATIVE_CLASS.
38245         (La_x32_regs): New macro.
38246         (La_x32_retval): Likewise.
38247         (la_x32_gnu_pltenter): New function prototype.
38248         (la_x32_gnu_pltexit): Likewise.
38250 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38252         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38253         exponent.
38255         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38257         * configure.in (libc_cv_cc_nofma): Check for option to disable
38258         generation of FMA instructions.
38259         * configure: Regenerate.
38260         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38261         * sysdeps/ieee754/dbl-64/Makefile: New file.
38262         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38263         Remove brandred-fma4.
38264         (CFLAGS-brandred-fma4.c): Remove.
38265         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38266         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38267         define.
38268         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38269         define.
38271 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38273         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38274         LLONG_MAX != LONG_MAX.
38275         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38276         (_fitoa_word): Likewise.
38277         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38278         LLONG_MAX != LONG_MAX.
38279         * stdio-common/_itowa.h: Include <_itoa.h>.
38280         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38281         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38282         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38283         only if not defined.
38284         (_ITOA_WORD_TYPE): Likewise.
38285         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38286         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38288 2012-03-21  David S. Miller  <davem@davemloft.net>
38290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38292 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38294         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38295         of x86_64 when setting libc_cv_slibdir, libdir and
38296         libc_cv_localedir.
38297         * sysdeps/unix/sysv/linux/configure: Regenerated.
38299 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38301         * manual/lang.texi (Old Varargs): Remove section.
38302         (How Variadic): Update menu.
38303         (va_start): Do not mention varargs.h.
38305 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38306             Joseph Myers  <joseph@codesourcery.com>
38308         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38309         link test.
38310         * configure: Regenerated.
38312 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38314         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38315         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38316         conformtest.pl
38318 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38320         * NOTES: Remove.
38321         * Makefile (files-for-dist): Remove NOTES.
38322         (NOTES): Remove rule.
38323         * README: Don't refer to NOTES.
38324         * manual/creature.texi: Don't include macros.texi.
38325         * manual/intro.texi (creature.texi): Remove comment referring to
38326         NOTES.
38328         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38329         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38330         * configure: Regenerated.
38331         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38332         LIBC_TRY_CC_OPTION.
38333         (libc_cv_as_i686): Likewise.
38334         (libc_cv_cc_avx): Likewise.
38335         (libc_cv_cc_sse2avx): Likewise.
38336         (libc_cv_cc_fma4): Likewise.
38337         (libc_cv_cc_novzeroupper): Likewise.
38338         * sysdeps/i386/configure: Regenerated.
38340         [BZ #13883]
38341         * sysdeps/i386/fpu/s_cexp.S: Remove.
38342         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38343         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38344         * math/libm-test.inc (cexp_test): Add more tests.
38345         * sysdeps/i386/fpu/libm-test-ulps: Update.
38346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38348 2012-03-21  Allan McRae  <allan@archlinux.org>
38350         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38352 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38354         [BZ #13871]
38355         * math/w_exp2.c: Do not include <float.h>.
38356         (o_threshold, u_threshold): Remove.
38357         (__exp2): Calculate result before checking finiteness and calling
38358         __kernel_standard.
38359         * math/w_exp2f.c: Likewise.
38360         * math/w_exp2l.c: Likewise.
38361         * math/libm-test.inc (exp2_test): Require overflow exception for
38362         1e6 input.
38364         [BZ #3866]
38365         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38366         range of signed 64-bit integers before using fistpll.  Remove
38367         checks for whether integers fit in mantissa bits.
38368         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38369         the range of signed 32-bit integers before using fistpl.  Remove
38370         checks for whether integers fit in mantissa bits.
38371         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38372         (__ieee754_powl): Test for y outside the range of signed 64-bit
38373         integers before using fistpll.  Reduce 64-bit values to 63-bit
38374         ones as needed.
38375         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38376         divide-by-zero is raised for zero to large negative powers.
38377         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38378         (__ieee754_powl): Test for y outside the range of signed 64-bit
38379         integers before using fistpll.  Reduce 64-bit values to 63-bit
38380         ones as needed.
38381         * math/libm-test.inc (pow_test): Add more tests.
38383 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38385         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38386         <stdio-common/_itoa.h>.
38387         * debug/segfault.c: Likewise.
38388         * elf/dl-cache.c: Likewise.
38389         * elf/dl-minimal.c: Likewise.
38390         * elf/dl-misc.c: Likewise.
38391         * elf/dl-sysdep.c: Likewise.
38392         * elf/dl-version.c: Likewise.
38393         * elf/rtld.c: Likewise.
38394         * hurd/hurdsock.c: Likewise.
38395         * hurd/lookup-retry.c: Likewise.
38396         * malloc/malloc.c: Likewise.
38397         * malloc/mtrace.c: Likewise.
38398         * nscd/nscd_getgr_r.c: Likewise.
38399         * nscd/nscd_getpw_r.c: Likewise.
38400         * nscd/nscd_getserv_r.c: Likewise.
38401         * posix/getopt_init.c: Likewise.
38402         * posix/wordexp.c: Likewise.
38403         * stdio-common/_itoa.c: Likewise.
38404         * stdio-common/printf_fphex.c: Likewise.
38405         * stdio-common/vfprintf.c: Likewise.
38406         * string/_strerror.c: Likewise.
38407         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38408         * sysdeps/i386/i686/hp-timing.h: Likewise.
38409         * sysdeps/mach/_strerror.c: Likewise.
38410         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38411         * sysdeps/mach/hurd/sethostid.c: Likewise.
38412         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38413         * sysdeps/mach/xpg-strerror.c: Likewise.
38414         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38415         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38416         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
38417         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
38418         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38419         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
38420         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
38421         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
38422         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
38423         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
38424         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
38425         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
38426         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
38427         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
38428         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
38429         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
38430         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
38431         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
38432         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
38433         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
38434         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
38436         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
38438         * stdio-common/_itoa.h: Moved to ...
38439         * sysdeps/generic/_itoa.h: Here.
38441         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
38443         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
38444         instead of "_itoa.h" and "_itowa.h".
38445         * stdio-common/vfprintf.: Likewise.
38447 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38449         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
38450         <bits/wordsize.h>.
38451         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
38452         (__signbit): Likwise.
38453         (llrintf): Likwise.
38454         (llrint): Likwise.
38456 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38458         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
38459         __WORDSIZE != 64.
38461 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
38463         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
38464         OVERFLOW_EXCEPTION_OK.
38465         * math/libm-test.inc ("Philosophy"): Update comment about
38466         exception testing.
38467         (OVERFLOW_EXCEPTION): Define.
38468         (OVERFLOW_EXCEPTION_OK): Likewise.
38469         (INVALID_EXCEPTION_OK): Renumber.
38470         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38471         (IGNORE_ZERO_INF_SIGN): Likewise.
38472         (test_exceptions): Handle FE_OVERFLOW.
38473         (exp10_test): Expect overflow exceptions.
38474         (exp2_test): Likewise.
38475         (expm1_test): Likewise.
38476         (nextafter_test): Likewise.
38477         (pow_test): Likewise.
38478         (scalbn_test): Likewise.
38479         (scalbln_test): Likewise.
38481 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38483         * sysdeps/x86_64/bits/atomic.h
38484         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
38485         64bit integer.
38486         (atomic_exchange_acq): Likewise.
38487         (__arch_exchange_and_add_body): Likewise.
38488         (__arch_add_body): Likewise.
38489         (atomic_add_negative): Likewise.
38490         (atomic_add_zero): Likewise.
38492 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38494         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
38495         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
38497 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38499         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
38500         Check __x86_64__ instead of __WORDSIZE.
38502 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38504         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
38506 2012-03-19  David S. Miller  <davem@davemloft.net>
38508         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38510         * sysdeps/sparc/fpu/fenv_private.h: New file.
38511         * sysdeps/sparc/fpu/math_private.h: Use it.
38512         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
38513         Remove.
38514         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
38515         (libc_feholdexcept_setroundl): Remove.
38516         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
38517         Remove.
38518         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
38519         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
38521 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38523         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
38524         int64_t instead of long int.
38525         (INSERT_WORDS64): Likwise.
38527 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38529         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
38530         _Unwind_GetCFA return to _Unwind_Ptr first.
38532 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
38534         [BZ #13629]
38535         * math/s_clog.c: Include <float.h>.
38536         (__clog): Scale large or subnormal inputs.
38537         * math/s_clogf.c: Likewise.
38538         * math/s_clogl.c: Likewise.
38539         * math/s_clog10.c: Include <float.h>.
38540         (M_LOG10_2): Define.
38541         (__clog10): Scale large or subnormal inputs.
38542         * math/s_clog10f.c: Likewise.
38543         * math/s_clog10l.c: Likewise.
38544         * math/libm-test.inc (clog_test): Add more tests.
38545         (clog10_test): Likewise.
38546         * sysdeps/i386/fpu/libm-test-ulps: Update.
38547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38549         [BZ #11451]
38550         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
38551         x and y.
38552         * math/libm-test.inc (atan2_test): Add another test.
38554         * Makerules (common-objdir-compile): Remove.
38555         * sysdeps/unix/Makefile (config-generated): Do not add
38556         $(unix-generated) to variable.
38557         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
38558         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
38559         Remove rule.
38560         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
38561         Likewise.
38562         [generic bits/local_lim.h] (before-compile): Do not append to
38563         variable.
38564         [generic bits/local_lim.h] (common-generated): Likewise.
38565         [generic sys/param.h] (before-compile): Do not append to variable.
38566         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
38567         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
38568         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
38569         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
38570         include.
38571         [generic sys/param.h] (sys/param.h-includes): Remove variable.
38572         [generic sys/param.h] (sys/param.h-includes): Remove rule.
38573         [generic sys/param.h] ($(addprefix
38574         $(common-objpfx),$(sys/param.h-includes))): Likewise.
38575         [generic sys/param.h] (common-generated): Do not append to
38576         variable.
38577         [generic sys/param.h] (sysdep_headers): Likewise.
38578         [generic bits/errno.h] (before-compile): Do not append to
38579         variable.
38580         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
38581         rule.
38582         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
38583         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
38584         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
38585         [generic bits/errno.h] (common-generated): Do not append to
38586         variable.
38587         [generic bits/ioctls.h] (before-compile): Do not append to
38588         variable.
38589         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
38590         rule.
38591         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
38592         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
38593         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
38594         rule.
38595         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
38596         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
38597         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
38598         [generic bits/ioctls.h] (common-generated): Do not append to
38599         variable.
38600         [generic sys/syscall.h] (syscall.h): Remove variable.
38601         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
38602         rule.
38603         [generic sys/syscall.h] (before-compile): Do not append to
38604         variable.
38605         [generic sys/syscall.h] (common-generated): Likewise.
38606         * sysdeps/unix/errnos-tmpl.c: Remove file.
38607         * sysdeps/unix/errnos.awk: Likewise.
38608         * sysdeps/unix/ioctls-tmpl.c: Likewise.
38609         * sysdeps/unix/ioctls.awk: Likewise.
38610         * sysdeps/unix/mk-local_lim.c: Likewise.
38611         * sysdeps/unix/snarf-ioctls: Likewise.
38613 2012-03-19  Richard Henderson  <rth@twiddle.net>
38615         * sysdeps/i386/fpu/fenv_private.h: New file.
38616         * sysdeps/i386/fpu/math_private.h: Use it.
38617         (math_opt_barrier, math_force_eval): Remove.
38618         (libc_feholdexcept_setround_53bit): Remove.
38619         (libc_feupdateenv_53bit): Remove.
38620         * sysdeps/x86_64/fpu/math_private.h: Likewise.
38621         (math_opt_barrier, math_force_eval): Remove.
38622         (libc_feholdexcept): Remove.
38623         (libc_feholdexcept_setround): Remove.
38624         (libc_fetestexcept, libc_fesetenv): Remove.
38625         (libc_feupdateenv_test): Remove.
38626         (libc_feupdateenv, libc_feholdsetround): Remove.
38627         (libc_feresetround): Remove.
38629         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
38630         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
38632         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
38633         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
38634         (libc_feupdateenv_testl): New.
38635         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
38636         (libc_feupdateenv_testf): New.
38637         (libc_feupdateenv): Use libc_feupdateenv_test.
38638         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
38639         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
38641         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
38642         (libc_feholdsetroundf, libc_feholdsetroundl): New.
38643         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
38644         (libc_feresetround_noex): New.
38645         (libc_feresetround_noexf): New.
38646         (libc_feresetround_noexl): New.
38647         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
38648         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
38649         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
38650         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
38651         SET_RESTORE_ROUND.
38652         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
38653         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
38654         (__cos): Likewise.
38655         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
38656         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
38657         SET_RESTORE_ROUND_NOEX.
38658         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
38659         SET_RESTORE_ROUND_NOEXF.
38660         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
38661         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
38662         (libc_feholdsetroundf): New.
38663         (libc_feresetround, libc_feresetroundf): New.
38665         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
38666         (libc_feholdexcept_setround_53bit): Convert from macro to function.
38667         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
38669         * sysdeps/generic/math_private.h: Include <fenv.h>.
38670         (default_libc_feholdexcept): New.
38671         (default_libc_feholdexcept_setround): New.
38672         (default_libc_fesetenv, default_libc_feupdateenv): New.
38673         (libc_feholdexcept): Only define if undefined.
38674         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
38675         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
38676         (libc_feholdexcept_setroundl): Likewise.
38677         (libc_feholdexcept_setround_53bit): Likewise.
38678         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
38679         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
38680         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
38681         (libc_feupdateenv_53bit): Likewise.
38682         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
38683         (libc_feholdexcept): Convert from macro to inline function.
38684         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
38685         (libc_fesetenv, libc_feupdateenv): Likewise.
38687         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
38688         not previously defined.
38689         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
38690         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
38691         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
38692         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
38693         * sysdeps/ieee754/flt-32/math_private.h: New file.
38694         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
38695         math_private.h below SET_FLOAT_WORD.
38696         (__isnan, __isinf_ns, __finite): Remove.
38697         (__isnanf, __isinf_nsf, __finitef): Remove.
38699 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
38701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38703 2012-03-17  David S. Miller  <davem@davemloft.net>
38705         [BZ #6471]
38706         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
38707         for 2.16.
38709 2012-03-16  David S. Miller  <davem@davemloft.net>
38711         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
38712         warnings.
38714         [BZ #6471]
38715         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
38716         properly.
38717         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
38718         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
38719         sysdep_routines when subdir is sysvipc.
38720         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
38721         __getshmlba helper.
38723         * sysdeps/sparc/fpu/libm-test/ulps: Update.
38725 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38727         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
38728         [__LP64__].
38730 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38732         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
38733         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
38734         (__lround): Renamed to ...
38735         (__llround): This.  Replace long int with long long int.
38736         Define lround functions as aliases of llround functions.
38737         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
38739 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38741         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
38742         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
38743         adresses to uintptr_t.  Replace "long int" and "unsigned long
38744         int" with "greg_t" on va_arg.
38746 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38748         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
38749         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
38751         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
38752         Move e_machine check before EI_CLASS check.  Handle x32
38753         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
38754         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
38755         SKIP_EM_IA_64 and include
38756         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
38758         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
38759         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
38760         (add_system_dir): New macro.
38762         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
38763         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
38765 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38767         [BZ #2551]
38768         [BZ #2552]
38769         [BZ #2553]
38770         [BZ #2554]
38771         [BZ #2562]
38772         [BZ #2563]
38773         [BZ #2565]
38774         [BZ #2566]
38775         [BZ #2576]
38776         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
38777         (y0): Likewise.
38778         * math/w_j0f.c (j0f): Likewise.
38779         (y0f): Likewise.
38780         * math/w_j0l.c (__j0l): Likewise.
38781         (__y0l): Likewise.
38782         * math/w_j1.c (j1): Likewise.
38783         (y1): Likewise.
38784         * math/w_j1f.c (j1f): Likewise.
38785         (y1f): Likewise.
38786         * math/w_j1l.c (__j1l): Likewise.
38787         (__y1l): Likewise.
38788         * math/w_jn.c (jn): Likewise.
38789         (yn): Likewise.
38790         * math/w_jnf.c (jnf): Likewise.
38791         (ynf): Likewise.
38792         * math/w_jnl.c (__jnl): Likewise.
38793         (__ynl): Likewise.
38794         * math/libm-test.inc (j0_test): Add more tests.
38795         (j1_test): Likewise.
38796         (jn_test): Likewise.  Add trailing semicolon to existing test.
38797         (y0_test): Likewise.
38798         (y1_test): Likewise.
38799         * sysdeps/i386/fpu/libm-test-ulps: Update.
38800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38802         [BZ #13851]
38803         [BZ #13854]
38804         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
38805         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
38806         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
38807         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
38808         (__tanl): Set errno for infinite argument.
38809         * sysdeps/i386/fpu/mptan.c: Remove.
38810         * sysdeps/i386/fpu/s_tan.S: Likewise.
38811         * sysdeps/i386/fpu/s_tanl.S: Likewise.
38812         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
38813         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
38814         * math/libm-test.inc (tan_test): Add more tests and enable more
38815         tests for double and long double.
38816         * sysdeps/i386/fpu/libm-test-ulps: Update.
38817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38819 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
38821         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
38822         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
38824 2012-03-16  Roland McGrath  <roland@hack.frob.com>
38826         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
38827         * configure.in: Use it for both main tree and add-ons.
38828         * configure: Regenerated.
38830 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38832         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
38834 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38836         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
38837         in comment.
38839         [BZ #13851]
38840         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
38841         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
38842         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
38843         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
38844         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
38845         infinite argument.
38846         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
38847         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
38848         != 0 for prec == 2.
38849         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
38850         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
38851         * sysdeps/i386/fpu/s_cosl.S: Likewise.
38852         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
38853         * sysdeps/i386/fpu/s_sinl.S: Likewise.
38854         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
38855         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
38856         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
38857         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
38858         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
38859         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
38860         * math/libm-test.inc (cos_test): Add more tests and enable more
38861         tests for long double.
38862         (sin_test): Likewise.
38863         (sincos_test): Likewise.
38864         * sysdeps/i386/fpu/libm-test-ulps: Update.
38865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38867 2012-03-16  David S. Miller  <davem@davemloft.net>
38869         * sysdeps/sparc/fpu/math_private.h: New file.
38871 2012-03-15  David S. Miller  <davem@davemloft.net>
38873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
38874         file.
38875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
38876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
38877         file.
38878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
38879         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
38880         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
38881         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
38882         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
38883         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
38884         sysdep routines.
38885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
38887         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
38888         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
38890         * sysdeps/sparc/sparc-ifunc.h: New file.
38891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
38892         sparc-ifunc.h
38893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
38894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
38895         Likewise.
38896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
38897         Likewise.
38898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
38899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
38900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
38902         Likewise.
38903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
38905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
38907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
38908         Likewise.
38909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
38910         Likewise.
38911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
38913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
38914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
38915         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
38916         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
38917         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
38918         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
38919         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
38920         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
38921         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
38922         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
38923         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
38924         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
38925         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
38926         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
38927         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
38928         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
38929         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
38930         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
38931         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
38932         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
38933         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
38934         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
38936 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
38938         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
38939         scaling.
38940         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38942 2012-03-15  Andreas Jaeger  <aj@suse.de>
38944         [BZ #13852]
38945         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
38946         ieee754/flt-32 implementation for sin, cos and sincos.
38947         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
38948         * sysdeps/i386/fpu/s_cosf.S: Likewise.
38949         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
38950         * sysdeps/i386/fpu/s_sinf.S: Likewise.
38951         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
38952         ieee754/flt-32 implementation for tan.
38954         * math/libm-test.inc (cos_test): Enable some large input tests for
38955         float as well
38956         (sin_test): Likewise.
38957         (sincos_test): Likewise.
38958         (tan_test): Add tests for large input.
38960         * sysdeps/i386/fpu/libm-test-ulps: Update.
38962 2012-03-15  Andreas Jaeger  <aj@suse.de>
38964         [BZ #13658]
38965         * math/libm-test.inc (cos_test): Add more test cases.
38966         (sin_test): Likewise.
38967         (sincos_test): Likewise.
38969 2012-03-15  Andreas Jaeger  <aj@suse.de>
38971         [BZ #13837]
38972         * math/libm-test.inc (cos_test): Add a test case for large input
38973         value.
38974         (sin_test): Likewise.
38975         (sincos_test): Likewise.
38977 2012-03-15  Andreas Jaeger  <aj@suse.de>
38978             Joseph Myers  <joseph@codesourcery.com>
38980         [BZ #13658]
38981         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
38982         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
38983         * sysdeps/i386/fpu/branred.c: Likewise.
38984         * sysdeps/i386/fpu/dosincos.c: Likewise.
38985         * sysdeps/i386/fpu/mpa.c: Likewise.
38986         * sysdeps/i386/fpu/s_cos.S: Likewise.
38987         * sysdeps/i386/fpu/s_sin.S: Likewise.
38988         * sysdeps/i386/fpu/s_sincos.S: Likewise.
38989         * sysdeps/i386/fpu/sincos32.c: Likewise.
38991         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
38992         Define.
38993         (libc_feupdateenv_53bit): Define.
38994         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
38995         Define.
38996         (libc_feupdateenv_53bit): Define.
38998         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
38999         53 bit (without extend i386 double precision).
39001         * math/libm-test.inc (sincos_test): Add tests for large input.
39002         (sin): Likewise.
39003         (cos): Likewise.
39005         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39007 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39011 2012-03-15  David S. Miller  <davem@davemloft.net>
39013         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39014         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39015         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39016         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39018         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39019         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39020         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39021         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39022         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39023         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39024         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39025         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39026         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39027         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39029         file.
39030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39032         file.
39033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39035         file.
39036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39038         file.
39039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39040         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39041         fmin/fmax sysdep routines.
39042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39044 2012-03-14  David S. Miller  <davem@davemloft.net>
39046         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39047         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39048         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39049         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39050         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39051         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39052         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39053         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39054         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39055         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39056         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39057         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39058         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39059         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39060         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39061         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39062         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39063         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39064         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39065         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39066         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39067         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39068         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39069         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39070         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39071         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39072         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39073         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39074         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39075         routines.
39076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39077         file.
39078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39080         file.
39081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39083         file.
39084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39086         file.
39087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39089         file.
39090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39092         file.
39093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39094         file.
39095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39096         file.
39097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39098         file.
39099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39100         New file.
39101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39102         file.
39103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39104         file.
39105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39107         file.
39108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39110         file.
39111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39113         file.
39114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39116         VIS3 routines.
39118         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39119         New file.
39121         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39123         * sysdeps/sparc/configure.in: New file.
39124         * sysdeps/sparc/configure: Generate.
39125         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39126         * configure: Regenerate.
39127         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39128         * config.make.in (have-as-vis3): New.
39129         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39130         available use -Av9d instead of -Av9a.
39131         * sysdeps/sparc/sparc64/Makefile: Likewise.
39132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39134         New file.
39135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39136         file.
39137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39138         New file.
39139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39140         file.
39141         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39142         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39143         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39144         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39145         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39147         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39148         fzeros/fnegs to load 0x80000000 into a float register instead of
39149         using the stack.
39150         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39152 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39154         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39155         bits/syscall.h.
39156         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39157         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39158         ($(inst_includedir)/bits/syscall.h): Remove rule.
39159         ($(objpfx)bits/syscall.d): Include instead of
39160         $(objpfx)syscall-list.d.
39161         (generated): Change syscall-list.h and syscall-list.d to
39162         bits/syscall.h and bits/syscall.d.
39164 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39166         [BZ #13846]
39167         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39169 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39171         [BZ #13841]
39172         * math/s_csqrt.c: Include <float.h>.
39173         (__csqrt): Scale large or subnormal inputs.
39174         * math/s_csqrtf.c: Likewise.
39175         * math/s_csqrtl.c: Likewise.
39176         * math/libm-test.inc (csqrt_test): Add more tests.
39177         * sysdeps/i386/fpu/libm-test-ulps: Update.
39178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39180         [BZ #13840]
39181         * math/libm-test.inc (hypot_test): Add more tests.
39183 2012-03-13  David S. Miller  <davem@davemloft.net>
39185         [BZ #13840]
39186         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39187         double-precision for the calculation instead of scaling.
39189 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39191         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39192         manipulate bits before adding and subtracting TWO52[sx].
39193         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39194         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39195         Likewise.
39196         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39198 2012-03-13  David S. Miller  <davem@davemloft.net>
39200         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39201         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39202         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39203         rtld-global-offsets.h
39204         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39206         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39207         large parameters.
39209         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39211         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39212         'err' in the ifdef scope in which it is actually used.
39214         * nss/nss_db/db-init.c: Include string.h
39216 2012-03-12  David S. Miller  <davem@davemloft.net>
39218         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39219         masking out of the most significant byte of random value used.
39220         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39221         Fix coding style in previous change.
39223         * sysdeps/unix/sysv/linux/kernel-features.h
39224         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39225         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39226         expression.
39227         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39228         later.
39230 2012-03-11  David S. Miller  <davem@davemloft.net>
39232         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39233         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39234         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39235         for 'resultvar' otherwise things get truncated on 64-bit.
39237         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39238         Fix masking out of the most significant byte of random value used.
39240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39242 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39246 2012-03-09  David S. Miller  <davem@davemloft.net>
39248         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39249         variables with appropriate CPP guards.
39250         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39251         from the frame pointer, not the stack pointer.  Correct layout
39252         comments.  Fix test on resulting framesize and the management of
39253         the outregs buffer for pltexit.  Preserve floating point return
39254         values across _dl_call_pltexit call.
39255         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39256         framesize and the management of the outregs buffer for pltexit.
39257         Preserve floating point return values across _dl_call_pltexit
39258         call.
39259         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39260         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39261         (la_sparc64_gnu_pltexit): New functions.
39262         (print_exit): Fix format string for return register value.
39264 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39266         * sunrpc/Makefile (others): Add rpcgen.
39267         ($(objpfx)rpcgen): Remove special build rule and dependency on
39268         libc.
39269         * sunrpc/rpcgen.c: New file.
39271 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39273         [BZ #13673]
39274         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39275         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39276         * sysdeps/i386/crti.S: Likewise.
39277         * sysdeps/i386/crtn.S: Likewise.
39278         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39279         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39280         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39281         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39282         * sysdeps/sh/crti.S: Likewise.
39283         * sysdeps/sh/crtn.S: Likewise.
39284         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39286         [BZ #13673]
39287         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39288         with URL.
39289         * locale/programs/locfile-kw.gperf: Likewise.
39290         * locale/programs/charmap-kw.h: Regenerated.
39291         * locale/programs/locfile-kw.h: Likewise.
39293         [BZ #13673]
39294         * intl/plural.y: Replace FSF snail mail address with URL.
39295         * intl/plural.c: Regenerated.
39297 2012-03-09  Richard Henderson  <rth@twiddle.net>
39299         * include/math_private.h: Remove file.
39300         * math/math_private.h: Move file ...
39301         * sysdeps/generic/math_private.h: ... here.
39303         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39304         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39305         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39307         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39308         and <math_private.h>.
39309         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39310         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39311         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39312         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39313         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39314         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39315         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39316         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39317         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39318         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39319         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39320         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39321         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39322         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39323         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39324         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39325         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39326         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39327         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39328         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39329         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39330         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39331         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39332         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39333         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39334         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39335         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39336         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39337         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39338         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39339         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39340         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39341         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39342         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39343         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39344         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39345         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39346         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39347         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39348         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39349         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39350         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39351         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39352         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39353         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39354         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39355         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39356         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39357         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39358         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39359         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39360         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39361         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39362         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39363         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39364         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39365         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39366         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39367         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39368         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39369         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39370         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39371         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39372         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39373         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39374         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39375         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39376         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39377         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39378         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39379         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39380         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39381         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39382         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39383         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39384         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39385         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39386         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39387         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39388         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39389         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39390         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39391         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39392         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39393         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39394         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39395         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39396         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39397         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39398         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39399         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39400         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39401         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39402         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39403         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39404         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39405         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39406         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39407         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39408         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39409         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39410         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39411         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39412         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39413         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39414         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39415         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39416         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
39417         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39418         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39419         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39420         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39421         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
39422         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39423         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
39424         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39425         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39426         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39427         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39428         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39429         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39430         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39431         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39432         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
39433         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39434         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39435         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
39436         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
39437         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39438         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
39439         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
39440         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39441         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
39442         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
39443         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
39444         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
39445         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
39446         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
39447         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
39448         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
39449         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39450         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
39451         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
39452         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
39453         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
39454         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
39455         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
39456         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
39457         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
39458         * sysdeps/ieee754/k_standard.c: Likewise.
39459         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
39460         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
39461         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
39462         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
39463         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
39464         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
39465         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
39466         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
39467         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
39468         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
39469         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
39470         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
39471         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
39472         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
39473         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
39474         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
39475         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
39476         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
39477         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
39478         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
39479         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
39480         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
39481         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
39482         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
39483         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
39484         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
39485         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
39486         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
39487         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
39488         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
39489         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
39490         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
39491         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
39492         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
39493         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
39494         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
39495         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
39496         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
39497         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
39498         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
39499         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
39500         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
39501         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
39502         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
39503         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
39504         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
39505         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
39506         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
39507         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
39508         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
39509         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
39510         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
39511         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
39512         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
39513         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
39514         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
39515         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
39516         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
39517         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
39518         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
39519         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
39520         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
39521         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
39522         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
39523         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
39524         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
39525         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
39526         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
39527         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
39528         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
39529         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
39530         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
39531         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
39532         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
39533         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
39534         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
39535         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
39536         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
39537         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39538         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
39539         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
39540         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
39541         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
39542         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
39543         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
39544         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
39545         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
39546         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
39547         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39548         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
39549         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
39550         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
39551         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
39552         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
39553         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
39554         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
39555         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
39556         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
39557         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
39558         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
39559         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
39560         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
39561         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
39562         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
39563         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
39564         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
39565         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
39566         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
39567         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
39568         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
39569         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
39570         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
39571         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
39572         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
39573         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
39574         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
39575         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
39576         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
39577         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
39578         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
39579         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
39580         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
39581         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
39582         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
39583         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
39584         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
39585         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
39586         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
39587         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
39588         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
39589         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
39590         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
39591         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
39592         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
39593         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
39594         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
39595         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
39596         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
39597         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
39598         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
39599         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
39600         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
39601         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
39602         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
39603         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
39604         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
39605         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
39606         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
39607         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
39608         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
39609         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
39610         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
39611         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
39612         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
39613         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
39614         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
39615         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
39616         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
39617         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
39618         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
39619         * sysdeps/ieee754/s_lib_version.c: Likewise.
39620         * sysdeps/ieee754/s_matherr.c: Likewise.
39621         * sysdeps/ieee754/s_signgam.c: Likewise.
39622         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
39623         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
39624         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
39625         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
39626         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
39627         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39628         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
39629         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
39630         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
39631         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
39632         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
39633         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
39634         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
39635         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
39636         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
39637         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
39638         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
39639         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
39640         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
39641         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
39642         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
39644 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39646         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
39647         * sunrpc/rpc_main.c: Likewise.
39648         * sunrpc/rpc_svcout.c: Likewise.
39650 2012-03-09  David S. Miller  <davem@davemloft.net>
39652         * include/math_private.h: New file.
39654 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39656         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
39657         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
39658         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
39659         from <bits/socket_type.h>.
39660         (enum __socket_type): Don't define here.
39661         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
39662         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39663         bits/socket_type.h.
39665         [BZ #13566]
39666         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
39667         checking __USE_GNU.
39669         * Makerules ($(inst_includedir)/%.h): New rule.
39670         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
39671         (install-others): Remove variable setting.
39672         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
39674 2012-03-08  Richard Henderson  <rth@twiddle.net>
39676         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
39677         from macro to inline function; merge with the
39678         !__LIBC_INTERNAL_MATH_INLINES version.
39679         (__ieee754_sqrtf): Likewise.
39681         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
39682         to inline function.
39683         (__rintf, __floor, __floorf): Likewise.
39685         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
39686         macro to inline function.
39687         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
39689         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
39690         not <math/math_private.h>.
39692 2012-03-08  David S. Miller  <davem@davemloft.net>
39694         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
39695         copyright year.
39696         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
39698 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
39700         * resolv/gai_misc.c (handle_requests): Fix struct timespec
39701         normalization.
39702         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
39703         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
39705 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
39707         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
39708         be defined individually, they must be defined as a block.  Define
39709         S for printing a string instead of hidint the different by using a
39710         macro for adding the 'l'.
39711         * stdio-common/tst-fphex-wide.c: Adjust.
39713 2012-03-07  Marek Polacek  <polacek@redhat.com>
39715         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
39717 2012-03-08  Marek Polacek  <polacek@redhat.com>
39719         [BZ #13806]
39720         * stdio-common/Makefile (tests): Add tst-fphex-wide.
39721         * stdio-common/tst-fphex.c: Define a few macros to make the
39722         test reusable.  Use them.
39723         * stdio-common/tst-fphex-wide.c: New file.
39725 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
39727         [BZ #6911]
39728         * manual/macros.texi (gnusystems): New macro.
39729         (nongnusystems): Likewise.
39730         (gnulinuxhurdsystems): Likewise.
39731         (gnuhurdsystems): Likewise..
39732         (gnulinuxsystems): Likewise.
39733         * manual/charset.texi: Use new macros or @theglibc{} to refer to
39734         variants of the GNU system, not "GNU system".
39735         * manual/conf.texi: Likewise.
39736         * manual/errno.texi: Likewise.  Update example of errno macro
39737         expansion.
39738         * manual/filesys.texi: Likewise.
39739         (getumask): Document as specific to GNU/Hurd.
39740         * manual/install.texi: Likewise.  Reword some references to
39741         GNU/Linux.
39742         * manual/intro.texi: Likewise.
39743         * manual/io.texi: Likewise.
39744         (File Name Portability): Detail which constraints are inapplicable
39745         to all GNU systems and which are only inapplicable to GNU/Hurd.
39746         * manual/job.texi: Likewise.
39747         * manual/llio.texi: Likewise.
39748         (O_NOCTTY): Document as present on GNU/Linux.
39749         * manual/maint.texi: Likewise.
39750         * manual/memory.texi: Likewise.
39751         * manual/pattern.texi: Likewise.
39752         * manual/pipe.texi: Likewise.
39753         * manual/process.texi: Likewise.
39754         * manual/resource.texi: Likewise.
39755         (RUSAGE_CHILDREN): Remove statement about specifying a particular
39756         child on GNU/Hurd.
39757         * manual/setjmp.texi: Likewise.
39758         * manual/signal.texi: Likewise.
39759         * manual/startup.texi: Likewise.
39760         * manual/stdio.texi: Likewise.
39761         * manual/terminal.texi: Likewise.
39762         (ONLCR): Document as POSIX.
39763         (OXTABS): Document availability on GNU/Linux as XTABS.
39764         (ONOEOT): Document availability separately from other bits.
39765         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
39766         * manual/time.texi: Likewise.
39767         * manual/users.texi: Likewise.
39768         * INSTALL: Regenerated.
39769         * sysdeps/gnu/errlist.c: Regenerated.
39771         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
39772         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
39773         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
39774         puts.
39775         * configure: Regenerated.
39777 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
39779         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
39780         default includes instead of AC_HEADER_CHECK.
39781         * sysdeps/i386/configure: Regenerated.
39783         [BZ #10716]
39784         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
39785         * math/s_cacoshf.c (__cacoshf): Likewise.
39786         * math/s_cacoshl.c (__cacoshl): Likewise.
39787         * math/s_casinh.c (__casinh): Set signs of result from argument.
39788         * math/s_casinhf.c (__casinhf): Likewise.
39789         * math/s_casinhl.c (__casinhl): Likewise.
39790         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
39791         (casinh_test): Add more tests.
39792         * sysdeps/i386/fpu/libm-test-ulps: Update.
39793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39795 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
39797         * po/zh_TW.po: Update from translation team.
39799         * login/Makefile (distribute): Remove variable.
39800         * catgets/Makefile: Likewise.
39801         * mach/Makefile: Likewise.
39802         * malloc/Makefile: Likewise.
39803         * misc/Makefile: Likewise.
39804         * iconv/Makefile: Likewise.
39805         * nscd/Makefile: Likewise.
39806         * hurd/Makefile: Likewise.
39807         * manual/Makefile: Likewise.
39808         * locale/Makefile: Likewise.
39809         * intl/Makefile: Likewise.
39810         * conform/Makefile: Likewise.
39811         * nss/Makefile: Likewise.
39812         * time/Makefile: Likewise.
39813         * soft-fp/Makefile: Likewise.
39814         * dirent/Makefile: Likewise.
39815         * gmon/Makefile: Likewise.
39816         * po/Makefile: Likewise.
39817         * rt/Makefile: Likewise.
39818         * socket/Makefile: Likewise.
39819         * math/Makefile: Likewise.
39820         * signal/Makefile: Likewise.
39821         * debug/Makefile: Likewise.
39822         * elf/Makefile: Likewise.
39823         * timezone/Makefile: Likewise.
39824         * stdlib/Makefile: Likewise.
39825         * iconvdata/Makefile: Likewise.
39826         * sunrpc/Makefile: Likewise.
39827         * io/Makefile: Likewise.
39828         * argp/Makefile: Likewise.
39829         * inet/Makefile: Likewise.
39830         * hesiod/Makefile: Likewise.
39831         * grp/Makefile: Likewise.
39832         * csu/Makefile: Likewise.
39833         * wctype/Makefile: Likewise.
39834         * crypt/Makefile: Likewise.
39835         * libio/Makefile: Likewise.
39836         * string/Makefile: Likewise.
39837         * nis/Makefile: Likewise.
39838         * resolv/Makefile: Likewise.
39839         * stdio-common/Makefile: Likewise.
39840         * wcsmbs/Makefile: Likewise.
39841         * dlfcn/Makefile: Likewise.
39842         * posix/Makefile: Likewise.
39844         [BZ #6959]
39845         * timezone/Makefile: Don't install timezone files, just the programs
39846         and scripts.
39848 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
39850         * nss/databases.def: Add missing gshadow entry.
39852         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
39854 2012-03-06  Marek Polacek  <polacek@redhat.com>
39856         [BZ #13726]
39857         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
39858         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
39859         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
39860         * stdio-common/tst-long-dbl-fphex.c: New file.
39862 2012-03-06  David S. Miller  <davem@davemloft.net>
39864         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39865         (set_obp_int): New function.
39866         (get_obp_int): New function.
39867         (__get_clockfreq_via_dev_openprom): Likewise.
39868         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
39869         Avoid unused variable warnings on 'val' and use builtin_expect.
39870         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
39871         __builtin_expect.
39872         (INLINE_CLONE_SYSCALL): Likewise.
39874 2012-03-05  David S. Miller  <davem@davemloft.net>
39876         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39878 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
39880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39882         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
39883         only for |x| >= 40.
39884         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39886 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
39888         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
39889         Replace gettimeofday with __vdso_gettimeofday.
39891         * sysdeps/unix/sysv/linux/x86_64/init-first.c
39892         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
39893         __vdso_clock_gettime and __vdso_getcpu.
39895         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
39896         time with __vdso_time.
39898 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39900         * manual/lang.texi (size_t): Note types to which size_t may be
39901         equivalent with the GNU C Library, but do not describe when
39902         differences between them are significant.
39904 2012-03-05  Andreas Jaeger  <aj@suse.de>
39906         * sysdeps/i386/fpu/libm-test-ulps: Update.
39908 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39910         [BZ #3976]
39911         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
39912         (__ieee754_pow): Save and restore rounding mode and use
39913         round-to-nearest for main computations.
39914         * math/libm-test.inc (pow_test_tonearest): New function.
39915         (pow_test_towardzero): Likewise.
39916         (pow_test_downward): Likewise.
39917         (pow_test_upward): Likewise.
39918         (main): Call the new functions.
39919         * sysdeps/i386/fpu/libm-test-ulps: Update.
39920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39922         [BZ #3976]
39923         * math/libm-test.inc (cosh_test_tonearest): New function.
39924         (cosh_test_towardzero): Likewise.
39925         (cosh_test_downward): Likewise.
39926         (cosh_test_upward): Likewise.
39927         (sinh_test_tonearest): Likewise.
39928         (sinh_test_towardzero): Likewise.
39929         (sinh_test_downward): Likewise.
39930         (sinh_test_upward): Likewise.
39931         (main): Call the new functions.
39932         * sysdeps/i386/fpu/libm-test-ulps: Update.
39933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39935 2012-03-05  Tom de Vries  <tom@codesourcery.com>
39937         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
39938         default stack guard is set in last bytes.
39939         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
39941 2012-03-05  Kees Cook  <keescook@chromium.org>
39943         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
39945         [BZ #13656]
39946         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
39947         possibly allocate from heap instead of stack.
39948         * stdio-common/bug-vfprintf-nargs.c: New file.
39949         * stdio-common/Makefile (tests): Add nargs overflow test.
39951 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
39953         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39955 2012-03-03  Marek Polacek  <polacek@redhat.com>
39957         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
39958         * math/math_private.h: Likewise.
39959         * stdlib/tst-strtod.c: Likewise.
39960         * sysdeps/i386/i486/bits/atomic.h: Likewise.
39961         * sysdeps/x86_64/bits/atomic.h: Likewise.
39963 2012-03-02  David S. Miller  <davem@davemloft.net>
39965         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
39966         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
39967         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
39968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
39969         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
39970         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
39971         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
39972         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
39974 2012-03-02  Roland McGrath  <roland@hack.frob.com>
39976         [BZ #13792]
39977         * manual/examples/README: New file, says the example source files
39978         can be used under GPL>=2.
39979         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
39980         line containing just "*/".
39981         * manual/examples/add.c: Add copyright header (GPL>=2).
39982         * manual/examples/argp-ex1.c: Likewise.
39983         * manual/examples/argp-ex2.c: Likewise.
39984         * manual/examples/argp-ex3.c: Likewise.
39985         * manual/examples/argp-ex4.c: Likewise.
39986         * manual/examples/atexit.c: Likewise.
39987         * manual/examples/db.c: Likewise.
39988         * manual/examples/dir.c: Likewise.
39989         * manual/examples/dir2.c: Likewise.
39990         * manual/examples/execinfo.c: Likewise.
39991         * manual/examples/filecli.c: Likewise.
39992         * manual/examples/filesrv.c: Likewise.
39993         * manual/examples/fmtmsgexpl.c: Likewise.
39994         * manual/examples/genpass.c: Likewise.
39995         * manual/examples/inetcli.c: Likewise.
39996         * manual/examples/inetsrv.c: Likewise.
39997         * manual/examples/isockad.c: Likewise.
39998         * manual/examples/longopt.c: Likewise.
39999         * manual/examples/memopen.c: Likewise.
40000         * manual/examples/memstrm.c: Likewise.
40001         * manual/examples/mkfsock.c: Likewise.
40002         * manual/examples/mkisock.c: Likewise.
40003         * manual/examples/mygetpass.c: Likewise.
40004         * manual/examples/pipe.c: Likewise.
40005         * manual/examples/popen.c: Likewise.
40006         * manual/examples/rprintf.c: Likewise.
40007         * manual/examples/search.c: Likewise.
40008         * manual/examples/select.c: Likewise.
40009         * manual/examples/setjmp.c: Likewise.
40010         * manual/examples/sigh1.c: Likewise.
40011         * manual/examples/sigusr.c: Likewise.
40012         * manual/examples/stpcpy.c: Likewise.
40013         * manual/examples/strdupa.c: Likewise.
40014         * manual/examples/strftim.c: Likewise.
40015         * manual/examples/strncat.c: Likewise.
40016         * manual/examples/subopt.c: Likewise.
40017         * manual/examples/swapcontext.c: Likewise.
40018         * manual/examples/termios.c: Likewise.
40019         * manual/examples/testopt.c: Likewise.
40020         * manual/examples/testpass.c: Likewise.
40021         * manual/examples/timeval_subtract.c: Likewise.
40023         [BZ #13792]
40024         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40025         function to ...
40026         * manual/timeval_subtract.c.texi: ... here, new file.
40028 2012-03-02  David S. Miller  <davem@davemloft.net>
40030         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40032 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40034         [BZ #3976]
40035         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40036         (__sin): Save and restore rounding mode and use round-to-nearest
40037         for all computations.
40038         (__cos): Save and restore rounding mode and use round-to-nearest
40039         for all computations.
40040         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40041         <fenv.h>.
40042         (tan): Save and restore rounding mode and use round-to-nearest for
40043         all computations.
40044         * math/libm-test.inc (cos_test_tonearest): New function.
40045         (cos_test_towardzero): Likewise.
40046         (cos_test_downward): Likewise.
40047         (cos_test_upward): Likewise.
40048         (sin_test_tonearest): Likewise.
40049         (sin_test_towardzero): Likewise.
40050         (sin_test_downward): Likewise.
40051         (sin_test_upward): Likewise.
40052         (tan_test_tonearest): Likewise.
40053         (tan_test_towardzero): Likewise.
40054         (tan_test_downward): Likewise.
40055         (tan_test_upward): Likewise.
40056         (main): Call the new functions.
40057         * sysdeps/i386/fpu/libm-test-ulps: Update.
40058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40060         [BZ #10135]
40061         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40062         small n, then large n, before computing and testing k+n.
40063         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40064         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40065         Likewise.
40066         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40067         Likewise.
40068         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40069         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40070         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40071         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40072         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40073         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40074         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40075         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40076         * math/libm-test.inc (scalbn_test): Add more tests.
40077         (scalbln_test): Likewise.
40079         * manual/filesys.texi (mode_t): Describe constraints on size and
40080         signedness, not exact equivalence to a particular type.
40081         (ino_t): Likewise.
40082         (ino64_t): Likewise.
40083         (dev_t): Likewise.
40084         (nlink_t): Likewise.
40085         (blkcnt_t): Likewise.
40086         (blkcnt64_t): Likewise.
40087         * manual/llio.texi (off_t): Likewise.
40089         [BZ #3976]
40090         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40091         (__ieee754_exp): Save and restore rounding mode and use
40092         round-to-nearest for all computations.
40093         * math/libm-test.inc (exp_test_tonearest): New function.
40094         (exp_test_towardzero): Likewise.
40095         (exp_test_downward): Likewise.
40096         (exp_test_upward): Likewise.
40097         (main): Call the new functions.
40098         * sysdeps/i386/fpu/libm-test-ulps: Update.
40099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40101 2012-03-01  Chris Demetriou  <cgd@google.com>
40103         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40104         have predictable order.
40106 2012-03-01  David S. Miller  <davem@davemloft.net>
40108         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40110         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40111         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40112         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40113         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40115         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40116         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40117         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40118         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40119         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40120         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40121         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40122         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40123         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40125         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40127         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40128         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40129         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40131         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40132         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40133         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40134         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40135         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40136         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40137         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40138         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40139         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40140         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40141         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40142         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40143         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40144         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40145         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40146         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40147         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40148         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40149         * sysdeps/sparc/elf/configure: Regenerated.
40151 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40153         * configure.in (AS, LD): Require binutils 2.20 or later.
40154         * configure: Regenerated.
40155         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40156         as required minimum version.
40157         * INSTALL: Regenerated.
40159         [BZ #2541]
40160         [BZ #4108]
40161         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40162         before squaring exponent.
40163         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40164         bottom long double and 27 bits of top long double before squaring
40165         exponent.
40166         * math/libm-test.inc (erfc_test): Add more tests.
40167         * sysdeps/i386/fpu/libm-test-ulps: Update.
40168         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40171 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40173         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40174         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40175         containing bit-fields.
40176         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40177         * soft-fp/single.h (_FP_UNION_S): Likewise.
40178         * soft-fp/double.h (_FP_UNION_D): Likewise.
40180 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40182         [BZ #13786]
40183         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40184         not include ../strcmp.S.
40185         [USE_AS_STRNCASECMP_L]: Likewise.
40186         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40187         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40188         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40189         (__strncasecmp_l_ia32): Define as alias to
40190         __strncasecmp_l_nonascii.
40192         [BZ #5794]
40193         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40194         * sysdeps/i386/fpu/libm-test-ulps: Update.
40195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40197         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40198         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40200 2012-02-29  Jeff Law  <law@redhat.com>
40202         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40203         out of bounds read.
40205 2012-02-29  Marek Polacek  <polacek@redhat.com>
40207         [BZ #13706]
40208         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40209         * elf/Makefile: Add rules to run tst-unused-dep.out.
40211 2012-02-28  David S. Miller  <davem@davemloft.net>
40213         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40214         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40215         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40216         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40217         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40218         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40220 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40222         * math/libm-test.inc (llround_test): Move one test from
40223         lround_test.  Use TEST_f_L in moved test.
40224         (lround_test): Move misplaced test to llround_test.  Add testcase
40225         from bug 2561.
40227 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40229         * sysdeps/x86_64/fpu/e_expf.S: New file.
40230         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40232 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40234         [BZ #13637]
40235         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40236         of remain_len that may cause incomplete multi-byte character and
40237         false match.
40238         * posix/bug-regex33.c: New file.
40239         * posix/Makefile (tests): Add bug-regex33.
40241 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40243         * manual/macros.texi: New file.
40244         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40245         * manual/libc.texinfo: Include macros.texi.
40246         * manual/creatute.texi: Likewise.
40247         * manual/install.texi: Likewise.
40248         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40249         @glibcadj{} in references to the GNU C Library.
40250         * manual/charset.texi: Likewise.
40251         * manual/conf.texi: Likewise.
40252         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40253         when not using those macros.
40254         * manual/creature.texi: Likewise.
40255         * manual/crypt.texi: Likewise.
40256         * manual/errno.texi: Likewise.
40257         * manual/filesys.texi: Likewise.
40258         * manual/header.texi: Likewise.
40259         * manual/install.texi: Likewise.
40260         * manual/intro.texi: Likewise.
40261         * manual/io.texi: Likewise.
40262         * manual/job.texi: Likewise.
40263         * manual/lang.texi: Likewise.
40264         * manual/libc.texiinfo: Likewise.
40265         * manual/llio.texi: Likewise.
40266         * manual/locale.texi: Likewise.
40267         * manual/maint.texi: Likewise.
40268         * manual/math.texi: Likewise.
40269         * manual/memory.texi: Likewise.
40270         * manual/message.texi: Likewise.
40271         * manual/nss.texi: Likewise.
40272         * manual/pattern.texi: Likewise.
40273         * manual/process.texi: Likewise.
40274         * manual/resource.texi: Likewise.
40275         * manual/search.texi: Likewise.
40276         * manual/setjmp.texi: Likewise.
40277         * manual/signal.texi: Likewise.
40278         * manual/socket.texi: Likewise.
40279         * manual/startup.texi: Likewise.
40280         * manual/stdio.texi: Likewise.
40281         * manual/string.texi: Likewise.
40282         * manual/sysinfo.texi: Likewise.
40283         * manual/syslog.texi: Likewise.
40284         * manual/terminal.texi: Likewise.
40285         * manual/time.texi: Likewise.
40286         * manual/users.texi: Likewise.
40287         * INSTALL: Regenerated.
40288         * NOTES: Regenerated.
40289         * sysdeps/gnu/errlist.c: Regenerated.
40291 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40293         * include/dirent.h: Include <dirstream.h> before
40294         <dirent/dirent.h>.
40296 2012-02-28  David S. Miller  <davem@davemloft.net>
40298         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40299         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40300         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40301         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40303 2012-02-27  David S. Miller  <davem@davemloft.net>
40305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40307         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40308         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40310         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40311         frame pointer instead of stack pointer relative arg slot.
40312         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40313         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40314         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40316 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40318         [BZ #3992]
40319         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40321 2012-02-27  David S. Miller  <davem@davemloft.net>
40323         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40324         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40325         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40326         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40327         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40328         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40329         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40330         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40332 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40334         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40335         later.  Allow versions 5-9.
40336         * configure: Regenerated.
40337         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40338         required minimum version and 4.6 as recommended version.  Do not
40339         mention bugs in GCC 2.7 and 2.8.
40340         * INSTALL: Regenerated.
40342 2012-02-27  David S. Miller  <davem@davemloft.net>
40344         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40345         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40346         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40347         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40348         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40349         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40350         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40351         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40353         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40354         manipulate bits before adding and subtracting TWO112[sx].
40355         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40357 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40359         [BZ #13775]
40360         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40361         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40362         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40363         being in POSIX, because they are in 1003.1-2008.
40365         * rt/tst-aio.c: Include <fcntl.h>.
40366         * rt/tst-aio7.c: Likewise.
40367         * rt/tst-aio64.c: Likewise.
40369         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40371 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40373         * manual/install.texi (--with-headers): Describe headers as
40374         interface headers, not private headers.
40375         (Specific advice for GNU/Linux systems): Describe use of headers
40376         from "make headers_install", not private headers from older
40377         kernels.
40378         * INSTALL: Regenerated.
40379         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40380         Change to 2.6.19.
40381         * sysdeps/unix/sysv/linux/configure: Regenerated.
40383         * manual/llio.texi (fclean): Remove documentation.
40385         * manual/Makefile (libc-texi-generated): New variable.  Include
40386         version.texi.
40387         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40388         $(libc-texi-generated), not duplicated list of files.
40389         (version.texi, stamp-version): New rules.
40390         (realclean): Remove $(libc-texi-generated), not individual files
40391         from that list.  Do not remove dir-add.texinfo.
40392         * manual/libc.texinfo: Comment out uses of edition numbers and
40393         references to printed manual.  Remove last-updated dates.
40394         (EDITION): Comment out.
40395         (ISBN): Likewise.
40396         (VERSION, UPDATED): Remove.
40397         (version.texi): Include.
40399 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40401         * sysdeps/posix/spawni.c: Include <signal.h>.
40402         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40403         * sysdeps/pthread/aio_fsync.c: Likewise.
40405 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40407         * conform/Makefile (tests): Run only when not cross-compiling and
40408         when fast-check is not defined.
40410         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40411         * conform/data/limits.h-data: Fixes for POSIX2008.
40412         * conform/run-conformtest.sh: Run all tests.
40413         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40414         headers.
40415         * include/bits/dlfcn.h: Likewise.
40416         * include/langinfo.h: Likewise.
40417         * include/monetary.h: Likewise.
40418         * include/sys/poll.h: Likewise.
40420         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
40421         for __USE_GNU.
40422         * posix/spawn.h: Define __need_sigset_t.
40423         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
40424         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
40425         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
40426         to get sigevent_t only.
40427         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
40428         only for __USE_GNU.
40429         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40430         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
40431         process_vm_writev only for __USE_GNU.
40432         * termios/termios.h: Declare tcgetsid also for POSIX2008.
40434         * conform/Makefile: For now ignore errors from run-conformtest.
40435         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
40436         POSIX to avoid namespace pollution.  Don't prepend headers.
40437         * conform/data/aio.h-data: Fixes for POSIX testing.
40438         * conform/data/fcntl.h-data: Likewise.
40439         * conform/data/glob.h-data: Likewise.
40440         * conform/data/grp.h-data: Likewise.
40441         * conform/data/pthread.h-data: Likewise.
40442         * conform/data/pwd.h-data: Likewise.
40443         * conform/data/signal.h-data: Likewise.
40444         * conform/data/spawn.h-data: Likewise.
40445         * conform/data/stdio.h-data: Likewise.
40446         * conform/data/stdlib.h-data: Likewise.
40447         * conform/data/stropts.h-data: Likewise.
40448         * conform/data/sys/mman.h-data: Likewise.
40449         * conform/data/sys/stat.h-data: Likewise.
40450         * conform/data/sys/types.h-data: Likewise.
40451         * conform/data/sys/wait.h-data: Likewise.
40452         * conform/data/time.h-data: Likewise.
40453         * conform/data/unistd.h-data: Likewise.
40454         * conform/data/utime.h-data: Likewise.
40456         * io/sys/stat.h: fchmod was always in POSIX.
40457         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
40458         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
40459         * rt/aio.h: Define __need_timespec before including <time.h>.
40460         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
40461         struct.  Add forward declaration of pthread_attr_t and use it in
40462         sigevent.
40463         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
40464         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
40465         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
40466         always remove CLK_TCK definition.
40468 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
40470         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
40472 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
40474         * conform/run-conformtest.sh: New file.
40475         * conform/Makefile: Run run-conformtest for tests.
40476         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
40477         support.
40479         * conform/data/uchar.h-data: New file.
40480         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
40481         * conform/data/arpa/inet.h-data: Likewise.
40482         * conform/data/assert.h-data: Likewise.
40483         * conform/data/complex.h-data: Likewise.
40484         * conform/data/cpio.h-data: Likewise.
40485         * conform/data/ctype.h-data: Likewise.
40486         * conform/data/dirent.h-data: Likewise.
40487         * conform/data/dlfcn.h-data: Likewise.
40488         * conform/data/errno.h-data: Likewise.
40489         * conform/data/fcntl.h-data: Likewise.
40490         * conform/data/float.h-data: Likewise.
40491         * conform/data/fmtmsg.h-data: Likewise.
40492         * conform/data/fnmatch.h-data: Likewise.
40493         * conform/data/ftw.h-data: Likewise.
40494         * conform/data/glob.h-data: Likewise.
40495         * conform/data/grp.h-data: Likewise.
40496         * conform/data/iconv.h-data: Likewise.
40497         * conform/data/inttypes.h-data: Likewise.
40498         * conform/data/langinfo.h-data: Likewise.
40499         * conform/data/libgen.h-data: Likewise.
40500         * conform/data/limits.h-data: Likewise.
40501         * conform/data/locale.h-data: Likewise.
40502         * conform/data/math.h-data: Likewise.
40503         * conform/data/monetary.h-data: Likewise.
40504         * conform/data/mqueue.h-data: Likewise.
40505         * conform/data/ndbm.h-data: Likewise.
40506         * conform/data/net/if.h-data: Likewise.
40507         * conform/data/netdb.h-data: Likewise.
40508         * conform/data/netinet/in.h-data: Likewise.
40509         * conform/data/nl_types.h-data: Likewise.
40510         * conform/data/poll.h-data: Likewise.
40511         * conform/data/pthread.h-data: Likewise.
40512         * conform/data/pwd.h-data: Likewise.
40513         * conform/data/regex.h-data: Likewise.
40514         * conform/data/sched.h-data: Likewise.
40515         * conform/data/search.h-data: Likewise.
40516         * conform/data/semaphore.h-data: Likewise.
40517         * conform/data/setjmp.h-data: Likewise.
40518         * conform/data/signal.h-data: Likewise.
40519         * conform/data/spawn.h-data: Likewise.
40520         * conform/data/stdarg.h-data: Likewise.
40521         * conform/data/stdio.h-data: Likewise.
40522         * conform/data/stdlib.h-data: Likewise.
40523         * conform/data/string.h-data: Likewise.
40524         * conform/data/strings.h-data: Likewise.
40525         * conform/data/stropts.h-data: Likewise.
40526         * conform/data/sys/ipc.h-data: Likewise.
40527         * conform/data/sys/mman.h-data: Likewise.
40528         * conform/data/sys/msg.h-data: Likewise.
40529         * conform/data/sys/resource.h-data: Likewise.
40530         * conform/data/sys/select.h-data: Likewise.
40531         * conform/data/sys/sem.h-data: Likewise.
40532         * conform/data/sys/shm.h-data: Likewise.
40533         * conform/data/sys/socket.h-data: Likewise.
40534         * conform/data/sys/stat.h-data: Likewise.
40535         * conform/data/sys/statvfs.h-data: Likewise.
40536         * conform/data/sys/time.h-data: Likewise.
40537         * conform/data/sys/timeb.h-data: Likewise.
40538         * conform/data/sys/times.h-data: Likewise.
40539         * conform/data/sys/types.h-data: Likewise.
40540         * conform/data/sys/uio.h-data: Likewise.
40541         * conform/data/sys/un.h-data: Likewise.
40542         * conform/data/sys/utsname.h-data: Likewise.
40543         * conform/data/sys/wait.h-data: Likewise.
40544         * conform/data/syslog.h-data: Likewise.
40545         * conform/data/tar.h-data: Likewise.
40546         * conform/data/termios.h-data: Likewise.
40547         * conform/data/utime.h-data: Likewise.
40548         * conform/data/utmpx.h-data: Likewise.
40549         * conform/data/varargs.h-data: Likewise.
40550         * conform/data/wchar.h-data: Likewise.
40551         * conform/data/wctype.h-data: Likewise.
40552         * conform/data/wordexp.h-data: Likewise.
40554         * include/stropts.h: New file.
40555         * include/uchar.h: New file.
40556         * include/aio.h: Changes to allow conformtest.pl to use the headers.
40557         * include/assert.h: Likewise.
40558         * include/ctype.h: Likewise.
40559         * include/dirent.h: Likewise.
40560         * include/dlfcn.h: Likewise.
40561         * include/fcntl.h: Likewise.
40562         * include/fnmatch.h: Likewise.
40563         * include/glob.h: Likewise.
40564         * include/grp.h: Likewise.
40565         * include/libio.h: Likewise.
40566         * include/locale.h: Likewise.
40567         * include/math.h: Likewise.
40568         * include/net/if.h: Likewise.
40569         * include/netdb.h: Likewise.
40570         * include/netinet/in.h: Likewise.
40571         * include/pthread.h: Likewise.
40572         * include/pwd.h: Likewise.
40573         * include/regex.h: Likewise.
40574         * include/sched.h: Likewise.
40575         * include/search.h: Likewise.
40576         * include/setjmp.h: Likewise.
40577         * include/signal.h: Likewise.
40578         * include/stdio.h: Likewise.
40579         * include/stdlib.h: Likewise.
40580         * include/string.h: Likewise.
40581         * include/sys/cdefs.h: Likewise.
40582         * include/sys/mman.h: Likewise.
40583         * include/sys/msg.h: Likewise.
40584         * include/sys/resource.h: Likewise.
40585         * include/sys/select.h: Likewise.
40586         * include/sys/socket.h: Likewise.
40587         * include/sys/stat.h: Likewise.
40588         * include/sys/statvfs.h: Likewise.
40589         * include/sys/time.h: Likewise.
40590         * include/sys/times.h: Likewise.
40591         * include/sys/uio.h: Likewise.
40592         * include/sys/utsname.h: Likewise.
40593         * include/sys/wait.h: Likewise.
40594         * include/termios.h: Likewise.
40595         * include/time.h: Likewise.
40596         * include/ulimit.h: Likewise.
40597         * include/unistd.h: Likewise.
40598         * include/utime.h: Likewise.
40599         * include/wchar.h: Likewise.
40600         * include/wctype.h: Likewise.
40601         * include/wordexp.h: Likewise.
40603         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
40605         * time/time.h: TIME_UTC must be a macro.
40606         Make timespec_get available for ISO C11 only as well.
40608 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
40610         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
40611         Reported by Peng Haitao <penght@cn.fujitsu.com>.
40613 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40615         * configure.in: Use -o not -a in test for unsupported multi-arch.
40617 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40619         * manual/texinfo.tex: Update to version 2012-01-19.16.
40621 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40623         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
40625 2012-02-24  Roland McGrath  <roland@hack.frob.com>
40627         [BZ #13738]
40628         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
40629         * manual/fdl-1.3.texi: New file.
40630         * manual/fdl-1.1.texi: File removed.
40632         [BZ #13738]
40633         * manual/libc.texinfo (FDL_VERSION): New @set.
40634         Use it for mention of FDL in cover text.
40635         (Documentation License): Use it in @include file name.
40637 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40638             Roland McGrath  <roland@hack.frob.com>
40640         [BZ #5461]
40641         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
40642         (not LONG_LONG_MAX and LONG_LONG_MIN.
40643         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
40644         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
40645         name.
40646         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
40648 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40650         [BZ #2547]
40651         [BZ #11365]
40652         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
40653         manipulate bits before adding and subtracting TWO23[sx].
40654         * math/libm-test.inc (nearbyint_test): Add more tests.
40656 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40658         [BZ #2548]
40659         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
40660         bits before adding and subtracting TWO23[sx].
40661         * math/libm-test.inc (rint_test): Add more tests.
40662         (rint_test_tonearest): Likewise.
40663         (rint_test_towardzero): Likewise.
40664         (rint_test_downward): Likewise.
40665         (rint_test_upward: Likewise.
40667 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40669         [BZ #10110]
40670         * include/stdc-predef.h: New file.  Extracted from features.h.
40671         * include/features.h: Include stdc-predef.h.
40672         * Makefile (headers): Add stdc-predef.h.
40673         * CONFORMANCE (Compiler limitations): Update.
40675 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40677         * manual/libc.texinfo (VERSION, UPDATED): Revert.
40679 2012-02-21  David S. Miller  <davem@davemloft.net>
40681         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
40682         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40684 2012-02-20  David S. Miller  <davem@davemloft.net>
40686         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
40687         using a normal save/restore sequence, rather than allocating a
40688         dummy stack frame just to store a frame pointer and restore.
40689         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40691 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40693         * manual/install.texi: Fix stray word in line-wrapped comment.
40695 2012-02-20  David S. Miller  <davem@davemloft.net>
40697         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
40698         both binutils and gcc support GOTDATA.
40700         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
40701         "rd %pc" in the PIC register setup sequences.
40703         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
40704         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
40705         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40706         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
40707         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40708         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40709         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40710         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40711         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
40712         (SYSCALL_ERROR_HANDLER): Likewise.
40713         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40714         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40715         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
40716         (SYSCALL_ERROR_HANDLER): Likewise.
40718         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
40719         (HAVE_GCC_GOTDATA): New.
40720         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
40721         relocation support in both binutils and gcc.
40722         * sysdeps/sparc/elf/configure: Regenerate.
40724         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
40725         * sysdeps/sparc/sparc32/elf/configure: Delete.
40726         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
40727         * sysdeps/sparc/sparc64/elf/configure: Delete.
40728         * sysdeps/sparc/elf/configure.in: New file.
40729         * sysdeps/sparc/elf/configure: Generate.
40731         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
40732         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
40733         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
40734         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
40735         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
40737 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40739         * manual/install.texi: Do not mention specific glibc version
40740         numbers.
40741         * manual/libc.texinfo (VERSION, UPDATED): Update.
40742         (@copying): Use @copyright{} and range of years.
40744 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40746         [BZ #13695]
40747         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
40748         [crti.S not in sysdirs] (generated): Do not append.
40749         [crti.S not in sysdirs] (omit-deps): Likewise.
40750         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
40751         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
40752         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
40753         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
40754         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
40755         Likewise.
40756         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
40757         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
40758         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
40759         * csu/defs.awk: Remove file.
40760         * sysdeps/generic/initfini.c: Likewise.
40761         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
40762         variable.
40763         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
40764         Likewise.
40766 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40768         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
40769         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
40770         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
40771         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
40772         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
40773         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
40774         <bits/epoll.h>.
40775         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
40776         (__EPOLL_PACKED): Define to empty if not defined by
40777         <bits/epoll.h>.
40778         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
40779         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40780         bits/epoll.h.
40782 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40784         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
40785         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
40786         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
40787         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
40788         <bits/timerfd.h>.
40789         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
40790         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40791         bits/timerfd.h.
40793 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40795         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
40796         in C locale.
40797         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40798         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
40799         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
40800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40802 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
40804         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
40805         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40807 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
40809         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
40810         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
40811         defined.
40812         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
40813         Likewise.
40814         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
40815         entry for 2.16.
40817 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
40819         * math/w_acos.c: Use non-signaling floating-point comparisons.
40820         * math/w_acosf.c: Likewise.
40821         * math/w_acosh.c: Likewise.
40822         * math/w_acoshf.c: Likewise.
40823         * math/w_acoshl.c: Likewise.
40824         * math/w_acosl.c: Likewise.
40825         * math/w_asin.c: Likewise.
40826         * math/w_asinf.c: Likewise.
40827         * math/w_asinl.c: Likewise.
40828         * math/w_atanh.c: Likewise.
40829         * math/w_atanhf.c: Likewise.
40830         * math/w_atanhl.c: Likewise.
40831         * math/w_exp2.c: Likewise.
40832         * math/w_exp2f.c: Likewise.
40833         * math/w_exp2l.c: Likewise.
40834         * math/w_j0.c: Likewise.
40835         * math/w_j0f.c: Likewise.
40836         * math/w_j0l.c: Likewise.
40837         * math/w_j1.c: Likewise.
40838         * math/w_j1f.c: Likewise.
40839         * math/w_j1l.c: Likewise.
40840         * math/w_jn.c: Likewise.
40841         * math/w_jnf.c: Likewise.
40842         * math/w_log.c: Likewise.
40843         * math/w_log10.c: Likewise.
40844         * math/w_log10f.c: Likewise.
40845         * math/w_log10l.c: Likewise.
40846         * math/w_log2.c: Likewise.
40847         * math/w_log2f.c: Likewise.
40848         * math/w_log2l.c: Likewise.
40849         * math/w_logf.c: Likewise.
40850         * math/w_logl.c: Likewise.
40851         * math/w_sqrt.c: Likewise.
40852         * math/w_sqrtf.c: Likewise.
40853         * math/w_sqrtl.c: Likewise.
40854         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40855         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
40856         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40857         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
40858         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
40860 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40862         [BZ #9739]
40863         * manual/string.texi (strnlen): Use correct parameter name in
40864         equivalent expression.
40866 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40868         [BZ #11174]
40869         * manual/users.texi (seteuid): Consistently use neweuid for
40870         argument name.
40872 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40874         [BZ #13704]
40875         * manual/nss.texi (Services in the NSS configuration): Correct
40876         list of services in example configuration file.
40878 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
40880         [BZ #11322]
40881         * manual/arith.texi: Remove statements about negative zero
40882         behaving identically to zero.
40884 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40886         [BZ #5993]
40887         * manual/install.texi: Do not document upgrading from libc5.
40889 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40891         [BZ #4596]
40892         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
40894 2012-02-18  David S. Miller  <davem@davemloft.net>
40896         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
40897         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
40898         %o7 across the call.
40899         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
40900         instead.
40901         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
40902         SETUP_PIC_REG_LEAF.
40903         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40904         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
40905         * sysdeps/sparc/crtn.S: Likewise.
40907 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
40909         * aout/Makefile: Remove.
40911 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
40913         [BZ #13058]
40914         * manual/examples/argp-ex1.c (main): Format definition in GNU
40915         style.
40916         * manual/examples/argp-ex2.c (main): Likewise.
40917         * manual/examples/argp-ex3.c (main): Likewise.
40918         * manual/examples/argp-ex4.c (main): Likewise.
40919         * manual/examples/longopt.c (main): Use new-style prototype
40920         definition.
40921         * manual/examples/strncat.c (main): Specify return type and use
40922         (void) for arguments.
40923         * manual/examples/subopt.c (main): Use char **argv argument.
40925 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40927         [BZ #5077]
40928         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
40929         rounding modes.
40931 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
40933         [BZ #6907]
40934         * manual/string.texi (strchr): Change when strchrnul is
40935         recommended.
40937 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
40939         [BZ #174]
40940         * manual/locale.texi (setlocale): Document LOCPATH.
40942 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40944         [BZ #10210]
40945         * manual/process.texi (execle): Move @dots{} before last argument.
40947 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
40949         [BZ #12047]
40950         * manual/charset.texi (Generic Charset Conversion): Fix typo
40951         (LC_TYPE -> LC_CTYPE).
40953 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
40955         [BZ #5805]
40956         * manual/arith.texi (scalbn): Use @var{} on parameter names.
40957         (scalbnf): Likewise.
40958         (scalbnl): Likewise.
40959         (scalbln): Likewise.
40960         (scalblnf): Likewise.
40961         (scalblnl): Likewise.
40962         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
40963         (vwarnx): Likewise.
40964         (verr): Likewise.
40965         (verrx): Likewise.
40966         * manual/filesys.texi (telldir): Use braces around return type.
40967         * manual/llio.texi (mmap): Add space after comma.
40968         (mmap64): Likewise.
40969         * manual/math.texi (jn): Use @var{} on parameter names.
40970         (jnf): Likewise.
40971         (jnl): Likewise.
40972         (yn): Likewise.
40973         (ynf): Likewise.
40974         (ynl): Likewise.
40975         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
40976         line.
40977         * manual/resource.texi (ulimit): Use @dots{} instead of literal
40978         "...".
40979         (sched_get_priority_min): Remove semicolon on @deftypefun line.
40980         (sched_get_priority_max): Likewise.
40981         * manual/signal.texi (sigvec): Add space after comma.
40982         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
40983         names.
40984         (if_indextoname): Likewise.
40985         (if_freenameindex): Likewise.
40986         (sendto): Use ',' instead of '.' in prototype.
40987         * manual/startup.texi (syscall): Use @dots{} instead of literal
40988         "...".
40989         * manual/stdio.texi (__fpending): Separate initial words of
40990         paragraph from @deftypefun line.
40991         * manual/syslog.texi (syslog): Use @dots{} instead of literal
40992         "...".
40993         (vsyslog): Use @var{} on parameter names.
40994         * manual/terminal.texi (stty): Use @var{} on parameter names.
40995         * manual/users.texi (getutmp): Use @var{} on parameter names.
40996         (getutmpx): Likewise.
40998 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41000         [BZ #6884]
41001         * manual/stdio.texi (fopen): Fix typos in description of
41002         ",ccs=STRING".
41004 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41006         [BZ #4026]
41007         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41008         get clock_id definition.
41010 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41012         [BZ #4822]
41013         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41014         (madvise): Cast every argument to void on its own.
41016 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41018         [BZ #9902]
41019         * manual/startup.texi (Exit Status): Fix typo.
41021 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41023         [BZ #10140]
41024         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41025         * manual/examples/argp-ex2.c: Likewise.
41026         * manual/examples/argp-ex3.c: Likewise.
41028 2012-02-16  Richard Henderson  <rth@redhat.com>
41030         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41031         * sysdeps/s390/s390-32/initfini.c: Remove.
41032         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41033         * sysdeps/s390/s390-64/initfini.c: Remove.
41035 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41037         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41038         compiler output for sysdeps/generic/initfini.c.
41039         * sysdeps/sh/elf/initfini.c: Remove file.
41041 2012-02-16  David S. Miller  <davem@davemloft.net>
41043         [BZ #11494]
41044         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41046         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41047         * sysdeps/sparc/crti.S: New file.
41048         * sysdeps/sparc/crtn.S: New file.
41049         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41050         * sysdeps/sparc/sparc64/Makefile: Likewise.
41052 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41054         [BZ #3335]
41055         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41057 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41059         [BZ #4822]
41060         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41062         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41063         (write, read, close): Likewise.
41064         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41066 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41068         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41069         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41070         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41071         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41072         <bits/signalfd.h>.
41073         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41074         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41075         bits/signalfd.h.
41077 2012-02-14  Marek Polacek  <polacek@redhat.com>
41079         * sysdeps/x86_64/crti.S: New file.
41080         * sysdeps/x86_64/crtn.S: New file.
41081         * sysdeps/x86_64/elf/initfini.c: Remove file.
41083 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41085         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41086         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41087         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41088         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41089         <bits/inotify.h>.
41090         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41091         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41092         bits/inotify.h.
41094 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41096         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41097         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41098         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41099         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41100         <bits/eventfd.h>.
41101         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41102         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41103         bits/eventfd.h.
41105 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41107         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41108         __feraiseexcept instead of feraiseexcept.
41110         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41111         nanosleep invocations.
41112         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41113         strings, and add error checking for a nanosleep invocations.
41115 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41117         Replace FSF snail mail address with URLs, as per GNU coding standards.
41118         Most of the snail mail addresses were wrong anyway, and omitting
41119         them makes the source code easier to maintain.  Almost all of the
41120         changes are to license notices and to locale LC_IDENTIFICATION
41121         addresses, except for this one:
41122         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41123         not its snail mail address.
41125 2012-02-09  Richard Henderson  <rth@twiddle.net>
41127         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41128         of kernel-features.h.
41130         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41132 2012-02-08  Marek Polacek  <polacek@redhat.com>
41134         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41135         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41136         * sysdeps/gnu/_G_config.h: Likewise.
41137         * sysdeps/generic/_G_config.h: Likewise.
41139 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41141         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41142         tests.
41143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41145         * sysdeps/powerpc/powerpc32/crti.S: New file.
41146         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41147         * sysdeps/powerpc/powerpc64/crti.S: New file.
41148         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41150         * Makeconfig (have-initfini): Don't set.
41151         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41152         * configure.in (nopic_initfini): Don't substitute.
41153         * config.h.in (HAVE_INITFINI): Don't #undef.
41154         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41155         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41157 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41159         Support crti.S and crtn.S provided directly by architectures.
41160         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41161         [crti.S in sysdirs] (omit-deps): Likewise.
41162         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41163         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41164         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41165         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41166         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41167         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41168         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41169         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41170         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41171         compiler output for sysdeps/generic/initfini.c.
41172         * sysdeps/i386/elf/Makefile: Remove file.
41173         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41175 2012-02-07  Marek Polacek  <polacek@redhat.com>
41177         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41178         * sysdeps/gnu/_G_config.h: Likewise.
41179         * sysdeps/mach/hurd/_G_config.h: Likewise.
41181 2012-02-07  Marek Polacek  <polacek@redhat.com>
41183         * math/Makefile (tests): Add tst-CMPLX2.
41184         * math/tst-CMPLX2.c: New file.
41186 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41188         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41190         * math/libm-test.inc (jn_test): Add missing L suffix.
41192 2012-02-06  Marek Polacek  <polacek@redhat.com>
41194         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41195         * sysdeps/i386/fpu/e_powf.S: Likewise.
41196         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41197         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41198         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41199         * sysdeps/i386/fpu/e_pow.S: Likewise.
41200         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41201         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41202         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41203         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41204         * sysdeps/i386/fpu/e_log2.S: Likewise.
41205         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41206         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41207         * sysdeps/i386/fpu/e_powl.S: Likewise.
41208         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41209         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41210         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41211         * sysdeps/i386/fpu/e_logl.S: Likewise.
41212         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41213         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41214         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41215         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41216         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41217         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41218         * sysdeps/i386/fpu/e_log.S: Likewise.
41219         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41220         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41221         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41222         * sysdeps/i386/fpu/e_logf.S: Likewise.
41223         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41224         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41225         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41226         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41227         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41228         * sysdeps/i386/fpu/e_log10.S: Likewise.
41229         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41230         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41231         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41232         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41233         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41234         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41235         * sysdeps/i386/asm-syntax.h: Likewise.
41236         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41237         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41238         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41239         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41240         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41241         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41242         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41243         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41244         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41245         * sysdeps/powerpc/sysdep.h: Likewise.
41246         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41247         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41249 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41251         [BZ #411]
41252         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41254 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41256         * sysdeps/i386/sysdep.h: Include <features.h>.
41257         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41258         version.
41260 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41262         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41263         Define.
41264         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41265         LOAD_PIC_REG_STR.
41267 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41269         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41270         (SETUP_PIC_REG): Use GET_PC_THUNK.
41271         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41272         macro.
41274 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41276         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41277         for non-PIC compilation.
41278         (SETUP_PIC_REG): Add .p2align directive.
41279         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41280         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41281         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41282         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41283         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41284         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41285         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41286         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41287         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41288         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41289         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41290         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41291         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41292         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41293         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41294         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41295         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41296         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41297         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41298         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41299         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41300         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41301         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41302         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41303         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41304         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41305         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41306         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41307         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41308         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41309         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41310         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41311         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41312         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41313         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41314         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41315         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41316         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41317         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41318         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41319         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41321 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41323         * math/tst-CMPLX.c: Include <stdio.h>.
41325 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41327         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41328         float.
41329         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41330         * sysdeps/sparc/bits/mathdef.h: Likewise.
41332 2012-01-31  Marek Polacek  <polacek@redhat.com>
41334         * libio/libio.h: Don't define _PARAMS.
41335         * locale/programs/config.h: Don't define PARAMS.
41336         * stdlib/strtol_l.c: Likewise.
41337         (__strtol_l): Remove PARAMS from the prototype.
41339 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41341         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41342         names.  Just use the correct names.  Remove unnecessary wrapper
41343         functions.
41344         * malloc/arena.c: Likewise.
41345         * malloc/hooks.c: Likewise.
41347         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41348         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41349         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41351 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41353         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41354         into tail calls.
41355         (update_get_addr): New function.
41356         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41357         GET_ADDR_MODULE parameter.
41359 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41361         * crypt/cert.c: Remove __STDC__ conditionals.
41362         * crypt/crypt-entry.c: Likewise.
41363         * crypt/crypt_util.c: Likewise.
41364         * libio/filedoalloc.c: Likewise.
41365         * libio/fileops.c: Likewise.
41366         * libio/genops.c: Likewise.
41367         * libio/iofclose.c: Likewise.
41368         * libio/iofdopen.c: Likewise.
41369         * libio/iofopen.c: Likewise.
41370         * libio/iofopen64.c: Likewise.
41371         * libio/iogetdelim.c: Likewise.
41372         * libio/iopopen.c: Likewise.
41373         * libio/obprintf.c: Likewise.
41374         * libio/oldfileops.c: Likewise.
41375         * libio/oldiofclose.c: Likewise.
41376         * libio/oldiofdopen.c: Likewise.
41377         * libio/oldiofopen.c: Likewise.
41378         * libio/oldiopopen.c: Likewise.
41379         * libio/wfiledoalloc.c: Likewise.
41380         * libio/wgenops.c: Likewise.
41381         * locale/programs/xmalloc.c: Likewise.
41382         * misc/syslog.c: Likewise.
41383         * stdio-common/xbug.c: Likewise.
41384         * string/memchr.c: Likewise.
41385         * string/memcmp.c: Likewise.
41386         * string/memrchr.c: Likewise.
41387         * string/rawmemchr.c: Likewise.
41388         * sysdeps/posix/getcwd.c: Likewise.
41389         * time/strftime_l.c: Likewise.
41391 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41393         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41394         * config.make.in (config-cflags-sse2avx): Define.
41395         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41396         Fix typo.
41398 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41400         * scripts/config.guess: Update from upstream config git repository.
41401         * scripts/config.sub: Likewise.
41403 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41405         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41406         (EM_NUM): Update.
41407         (R_TILEPRO_*, R_TILEGX_*): New macros.
41409         * scripts/firstversions.awk: Fix bug in version range handling.
41411         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41413         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41415         * include/sys/epoll.h: New file.
41416         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
41417         libc_hidden_def.
41419 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
41421         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
41422         Avoid unnecessary __WORDSIZE == 64 test.
41423         (fmaxf): Use VEX format if possible.
41424         (fmax): Likewise.
41425         (fminf): Likewise.
41426         (fmin): Likewise.
41428         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
41429         * math/math_private.h: Remove libc_fegetround* and
41430         libc_fesetround*.
41431         * sysdeps/i386/configure.in: Check for -msse2avx.
41432         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
41433         also if SSE2AVX is defined.
41434         Remove libc_fegetround* and libc_fesetround*.
41435         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
41436         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
41437         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
41438         of HAS_YMM_USABLE.
41439         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41440         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41441         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41442         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41443         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41445         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
41447 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41449         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
41450         size is not set.
41451         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
41453 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
41455         [BZ #13618]
41456         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
41457         relocation.
41458         * Makeconfig (libm): Define.
41459         * elf/Makefile: Add rules to build and run tst-relsort1.
41460         * elf/tst-relsort1.c: New file.
41461         * elf/tst-relsort1mod1.c: New file.
41462         * elf/tst-relsort1mod2.c: New file.
41464 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
41466         * math/s_ldexp.c: Remove __STDC__ conditionals.
41467         * math/s_ldexpf.c: Likewise.
41468         * math/s_ldexpl.c: Likewise.
41469         * math/s_nextafter.c: Likewise.
41470         * math/s_nexttowardf.c: Likewise.
41471         * math/s_significand.c: Likewise.
41472         * math/s_significandf.c: Likewise.
41473         * math/s_significandl.c: Likewise.
41474         * math/w_jnl.c: Likewise.
41475         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41476         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41477         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41478         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41479         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41480         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41481         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
41482         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41483         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41484         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41485         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41486         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41487         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41488         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41489         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41490         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41491         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41492         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41493         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41494         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41495         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41496         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41497         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41498         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41499         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41500         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41501         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41502         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41503         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41504         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41505         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41506         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41507         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41508         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41509         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41510         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41511         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41512         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41513         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41514         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41515         * sysdeps/ieee754/k_standard.c: Likewise.
41516         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41517         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41518         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41519         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41520         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41521         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41522         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41524         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41525         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41526         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41527         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41528         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41529         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41530         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
41573         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41577         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41582         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41590         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41591         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41592         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41594         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41595         * sysdeps/ieee754/s_matherr.c: Likewise.
41596         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41597         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41598         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41599         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41601 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41603         * crypt/md5.h: Remove __STDC__ conditionals.
41604         * libio/libioP.h: Likewise.
41605         * locale/programs/config.h: Likewise.
41606         * sysdeps/generic/sysdep.h: Likewise.
41607         * sysdeps/i386/asm-syntax.h: Likewise.
41608         * sysdeps/s390/asm-syntax.h: Likewise.
41609         * sysdeps/unix/sysdep.h: Likewise.
41610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
41611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
41613 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41615         * libio/libio.h: Remove __STDC__ conditionals.
41616         * malloc/obstack.h: Likewise.
41617         * math/complex.h: Likewise.
41618         * math/math.h: Likewise.
41619         * sysdeps/generic/_G_config.h: Likewise.
41620         * sysdeps/gnu/_G_config.h: Likewise.
41621         * sysdeps/mach/hurd/_G_config.h: Likewise.
41622         * sysdeps/powerpc/bits/mathdef.h: Likewise.
41623         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41624         * sysdeps/sparc/bits/mathdef.h: Likewise.
41626 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
41628         [BZ #13583]
41629         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
41630         Clean up HAS_* macros.
41631         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
41632         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
41633         possible.
41634         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
41635         HAS_AVX.
41636         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41637         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41638         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41639         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41640         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41642 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
41644         * elf/tst-unique3.cc (gets): Remove declaration.
41645         * elf/tst-unique3lib.cc (gets): Likewise.
41646         * elf/tst-unique3lib2.cc (gets): Likewise.
41647         * elf/tst-unique4.cc (gets): Likewise.
41649 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
41651         * include/stdio.h: Add C++ protection.  Add gets declarations and
41652         definitions.
41653         * debug/tst-chk1.c: Don't declare gets here.
41654         * stdio-common/tst-gets.c: Likewise.
41656 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41658         * posix/glob: Remove directory.
41660 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41662         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
41664 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
41666         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
41667         of the non-standard EPFNOSUPPORT.
41669 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41671         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
41672         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
41673         ANYWHERE set to 1 only on KERN_NO_SPACE error.
41675 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
41677         * wcsmbs/uchar.h: Test __STDC_VERSION__.
41679 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
41681         * nscd/aicache.c (addhstaiX): Do not cache negative results of
41682         transient errors.
41683         * nscd/grpcache.c (cache_addgr): Likewise.
41684         * nscd/hstcache.c (cache_addhst): Likewise.
41685         * nscd/initgrcache.c (addinitgroupsX): Likewise.
41686         * nscd/pwdcache.c (cache_addpw): Likewise.
41687         * nscd/servicescache.c (cache_addserv): Likewise.
41689 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
41691         * malloc/malloc.c: Various cleanups.
41692         * malloc/hooks.c: Likewise.
41694         * stdlib/Makefile (tests): Add bug-fmtmsg1.
41695         * stdlib/bug-fmtmsg1.c: New file.
41697         * stdlib/fmtmsg.c (init): Add missing unlock.
41698         Patch by Peng Haitao <penght@cn.fujitsu.com>.
41700 2012-01-12  Marek Polacek  <polacek@redhat.com>
41702         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
41703         and _GNU_SOURCE.
41705 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
41707         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
41708         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
41709         macro to ensure uniqueness of label name.
41710         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
41711         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
41713 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
41715         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
41717         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
41718         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41719         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41720         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
41722 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
41724         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
41726         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
41727         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41728         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41730         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
41732         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
41733         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41734         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41735         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
41737         * math/bits/math-finite.h: Add ldexp support.
41739 2012-01-10  Marek Polacek  <polacek@redhat.com>
41741         * locale/programs/localedef.h (show_archive_content): Add noreturn
41742         attribute.
41744 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
41746         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
41748 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41750         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
41752         * io/Makefile (headers): Add bits/poll2.h.
41754 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
41756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
41757         typo #include statement.
41759 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41761         * include/sys/cdefs.h: Define __attribute_alloc_size.
41762         * catgets/gencat.c: Add alloc_size attribute and apply consistently
41763         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
41764         * elf/pldd.c: Likewise.
41765         * iconv/iconv_charmap.c: Likewise.
41766         * iconv/iconvconfig.c: Likewise.
41767         * iconv/strtab.c: Likewise.
41768         * locale/programs/locale.c: Likewise.
41769         * locale/programs/localedef.h: Likewise.
41770         * locale/programs/simple-hash.c: Likewise.
41771         * nscd/nscd.h: Likewise.
41772         * nss/makedb.c: Likewise.
41773         * sysdeps/generic/ldconfig.h: Likewise.
41774         * locale/programs/localedef.c: Remove xmalloc prototype.
41775         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
41777 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
41779         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
41780         appropriate.
41782 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41784         * math/Makefile (tests): Add tst-CMPLX.
41785         * math/tst-CMPLX.c: New file.
41787         * math/complex.h (CMPLXL): Fix typo.
41789         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
41790         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
41791         GLIBC_2.16.
41792         * debug/tst-chk1.c: Add poll and ppoll tests.
41793         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
41794         * include/sys/poll.h: Add hidden proto for ppoll.
41795         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
41796         * sysdeps/mach/hurd/ppoll.c: Likewise.
41797         * io/ppoll.c: Likewise.
41798         * debug/poll_chk.c: New file.
41799         * debug/ppoll_chk.c: New file.
41800         * include/bits/poll2.h: New file.
41801         * io/bits/poll2.h: New file.
41803         [BZ #1350]
41804         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
41806         * configure.in: static is always set to yes.  Remove.
41807         * config.make.in: Don't set build-static.
41808         * Makeconfig: Remove use of build-static.
41809         * dlfcn/Makefile: Likewise.
41810         * elf/Makefile: Likewise.
41811         * math/Makefile: Likewise.
41812         * misc/Makefile: Likewise.
41813         * nptl/Makefile: Likewise.
41814         * sysdeps/mach/hurd/Makefile: Likewise.
41816         * configure.in: PWD_P is not used anymore.
41817         * config.make.in: Remove PWD_P entry.
41819         * configure.in: Remove last remnants of RANLIB.
41820         No need to check for signed size_t anymore.
41821         Don't set libc_commonpagesize and libc_relro_required here for Alpha
41822         and IA-64.
41823         Remove __builtin_expect test because we require at least gcc 3.4.
41824         * aclocal.m4: Likewise.
41826         * wcsmbs/mbrtoc16.c: Implement using towc function.
41827         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
41828         * wcsmbs/wcsmbsload.c: Likewise.
41829         * iconv/gconv_simple.c: Likewise.
41830         * iconv/gconv_int.h: Likewise.
41831         * iconv/gconv_builtin.h: Likewise.
41832         * iconv/iconv_prog.c: Remove CHAR16 handling.
41834         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
41836         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
41838         * configure.in: Remove --with-elf and --enable-bounded options.
41839         Dont set base_machine for ia64.  More non-ELF conditions removed.
41840         Remove testing and setting of leading underscore information.
41841         * config.make.in (build-bounded): Set to no.
41842         * config.h.in: Remove NO_UNDERSCORES entry.
41843         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
41844         them.
41845         * csu/start.c: Remove !NO_UNDERSCORE code.
41846         * locale/localeinfo.h: Likewise.
41847         * sysdeps/generic/machine-gmon.h: Likewise.
41848         * sysdeps/generic/sysdep.h: Likewise.
41849         * sysdeps/i386/sysdep.h: Likewise.
41850         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
41851         * sysdeps/mach/sysdep.h: Likewise.
41852         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41853         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41854         * sysdeps/sh/sysdep.h: Likewise.
41855         * sysdeps/sparc/sparc32/alloca.S: Likewise.
41856         * sysdeps/unix/i386/sysdep.S: Likewise.
41857         * sysdeps/unix/sparc/start.c: Likewise.
41858         * sysdeps/unix/sparc/sysdep.S: Likewise.
41859         * sysdeps/unix/sparc/sysdep.h: Likewise.
41860         * sysdeps/unix/start.c: Likewise.
41861         * sysdeps/unix/x86_64/sysdep.S: Likewise.
41862         * sysdeps/x86_64/sysdep.h: Likewise.
41864 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
41866         [BZ #13553]
41867         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
41868         for non-gcc.
41869         * argp/argp-fmtstream.h: Use const instead __const.
41870         * argp/argp.h: Likewise.
41871         * assert/assert.h: Likewise.
41872         * bits/fenv.h: Likewise.
41873         * bits/sched.h: Likewise.
41874         * bits/sigset.h: Likewise.
41875         * bits/sigthread.h: Likewise.
41876         * catgets/nl_types.h: Likewise.
41877         * conform/data/pthread.h-data: Likewise.
41878         * crypt/crypt-private.h: Likewise.
41879         * crypt/crypt.h: Likewise.
41880         * crypt/crypt_util.c: Likewise.
41881         * ctype/ctype.h: Likewise.
41882         * debug/execinfo.h: Likewise.
41883         * debug/mbsnrtowcs_chk.c: Likewise.
41884         * debug/mbsrtowcs_chk.c: Likewise.
41885         * debug/wcsnrtombs_chk.c: Likewise.
41886         * debug/wcsrtombs_chk.c: Likewise.
41887         * debug/wcstombs_chk.c: Likewise.
41888         * dirent/dirent.h: Likewise.
41889         * dlfcn/dlfcn.h: Likewise.
41890         * elf/neededtest4.c: Likewise.
41891         * grp/grp.h: Likewise.
41892         * gshadow/gshadow.h: Likewise.
41893         * iconv/gconv.h: Likewise.
41894         * iconv/gconv_int.h: Likewise.
41895         * iconv/gconv_simple.c: Likewise.
41896         * iconv/iconv.h: Likewise.
41897         * iconv/loop.c: Likewise.
41898         * iconv/skeleton.c: Likewise.
41899         * include/aio.h: Likewise.
41900         * include/aliases.h: Likewise.
41901         * include/argz.h: Likewise.
41902         * include/arpa/inet.h: Likewise.
41903         * include/assert.h: Likewise.
41904         * include/dirent.h: Likewise.
41905         * include/dlfcn.h: Likewise.
41906         * include/execinfo.h: Likewise.
41907         * include/fcntl.h: Likewise.
41908         * include/fenv.h: Likewise.
41909         * include/glob.h: Likewise.
41910         * include/grp.h: Likewise.
41911         * include/libintl.h: Likewise.
41912         * include/mntent.h: Likewise.
41913         * include/netdb.h: Likewise.
41914         * include/pwd.h: Likewise.
41915         * include/rpc/netdb.h: Likewise.
41916         * include/sched.h: Likewise.
41917         * include/search.h: Likewise.
41918         * include/shadow.h: Likewise.
41919         * include/signal.h: Likewise.
41920         * include/stdio.h: Likewise.
41921         * include/stdlib.h: Likewise.
41922         * include/string.h: Likewise.
41923         * include/sys/socket.h: Likewise.
41924         * include/sys/stat.h: Likewise.
41925         * include/sys/statfs.h: Likewise.
41926         * include/sys/statvfs.h: Likewise.
41927         * include/sys/syslog.h: Likewise.
41928         * include/sys/time.h: Likewise.
41929         * include/sys/uio.h: Likewise.
41930         * include/time.h: Likewise.
41931         * include/unistd.h: Likewise.
41932         * include/utmp.h: Likewise.
41933         * include/wchar.h: Likewise.
41934         * include/wctype.h: Likewise.
41935         * inet/aliases.h: Likewise.
41936         * inet/arpa/inet.h: Likewise.
41937         * inet/netinet/ether.h: Likewise.
41938         * inet/netinet/in.h: Likewise.
41939         * intl/libintl.h: Likewise.
41940         * io/bits/fcntl2.h: Likewise.
41941         * io/fcntl.h: Likewise.
41942         * io/ftw.h: Likewise.
41943         * io/sys/poll.h: Likewise.
41944         * io/sys/stat.h: Likewise.
41945         * io/sys/statfs.h: Likewise.
41946         * io/sys/statvfs.h: Likewise.
41947         * io/utime.h: Likewise.
41948         * libio/bits/stdio.h: Likewise.
41949         * libio/bits/stdio2.h: Likewise.
41950         * libio/libio.h: Likewise.
41951         * libio/libioP.h: Likewise.
41952         * libio/stdio.h: Likewise.
41953         * locale/lc-ctype.c: Likewise.
41954         * locale/locale.h: Likewise.
41955         * login/utmp.h: Likewise.
41956         * malloc/arena.c: Likewise.
41957         * malloc/malloc.c: Likewise.
41958         * malloc/malloc.h: Likewise.
41959         * malloc/mcheck.c: Likewise.
41960         * malloc/mtrace.c: Likewise.
41961         * math/bits/mathcalls.h: Likewise.
41962         * math/fenv.h: Likewise.
41963         * math/math_private.h: Likewise.
41964         * misc/bits/error.h: Likewise.
41965         * misc/bits/syslog.h: Likewise.
41966         * misc/err.h: Likewise.
41967         * misc/error.h: Likewise.
41968         * misc/fstab.h: Likewise.
41969         * misc/mntent.h: Likewise.
41970         * misc/regexp.h: Likewise.
41971         * misc/search.h: Likewise.
41972         * misc/sgtty.h: Likewise.
41973         * misc/sys/mman.h: Likewise.
41974         * misc/sys/syslog.h: Likewise.
41975         * misc/sys/uio.h: Likewise.
41976         * misc/sys/xattr.h: Likewise.
41977         * misc/ttyent.h: Likewise.
41978         * nis/rpcsvc/ypclnt.h: Likewise.
41979         * nss/nss.h: Likewise.
41980         * posix/bits/unistd.h: Likewise.
41981         * posix/fnmatch.h: Likewise.
41982         * posix/glob.h: Likewise.
41983         * posix/sched.h: Likewise.
41984         * posix/spawn.h: Likewise.
41985         * posix/sys/wait.h: Likewise.
41986         * posix/unistd.h: Likewise.
41987         * posix/wordexp.h: Likewise.
41988         * pwd/pwd.h: Likewise.
41989         * resolv/netdb.h: Likewise.
41990         * resource/sys/resource.h: Likewise.
41991         * rt/aio.h: Likewise.
41992         * rt/bits/mqueue2.h: Likewise.
41993         * rt/mqueue.h: Likewise.
41994         * shadow/shadow.h: Likewise.
41995         * signal/signal.h: Likewise.
41996         * socket/send.c: Likewise.
41997         * socket/sendto.c: Likewise.
41998         * socket/sys/socket.h: Likewise.
41999         * stdio-common/printf.h: Likewise.
42000         * stdlib/bits/stdlib.h: Likewise.
42001         * stdlib/fmtmsg.h: Likewise.
42002         * stdlib/monetary.h: Likewise.
42003         * stdlib/stdlib.h: Likewise.
42004         * stdlib/ucontext.h: Likewise.
42005         * streams/stropts.h: Likewise.
42006         * string/argz.h: Likewise.
42007         * string/bits/string2.h: Likewise.
42008         * string/string.h: Likewise.
42009         * string/strings.h: Likewise.
42010         * sunrpc/rpc/auth.h: Likewise.
42011         * sunrpc/rpc/auth_des.h: Likewise.
42012         * sunrpc/rpc/clnt.h: Likewise.
42013         * sunrpc/rpc/netdb.h: Likewise.
42014         * sunrpc/rpc/pmap_clnt.h: Likewise.
42015         * sunrpc/rpc/xdr.h: Likewise.
42016         * sysdeps/generic/inttypes.h: Likewise.
42017         * sysdeps/generic/net/if.h: Likewise.
42018         * sysdeps/generic/sys/swap.h: Likewise.
42019         * sysdeps/gnu/net/if.h: Likewise.
42020         * sysdeps/gnu/utmpx.h: Likewise.
42021         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42022         * sysdeps/i386/i486/bits/string.h: Likewise.
42023         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42024         * sysdeps/s390/bits/string.h: Likewise.
42025         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42026         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42027         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42028         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42029         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42030         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42031         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42032         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42033         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42034         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42035         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42036         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42037         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42038         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42039         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42040         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42041         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42042         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42043         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42044         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42045         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42046         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42047         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42048         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42049         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42050         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42051         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42052         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42053         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42054         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42055         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42056         * sysvipc/sys/ipc.h: Likewise.
42057         * sysvipc/sys/msg.h: Likewise.
42058         * sysvipc/sys/sem.h: Likewise.
42059         * sysvipc/sys/shm.h: Likewise.
42060         * termios/termios.h: Likewise.
42061         * time/sys/time.h: Likewise.
42062         * time/time.h: Likewise.
42063         * wcsmbs/bits/wchar2.h: Likewise.
42064         * wcsmbs/uchar.h: Likewise.
42065         * wcsmbs/wchar.h: Likewise.
42066         * wctype/wctype.h: Likewise.
42068         [BZ #13551]
42069         * Makeconfig: Remove all but ELF support including AIX support.
42070         * Makerules: Likewise.
42071         * config.h.in: Likewise.
42072         * config.make.in: Likewise.
42073         * configure: Likewise.
42074         * configure.in: Likewise.
42075         * csu/Makefile: Likewise.
42076         * csu/version.c: Likewise.
42077         * debug/Makefile: Likewise.
42078         * dlfcn/Makefile: Likewise.
42079         * elf/Makefile: Likewise.
42080         * extra-lib.mk: Likewise.
42081         * iconv/Makefile: Likewise.
42082         * include/libc-symbols.h: Likewise.
42083         * include/shlib-compat.h: Likewise.
42084         * resolv/Makefile: Likewise.
42085         * resolv/res_libc.c: Likewise.
42086         * rt/Makefile: Likewise.
42087         * sysdeps/i386/asm-syntax.h: Likewise.
42088         * sysdeps/i386/sysdep.h: Likewise.
42089         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42090         * sysdeps/mach/sysdep.h: Likewise.
42091         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42092         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42093         * sysdeps/s390/asm-syntax.h: Likewise.
42094         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42095         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42096         * sysdeps/sh/sysdep.h: Likewise.
42097         * sysdeps/unix/sparc/sysdep.h: Likewise.
42098         * sysdeps/wordsize-32/divdi3.c: Likewise.
42099         * sysdeps/x86_64/sysdep.h: Likewise.
42101         * argp/Versions: Remove _argp_unlock_xxx.
42103         [BZ #13559]
42104         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42105         * abilist/libBrokenLocale.abilist: Likewise.
42106         * abilist/libanl.abilist: Likewise.
42107         * abilist/libc.abilist: Likewise.
42108         * abilist/libcrypt.abilist: Likewise.
42109         * abilist/libdl.abilist: Likewise.
42110         * abilist/libm.abilist: Likewise.
42111         * abilist/libnsl.abilist: Likewise.
42112         * abilist/libpthread.abilist: Likewise.
42113         * abilist/libresolv.abilist: Likewise.
42114         * abilist/librt.abilist: Likewise.
42115         * abilist/libthread_db.abilist: Likewise.
42116         * abilist/libutil.abilist: Likewise.
42117         * abilist/libnss_db.abilist: New file.
42119         * scripts/abilist.awk: Add support for indirect functions.
42121         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42123         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42125         * shlib-versions: Remove entries for ports architectures.
42127         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42128         files in ports.
42129         * elf/stackguard-macros.h: Remove support for IA-64.
42130         * elf/tst-auditmod1.c: Likewise.
42131         * sysdeps/generic/ldsodefs.h: Likewise.
42133         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42134         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42135         configure files.
42137         [BZ #13552]
42138         * configure.in: Remove --enable-omitfp support.
42139         * FAQ.in: Adjust.
42140         * config.make.in: Likewise.
42141         * Makeconfig: Likewise.
42142         * manual/install.texi: Likewise.
42144         In case anyone cares, the IA-64 architecture could move to ports.
42145         * sysdeps/ia64/*: Removed.
42146         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42147         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42149         [BZ #13555]
42150         * configure.in: Remove entries for unsupported architectures.
42152         [BZ #13533]
42153         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42154         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42155         routines.
42156         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42157         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42158         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42159         fall back to using wcrtomb.
42160         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42161         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42162         renaming.
42163         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42164         * wcsmbs/tst-c16c32-1.c: New file.
42166         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42167         local variable.
42169         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42171         * elf/tst-unique3.cc: Add explicit declaration of gets.
42172         * elf/tst-unique3lib.cc: Likewise.
42173         * elf/tst-unique3lib2.cc: Likewise.
42174         * elf/tst-unique4.cc: Likewise.
42176         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42178 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42180         [BZ #13566]
42181         * assert/assert.h (static_assert): Don't define for C++.
42182         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42183         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42185 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42187         * iconv/loop.c (single loop): Fix assertion in storing of
42188         remaining bytes.
42190         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42192 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42194         * posix/getconf.c: Update copyright year.
42195         * nss/getent.c: Likewise.
42196         * nss/makedb.c: Likewise.
42197         * iconv/iconvconfig.c: Likewise.
42198         * iconv/iconv_prog.c: Likewise.
42199         * elf/ldconfig.c: Likewise.
42200         * elf/pldd.c: Likewise.
42201         * elf/sotruss.ksh: Likewise.
42202         * catgets/gencat.c: Likewise.
42203         * csu/version.c: Likewise.
42204         * elf/ldd.bash.in: Likewise.
42205         * elf/sprof.c (print_version): Likewise.
42206         * locale/programs/locale.c: Likewise.
42207         * locale/programs/localedef.c: Likewise.
42208         * login/programs/pt_chown.c: Likewise.
42209         * nscd/nscd.c (print_version): Likewise.
42210         * debug/xtrace.sh: Likewise.
42211         * malloc/memusage.sh: Likewise.
42212         * malloc/mtrace.pl: Likewise.
42213         * debug/catchsegv.sh: Likewise.
42215 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42217         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42218         pure attribute.
42220 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42222         [BZ #13533]
42223         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42224         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42225         transformations.
42226         * iconv/gconv_int.h: Likewise.
42227         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42228         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42229         from libc for GLIBC_2.16.
42230         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42231         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42232         * wcsmbs/uchar.h: Really define mbstate_t.
42233         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42234         * wcsmbs/c16rtomb.c: New file.
42235         * wcsmbs/mbrtoc16.c: New file.
42236         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42237         for C/POSIX locale.
42238         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42239         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42241         * wcsmbs/wchar.h: Add missing __restrict.
42243 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42245         [BZ #13532]
42246         * time/Makefile (routines): Add timespec_get.
42247         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42248         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42249         timespec for ISO C11.
42250         * time/timespec_get.c: New file.
42251         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42252         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42254         [BZ #13531]
42255         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42256         * stdlib/stdlib.h: Declare aligned_alloc.
42257         * Versions.def: Add GLIBC_2.16 for libc.
42258         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42260         [BZ 13527]
42261         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42262         ISO C11.
42264         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42265         code.
42267         [BZ #13528]
42268         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42270         [BZ #13529]
42271         * assert/assert.h (static_assert): Define.
42273         * version.h: Update for 2.16 development version.
42275         [BZ #13526]
42276         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42277         _ISOC11_SOURCE.
42279         * version.h (RELEASE): Bump for 2.15 release.
42280         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42282         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42283         Patch by Marek Polacek <mpolacek@redhat.com>.
42285         * bits/byteswap.h: Protect long long constants with __extension__.
42286         * sysdeps/i386/bits/byteswap.h: Likewise.
42287         * sysdeps/ia64/bits/byteswap.h: Likewise.
42288         * sysdeps/s390/bits/byteswap.h: Likewise.
42289         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42291 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42293         [BZ #13540]
42294         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42295         destination buffer.
42296         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42298 2011-12-23  Marek Polacek  <polacek@redhat.com>
42300         * elf/dl-addr.c (determine_info): Add inline keyword.
42301         * elf/tst-auditmod4b.c (check_avx): Likewise.
42302         * elf/tst-auditmod6b.c (check_avx): Likewise.
42303         * elf/tst-auditmod6c.c (check_avx): Likewise.
42304         * elf/tst-auditmod7b.c (check_avx): Likewise.
42306 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42308         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42309         !__SSE_MATH__.
42311 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42313         [BZ #13540]
42314         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42315         processing for last bytes.
42317 2011-08-06  Bruno Haible  <bruno@clisp.org>
42319         [BZ #13061]
42320         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42321         U+0385, not to U+1FEE.
42323         [BZ #13062]
42324         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42325         entry for U+00A5 U+0301.
42327 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42329         [BZ #13166]
42330         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42331         buffer for the output is too small.
42333         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42334         optimization.
42336         [BZ #13185]
42337         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42338         SSE flags if possible.
42340 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42342         [BZ #13540]
42343         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42344         processing for last bytes.
42346 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42348         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42349         (syscall-list-default-options, syscall-list-default-condition)
42350         (syscall-list-includes): Define.
42351         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42352         list of ABIs and options and #if conditions for each ABI.  Do not
42353         handle common syscalls between ABIs specially.
42354         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42355         Remove.
42356         (syscall-list-variants, syscall-list-32bit-options)
42357         (syscall-list-32bit-condition, syscall-list-64bit-options)
42358         (syscall-list-64bit-condition): Define.
42359         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
42360         (syscall-list-variants, syscall-list-32bit-options)
42361         (syscall-list-32bit-condition, syscall-list-64bit-options)
42362         (syscall-list-64bit-condition): Define.
42363         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
42364         Remove.
42365         (syscall-list-variants, syscall-list-32bit-options)
42366         (syscall-list-32bit-condition, syscall-list-64bit-options)
42367         (syscall-list-64bit-condition): Define.
42368         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
42369         Remove.
42370         (syscall-list-variants, syscall-list-32bit-options)
42371         (syscall-list-32bit-condition, syscall-list-64bit-options)
42372         (syscall-list-64bit-condition): Define.
42374 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42376         * locale/iso-639.def: Add brx entry.
42378         [BZ #13328]
42379         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42380         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42382         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42383         __feraiseexcept_renamed.
42385 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42387         [BZ #13538]
42388         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42389         EPOLLET with unsigned values.
42390         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42391         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42393         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42394         to large cancellation.
42395         * math/s_cacoshf.c: Likewise.
42396         * math/s_cacoshl.c: Likewise.
42398 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42400         [BZ #13305]
42401         [BZ #12786]
42402         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42403         * math/s_cacoshf.c: Likewise.
42404         * math/s_cacoshl.c: Likewise.
42406 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42408         [BZ #13439]
42409         * iconv/gconv.h: Define __GCONV_SWAP.
42410         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42411         * iconvdata/utf-16.c: Likewise.
42412         * iconvdata/utf-32.c: Likewise.
42414 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42416         [BZ #13524]
42417         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
42418         numerator after shifting it by one limb.
42420 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
42422         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
42423         under [__USE_EXTERN_INLINES].
42425 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42427         [BZ #13446]
42428         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
42430 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42432         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
42433         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
42434         optimized code.
42435         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
42436         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
42437         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
42438         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
42439         for strncasecmp/strncasecmp_l compilation.
42440         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
42441         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
42443 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
42445         [BZ #13484]
42446         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
42447         of __asm__.
42449 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42451         [BZ #13506]
42452         * time/tzfile.c (__tzfile_read): Check values from file header.
42454 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
42456         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
42457         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
42458         * powerpc/powerpc32/dl-start.S: Likewise.
42459         * powerpc/powerpc32/elf/start.S: Likewise.
42460         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
42461         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
42462         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
42463         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
42464         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
42465         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
42466         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
42467         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
42468         * powerpc/powerpc32/fpu/s_round.S: Likewise.
42469         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
42470         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
42471         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
42472         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
42473         * powerpc/powerpc32/memset.S: Likewise.
42474         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
42475         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
42476         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
42477         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
42478         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
42479         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
42480         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
42481         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
42482         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
42483         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
42484         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
42485         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42486         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42488 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42490         * math/libm-test.inc: Added more nearbyint tests.
42491         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
42492         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
42493         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
42494         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
42496 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
42498         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
42499         FD_CLOEXEC.
42501 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42503         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
42504         Add wcscpy-ssse3 wcscpy-c.
42505         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
42506         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
42507         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
42508         * sysdeps/x86_64/wcschr.S: New file.
42509         * sysdeps/x86_64/wcsrchr.S: New file.
42510         * string/test-strcmp.c: Remove checking of wcscmp function for
42511         wrong alignments.
42512         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
42513         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
42514         wcsrchr-sse2 wcsrchr-c.
42515         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
42516         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
42517         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
42518         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
42519         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
42520         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
42521         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
42522         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
42523         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
42524         * wcsmbc/wcschr.c (WCSCHR): New macro.
42526 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42528         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
42529         * wcsmbs/test-wcsrchr.c: New file.
42530         * string/test-strrchr.c: Add wcsrchr support.
42531         (WIDE): New macro.
42532         * wcsmbs/test-wcscpy.c: New file.
42533         * string/test-strcpy.c: Add wcscpy support.
42534         (WIDE): New macro.
42536 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
42538         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
42539         the inner loop.
42541 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
42543         [BZ #13472]
42544         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
42546 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
42548         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
42549         Minor optimizations.
42551         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
42552         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
42553         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
42555 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
42557         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
42558         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
42559         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
42560         for gcc to avoid warnings.
42561         * inet/Makefile (tests): Add tst-checks.
42562         * inet/tst-checks.c: New file.
42564         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
42565         warning.
42567         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
42568         __wmemcmp_sse2.
42570         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
42571         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
42573         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
42575 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
42577         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
42578         problem.
42580         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
42582 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
42584         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
42585         conditional on GCC version.
42586         (__arch_compare_and_exchange_val_8_acq)
42587         (__arch_compare_and_exchange_val_16_acq)
42588         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
42589         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
42590         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
42592 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
42594         * sysdeps/sh/backtrace.c: New file.
42596 2011-12-02  Andreas Schwab  <schwab@redhat.com>
42598         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
42599         parenthesis.
42601 2011-12-01  Andreas Schwab  <schwab@redhat.com>
42603         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
42604         falling back to utime.
42606 2011-11-30  Andreas Schwab  <schwab@redhat.com>
42608         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
42609         expectations for float.
42611 2011-11-29  Andreas Schwab  <schwab@redhat.com>
42613         * locale/weight.h (findidx): Add parameter len.
42614         * locale/weightwc.h (findidx): Likewise.
42615         * posix/fnmatch_loop.c (FCT): Adjust caller.
42616         * posix/regcomp.c (build_equiv_class): Likewise.
42617         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
42618         * posix/regexec.c (check_node_accept_bytes): Likewise.
42619         * string/strcoll_l.c (STRCOLL): Likewise.
42620         * string/strxfrm_l.c (STRXFRM): Likewise.
42622 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
42624         * Makefile.in: Remove CVSOPT handling.
42625         * configure.in: Remove use of AC_REVISION.
42626         * iconvdata/Makefile (distribute): No need to filter out CVS.
42627         * scripts/list-sources.sh: Remove CVS, subversion and monotone
42628         handling.
42630 2011-11-16  Andreas Schwab  <schwab@redhat.com>
42632         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
42633         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
42634         [USE_AS_STRNCASECMP_L]: Likewise.
42635         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
42636         NO_TLS_DIRECT_SEG_REFS.
42637         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
42638         Fix argument offsets for non-PIC.
42639         [USE_AS_STRNCASECMP_L]: Likewise.
42640         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
42641         NO_TLS_DIRECT_SEG_REFS.
42643 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42645         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
42646         O_CLOEXEC.
42647         * locale/loadlocale.c (_nl_load_locale): Likewise.
42649 2011-11-15  Andreas Schwab  <schwab@redhat.com>
42651         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
42652         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
42653         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
42654         (SYSCALL_GETTIME): Set errno on error.
42656         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
42657         count references to noai6ai_cached.
42659 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42661         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
42663         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
42664         FD_CLOEXEC for /proc/self/maps.
42666         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
42667         FD_CLOEXEC for /proc/meminfo.
42669         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
42670         gai.conf.
42672         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
42673         FD_CLOEXEC for given file.
42675         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
42677         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
42678         FD_CLOEXEC for /etc/hosts.
42679         (_gethtent): Likewise.
42681         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
42683         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
42684         cancellation and set FD_CLOEXEC for /etc/netgroup.
42686         * nss/nss_files/files-key.c (search): Don't allow cancellation when
42687         reading /etc/publickey.
42689         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
42690         allow cancellation when reading /etc/group.
42692         * nss/nss_files/files-alias.c (internal_setent): Don't allow
42693         cancellation.
42694         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
42696         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
42697         when using data file.
42699         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
42701         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
42702         (write_nis_obj): Use "c" and "e" in fopen.
42704         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
42706         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
42708         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
42710         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
42712         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
42713         locale.alias.
42715         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
42717         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
42719         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
42721         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
42722         file parsing and set FD_CLOEXEC.
42724 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42726         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
42728 2011-11-14  Andreas Schwab  <schwab@redhat.com>
42730         * malloc/arena.c (arena_get2): Don't call reused_arena when
42731         _int_new_arena failed.
42733 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42735         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
42736         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
42737         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
42738         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42739         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42740         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
42741         to compile strcasecmp and strncasecmp.
42742         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
42743         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
42745         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
42747 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
42749         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
42750         locale-defines.sym to gen-as-const-headers.
42751         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
42752         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
42753         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
42754         to compile strcasecmp and strncasecmp.
42755         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
42756         strcasecmp_l and strncasecmp_l.
42757         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
42758         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
42759         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
42760         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
42761         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
42762         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
42763         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
42764         * sysdeps/i386/i686/multiarch/strncase.S: New file.
42765         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
42766         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
42767         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
42769 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
42771         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
42772         result of SYSDEP_GETTIME_CPU to retval.
42773         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
42774         parameter list to macro.  Remove trailing semicolon.  Adjust users.
42776         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
42777         variable.
42779         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
42780         mantissa words.
42781         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
42783         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
42784         from unused variable.
42786         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
42787         DWARF definitions.
42788         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
42789         for assembling.
42791         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
42792         over namespaces.
42794         * sunrpc/rpc_prot.c (rejected): Fix case value.
42796         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
42797         unsigned long long int to avoid warnings in shift.
42799         * posix/regex_internal.c (re_string_reconstruct): Actually use result
42800         of use of trans.
42801         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
42802         variable tmp.
42804         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
42805         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
42806         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
42808         * nis/nis_table.c (nis_list): Use variable of correct type for
42809         result of __follow_path call.
42811 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42813         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
42814         of math functions ceil, trunc, floor, round, and sqrt, when
42815         avaliable on the platform.
42816         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
42817         name clash.
42818         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42819         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
42820         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
42822 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
42824         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
42825         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
42827 2011-11-11  Roland McGrath  <roland@hack.frob.com>
42829         * include/unistd.h: Fix __readlink return type.
42830         Reported by Chris Metcalf <cmetcalf@tilera.com>.
42832 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
42834         * stdlib/ucontext.h: Undo last change for makecontext.
42836 2011-11-11  Andreas Schwab  <schwab@redhat.com>
42838         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
42840         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
42841         * setjmp/setjmp.h: Mark functions as non-leaf.
42842         * setjmp/bits/setjmp2.h: Likewise.
42843         * stdlib/ucontext.h: Likewise.
42845 2011-11-10  Andreas Schwab  <schwab@redhat.com>
42847         * malloc/arena.c (_int_new_arena): Don't increment narenas.
42848         (reused_arena): Don't check arena limit.
42849         (arena_get2): Atomically check arena limit.
42851 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
42853         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
42854         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
42856         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
42857         instructions.
42859 2011-11-07  Andreas Schwab  <schwab@redhat.com>
42861         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
42862         handler when locking.
42864         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
42865         Fix size of allocated buffer.
42867 2011-11-04  Andreas Schwab  <schwab@redhat.com>
42869         [BZ #10103]
42870         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
42871         declarations for long double functions.
42872         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
42874         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
42876 2011-11-03  Andreas Schwab  <schwab@redhat.com>
42878         * nscd/nscd.c (main): Don't start AVC thread until credentials are
42879         installed.
42881         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
42882         is disabled.
42884 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42886         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
42888 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
42890         * include/alloca.h (stackinfo_alloca_round): Define.
42891         (extend_alloca): Use it.
42892         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
42893         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
42894         here.
42896         * scripts/check-local-headers.sh: Ignore libaudit.h.
42898         * nscd/Makefile (extra-objs): Make recursively expanded.
42900 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
42902         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
42903         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
42905         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
42906         * posix/tst-rfc3484-2.c: Likewise.
42907         * posix/tst-rfc3484-3.c: Likewise.
42909         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42910         process_vm_writev.
42911         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
42912         process_vm_writev.
42913         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
42914         process_vm_writev from libc using GLIBC_2.15 version.
42916         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
42918 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
42920         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
42921         stack usage.
42923 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
42925         [BZ #13367]
42926         * nss/getent.c (initgroups_keys): Show error message in case no group
42927         names are given.
42929         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
42930         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
42931         __bump_nl_timestamp.
42932         * nscd/connections (nscd_init): When host database is served open
42933         netlink socket and request notification about configuration changes.
42934         (main_loop_poll): Track netlink file descriptor and bump timestamp
42935         in case data becomes available.
42936         (main_loop_epoll): Likewise.
42937         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
42938         (database_pers_head): Add extra_data fileds.
42939         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
42940         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
42941         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
42942         Adjust caller.
42943         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
42944         in6ai data, call __free_in6ai.
42945         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
42946         Add -DHAVE_NETLINK.
42947         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
42948         interface information.  Reuse previous data if netlink timestamp
42949         is not changed.
42950         (__bump_nl_timestamp): New function.
42951         (__free_in6ai): New function.
42953 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
42955         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
42956         close_not_cancel_no_status here.
42957         (__check_pf): Reorganize code a bit to not call close twice if OOM.
42959 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42961         [BZ #13276]
42962         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
42963         return value.
42965         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
42966         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
42967         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
42969 2011-07-03  Andreas Jaeger  <aj@suse.de>
42971         [BZ #10709]
42972         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
42973         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
42974         * math/libm-test.inc (sin_test): Add test case.
42976 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42978         [BZ #13337]
42979         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
42980         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42982         * elf/chroot_canon.c (chroot_canon): Cleanups.
42984         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
42986         [BZ #13335]
42987         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
42988         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42990         * string/test-strchr.c: Make usable for strchrnul testing.
42991         * string/test-strchrnul.c: New file.
42992         * string/Makefile (strop-tests): Add strchrnul.
42994         * po/it.po: Update from translation team.
42995         * po/es.po: Likewise.
42997 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
42999         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43000         the three constants needed as parameters.  Drop the others.
43001         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43002         __m128i_strloadu_tolower.
43003         Create and initialize variable zero and use it in all the places
43004         where _mm_setzero_si128 was used.
43006         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43007         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43008         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43009         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43010         anymore.
43011         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43012         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43013         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43014         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43015         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43016         __mpranred, __mptan.
43017         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43018         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43019         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43020         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43021         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43022         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43023         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43024         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43025         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43027 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43029         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43030         redefine if SHARED.
43031         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43033         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43034         wide char related routines to wcsmbs subdir.
43036 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43038         [BZ #13344]
43039         * misc/sys/cdefs.h (__THROWNL): Define.
43040         * posix/unistd.h: Use __THREADNL instead of __THREAD
43041         for memory synchronization functions.
43043 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43045         [BZ #13349]
43046         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43047         doesn't exist.
43048         * manual/stdio.texi (Obstack Streams): Node removed.
43050 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43052         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43053         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43054         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43056         * math/math_private.h (math_force_eval): Allow non-addressable
43057         arguments.
43058         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43060 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43062         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43063         file is not needed.
43065         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43066         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43067         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43068         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43069         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43070         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43071         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43072         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43073         Add AVX variants.
43074         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43075         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43076         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43077         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43078         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43079         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43080         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43081         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43082         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43083         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43084         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43085         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43086         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43087         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43088         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43089         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43090         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43091         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43092         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43094         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43095         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43097         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43098         place.  Use VEX encoding when compiling for AVX.
43100 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43102         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43103         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43105         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43107 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43109         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43110         useless if() expression.
43111         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43112         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43113         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43114         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43115         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43116         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43117         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43118         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43119         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43120         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43121         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43122         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43123         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43124         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43125         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43126         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43127         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43128         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43129         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43131         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43133 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43135         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43136         condition.
43137         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43139 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43141         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43142         .text section.  Avoid duplicate constants.
43143         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43144         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43145         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43146         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43147         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43148         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43149         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43150         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43151         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43152         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43153         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43154         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43155         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43156         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43157         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43158         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43159         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43160         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43161         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43162         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43163         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43164         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43165         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43166         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43167         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43168         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43169         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43170         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43171         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43172         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43173         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43174         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43175         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43176         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43177         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43178         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43179         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43180         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43181         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43182         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43183         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43184         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43185         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43186         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43187         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43189 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43191         * sysdeps/x86_64/dla.h: Move to ...
43192         * sysdeps/x86_64/fpu/dla.h: ...here.
43193         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43194         situations.  Use __builtin_fma only for gcc 4.6 and up.
43196         * config.make.in: Add have-mfma4 entry.
43197         * configure.in: Substitute libc_cv_cc_fma4.
43198         * math/Makefile (dbl-only-routines): Add sincostab.
43199         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43200         Use __sincostab not sincos.
43201         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43202         name is a macro.
43203         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43204         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43205         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43206         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43207         using __copysign.
43208         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43209         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43210         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43211         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43212         and __inv.
43213         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43214         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43215         __copysign.
43216         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43217         define aliases when function name is a macro.
43218         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43219         sysdeps/ieee754/dbl-64/sincos.tbl.
43220         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43221         fma4-enabled routines.
43222         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43223         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43224         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43225         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43226         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43227         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43228         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43229         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43230         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43231         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43232         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43233         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43234         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43235         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43236         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43237         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43238         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43239         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43240         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43241         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43242         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43243         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43244         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43245         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43246         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43247         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43248         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43249         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43250         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43251         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43253         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43254         rename.
43255         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43256         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43257         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43258         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43259         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43260         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43261         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43262         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43264 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43266         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43268 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43270         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43272         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43273         prediction.
43274         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43276         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43277         Remove unused variable magic_bits.
43278         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43280         * string/strnlen.c: Define and use STRNLEN macro.
43281         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43282         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43283         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43284         * wcsmbs/wcslen.c: Define and use WCSLEN.
43285         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43286         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43287         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43288         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43289         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43290         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43291         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43293 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43295         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43296         strnlen-sse2-no-bsf.
43297         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43298         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43299         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43300         Add strnlen support.
43301         (USE_AS_STRNLEN): New macro.
43302         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43303         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43304         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43305         * sysdeps/x86_64/wcslen.S: New file.
43307 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43309         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43310         XMM-moves are used for copying on small sizes.
43312 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43314         * wcsmbs/Makefile (strop-tests): Add wcschr.
43315         * wcsmbs/test-wcschr.c: New file.
43316         * string/test-strchr.c: Update.
43317         Add wcschr support.
43318         (WIDE): New macro.
43320 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43322         * wcsmbs/Makefile (strop-tests): Add wcslen.
43323         * wcsmbs/test-wcslen.c: New file.
43324         * string/test-strlen.c: Update.
43325         Add wcslen support.
43326         (WIDE): New macro.
43328 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43330         * po/it.po: Update from translation team.
43332 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43334         * sysdeps/x86_64/wcscmp.S: Update.
43335         Fix wrong comparison semantics.
43336         wcscmp shall use signed comparison not unsigned.
43337         Don't use substraction to avoid overflow bug.
43338         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43339         * wcsmbc/wcscmp.c: Likewise.
43340         * string/test-strcmp.c: Likewise.
43341         Add new tests to check cases with negative values.
43343 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43345         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43346         * sysdeps/x86_64/dla.h: ...here.  New file.
43347         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43348         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43349         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43350         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43351         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43352         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43353         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43354         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43355         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43357 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43359         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43360         __ynl_finite aliases.
43362 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43364         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43366         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43367         define DLA_FMA.
43368         [DLA_FMA] (EMULV): Use DLA_FMA.
43369         [DLA_FMA] (MUL12): Use EMULV.
43370         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43371         that are not needed.
43372         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43373         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43374         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43375         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43376         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43377         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43378         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43380 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43382         * math/s_nan.c: Undef __nan.
43383         * math/s_nanf.c: Undef __nanf.
43384         * math/s_nanl.c: Undef __nanl.
43385         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43386         "math_private.h".
43388 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43390         * math/s_catan.c: Add branch predictions.
43391         * math/s_catanf.c: Likewise.
43392         * math/s_catanh.c: Likewise.
43393         * math/s_catanhf.c: Likewise.
43394         * math/s_catanhl.c: Likewise.
43395         * math/s_catanl.c: Likewise.
43396         * math/s_cexp.c: Likewise.
43397         * math/s_cexpf.c: Likewise.
43398         * math/s_cexpl.c: Likewise.
43399         * math/s_clog.c: Likewise.
43400         * math/s_clog10.c: Likewise.
43401         * math/s_clog10f.c: Likewise.
43402         * math/s_clog10l.c: Likewise.
43403         * math/s_clogf.c: Likewise.
43404         * math/s_clogl.c: Likewise.
43405         * math/s_csqrt.c: Likewise.
43406         * math/s_csqrtf.c: Likewise.
43407         * math/s_csqrtl.c: Likewise.
43408         * math/s_ctanf.c: Likewise.
43409         * math/s_ctanh.c: Likewise.
43410         * math/s_ctanhf.c: Likewise.
43411         * math/s_ctanhl.c: Likewise.
43412         * math/s_ctanl.c: Likewise.
43414         * math/math_private.h: Define __nan, __nanf, __nanl.
43415         * math/s_cacosh.c: Include <math_private.h>.
43416         * math/s_cacoshl.c: Likewise.
43417         * math/s_casinh.c: Likewise.
43418         * math/s_casinhf.c: Likewise.
43419         * math/s_casinhl.c: Likewise.
43420         * math/s_ccos.c: Rely entire on ccosh.
43421         * math/s_ccosf.c: Rely entire on ccoshf.
43422         * math/s_ccosl.c: Rely entirely on ccoshl.
43423         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
43424         Remove tests for FE_INVALID.
43425         * math/s_ccoshf.c: Likewise.
43426         * math/s_ccoshl.c: Likewise.
43427         * math/s_csin.c: Likewise.
43428         * math/s_csinf.c: Likewise.
43429         * math/s_csinh.c Likewise.
43430         * math/s_csinhf.c: Likewise.
43431         * math/s_csinhl.c: Likewise.
43432         * math/s_csinl.c: Likewise.
43433         * math/s_ctan.c: Likewise.
43434         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
43435         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
43436         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
43438 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
43440         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
43441         compilation problems.
43443         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
43444         __builtin_expect.
43446 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
43448         * sysdeps/i386/configure.in: Test for -mfma4 option.
43449         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
43450         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
43451         COMMON_CPUID_INDEX_80000001.
43452         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
43453         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
43454         use it if FMA3 is not supported.
43455         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
43457         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
43458         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
43460 2011-10-20  Andreas Schwab  <schwab@redhat.com>
43462         [BZ #12892]
43463         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
43464         it would create a cycle with a link time dependency.
43466 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
43468         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
43469         instruction.
43470         * string/Makefile (strop-tests): Add rawmemchr.
43471         * string/test-rawmemchr.c: New file.
43473         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
43474         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
43475         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
43476         when compiling str{,n}casecmp and when AVX is available.  Hook up
43477         new optimized code in initializers.
43479 2011-10-19  Andreas Schwab  <schwab@redhat.com>
43481         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
43482         __feraiseexcept instead of feraiseexcept.
43484 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
43486         * math/math_private.h: Define defaults for libc_fetestexcept and
43487         libc_feupdateenv.
43488         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
43489         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
43490         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43491         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43492         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43493         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43494         libc_fetestexcept and libc_feupdateenv.
43496         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
43497         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
43498         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
43499         * sysdeps/x86_64/fpu/math_private.h: Define special version of
43500         libc_feholdexcept_setround.
43502         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
43503         Add s_nearbyint-c and s_nearbyintf-c.
43504         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
43505         nearbyintf inlines.
43506         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
43507         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
43508         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
43509         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
43511         * math/math_private.h: Define defaults for libc_fegetround,
43512         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
43513         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
43514         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
43515         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
43516         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
43517         standard functions.
43518         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43519         Remove comments and hacks for old compiler versions.
43520         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43521         libc_fegetround, libc_fesetround, libc_feholdexcept, and
43522         libc_feholdexceptl.
43524 2011-10-18  Andreas Schwab  <schwab@redhat.com>
43526         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
43527         (__feraiseexcept_renamed): Add __NTH.
43528         (feraiseexcept): Add __NTH.  Rename local variables to fix
43529         namespace violations.
43531 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
43533         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
43535         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
43537         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
43538         recently added interfaces.
43539         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
43541         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
43542         about macro parameter expansion.
43544         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
43545         __NO_MATH_INLINES is defined.  Cleanups.
43547         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
43548         and __floorf is target has SSE4.1.
43549         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
43550         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
43551         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
43552         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
43554         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
43555         name.
43556         (floorf): Likewise.
43558         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
43560 2011-10-17  Andreas Schwab  <schwab@redhat.com>
43562         * misc/sys/cdefs.h: Fix last change.
43564         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
43565         database lookup.
43567 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
43569         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
43571         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
43572         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43573         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43574         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43575         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43576         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43577         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43578         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43579         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43580         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
43581         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
43582         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
43583         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
43584         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
43585         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
43586         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
43587         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
43588         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
43589         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
43590         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
43591         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
43592         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
43594         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
43595         ceil, ceilf, floor, floorf.
43597         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
43598         Perform IRELATIVE relocations last.
43600         * elf/do-rel.h: Add another parameter nrelative, replacing the
43601         local variable with the same name.  Change name of the function
43602         to end in Rel or Rela (uppercase).
43603         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
43604         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
43605         elf_dynamic_do_##reloc function.
43607 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43609         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
43610         is sufficient, at least on modern CPUs.
43612         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
43614         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
43615         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
43617         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
43618         __expl_finite.
43619         * math/bits/math-finite.h: Add entries for exp.
43620         * math/e_expl.c: Add __*_finite alias.
43621         * sysdeps/i386/fpu/e_exp.S: Likewise.
43622         * sysdeps/i386/fpu/e_expf.S: Likewise.
43623         * sysdeps/i386/fpu/e_expl.c: Likewise.
43624         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43625         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43626         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
43627         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
43628         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
43629         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43630         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43632         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
43633         is sufficient, at least on modern CPUs.
43635         * ctype/ctype-info.c (__ctype_init): Define.
43636         * include/ctype.h (__ctype_init): Declare.
43637         (__ctype_b_loc): The variable is always initialized.
43638         (__ctype_toupper_loc): Likewise.
43639         (__ctype_tolower_loc): Likewise.
43640         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
43641         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
43643 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
43645         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
43647         * configure.in: Also look in $cxxmachine/include for C++ system
43648         headers.
43650 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43652         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
43653         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
43654         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
43655         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
43656         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
43657         (USE_AS_WMEMCMP): New macro.
43658         Fixing indents.
43659         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
43660         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
43661         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
43662         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
43663         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43664         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
43665         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
43666         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
43667         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
43668         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
43669         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
43670         (USE_AS_WMEMCMP): New macro.
43671         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
43672         * sysdeps/string/test-memcmp.c: Update.
43673         Fix simple_wmemcmp.
43674         Add new tests.
43675         * wcsmbs/wmemcmp.c: Update.
43676         (WMEMCMP): New macro.
43677         Fix overflow bug.
43679 2011-10-12  Andreas Jaeger  <aj@suse.de>
43681         [BZ #13268]
43682         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
43684 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43686         * libio/iofwide.c (do_length): Avoid warning.
43688         * ctype/ctype.h (__isctype_f): Add missing __THROW.
43690 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
43692         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
43694         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
43695         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
43696         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
43697         * sysdeps/i386/i686/fpu/e_log.S: New file.
43698         * sysdeps/i386/i686/fpu/e_logf.S: New file.
43699         * sysdeps/i386/i686/fpu/e_logl.S: New file.
43701         * ctype/ctype.h: Add support for inlined isXXX functions when
43702         compiling C++ code.
43704 2011-10-14  Andreas Schwab  <schwab@redhat.com>
43706         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43708         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
43710 2011-10-13  Roland McGrath  <roland@hack.frob.com>
43712         [BZ #13291]
43713         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
43715 2011-10-13  Andreas Schwab  <schwab@redhat.com>
43717         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
43718         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
43719         feraiseexcept.
43721         * sysdeps/x86_64/memrchr.S: Check for zero size.
43723         * string/stratcliff.c: Add memrchr tests.
43725 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43727         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43728         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
43729         rawmemchr-sse2 rawmemchr-sse2-bsf.
43730         * sysdeps/i386/i686/multiarch/memchr.S: New file.
43731         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
43732         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
43733         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
43734         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
43735         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
43736         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
43737         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
43738         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
43739         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
43740         * string/memrchr.c (MEMRCHR): New macro.
43742 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
43744         Add integration with gcc's -ffinite-math-only and optimize wrapper
43745         functions in libm.
43746         * Versions.def: Define GLIBC_2.15 version for libm.
43747         * math/Makefile (headers): Add bits/math-finite.h.
43748         * math/bits/math-finite.h: New file.
43749         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
43750         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
43751         * math/e_acoshl.c: Add __*_finite alias.
43752         * math/e_acosl.c: Likewise.
43753         * math/e_asinl.c: Likewise.
43754         * math/e_atan2l.c: Likewise.
43755         * math/e_atanhl.c: Likewise.
43756         * math/e_coshl.c: Likewise.
43757         * math/e_exp10.c: Likewise.
43758         * math/e_exp10f.c: Likewise.
43759         * math/e_exp10l.c: Likewise.
43760         * math/e_exp2l.c: Likewise.
43761         * math/e_fmodl.c: Likewise.
43762         * math/e_gammal_r.c: Likewise.
43763         * math/e_hypotl.c: Likewise.
43764         * math/e_j0l.c: Likewise.
43765         * math/e_j1l.c: Likewise.
43766         * math/e_jnl.c: Likewise.
43767         * math/e_lgammal_r.c: Likewise.
43768         * math/e_log10l.c: Likewise.
43769         * math/e_log2l.c: Likewise.
43770         * math/e_logl.c: Likewise.
43771         * math/e_powl.c: Likewise.
43772         * math/e_sinhl.c: Likewise.
43773         * math/e_sqrtl.c: Likewise.
43774         * math/e_scalb.c: Completely rewritten and optimized.
43775         * math/e_scalbf.c: Likewise.
43776         * math/e_scalbl.c: Likewise.
43777         * math/w_acos.c: Likewise.
43778         * math/w_acosf.c: Likewise.
43779         * math/w_acosl.c: Likewise.
43780         * math/w_acosh.c: Likewise.
43781         * math/w_acoshf.c: Likewise.
43782         * math/w_acoshl.c: Likewise.
43783         * math/w_asin.c: Likewise.
43784         * math/w_asinf.c: Likewise.
43785         * math/w_asinl.c: Likewise.
43786         * math/w_atan2.c: Likewise.
43787         * math/w_atan2f.c: Likewise.
43788         * math/w_atan2l.c: Likewise.
43789         * math/w_atanh.c: Likewise.
43790         * math/w_atanhf.c: Likewise.
43791         * math/w_atanhl.c: Likewise.
43792         * math/w_exp10.c: Likewise.
43793         * math/w_exp10f.c: Likewise.
43794         * math/w_exp10l.c: Likewise.
43795         * math/w_fmod.c: Likewise.
43796         * math/w_fmodf.c: Likewise.
43797         * math/w_fmodl.c: Likewise.
43798         * math/w_j0.c: Likewise.
43799         * math/w_j0f.c: Likewise.
43800         * math/w_j0l.c: Likewise.
43801         * math/w_j1.c: Likewise.
43802         * math/w_j1f.c: Likewise.
43803         * math/w_j1l.c: Likewise.
43804         * math/w_jn.c: Likewise.
43805         * math/w_jnf.c: Likewise.
43806         * math/w_log.c: Likewise.
43807         * math/w_logf.c: Likewise.
43808         * math/w_logl.c: Likewise.
43809         * math/w_log10.c: Likewise.
43810         * math/w_log10f.c: Likewise.
43811         * math/w_log10l.c: Likewise.
43812         * math/w_log2.c: Likewise.
43813         * math/w_log2f.c: Likewise.
43814         * math/w_log2l.c: Likewise.
43815         * math/w_pow.c: Likewise.
43816         * math/w_powf.c: Likewise.
43817         * math/w_powl.c: Likewise.
43818         * math/w_remainder.c: Likewise.
43819         * math/w_remainderf.c: Likewise.
43820         * math/w_remainderl.c: Likewise.
43821         * math/w_scalb.c: Likewise.
43822         * math/w_scalbf.c: Likewise.
43823         * math/w_scalbl.c: Likewise.
43824         * math/w_sqrt.c: Likewise.
43825         * math/w_sqrtf.c: Likewise.
43826         * math/w_sqrtl.c: Likewise.
43827         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
43828         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
43829         used.
43830         * math/math_private.h: Declare __kernel_standard_f.
43831         * math/w_cosh.c: Remove cruft and optimize a bit.
43832         * math/w_coshf.c: Likewise.
43833         * math/w_coshl.c: Likewise.
43834         * math/w_exp2.c: Likewise.
43835         * math/w_exp2f.c: Likewise.
43836         * math/w_exp2l.c: Likewise.
43837         * math/w_hypot.c: Likewise.
43838         * math/w_hypotf.c: Likewise.
43839         * math/w_hypotl.c: Likewise.
43840         * math/w_lgamma.c: Likewise.
43841         * math/w_lgamma_r.c: Likewise.
43842         * math/w_lgammaf.c: Likewise.
43843         * math/w_lgammaf_r.c: Likewise.
43844         * math/w_lgammal.c: Likewise.
43845         * math/w_lgammal_r.c: Likewise.
43846         * math/w_sinh.c: Likewise.
43847         * math/w_sinhf.c: Likewise.
43848         * math/w_sinhl.c: Likewise.
43849         * math/w_tgamma.c: Likewise.
43850         * math/w_tgammaf.c: Likewise.
43851         * math/w_tgammal.c: Likewise.
43852         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43853         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43854         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
43855         Minor optimizations.  Pretty printing.  Remove cruft.
43856         * sysdeps/i386/fpu/e_acosf.S: Likewise.
43857         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43858         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43859         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43860         * sysdeps/i386/fpu/e_acosl.c: Likewise.
43861         * sysdeps/i386/fpu/e_asin.S: Likewise.
43862         * sysdeps/i386/fpu/e_asinf.S: Likewise.
43863         * sysdeps/i386/fpu/e_atan2.S: Likewise.
43864         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
43865         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
43866         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43867         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43868         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43869         * sysdeps/i386/fpu/e_exp10.S: Likewise.
43870         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
43871         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
43872         * sysdeps/i386/fpu/e_exp2.S: Likewise.
43873         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
43874         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
43875         * sysdeps/i386/fpu/e_fmod.S: Likewise.
43876         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
43877         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
43878         * sysdeps/i386/fpu/e_hypot.S: Likewise.
43879         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
43880         * sysdeps/i386/fpu/e_log.S: Likewise.
43881         * sysdeps/i386/fpu/e_log10.S: Likewise.
43882         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43883         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43884         * sysdeps/i386/fpu/e_log2.S: Likewise.
43885         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43886         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43887         * sysdeps/i386/fpu/e_logf.S: Likewise.
43888         * sysdeps/i386/fpu/e_logl.S: Likewise.
43889         * sysdeps/i386/fpu/e_pow.S: Likewise.
43890         * sysdeps/i386/fpu/e_powf.S: Likewise.
43891         * sysdeps/i386/fpu/e_powl.S: Likewise.
43892         * sysdeps/i386/fpu/e_remainder.S: Likewise.
43893         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
43894         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
43895         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43896         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43897         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43898         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
43899         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
43900         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
43901         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43902         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43903         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43904         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43905         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43906         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43907         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
43908         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43909         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43910         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43911         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43912         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43913         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43914         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43915         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43916         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43917         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43918         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43919         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43920         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43921         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43922         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43923         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43924         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43925         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43926         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43927         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43928         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43929         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
43930         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43931         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43932         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43933         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43934         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43935         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43936         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43937         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43938         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43939         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43940         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43941         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43942         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43943         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43944         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43945         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43946         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43947         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43948         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43949         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43950         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
43951         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
43952         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
43953         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
43954         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
43955         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
43956         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
43957         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
43958         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
43959         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
43960         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
43961         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
43962         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
43963         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43964         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43965         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
43966         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
43967         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
43968         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
43969         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
43970         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
43971         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
43972         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
43973         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
43974         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
43975         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
43976         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
43977         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
43978         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
43979         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43980         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
43981         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43982         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
43983         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
43984         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43985         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43986         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
43987         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
43988         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
43989         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
43990         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
43991         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43992         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
43993         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43994         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
43995         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43996         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43997         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43998         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
43999         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44000         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44001         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44002         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44003         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44004         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44005         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44006         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44007         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44008         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44009         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44010         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44011         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44012         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44013         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44014         (__isnanf): Likewise.
44015         (__isinf_ns): Likewise.
44016         (__isinf_nsf): Likewise.
44017         (__finite): Likewise.
44018         (__finitef): Likewise.
44019         (__ieee754_sqrt): Define as macro.
44020         (__ieee754_sqrtf): Define as macro.
44021         (__ieee754_sqrtl): Define as macro.
44022         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44023         inlined copy.
44024         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44025         __FINITE_MATH_ONLY__ consistent.
44026         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44028 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44030         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44031         of rawmemchr.
44033         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44035 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44037         * po/ja.po: Update from translation team.
44039 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44041         * locale/programs/locarchive.c (prepare_address_space): New function.
44042         (create_archive, enlarge_archive, open_archive): Use it.
44044         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44045         inside [SHARED], where it is used.
44047         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44049         * nss/getent.c (netgroup_keys): Remove unused variable.
44050         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44052 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44054         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44055         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44056         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44057         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44058         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44059         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44060         * math/Makefile (libm-calls): Add s_isinf_ns.
44061         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44062         * math/multc3.c: Likewise.
44063         * math/s_casin.c: Likewise.
44064         * math/s_casinf.c: Likewise.
44065         * math/s_casinl.c: Likewise.
44066         * math/s_ccos.c: Likewise.
44067         * math/s_ccosf.c: Likewise.
44068         * math/s_ccosl.c: Likewise.
44069         * math/s_ctan.c: Likewise.
44070         * math/s_ctanf.c: Likewise.
44071         * math/s_ctanh.c: Likewise.
44072         * math/s_ctanhf.c: Likewise.
44073         * math/s_ctanhl.c: Likewise.
44074         * math/s_ctanl.c: Likewise.
44075         * math/w_fmod.c: Likewise.
44076         * math/w_fmodf.c: Likewise.
44077         * math/w_fmodl.c: Likewise.
44078         * math/w_remainder.c: Likewise.
44079         * math/w_remainderf.c: Likewise.
44080         * math/w_remainderl.c: Likewise.
44081         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44082         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44083         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44084         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44085         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44086         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44087         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44088         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44090         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44091         of the number.
44092         * stdio-common/printf_fphex.c: Likewise.
44093         * stdio-common/printf_size.c: Likewise.
44095         * math/e_exp10.c: Include math_private.h using <...> not "...".
44096         * math/e_exp10f.c: Likewise.
44097         * math/e_exp10l.c: Likewise.
44098         * math/e_exp2l.c: Likewise.
44099         * math/e_j0l.c: Likewise.
44100         * math/e_j1l.c: Likewise.
44101         * math/e_jnl.c: Likewise.
44102         * math/e_lgammal_r.c: Likewise.
44103         * math/e_rem_pio2l.c: Likewise.
44104         * math/e_scalb.c: Likewise.
44105         * math/e_scalbf.c: Likewise.
44106         * math/e_scalbl.c: Likewise.
44107         * math/k_cosl.c: Likewise.
44108         * math/k_sinl.c: Likewise.
44109         * math/k_tanl.c: Likewise.
44110         * math/s_cacoshf.c: Likewise.
44111         * math/s_catan.c: Likewise.
44112         * math/s_catanf.c: Likewise.
44113         * math/s_catanh.c: Likewise.
44114         * math/s_catanhf.c: Likewise.
44115         * math/s_catanhl.c: Likewise.
44116         * math/s_catanl.c: Likewise.
44117         * math/s_ccosh.c: Likewise.
44118         * math/s_ccoshf.c: Likewise.
44119         * math/s_ccoshl.c: Likewise.
44120         * math/s_cexp.c: Likewise.
44121         * math/s_cexpf.c: Likewise.
44122         * math/s_cexpl.c: Likewise.
44123         * math/s_clog.c: Likewise.
44124         * math/s_clog10.c: Likewise.
44125         * math/s_clog10f.c: Likewise.
44126         * math/s_clog10l.c: Likewise.
44127         * math/s_clogf.c: Likewise.
44128         * math/s_clogl.c: Likewise.
44129         * math/s_csin.c: Likewise.
44130         * math/s_csinf.c: Likewise.
44131         * math/s_csinh.c: Likewise.
44132         * math/s_csinhf.c: Likewise.
44133         * math/s_csinhl.c: Likewise.
44134         * math/s_csinl.c: Likewise.
44135         * math/s_csqrt.c: Likewise.
44136         * math/s_csqrtf.c: Likewise.
44137         * math/s_csqrtl.c: Likewise.
44138         * math/s_ctan.c: Likewise.
44139         * math/s_ctanf.c: Likewise.
44140         * math/s_ctanh.c: Likewise.
44141         * math/s_ctanhf.c: Likewise.
44142         * math/s_ctanhl.c: Likewise.
44143         * math/s_ctanl.c: Likewise.
44144         * math/s_ldexp.c: Likewise.
44145         * math/s_ldexpf.c: Likewise.
44146         * math/s_ldexpl.c: Likewise.
44147         * math/s_significand.c: Likewise.
44148         * math/s_significandf.c: Likewise.
44149         * math/s_significandl.c: Likewise.
44150         * math/w_acos.c: Likewise.
44151         * math/w_acosf.c: Likewise.
44152         * math/w_acosh.c: Likewise.
44153         * math/w_acoshf.c: Likewise.
44154         * math/w_acoshl.c: Likewise.
44155         * math/w_acosl.c: Likewise.
44156         * math/w_asin.c: Likewise.
44157         * math/w_asinf.c: Likewise.
44158         * math/w_asinl.c: Likewise.
44159         * math/w_atan2.c: Likewise.
44160         * math/w_atan2f.c: Likewise.
44161         * math/w_atan2l.c: Likewise.
44162         * math/w_atanh.c: Likewise.
44163         * math/w_atanhf.c: Likewise.
44164         * math/w_atanhl.c: Likewise.
44165         * math/w_cosh.c: Likewise.
44166         * math/w_coshf.c: Likewise.
44167         * math/w_coshl.c: Likewise.
44168         * math/w_dremf.c: Likewise.
44169         * math/w_exp10.c: Likewise.
44170         * math/w_exp10f.c: Likewise.
44171         * math/w_exp10l.c: Likewise.
44172         * math/w_exp2.c: Likewise.
44173         * math/w_exp2f.c: Likewise.
44174         * math/w_fmod.c: Likewise.
44175         * math/w_fmodf.c: Likewise.
44176         * math/w_fmodl.c: Likewise.
44177         * math/w_hypot.c: Likewise.
44178         * math/w_hypotf.c: Likewise.
44179         * math/w_hypotl.c: Likewise.
44180         * math/w_j0.c: Likewise.
44181         * math/w_j0f.c: Likewise.
44182         * math/w_j0l.c: Likewise.
44183         * math/w_j1.c: Likewise.
44184         * math/w_j1f.c: Likewise.
44185         * math/w_j1l.c: Likewise.
44186         * math/w_jn.c: Likewise.
44187         * math/w_jnf.c: Likewise.
44188         * math/w_jnl.c: Likewise.
44189         * math/w_lgamma.c: Likewise.
44190         * math/w_lgamma_r.c: Likewise.
44191         * math/w_lgammaf.c: Likewise.
44192         * math/w_lgammaf_r.c: Likewise.
44193         * math/w_lgammal.c: Likewise.
44194         * math/w_lgammal_r.c: Likewise.
44195         * math/w_log.c: Likewise.
44196         * math/w_log10.c: Likewise.
44197         * math/w_log10f.c: Likewise.
44198         * math/w_log10l.c: Likewise.
44199         * math/w_log2.c: Likewise.
44200         * math/w_log2f.c: Likewise.
44201         * math/w_log2l.c: Likewise.
44202         * math/w_logf.c: Likewise.
44203         * math/w_logl.c: Likewise.
44204         * math/w_pow.c: Likewise.
44205         * math/w_powf.c: Likewise.
44206         * math/w_powl.c: Likewise.
44207         * math/w_remainder.c: Likewise.
44208         * math/w_remainderf.c: Likewise.
44209         * math/w_remainderl.c: Likewise.
44210         * math/w_scalb.c: Likewise.
44211         * math/w_scalbf.c: Likewise.
44212         * math/w_scalbl.c: Likewise.
44213         * math/w_sinh.c: Likewise.
44214         * math/w_sinhf.c: Likewise.
44215         * math/w_sinhl.c: Likewise.
44216         * math/w_sqrt.c: Likewise.
44217         * math/w_sqrtf.c: Likewise.
44218         * math/w_sqrtl.c: Likewise.
44219         * math/w_tgamma.c: Likewise.
44220         * math/w_tgammaf.c: Likewise.
44221         * math/w_tgammal.c: Likewise.
44223         * po/ja.po: Update from translation team.
44225 2011-09-29  Andreas Jaeger  <aj@suse.de>
44227         [BZ #13179]
44228         * sunrpc/netname.c (netname2host): Fix logic.
44230         [BZ #6779]
44231         [BZ #6783]
44232         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44233         correctly.
44234         * math/w_remainder.c (__remainder): Likewise.
44235         * math/w_remainderf.c (__remainderf): Likewise.
44236         * math/libm-test.inc (remainder_test): Add test cases.
44238 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44240         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44241         sdiv_qrnnd.
44243 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44245         * string/test-memcmp.c: Avoid unncessary #defines.
44246         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44248 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44250         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44251         Use new sse2 version for core i3 - i7 as it's faster
44252         than sse42 version.
44253         (bit_Prefer_PMINUB_for_stringop): New.
44254         * sysdeps/x86_64/rawmemchr.S: Update.
44255         Replace with faster SSE2 version.
44256         * sysdeps/x86_64/memrchr.S: New file.
44257         * sysdeps/x86_64/memchr.S: Update.
44258         Replace with faster SSE2 version.
44260 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44262         * elf/dl-load.c (lose): Add cast to avoid warning.
44264 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44266         * po/ca.po: Update from translation team.
44268         * inet/getnetgrent_r.c: Hook up nscd.
44269         * nscd/Makefile (routines): Add nscd_netgroup.
44270         (nscd-modules): Add netgroupcache.
44271         (CFLAGS-netgroupcache.c): Define.
44272         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44273         (cache_search): Add const to second parameter.
44274         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44275         INNETGR.
44276         (dbs): Add netgrdb entry.
44277         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44278         (verify_persistent_db): Handle netgrdb.
44279         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44280         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44281         GETFDNETGR.
44282         (netgroup_response_header): Define.
44283         (innetgroup_response_header): Define.
44284         (datahead): Add netgroup_response_header and innetgroup_response_header
44285         elements.
44286         * nscd/nscd.conf: Add entries for netgroup cache.
44287         * nscd/nscd.h (dbtype): Add netgrdb.
44288         (_PATH_NSCD_NETGROUP_DB): Define.
44289         (netgroup_iov_disabled): Declare.
44290         (xmalloc, xcalloc, xrealloc): Move declarations here.
44291         (cache_search): Adjust prototype.
44292         Add netgroup-related prototypes.
44293         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44294         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44295         (__nscd_innetgr): Declare.
44296         * nscd/selinux.c (perms): Use access_vector_t as element type and
44297         add netgroup-related initializers.
44298         * nscd/netgroupcache.c: New file.
44299         * nscd/nscd_netgroup.c: New file.
44300         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44301         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44302         For four parameters use innetgr.
44303         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44304         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44305         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44306         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44308         * nscd/connections.c (register_traced_file): Don't register file
44309         for disabled databases.
44311 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44313         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44315         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44316         from tree and freeing node.
44318 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44320         * nss/nsswitch.c (__nss_database_lookup): Handle
44321         nss_parse_service_list out of memory case.
44323 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44325         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44326         out of memory case.
44328 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44330         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44331         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44332         pass it down.
44333         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44334         elf_machine_rela, elf_machine_lazy_rel.
44335         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44336         (ELF_DYNAMIC_DO_REL): Likewise.
44337         (ELF_DYNAMIC_DO_RELA): Likewise.
44338         (ELF_DYNAMIC_RELOCATE): Likewise.
44339         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44340         to ELF_DYNAMIC_DO_REL.
44341         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44342         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44343         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44344         elf_machine_rela.
44345         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44346         skip_ifunc, don't call ifunc function if non-zero.
44347         (elf_machine_rela): Likewise.
44348         (elf_machine_lazy_rel): Likewise.
44349         (elf_machine_lazy_rela): Likewise.
44350         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44351         (elf_machine_lazy_rel): Likewise.
44352         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44353         Likewise.
44354         (elf_machine_lazy_rel): Likewise.
44355         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44356         Likewise.
44357         (elf_machine_lazy_rel): Likewise.
44358         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44359         (elf_machine_lazy_rel): Likewise.
44360         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44361         (elf_machine_lazy_rel): Likewise.
44362         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44363         (elf_machine_lazy_rel): Likewise.
44364         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44365         (elf_machine_lazy_rel): Likewise.
44366         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44367         (elf_machine_lazy_rel): Likewise.
44368         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44369         (elf_machine_lazy_rel): Likewise.
44371 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44373         * nss/nss_files/files-init.c (_nss_files_init): Use static
44374         initialization for all the *_traced_file variables.
44376 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44378         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44380 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44382         [BZ #13226]
44383         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44385 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44387         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44388         Reread the line before reparsing it.
44390 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44392         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44394 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44395             Maxim Kuvyrkov  <maxim@codesourcery.com>
44396             Joseph Myers  <joseph@codesourcery.com>
44398         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44399         if needed for __stack_chk_guard.
44401 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44403         * sysdeps/posix/spawni.c (script_execute): Always define it.
44404         It will be optimized away if unused.
44405         (maybe_script_execute): New function.
44406         (__spawni): Call it.
44408         * Makerules: Don't include tls.make.
44409         (config-tls): Always set to thread.
44410         * tls.make.c: File removed.
44412 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44414         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44415         * config.make.in (CPPFLAGS-config): New substituted variable.
44417 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44419         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
44421         [BZ #13192]
44422         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
44423         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
44425 2011-09-15  Roland McGrath  <roland@hack.frob.com>
44427         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
44428         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44429         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44430         (CALL_FAIL): Likewise.
44431         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
44432         (CALL_FAIL): Macro removed.
44433         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
44435 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44437         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
44438         for __FINITE_MATH_ONLY__ == 1.
44440 2011-09-15  Andreas Schwab  <schwab@redhat.com>
44442         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
44443         __ieee754_sqrt instead of sqrt.
44444         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
44445         __ieee754_sqrtf instead of sqrtf.
44446         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
44447         __floorf instead of floorf.
44448         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
44449         __floorf, __truncf instead of floorf, truncf.
44451 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
44453         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
44455         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
44456         __extern_always_inline.
44457         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
44458         32-bit.
44460 2011-09-14  Andreas Schwab  <schwab@redhat.com>
44462         * elf/rtld.c (dl_main): Also relocate in dependency order when
44463         doing symbol dependency testing.
44465 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
44467         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44468         Always define `refsym'.
44470 2011-09-13  Andreas Schwab  <schwab@redhat.com>
44472         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
44473         (__FD_ELT): Renamed from __FDELT.
44474         * misc/bits/select2.h (__FD_ELT): Likewise.
44475         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
44476         __FD_MASK instead of __FDELT, __FDMASK.
44477         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44478         Likewise.
44479         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44480         Likewise.
44482         * elf/Makefile (gen-ldd): Fix pattern.
44484         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
44485         (init_tls): Likewise.
44487 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
44489         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
44491 2011-09-12  Andreas Schwab  <schwab@redhat.com>
44493         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
44494         `struct cmsghdr *' instead of `void *'.
44495         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
44496         Likewise.
44498 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
44500         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
44501         if non-absolute.
44502         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
44503         ldd_rewrite_script.
44505 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
44507         * configure.in: Remove --with-tls option.
44508         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
44509         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
44510         out in case it is missing.
44511         * sysdeps/ia64/elf/configure.in: Likewise.
44512         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
44513         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
44514         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
44515         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
44516         * sysdeps/sh/elf/configure.in: Likewise.
44517         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
44518         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
44519         * sysdeps/x86_64/elf/configure.in: Likewise.
44520         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
44521         * sysdeps/mach/hurd/tls.h: Likewise.
44523         [BZ #13067]
44524         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
44526         [BZ #13090]
44527         * configure.in: Fix use of AC_INIT.
44529         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
44531 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
44533         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
44534         __set_errno.
44535         * malloc/hooks.c: Likewise.
44537         [BZ #11929]
44538         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
44539         variables statically.
44540         (narenas): Initialize.
44541         (list_lock): Initialize.
44542         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
44543         initializtion of main_arena and list_lock.  Small cleanups.
44544         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
44545         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
44546         Add initializers to main_arena and mp_.
44547         (malloc_state): Remove pagesize member.  Change all users to use
44548         GLRO(dl_pagesize).
44550         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
44551         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
44552         is always initialized.
44554         * malloc/malloc.c: Removed unused configurations and dead code.
44555         * malloc/arena.c: Likewise.
44556         * malloc/hooks.c: Likewise.
44557         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
44559         * include/tls.h: Removed.  USE___THREAD must always be defined.
44560         * bits/libc-tsd.h: Don't handle !USE___THREAD.
44561         * elf/dl-libc.c: Likewise.
44562         * elf/dl-tsd.c: Likewise.
44563         * include/errno.h: Likewise.
44564         * include/netdb.h: Likewise.
44565         * include/resolv.h: Likewise.
44566         * inet/herrno-loc.c: Likewise.
44567         * inet/herrno.c: Likewise.
44568         * malloc/arena.c: Likewise.
44569         * malloc/hooks.c: Likewise.
44570         * malloc/malloc.c: Likewise.
44571         * resolv/res-state.c: Likewise.
44572         * resolv/res_libc.c: Likewise.
44573         * sysdeps/i386/dl-machine.h: Likewise.
44574         * sysdeps/ia64/dl-machine.h: Likewise.
44575         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
44576         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
44577         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
44578         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
44579         * sysdeps/sh/dl-machine.h: Likewise.
44580         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44581         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44582         * sysdeps/unix/i386/sysdep.S: Likewise.
44583         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
44584         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
44585         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
44586         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
44587         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
44588         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
44589         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
44590         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44591         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44592         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
44593         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44594         * sysdeps/x86_64/dl-machine.h: Likewise.
44595         * tls.make.c: Likewise.
44597         * configure.in: Remove --with-__thread option.  Make tests for
44598         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
44599         tls_model attribute fail if no support is available.  Remove
44600         USE_IN_LIBIO.
44601         * Makeconfig: Adjust for dropped configure option.  All features are
44602         now mandatory.
44603         * Makerules: Likewise.
44604         * Versions.def: Likewise.
44605         * argp/argp-fmtstream.c: Likewise.
44606         * argp/argp-fmtstream.h: Likewise.
44607         * argp/argp-help.c: Likewise.
44608         * assert/assert.c: Likewise.
44609         * config.h.in: Likewise.
44610         * config.make.in: Likewise.
44611         * configure: Likewise.
44612         * configure.in: Likewise.
44613         * csu/Versions: Likewise.
44614         * csu/init.c: Likewise.
44615         * elf/tst-audit2.c: Likewise.
44616         * elf/tst-tls10.c: Likewise.
44617         * elf/tst-tls10.h: Likewise.
44618         * elf/tst-tls11.c: Likewise.
44619         * elf/tst-tls12.c: Likewise.
44620         * elf/tst-tls14.c: Likewise.
44621         * elf/tst-tlsmod11.c: Likewise.
44622         * elf/tst-tlsmod12.c: Likewise.
44623         * elf/tst-tlsmod13.c: Likewise.
44624         * elf/tst-tlsmod13a.c: Likewise.
44625         * elf/tst-tlsmod14a.c: Likewise.
44626         * elf/tst-tlsmod15b.c: Likewise.
44627         * elf/tst-tlsmod16a.c: Likewise.
44628         * elf/tst-tlsmod16b.c: Likewise.
44629         * elf/tst-tlsmod7.c: Likewise.
44630         * elf/tst-tlsmod8.c: Likewise.
44631         * elf/tst-tlsmod9.c: Likewise.
44632         * gmon/gmon.c: Likewise.
44633         * grp/fgetgrent_r.c: Likewise.
44634         * grp/putgrent.c: Likewise.
44635         * hurd/fopenport.c: Likewise.
44636         * include/libc-symbols.h: Likewise.
44637         * include/tls.h: Likewise.
44638         * intl/gettextP.h: Likewise.
44639         * intl/loadinfo.h: Likewise.
44640         * locale/global-locale.c: Likewise.
44641         * locale/localeinfo.h: Likewise.
44642         * mach/devstream.c: Likewise.
44643         * malloc/arena.c: Likewise.
44644         * malloc/set-freeres.c: Likewise.
44645         * misc/err.c: Likewise.
44646         * misc/getttyent.c: Likewise.
44647         * misc/mntent_r.c: Likewise.
44648         * posix/getopt.c: Likewise.
44649         * posix/wordexp.c: Likewise.
44650         * pwd/fgetpwent_r.c: Likewise.
44651         * resolv/Versions: Likewise.
44652         * resolv/res_hconf.c: Likewise.
44653         * shadow/fgetspent_r.c: Likewise.
44654         * shadow/putspent.c: Likewise.
44655         * stdio-common/printf_fphex.c: Likewise.
44656         * stdio-common/tmpfile.c: Likewise.
44657         * stdlib/abort.c: Likewise.
44658         * stdlib/fmtmsg.c: Likewise.
44659         * sunrpc/auth_unix.c: Likewise.
44660         * sunrpc/clnt_perr.c: Likewise.
44661         * sunrpc/clnt_tcp.c: Likewise.
44662         * sunrpc/clnt_udp.c: Likewise.
44663         * sunrpc/clnt_unix.c: Likewise.
44664         * sunrpc/openchild.c: Likewise.
44665         * sunrpc/svc_simple.c: Likewise.
44666         * sunrpc/svc_tcp.c: Likewise.
44667         * sunrpc/svc_udp.c: Likewise.
44668         * sunrpc/svc_unix.c: Likewise.
44669         * sunrpc/xdr.c: Likewise.
44670         * sunrpc/xdr_array.c: Likewise.
44671         * sunrpc/xdr_rec.c: Likewise.
44672         * sunrpc/xdr_ref.c: Likewise.
44673         * sunrpc/xdr_stdio.c: Likewise.
44675 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44677         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44679 2011-07-03  Andreas Jaeger  <aj@suse.de>
44681         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
44682         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
44683         regenerate with gen-libm-tests.pl.
44685 2010-05-12  Petr Baudis  <pasky@suse.cz>
44687         [BZ #11589]
44688         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
44689         around j0() zero points by switching to j1().
44690         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44691         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44692         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44693         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44695 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44697         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
44698         instead of 0.
44699         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
44700         instead of 0.
44701         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44702         Patch in part by Pavel Roskin <proski@gnu.org>.
44704         [BZ #13138]
44705         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
44706         realloc.
44707         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
44708         Free memory block if necessary.
44710         [BZ #12847]
44711         * libio/genops.c (INTDEF): For string streams the _lock pointer can
44712         be NULL.  Don't lock in this case.
44714 2011-09-09  Roland McGrath  <roland@hack.frob.com>
44716         * elf/elf.h (ELFOSABI_GNU): New macro.
44717         (ELFOSABI_LINUX): Define to that.
44719 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
44721         * string/strncat.c (strncat): Undef the symbol in case it has been
44722         defined in bits/string.h.
44724 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44726         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
44728         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
44729         link map.
44731 2011-08-17  Andreas Jaeger  <aj@suse.de>
44733         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
44735 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
44736             Ian Lance Taylor  <iant@google.com>
44738         * math/libm-test.inc (lround_test): New testcase.
44739         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
44741 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
44743         * Makefile: Remove support for automatic cvs check-ins.
44744         * Makerules: Likewise.
44745         * config.make.in: Likewise.
44746         * configure.in: Likewise.
44747         * intl/Makefile: Likewise.
44748         * locale/Makefile: Likewise.
44749         * po/Makefile: Likewise.
44750         * posix/Makefile: Likewise.
44751         * sysdeps/gnu/Makefile: Likewise.
44752         * sysdeps/mach/hurd/Makefile: Likewise.
44753         * sysdeps/sparc/sparc32/Makefile: Likewise.
44755         [BZ #13118]
44756         * posix/Makefile (bug-regex32-ENV): Define.
44757         Patch by John Stanley <jpsinthemix@verizon.net>.
44759         * misc/Makefile (headers): Add bits/select2.h.
44760         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
44761         * misc/bits/select2.h: New file.
44762         * include/bits/select2.h: New file.
44763         * debug/Makefile (routines): Add fdelt_chk.
44764         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
44765         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
44766         FD_ISSET.
44767         * debug/fdelt_chk.c: New file.
44769         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
44770         * wcsmbs/test-wmemcmp.c: Likewise.
44771         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
44772         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
44774 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44776         * string/Makefile (strop-tests): Add memcmp.
44777         * string/test-wmemcmp.c: New file.
44778         * string/test-memcmp.c: Add wmemcmp support.
44780 2011-09-08  Roland McGrath  <roland@hack.frob.com>
44782         [BZ #13153]
44783         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
44784         2011-07-19 change.
44786         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
44787         garbage value in a __mach_port_mod_refs call in the cases of the
44788         task-self and thread-self ports.
44790 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44792         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
44794 2011-09-08  Andreas Schwab  <schwab@redhat.com>
44796         * elf/dl-load.c (lose): Check for non-null L.
44798 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44800         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
44802         * elf/dl-libc.c (dlerror_run): Pass back error code from
44803         dl_catch_error.
44805         [BZ #13123]
44806         * elf/dl-load.c (lose): Free l_origin if it is valid.
44808         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
44809         names.
44810         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
44811         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44812         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
44813         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44814         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
44815         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
44817 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44819         * sysdeps/powerpc/fpu/e_hypot.c: New file.
44820         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
44821         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
44822         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
44823         * sysdeps/powerpc/fpu/k_cosf.c: New file.
44824         * sysdeps/powerpc/fpu/k_sinf.c: New file.
44825         * sysdeps/powerpc/fpu/s_cosf.c: New file.
44826         * sysdeps/powerpc/fpu/s_sinf.c: New file.
44827         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
44828         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
44830 2011-08-15  Alan Modra  <amodra@gmail.com>
44832         [BZ #13092]
44833         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
44834         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
44835         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
44836         ppc_mcount to static-only-routines.
44837         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
44838         __mcount_internal.
44839         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
44840         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
44842 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
44844         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
44845         for finite and infinity parameters.
44847 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44849         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
44850         and add nop instructions for throughput optimization.
44851         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
44853 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
44855         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
44856         aligned copy for power7 with vector-scalar instructions.
44857         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
44859 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
44861         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
44862         AVX check.
44864 2011-09-07  Andreas Schwab  <schwab@redhat.com>
44866         [BZ #13144]
44867         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
44868         last change.
44870 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44872         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44873         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
44874         syscall wrapper around clock_gettime in __vdso_clock_gettime.
44875         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
44876         clock_gettime.
44878 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44880         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
44881         Forgot to demangle the pointer.
44883         * sysdeps/i386/sysdep.h: Define atom_text_section.
44884         * sysdeps/x86_64/sysdep.h: Likewise.
44885         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
44886         section with atom_text_section.
44887         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44888         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44889         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
44890         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
44891         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
44893         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
44894         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
44895         already be defined.  Change to take two parameters and don't assign
44896         result to variable.  Adjust all users.
44897         Define INTERNAL_GETTIME if not already defined.
44898         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
44899         call.
44900         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
44901         HAVE_CLOCK_GETTIME_VSYSCALL.
44902         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
44904         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
44905         gettimeofday vsyscall, just use time.
44907 2011-09-06  Andreas Schwab  <schwab@redhat.com>
44909         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
44910         <errno.h>.
44912 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44914         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
44915         syscall on x86-64.
44916         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
44917         syscall.
44918         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
44919         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
44920         syscall if possible.
44922 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44924         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
44925         e_ident.  Don't pass to find_mapsXX.
44926         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
44928 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44930         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44931         strchr-sse2-no-bsf strrchr-sse2-no-bsf
44932         * sysdeps/x86_64/multiarch/strchr.S: Update.
44933         Check bit_slow_BSF bit.
44934         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
44935         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
44936         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
44938 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44940         [BZ #13134]
44941         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
44942         before glibc 2.15.
44943         (tryshell): Define.
44944         (__spawni): Change last parameter to be flag.  Test
44945         SPAWN_XFLAGS_USE_PATH flag to use path or not.
44946         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
44947         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
44948         * posix/spawni.c: Likewise.
44949         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
44950         * posix/spawnp.c: Likewise.  Change normal version to use
44951         SPAWN_XFLAGS_USE_PATH.
44952         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
44953         SPAWN_XFLAGS_TRY_SHELL.
44955         [BZ #13150]
44956         * posix/glob.h: Remove gcc 1.x support.
44958         [BZ #13068]
44959         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
44961 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44963         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44964         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
44965         strrchr-sse2-bsf
44966         * sysdeps/i386/i686/multiarch/strchr.S: New file.
44967         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
44968         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
44969         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
44970         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
44971         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
44973 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44975         * sysdeps/x86_64/wcscmp.S: New file.
44977         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
44978         wcscmp-c wcscmp-sse2
44979         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
44980         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
44981         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
44982         * wcsmbs/wcscmp.c: Allow renaming.
44984 2011-09-05  David S. Miller  <davem@davemloft.net>
44986         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
44987         stack slot, rather than the struct return pointer slot.
44988         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
44989         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
44990         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
44991         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
44993 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44995         * po/ja.po: Update from translation team.
44997         [BZ #13144]
44998         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
44999         kernel in 64-bit binaries.
45001 2011-09-01  David S. Miller  <davem@davemloft.net>
45003         * elf/elf.h (HWCAP_SPARC_*): Move to..
45004         * sysdeps/sparc/sysdep.h: this new file and add new values.
45005         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45006         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45007         _DL_HWCAP_COUNT to 24.
45008         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45009         entries.
45010         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45011         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45012         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45013         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45014         instead of magic constants.
45015         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45017 2011-08-31  David S. Miller  <davem@davemloft.net>
45019         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45020         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45021         Reimplement to do errno handling inline.
45022         (SYSCALL_ERROR_HANDLER): New macro.
45023         (__SYSCALL_STRING): Do not do errno handling in asm.
45024         (__CLONE_SYSCALL_STRING): Delete.
45025         (__INTERNAL_SYSCALL_STRING): Delete.
45026         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45027         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45028         (PSEUDO): Reimplement to do errno handling inline.
45029         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45030         (SYSCALL_ERROR_HANDLER): New macro.
45031         (__SYSCALL_STRING): Do not do errno handling in asm.
45032         (__CLONE_SYSCALL_STRING): Delete.
45033         (__INTERNAL_SYSCALL_STRING): Delete.
45034         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45035         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45036         i386.
45037         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45038         (inline_syscall*): Add 'err' argument.
45039         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45040         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45041         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45042         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45044         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45045         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45047 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45049         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45051 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45053         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45054         directive.
45056 2011-08-24  David S. Miller  <davem@davemloft.net>
45058         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45060 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45062         * elf/Makefile: Add rules to build and run unload8 test.
45063         * elf/unload8.c: New file.
45064         * elf/unload8mod1.c: New file.
45065         * elf/unload8mod1x.c: New file.
45066         * elf/unload8mod2.c: New file.
45067         * elf/unload8mod3.c: New file.
45069         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45070         it wasn't used.
45072 2011-08-23  David S. Miller  <davem@davemloft.net>
45074         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45075         subtract stack bias.
45076         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45077         %sp not %fp in calculations.
45078         (_JMPBUF_UNWINDS_ADJ): Likewise.
45080         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45081         (aio_suspend): Call it to force an exception region around the
45082         AIO_MISC_WAIT() invocation.
45084 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45086         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45087         backslash.
45089 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45091         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45092         protection macro.
45093         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45094         and <dl-machine.h>.
45095         (Elf64_FuncDesc): Remove.
45097 2011-08-22  David S. Miller  <davem@davemloft.net>
45099         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45100         sigaltstack check, add missing cfi directives.
45101         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45102         missing cfi directives, and sigaltstack handling.
45104 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45106         [BZ #11724]
45107         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45108         object is seen twice.
45109         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45111         * elf/Makefile (distribute): Add tst-initorder2.c.
45112         (tests): Add tst-initorder2.
45113         (modules-names): Add tst-initorder2a tst-initorder2b
45114         tst-initorder2c tst-initorder2d.  Add rules to build them.
45115         ($(objpfx)tst-initorder2.out): New rule.
45116         * elf/tst-initorder2.c: New file.
45117         * elf/tst-initorder2.exp: New file.
45119 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45121         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45123         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45124         dependencies back to end of function.
45126         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45127         $(elfobjdir)/ld.so.
45129 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45131         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45132         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45133         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45134         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45135         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45136         of __vdso_gettimeofday.
45137         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45138         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45139         attribute_hidden.
45140         (_libc_vdso_platform_setup): Remove initialization of
45141         __vdso_gettimeofday and __vdso_time.
45143 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45145         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45146         and fgetc_unlocked.
45147         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45148         getc_unlocked.
45150         * elf/dl-open.c (add_to_global): Report additions to the global scope
45151         for LD_DEBUG=scopes.
45152         (dl_open_worker): Also print scope of newly loaded dependencies.
45153         (_dl_show_scope): Indicate if there is no scope.
45155         [BZ #13114]
45156         * stdio-common/Makefile (tests): Add bug24.
45157         * stdio-common/bug24.c: New file.
45159 2011-08-19  Andreas Jaeger  <aj@suse.de>
45161         [BZ #13114]
45162         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45163         non-existant file when using close-on-exec mode.
45165 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45167         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45168         the very first instruction.
45170         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45171         the CFI state in the end.
45172         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45173         inclusion of dl-trampoline.h.
45174         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45176 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45178         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45179         expectations for long double.
45181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45182         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45184 2011-08-14  David S. Miller  <davem@davemloft.net>
45186         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45187         artificual limit depends upon the system page size.
45189 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45191         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45192         * resolv/Makefile: Define CFLAGS-libresolv.
45194 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45196         * nss/makedb.c (compute_tables): Make variables used in nested
45197         function static.
45199 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45201         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45202         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45203         if buffer was too small.
45205         * elf/pldd.c (main): Attach to all threads in the process.
45206         Rewrite /proc handling to use *at functions.
45208 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45210         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45211         specifies first scope to show.
45212         (dl_open_worker): Update callers.  Move printing scope of new
45213         object to before the relocation.
45214         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45215         * sysdeps/generic/ldsodefs.h: Update declaration.
45217         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45218         string for the scope number.
45220 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45222         * nscd/servicescache.c (cache_addserv): Make sure written is always
45223         initialized.
45225 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45227         * sysdeps/i386/i486/bits/atomic.h
45228         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45229         statement expression, so as to suppress "set but not used" warning.
45230         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45232         * string/strncat.c (STRNCAT): Use prototype definition.
45234         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45235         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45236         -Iprograms here.
45237         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45238         (localedef-modules): Add localedef.
45239         (locale-modules): Add locale.
45241         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45242         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45243         to avoid a warning.
45245 2011-08-14  David S. Miller  <davem@davemloft.net>
45247         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45248         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45250 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45252         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45253         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45254         * elf/rtld.c (dl_main): Set l_name of vDSO.
45255         Call _dl_show_scope when DL_DEBUG_SCOPES.
45256         (process_dl_debug): Recognize scopes flag and also set it for all.
45257         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45258         Declare _dl_show_scope.
45260         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45261         (do_dlopen): Pass caller_dlopen to dl_open.
45262         (__libc_dlopen_mode): Initialize caller_dlopen.
45264         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45265         of libc.  Make tolower call locale-independent.  Optimize a bit by
45266         using isdigit instead of isalnum.
45267         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45269 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45271         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45272         was a dependency or dynamically loaded.
45274 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45276         * intl/l10nflist.c: Allow architecture-specific pop function.
45277         * sysdeps/x86_64/l10nflist.c: New file.
45279         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45280         classification.
45282 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45284         * include/dirent.h: Add libc_hidden_proto for scandirat and
45285         scandirat64.  Don't declare __scandirat64.
45286         * dirent/scandirat.c: Add libc_hidden_def.
45287         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45288         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45290 2011-08-10  David S. Miller  <davem@davemloft.net>
45292         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45293         enum.
45294         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45295         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45296         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45298 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45300         * Versions.def [libc]: Add GLIBC_2.15.
45301         * dirent/Makefile (routines): Add scandirat and scandirat64.
45302         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45303         GLIBC_2.15.
45304         * dirent/dirent.h: Declare scandirat and scandirat64.
45305         * dirent/scandirat.c: New file.
45306         * dirent/scandirat64.c: New file.
45307         * sysdeps/wordsize-64/scandirat.c: New file.
45308         * sysdeps/wordsize-64/scandirat64.c: New file.
45309         * dirent/opendir.c: Define opendirat.
45310         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45311         using scandirat.
45312         * dirent/scandir64.c: Adjust for scandir.c change.
45313         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45314         __scandirat64, and __scandir_cancel_handler.
45315         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45316         additional parameter and use openat instead of open (outside of ld.so).
45317         Add new __opendir as wrapper around __opendirat.
45318         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45319         here without requiring old scandirat implementation.
45321 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45323         * dirent/scandir.c (cancel_handler): Renamed to
45324         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45325         defined.  Adjust users.
45326         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45327         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45329 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45331         * string/test-string.h (IMPL): Use __STRING to expand name and then
45332         stringify it.
45334         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45335         of cleanups.
45337 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45339         * string/Makefile: Update.
45340         (strop-tests): Append strncat.
45341         * string/test-wcscmp.c: New file.
45342         New comprehensive test for wcscmp.
45343         * string/test-strcmp.c: Update.
45344         (WIDE): New define.
45346 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45348         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45349         line.
45351 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45353         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45354         encoding to ACE if AI_IDN.
45356 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45358         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45359         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45361 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45363         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45364         Fix overflow bug in strncat.
45365         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45367         * string/test-strncat.c: Update.
45368         Add new tests for checking overflow bugs.
45370 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45372         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45373         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45374         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45375         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45376         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45377         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45378         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45379         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45380         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45382         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45383         (USE_AS_STRCAT): Define.
45384         Add strcat and strncat support.
45385         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45387 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45389         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45390         __n bigger than INT_MAX+1.
45391         (__strncmp_g): Likewise.
45393 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45395         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45396         * libio/stido.h: Likewise.
45398         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45399         (AF_NFC): Define.
45400         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45401         (AF_NFC): Define.
45403         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45404         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45405         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45406         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45407         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45409         [BZ #13021]
45410         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45411         installed.
45413         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45414         typo.
45415         (_dl_x86_64_save_sse): Likewise.
45417 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
45419         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
45420         OSXSAVE.
45421         (_dl_x86_64_save_sse): Likewise.
45423         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
45425         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
45427 2011-07-21  Andreas Schwab  <schwab@redhat.com>
45429         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
45430         change.
45431         (_dl_x86_64_save_sse): Use correct AVX check.
45433 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45435         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
45436         bug in strncpy/strncat.
45437         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
45439 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
45441         * string/tester.c (test_strcat): Add tests for different alignments
45442         of source and destination.
45443         (test_strncat): Likewise.
45445 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45447         [BZ #12852]
45448         * posix/glob.c (glob): Check passed in values before using them in
45449         expressions to avoid some overflows.
45450         (glob_in_dir): Likewise.
45452         [BZ #13007]
45453         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
45454         check for AVX enablement so that we don't crash with old kernels and
45455         new hardware.
45456         * elf/tst-audit4.c: Add same checks here.
45457         * elf/tst-audit6.c: Likewise.
45459         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
45461 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
45463         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
45465 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45467         * po/cs.po: Update from translation team.
45468         * po/bg.po: Likewise.
45470 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
45472         * misc/sys/cdefs.h: Add support for const attribute.
45473         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
45474         to gnu_dev_{major,minor,makedev} functions.
45476 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
45478         * intl/dcigettext.c (get_output_charset): Add missing bracket.
45480 2011-07-20  Andreas Schwab  <schwab@redhat.com>
45482         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
45483         strlen results.
45485 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45487         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
45488         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
45489         register in order to avoid conflicts with the soft frame pointer
45490         being held in r11 when necessary.
45491         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
45492         (INTERNAL_VSYSCALL_NCS): Likewise.
45494 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
45496         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
45497         * elf/dl-fini.c (_dl_fini): Adjust caller.
45498         * elf/dl-close.c (_dl_close_worker): Likewise.
45499         * sysdeps/generic/ldsodefs.h: Adjust declaration.
45501 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45503         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
45504         "aux_cache->nlibs < 0".
45506         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
45507         in the reload-count case.
45509 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45511         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45512         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
45513         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
45514         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
45515         * sysdeps/x86_64/multiarch/strcat.S: New file.
45516         * sysdeps/x86_64/multiarch/strncat.S: New file.
45517         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
45518         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
45519         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
45520         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
45521         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
45522         (USE_AS_STRCAT): Define.
45523         Add strcat and strncat support.
45524         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45525         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
45526         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
45527         * string/strncat.c: Update.
45528         (USE_AS_STRNCAT): Define.
45529         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45530         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
45531         and i7.
45532         * sysdeps/x86_64/multiarch/init-arch.h
45533         (bit_Prefer_PMINUB_for_stringop): New.
45534         (index_Prefer_PMINUB_for_stringop): Likewise.
45535         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
45536         bit_Prefer_PMINUB_for_stringop.
45538 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45540         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
45541         buffer64.
45542         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
45543         of casting of buffer.
45544         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
45545         buffer32 and buffer64.
45546         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
45547         writes instead of casting of buffer.
45548         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
45549         buffer32.
45550         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
45551         casting of buffer.
45553 2011-07-19  Andreas Schwab  <schwab@redhat.com>
45555         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
45557 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45559         * nscd/nscd.c (termination_handler): Don't do anything for a database
45560         if it has not yet been initialized.
45562 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45564         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45566 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45568         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45570 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45572         * po/nl.po: Update from translation team.
45573         * po/sv.po: Likewise.
45575 2011-07-16  Roland McGrath  <roland@hack.frob.com>
45577         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
45578         now disallowed by GCC.
45580         * configure.in (use-default-link): Default to yes if a test -shared
45581         link meets our qualifications.
45582         * configure: Regenerated.
45584         * config.make.in (output-format): New variable.
45585         * configure.in: Check for ld --print-output-format support.
45586         * configure: Regenerated.
45587         * Makerules ($(common-objpfx)format.lds)
45588         [$(output-format) != unknown]: Just use $(output-format),
45589         instead of the linker-script munging.
45591 2011-07-14  Roland McGrath  <roland@hack.frob.com>
45593         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
45594         of $(common-objpfx)shlib.lds.
45595         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
45597         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
45598         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
45600         * configure.in (-z relro check): Adjust test code to add a large
45601         writable data section after it.
45602         * configure: Regenerated.
45604 2011-07-11  Roland McGrath  <roland@hack.frob.com>
45606         * configure.in (-z relro check): Fix test code to make the variable
45607         truly const.
45608         * configure: Regenerated.
45610 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
45612         * nscd/nscd.h (struct traced_file): Define.
45613         (struct database_dyn): Remove inotify_descr, reset_res, and filename
45614         elements.  Add traced_files.
45615         (inotify_fd): Declare.
45616         (register_traced_file): Declare.
45617         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
45618         (inotify_fd): Export.
45619         (resolv_conf_descr): Remove.
45620         (nscd_init): Move inotify descriptor creation to main.
45621         Don't register files for notification here.
45622         (register_traced_file): New function.
45623         (invalidate_cache): Don't use reset_res to determine whether to call
45624         res_init, go through the list of registered files.
45625         (main_loop_poll): The inotify descriptors are now stored in the
45626         structures for the traced files.
45627         (main_loop_epoll): Likewise
45628         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
45629         to __nss_disable_nscd.
45630         * nscd/cache.c (prune_cache): There is no single inotify descriptor
45631         for a database anymore.  Check the records for all the registered
45632         files instead.
45633         * nss/Makefile (libnss_files-routines): Add files-init.
45634         (libnss_db-routines): Add db-init.
45635         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
45636         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
45637         * nss/nss_db/db-init.c: New file.
45638         * nss/nss_files/files-init.c: New file.
45639         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
45640         __nss_lookup_function.
45641         (__nss_lookup_function): Call nss_load_library.
45642         (nss_load_all_libraries): New function.
45643         (__nss_disable_nscd): Take parameter with callback function for files
45644         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
45645         used for the cached services.
45646         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
45647         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
45648         options for features to all the files in nscd.
45650         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
45652 2011-07-10  Roland McGrath  <roland@hack.frob.com>
45654         * csu/elf-init.c (__libc_csu_init): Comment typo.
45656 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
45658         * po/pl.po: Update from translation team.
45659         * po/ja.po: Likewise.
45660         * po/ru.po: Likewise.
45661         * po/ko.po: Likewise.
45662         * po/fr.po: Likewise.
45664 2011-07-09  Roland McGrath  <roland@hack.frob.com>
45666         * configure.in (.ctors/.dtors header and trailer check):
45667         Use an empirical test on a built program.
45668         * configure: Regenerated.
45670         * configure.in (-z relro check): Use an empirical test on a built DSO.
45671         Detect, but do not require, on ia64.
45672         * configure: Regenerated.
45674         * configure.in (READELF): Find it with AC_CHECK_TOOL.
45675         Update tests that use readelf to use $READELF instead.
45676         * configure: Regenerated.
45678 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
45680         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
45681         if the result is not used.
45683 2011-07-05  Andreas Jaeger  <aj@suse.de>
45685         [BZ#9696]
45686         * stdlib/tst-strtod.c: Add testcase.
45688 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
45690         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
45691         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
45692         The latter has a higher limit.  Take additional parameter to pass to
45693         the new function.
45694         (__pathconf): Pass file to __statfs_link_max.
45695         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
45696         __statfs_link_max.
45697         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
45698         __statfs_link_max.
45700         [BZ #12868]
45701         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
45702         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
45703         Handle Lustre.
45704         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
45705         (__statfs_filesize_max): Likewise.
45706         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
45708 2011-07-05  Andreas Jaeger  <aj@suse.de>
45710         * resolv/res_comp.c (dn_skipname): Remove unused variable.
45712 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
45714         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
45715         `status' variable.
45716         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
45717         Likewise.
45719 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
45721         * Makefile (strop-tests): Add strncat.
45722         * string/test-strncat.c: New file.
45724 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
45726         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
45728 2011-06-21  Andreas Jaeger  <aj@suse.de>
45730         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
45731         Copy rule from iconvdata/Makefile.
45733 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45735         [BZ #12922]
45736         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
45737         but no long options are defined, just return 'W'.
45739 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
45741         [BZ #9696]
45742         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
45744 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45746         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
45747         netgroups to read.
45748         (innetgr): Likewise.
45750 2011-07-05  Roland McGrath  <roland@hack.frob.com>
45752         * config.make.in (install_root): Default to $(DESTDIR).
45754 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
45756         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
45758 2011-07-02  Roland McGrath  <roland@hack.frob.com>
45760         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
45762         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
45763         containing directory rather than embedding absolute directory names.
45765         * scripts/check-local-headers.sh: Rewritten using awk.
45766         Match by word, not by line.  Print error messages for matches.
45767         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
45769         * Makerules [shlib-lds-flags empty]:
45770         ($(common-objpfx)libc_pic.opts): New target.
45771         ($(common-objpfx)libc_pic.os.clean): New target.
45772         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
45774         * config.make.in (OBJCOPY): New variable.
45775         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
45776         * configure: Regenerated.
45778         * config.make.in (use-default-link): New variable.
45779         * configure.in (use_default_link): Grok --with-default-link to set it.
45780         * configure: Regenerated.
45781         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
45782         (shlib-lds, shlib-lds-flags): Define to empty.
45784         * Makerules (shlib-lds): New variable.
45785         (shlib-lds-flags): New variable.
45786         (build-shlib, build-moduile, build-module-asneeded): Use it.
45787         ($(common-objpfx)libc.so): Use $(shlib-lds).
45788         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
45789         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
45791         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
45792         DT_FLAGS/DT_FLAGS_1 with zero flags.
45794         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
45795         linker script munging.
45797 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
45799         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
45800         as 128-bit value.
45801         * crypt/sha512.c (sha512_process_block): Perform total addition using
45802         128-bit if possible.
45803         (__sha512_finish_ctx): Likewise.
45804         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
45805         as 64-bit value.
45806         * crypt/sha256.c (SWAP64): Define.
45807         (sha256_process_block): Perform total addition using 64-bit if
45808         possible.
45809         (__sha256_finish_ctx): Likewise.
45811 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
45813         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
45814         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45815         * nscd/hstcache.c (cache_addhst): Likewise.
45816         * nscd/grpcache.c (cache_addgr): Likewise.
45817         * nscd/aicache.c (addhstaiX): Likewise
45818         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
45820 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
45822         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
45823         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45824         * nscd/hstcache.c (cache_addhst): Likewise.
45825         * nscd/grpcache.c (cache_addgr): Likewise.
45826         * nscd/aicache.c (addhstaiX): Likewise
45828 2011-07-01  Andreas Schwab  <schwab@redhat.com>
45830         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
45831         domain only when needed.
45833 2011-06-30  Andreas Schwab  <schwab@redhat.com>
45835         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
45836         is always restored.
45838 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
45840         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
45841         are re-adding the entry.
45842         * nscd/servicescache.c (cache_addserv): Likewise.
45844 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
45846         * sysdeps/generic/dl-irel.h: fix protection against multiple
45847         inclusions.
45848         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
45850 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
45852         [BZ #12935]
45853         * malloc/memusage.sh: Fix quoting in message.
45854         * debug/xtrace.sh: Likewise.
45856         * configure.in: Remove support for --experimental-malloc option, make
45857         it the default.
45858         * config.make.in: Likewise.
45859         * malloc/Makefile: Likewise.
45861 2011-06-27  Andreas Schwab  <schwab@redhat.com>
45863         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
45864         two-byte characters.
45866 2011-06-27  Roland McGrath  <roland@hack.frob.com>
45868         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
45869         AC_CACHE_CHECK invocation.
45870         * configure: Regenerated.
45872         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
45874 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
45876         [BZ #12350]
45877         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
45878         bit from old_res_options.
45880         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
45882         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
45883         value type for setfct.
45885 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
45887         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45888         __gettimeofday instead of gettimeofday.
45890 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
45892         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
45894 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
45896         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
45898         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
45899         info.
45901 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45903         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45904         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45905         strcpy-sse2-unaligned strncpy-sse2-unaligned
45906         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
45907         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
45908         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
45909         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
45910         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
45911         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
45912         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
45913         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
45914         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
45915         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
45916         (STRCPY): Support SSE2 and SSSE3 versions.
45918 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
45920         [BZ #12874]
45921         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
45922         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
45923         kernels which artificially limit size of requests.
45925 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45927         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45928         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45929         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
45930         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
45931         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
45932         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
45933         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
45934         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
45935         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
45936         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
45937         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
45938         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
45939         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
45940         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
45941         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
45942         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45943         Enable unaligned load optimization for Intel Core i3, i5 and i7
45944         processors.
45945         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
45946         Define.
45947         (index_Fast_Unaligned_Load): Define.
45948         (HAS_FAST_UNALIGNED_LOAD): Define.
45950 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
45952         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
45954 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45956         [BZ #12907]
45957         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
45958         until it is clear that the information is realy needed.
45959         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
45961 2011-06-22  Andreas Schwab  <schwab@redhat.com>
45963         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
45965 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45967         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45968         /sys/devices/system/cpu/online if it is usable.
45970         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
45971         reading the information from the /proc filesystem to once a second.
45973 2011-06-21  Andreas Jaeger  <aj@suse.de>
45975         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
45976         NULL after inclusion of kernel headers.
45978 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
45980         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
45981         calls to internal_setent.
45983         [BZ #12885]
45984         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
45985         addresses using gethostbyname4_r ignore IPv4 addresses.
45987         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
45988         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
45990         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
45992 2011-06-20  David S. Miller  <davem@davemloft.net>
45994         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
45995         inclusions.
45996         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
45998         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
45999         (elf_irel): Use it.
46000         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46001         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46002         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46003         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46004         * sysdeps/x86_64/dl-irel.h: Likewise.
46006         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46007         * elf/dl-sym.c: Likewise.
46009 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46011         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46012         need to dereference resplen2.
46014 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46016         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46018 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46020         * Makeconfig: Define vardbdir and inst_vardbdir.
46021         * nss/Makefile: Add rules to install db-Makefile.
46023         * nss/nss_db/db-XXX.c: Cleanup.
46025         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46026         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46027         GLIBC_PRIVATE.
46028         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46029         * nss/makedb.c: Implement -g option to specify that value strings
46030         are generated and should not be added to table iterated over for
46031         get*ent calls.
46032         * nss/nss_db/db-initgroups.c: New file.
46034         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46035         interface.
46037         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46038         (internal_getgrouplist): Adjust to name change.
46039         Update use_initgroups_entry if this is not the first call.
46040         * nss/databases.def: Add initgroups entry.
46042         * nss/makedb.c (compute_tables): Check result of multiple hash table
46043         sizes to minimize maximum chain length.
46045 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46047         * Versions.def: Add entry for libnss_db.
46048         * shlib-versions: Likewise.
46049         * nss/Makefile: Add rules to build libnss_db.
46050         * nss/Versions: Add libnss_db information.  Organize libnss_files
46051         entries better.
46052         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46053         makedb progra.  Some minor improvements to generate smaller files.
46054         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46055         here from...
46056         * nss/makedb.c: ...here.
46057         Improve database format to be smaller and require less memory at
46058         runtime.
46059         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46060         db anymore.
46061         * nss/nss_db/db-netgrp.c: Likewise.
46062         * nss/nss_db/db-open.c: Likewise.
46063         * nss/nss_files/flies-XXX.x: Adjust comments.
46064         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46065         * nss/nss_files/files-grp.c: Likewise.
46066         * nss/nss_files/files-hosts.c: Likewise.
46067         * nss/nss_files/files-network.c: Likewise.
46068         * nss/nss_files/files-proto.c: Likewise.
46069         * nss/nss_files/files-pwd.c: Likewise.
46070         * nss/nss_files/files-rpc.c: Likewise.
46071         * nss/nss_files/files-service.c: Likewise.
46072         * nss/nss_files/files-sgrp.c: Likewise.
46073         * nss/nss_files/files-spwd.c: Likewise.
46074         * nss/nss_db/db-alias.c: Removed.
46075         * nss/nss_db/dummy-db.h: Removed.
46077 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46079         * nss/makedb.c: Rewritten to not use database library.
46080         * nss/Makefile: Update to build new makedb program.
46082 2011-06-14  Andreas Jaeger  <aj@suse.de>
46084         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46085         memset declaration.
46087 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46089         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46090         tmpbuf.
46092 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46094         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46095         * elf/Makefile ($(objpfx)ld.so): Likewise.
46097         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46098         Don't list ld.so twice in dependencies.
46100         * posix/bug-regex31.c: Include <stdlib.h>.
46102         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46104         * nis/nss_compat/compat-spwd.c
46105         (getspent_next_nss_netgr): Remove unused variable.
46106         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46108         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46109         nonmembers" output to use the right array.
46111         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46113         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46115         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46116         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46117         * catgets/gencat.c (read_input_file): Likewise.
46118         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46120         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46121         variable definition inside #if's controlling its use.
46123         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46125         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46127         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46129         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46130         unreachable code.
46132         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46134         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46135         * configure: Regenerated.
46137         * Makerules: Revert last change.
46138         * elf/Makefile: Likewise.
46140 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46142         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46143         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46144         (reloc-link): Likewise.
46146 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46148         * elf/Makefile: Add rules to build pldd.
46149         * elf/pldd.c: New file.
46150         * elf/pldd-xx.c: New file.
46152 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46154         * version.h: Update for 2.15 development version.
46156 2011-06-07  David S. Miller  <davem@davemloft.net>
46158         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46159         ifuncs.
46160         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46161         elf_machine_lazy_rel): Likewise.
46162         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46163         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46164         elf_machine_lazy_rel): Likewise.
46165         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46166         dl_hwcap via passed in argument.
46167         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46168         Likewise.
46170 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46172         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46174 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46176         [BZ #12849]
46177         * manual/fdl-1.1.texi: New file, verbatim from:
46178         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46179         * manual/lgpl-2.1.texi: New file, verbatim from:
46180         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46181         * manual/Makefile (licenses): New variable, list those new file names.
46182         (texis): Use it.
46183         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46185         * manual/fdl.texi: File removed.
46186         * manual/lesser.texi: File removed.
46187         * manual/libc.texinfo (Copying, Documentation License):
46188         Use new @include file names, put @appendix directive before @include.
46190 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46192         [BZ #12841]
46193         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46194         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46195         (mq_open): Add __NTH.
46197 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46199         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46200         Assume Intel Core i3/i5/i7 processor if AVX is available.
46202 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46204         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46205         typo.
46207 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46209         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46210         memory.  Use alloca_account.  Fix memory leak when retrying.
46212 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46214         * version.h (RELEASE): Bump for 2.14 release.
46215         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46217         * config.make.in (RANLIB): Remove entry.
46219 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46221         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46222         (libc.pot): Work around missing support for .ksh extension in xgettext.
46224         [BZ #12684]
46225         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46226         if both request failed.
46227         (send_dg): In case of server errors clear resplen or *resplen2.
46229         [BZ #12454]
46230         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46231         when there are multiple maps.
46232         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46233         (_dl_fini): Remove test here.
46235         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46237 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46239         [BZ #12350]
46240         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46241         bit from old_res_options.
46242         (gaih_inet): Likewise.
46244         [BZ #11099]
46245         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46246         as signed.
46248         * resolv/res_init.c (res_setoptions): Make the code more compact.
46250         [BZ #11558]
46251         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46252         set RES_USEVC.
46254         [BZ #11634]
46255         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46257         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46259         [BZ #11781]
46260         * malloc/malloc.h: Declare malloc hook variables as volatile.
46262         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46263         in last patch.
46265         [BZ #11799]
46266         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46267         raise in the comment.
46268         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46269         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46270         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46272 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46274         [BZ #12811]
46275         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46276         grow the buffers more if it already has to be sufficient.
46277         (build_wcs_upper_buffer): Likewise.
46278         * posix/regexec.c (check_matching): Likewise.
46279         (clean_state_log_if_needed): Likewise.
46280         (extend_buffers): Don't enlarge buffers beyond size of the input
46281         buffer.
46282         Patches mostly by Emil Wojak <emil@wojak.eu>.
46283         * posix/bug-regex32.c: New file.
46284         * posix/Makefile (tests): Add bug-regex32.
46286         * locale/findlocale.c (_nl_find_locale): Return right away if
46287         _nl_explode_name failed.
46288         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46290         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46292         * debug/xtrace.sh: Unify messages.
46293         * malloc/memusage.sh: Likewise.
46295         [BZ #12813]
46296         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46297         time symbol from vDSO.  Substitute with vsyscall if not available.
46298         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46299         __vdso_time.
46301         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46302         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46303         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46304         Add sendmmsg and internal_sendmmsg.
46305         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46306         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46307         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46309         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46310         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46311         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46313 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46315         [BZ #12813]
46316         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46317         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46318         available.
46319         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46320         __vdso_getcpu.
46322         [BZ #12814]
46323         * iconvdata/Makefile (tests): Add bug-iconv9.
46324         * iconvdata/bug-iconv9.c: New file.
46326 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46328         [BZ #12814]
46329         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46331 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46333         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46334         (struct user_regs_struct): Change intcs field back to cs.
46336 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46338         * po/ja.po: Update from translation team.
46340 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46342         [BZ #12795]
46343         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46344         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46346 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46348         * stdlib/longlong.h: Update from GCC.
46350 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46352         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46353         parameter name.
46354         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46355         Add parameter name.
46356         (__sysconf): Pass it down.
46358 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46360         [BZ #12671]
46361         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46362         some situations.
46363         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46364         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46365         add in in __libc_use_alloca calls.  Adjust callers.
46366         (glob): Use malloc in some situations.
46368         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46369         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46370         pltexit.
46372 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46374         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46375         and CLOCK_BOOTTIME_ALARM.
46377         [BZ #12782]
46378         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46379         is returned.
46381         * string/_strerror.c (__strerror_r): Print negative errors as signed
46382         numbers.
46384         [BZ #12777]
46385         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46386         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46387         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46389         * configure.in: Fix typo in redirection and correct removal of test
46390         files in two cases.
46392         [BZ #12788]
46393         * locale/setlocale.c (new_composite_name): Fix test to check for
46394         identical name of all categories.
46396         [BZ #12792]
46397         * libio/filedoalloc.c (local_isatty): New function.
46398         (_IO_file_doallocate): Use local_isatty.
46399         * stdio-common/perror.c (perror): In case a new stream is used
46400         forward the stream error.
46401         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46402         error flag.
46404 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46406         [BZ #11869]
46407         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46408         alloca.
46409         * include/alloca.h (extend_alloca_account): Define.
46411         [BZ #11857]
46412         * posix/regex.h: Fix comments with documentation of user-accessible
46413         fields after compilation and describe correct free'ing of pattern
46414         after re_compile_pattern.
46415         Patch by Reuben Thomas <rrt@sc3d.org>.
46417 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
46419         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
46420         and -mno-altivec to prevent the compiler from using Altivec and/or
46421         VSX instructions when the corresponding registers are not available.
46423 2011-05-19  Andreas Schwab  <schwab@redhat.com>
46425         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
46427 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
46429         * libio/freopen.c (freopen): Use __dup2, not dup2.
46430         * libio/freopen64.c (freopen64): Likewise.
46432 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
46434         [BZ #12775]
46435         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
46436         * math/Makefile (tests): Add test-powl.
46437         (CFLAGS-test-powl.c): Define.
46438         * math/test-powl.c: New file.
46440 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
46442         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
46444 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
46446         [BZ #11837]
46447         * iconvdata/gb18030.c: Update to GB18020-2005.
46449 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
46451         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
46452         RE_SYNTAX_POSIX_AWK): Update to match recent development.
46453         Patch by Aharon Robbins <arnold@skeeve.com>.
46455         [BZ #11892]
46456         * stdlib/putenv.c (putenv): Don't always create copy of the variable
46457         on the stack.
46459         [BZ #11895]
46460         * misc/pselect.c (__pselect): Handle timeout value errors hidden
46461         through underflows.
46463         [BZ #12766]
46464         * misc/error.c (error_at_line): Ensure file_name and old_file_name
46465         point to strings before performing equality test for error_one_per_line
46466         mode.
46468         [BZ #11697]
46469         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
46471         [BZ #11820]
46472         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46473         (struct user_fpregs_struct): Avoid __uint*_t types.
46475         [BZ #6420]
46476         * malloc/mtrace.c (tr_where): Add additional parameter to point to
46477         symbol info.  Use it instead of calling _dl_addr locally.
46478         (lock_and_info): New function.
46479         (tr_freehook): Call lock_and_info and pass symbol info as additional
46480         parameter to tr_where.
46481         (tr_mallochook): Likewise.
46482         (tr_reallochook): Likewise.
46483         (tr_memalignhook): Likewise.
46485         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
46486         used and couldn't be at all thread-safe.
46488 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
46490         * libio/freopen.c (freopen): Don't close old file descriptor
46491         before the new one is opened.  Instead dup the new file descriptor
46492         to the old one after the new stream is created.
46493         * libio/freopen64.c (freopen64): Likewise.
46494         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
46495         * libio/fileops.c (_IO_new_file_close_it): Handle new
46496         _IO_FLAGS2_NOCLOSE flag.
46497         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
46498         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
46499         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
46500         _IO_FLAGS2_NOCLOSE flag.
46501         * include/unistd.h: Add hidden_proto for dup3.
46502         Define __have_dup3.
46503         * io/dup3.c: Define hidden symbol.
46504         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
46506         [BZ #7101]
46507         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
46508         when an incomplete long option is used.
46509         * posix/tst-getopt_long1.c: New file.
46510         * posix/Makefile (tests): Add tst-getopt_long1.
46512         [BZ #10138]
46513         * scripts/config.guess: Update from autoconf-2.68.
46514         * scripts/config.sub: Likewise.
46516         [BZ #10157]
46517         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
46518         tests into ...
46519         (has_cpuclock): ...this.  New function.
46520         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
46521         macro here based on has_cpuclock code.
46523         [BZ #10149]
46524         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46525         First byte (not low byte) is now always NUL.
46526         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
46528         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46529         Use non-cancelable interfaces.
46531         [BZ #9809]
46532         * locale/iso-639.def: Add entry for Sorani.
46534         [BZ #11901]
46535         * include/stdlib.h: Move include protection to the right place.
46536         Define abort_msg_s.  Declare __abort_msg with it.
46537         * stdlib/abort.c (__abort_msg): Adjust type.
46538         * assert/assert.c (__assert_fail_base): New function.  Majority
46539         of code from __assert_fail.  Allocate memory for __abort_msg with
46540         mmap.
46541         (__assert_fail): Now call __assert_fail_base.
46542         * assert/assert-perr.c: Remove bulk of implementation.  Use
46543         __assert_fail_base.
46544         * include/assert.hL Declare __assert_fail_base.
46545         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
46546         mmap.
46547         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
46549 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
46551         [BZ #11952]
46552         [BZ #12453]
46553         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
46554         until all modules are registered in the DTV.
46555         * elf/Makefile: Add rules to build and run tst-tls19.
46556         * elf/tst-tls19.c: New file.
46557         * elf/tst-tls19mod1.c: New file.
46558         * elf/tst-tls19mod2.c: New file.
46559         * elf/tst-tls19mod3.c: New file.
46560         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
46562         [BZ #12083]
46563         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
46564         correctly.
46566         [BZ #12601]
46567         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
46568         two-byte sequence errors.
46569         * iconvdata/Makefile (tests): Add bug-iconv8.
46570         * iconvdata/bug-iconv8.c: New file.
46572         [BZ #12626]
46573         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
46574         buf2 definition.
46576         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
46578         [BZ #12432]
46579         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
46580         (dummy_getcfa): New function.
46581         (init): Get _Unwind_GetCFA address, use dummy if not found.
46582         (backtrace_helper): In recursion check, also check whether CFA changes.
46583         (__backtrace): Completely initialize arg.
46585         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
46586         storing incomplete byte sequence in state object.  Avoid testing for
46587         guaranteed too small input if we know there is enough data available.
46589 2011-05-11  Andreas Schwab  <schwab@redhat.com>
46591         * Makeconfig (+link-pie): Indent.
46592         * Rules (binaries-pie): Define if $(have-fpie) and
46593         $(build-shared).
46594         (binaries-shared): Also filter out $(binaries-pie).
46595         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
46596         * nscd/Makefile (others-pie): Add nscd.
46597         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
46598         ($(objpfx)nscd): Remove command override.
46599         * login/Makefile (others-pie): Add pt_chown.
46600         ($(objpfx)pt_chown): Remove command override.
46601         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
46602         remove command overrides.
46604 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
46606         * libio/tst_putwc.c: Fix error messages.
46608         [BZ #12724]
46609         * libio/fileops.c (_IO_new_file_close_it): Always flush when
46610         currently writing and seek to current position when not.
46611         * libio/Makefile (tests): Add bug-fclose1.
46612         * libio/bug-fclose1.c: New file.
46614 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
46616         [BZ #12511]
46617         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
46618         don't set DF_1_NODELETE here.
46619         (do_lookup_x): When entering new entry test for copy relocation
46620         and if necessary set DF_1_NODELETE flag.
46621         * elf/tst-unique4.cc: New file.
46622         * elf/tst-unique4.h: New file.
46623         * elf/tst-unique4lib.cc: New file.
46624         * elf/Makefile: Add rules to build and run tst-unique4.
46625         Patch by Piotr Bury <pbury@goahead.com>.
46627 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
46629         [BZ #12052]
46630         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
46632         [BZ #12625]
46633         * misc/mntent_r.c (addmntent): Flush the stream after the output
46635         [BZ #12393]
46636         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
46637         (is_trusted_path_normalize): Skip initial colon.  Append slash
46638         to empty buffer.  Duplicate is_trusted_path code but allow
46639         constructed patch to be prefix.
46640         (is_dst): Allow $ORIGIN followed by /.
46641         (_dl_dst_substitute): Correct clearing of check_for_trusted.
46642         Correct testing of result of is_trusted_path_normalize
46643         (decompose_rpath): Fix warning.
46645 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
46647         [BZ #11257]
46648         * grp/initgroups.c (internal_getgrouplist): When we found the service
46649         list through the initgroups entry in nsswitch.conf do not always
46650         continue on a successful lookup.  Don't always use the
46651         __nss_group_database value if it is set.
46652         * nss/nsswitch.conf (initgroups): Change action for successful db
46653         lookup to continue for compatibility.
46655 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
46657         [BZ #11532]
46658         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
46659         and CP774 modules.
46660         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
46661         and CP774 modules.
46662         * iconvdata/tst-tables.sh: Likewise.
46663         * iconvdata/cp770.c: New file.
46664         * iconvdata/cp771.c: New file.
46665         * iconvdata/cp772.c: New file.
46666         * iconvdata/cp773.c: New file.
46667         * iconvdata/cp774.c: New file.
46668         * iconvdata/testdata/CP770: New file.
46669         * iconvdata/testdata/CP770..UTF8: New file.
46670         * iconvdata/testdata/CP771: New file.
46671         * iconvdata/testdata/CP771..UTF8: New file.
46672         * iconvdata/testdata/CP772: New file.
46673         * iconvdata/testdata/CP772..UTF8: New file.
46674         * iconvdata/testdata/CP773: New file.
46675         * iconvdata/testdata/CP773..UTF8: New file.
46676         * iconvdata/testdata/CP774: New file.
46677         * iconvdata/testdata/CP774..UTF8: New file.
46679         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
46680         END CHARMAP line.
46681         * iconvdata/gen-8bit-gap.sh: Likewise.
46682         * iconvdata/gen-8bit.sh: Likewise.
46684         * locale/iso-639.def: Add ary entry.
46686         [BZ #11258]
46687         * locale/C-translit.h.in: Add U20A1 transliteration.
46689         [BZ #12178]
46690         * locale/iso-639.def: Add wae entry.
46691         Patch by Kevin Bortis <bortis@translate-wae.ch>.
46693         [BZ #12545]
46694         * locale/programs/localedef.c (construct_output_path): Use ssize_t
46695         for n.
46697         [BZ #12711]
46698         * locale/C-translit.h.in: Add entry for U20B9.
46699         Patch by pravin.d.s@gmail.com.
46701 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
46703         [BZ #12713]
46704         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
46705         ENAMETOOLONG use generic getcwd.
46706         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
46707         in rtld.  Use *stat64.
46708         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
46709         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
46710         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
46711         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
46712         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
46713         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
46714         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
46715         __fstatat64 macros.
46716         * include/dirent.h: Add libc_hidden_proto for rewinddir.
46717         * dirent/rewinddir.c: Add libc_hidden_def.
46718         * sysdeps/mach/hurd/rewinddir.c: Likewise.
46719         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
46721         * include/dirent.h (__alloc_dir): Add flags parameter.
46722         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
46723         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
46724         __alloc_dir.
46725         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
46726         from fdopendir if O_CLOEXEC is already set.
46728 2011-03-15  Alan Modra  <amodra@gmail.com>
46730         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
46731         l_tls_firstbyte_offset non-zero.  Save padding offset in
46732         l_tls_firstbyte_offset for later use.
46733         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
46734         freeing static tls block.
46736 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
46738         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
46739         where #ifdef was intended.  The intent is to prevent ARG_MAX from
46740         being defined by the kernel headers.
46742 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
46744         [BZ #12734]
46745         * resolv/resolv.h: Define RES_NOTLDQUERY.
46746         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
46747         no-tld-query and set RES_NOTLDQUERY.
46748         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
46749         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
46750         modern BIND to search name as TLD unless forbidden.
46752 2011-05-07  Petr Baudis  <pasky@suse.cz>
46753             Ulrich Drepper  <drepper@gmail.com>
46755         [BZ #12393]
46756         * elf/dl-load.c (fillin_rpath): Move trusted path check...
46757         (is_trusted_path): ...to here.
46758         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
46759         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
46760         using is_trusted_path_normalize() in setuid scripts.
46762 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46764         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
46765         __BEGIN/__END_DECLS.
46767 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
46769         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
46770         NSS_STATUS_NOTFOUND if no record was found.
46772 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46774         * sunrpc/Makefile (headers): Add rpc/netdb.h.
46775         (headers-not-in-tirpc): Remove rpc/netdb.h
46776         * resolv/netdb.h: Revert last change.
46778 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46780         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
46781         circular dependency between libgcc.a and libc.a.
46783 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46785         * resolv/netdb.h: Don't include <rpc/netdb.h>.
46786         * nis/Makefile: Don't install rpcsvc/*.
46787         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
46788         instead of <rpc/types.h>.
46789         (MAXHOSTNAMELEN): Define.
46791 2011-05-03  Andreas Schwab  <schwab@redhat.com>
46793         * elf/ldconfig.c (add_dir): Don't crash on empty path.
46795 2011-04-28  Maciej Babinski  <mbabinski@google.com>
46797         [BZ #12714]
46798         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
46799         gethostbyname4_r when IPv6 results are possible.
46801 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
46803         [BZ #12723]
46804         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
46805         _PC_PIPE_BUF handling.
46807 2011-04-30  Bruno Haible  <bruno@clisp.org>
46809         [BZ #12717]
46810         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
46811         * resolv/netdb.h (getnameinfo): Change type of flags parameter
46812         to 'int'.
46813         * inet/getnameinfo.c (getnameinfo): Likewise.
46815 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
46817         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
46818         to groups setting in database lookup.
46819         * nss/nsswitch.conf: Add initgroups entry.
46821 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
46823         [BZ #12685]
46824         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
46825         mode string.
46826         Patch by Eric Blake <eblake@redhat.com>.
46828 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
46830         * sunrpc/Makefile (need-export-routines): Add svc_run.
46831         (routines): Remove svc_run.
46832         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
46833         * sunrpc/clnt_perr.c (clnt_perrno): Export.
46834         * sunrpc/svc_run.c (svc_run): Likewise.
46835         * sunrpc/svc_udp.c (svcudp_create): Likewise.
46837 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
46839         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
46840         problem in reallocation in last patch.
46842 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
46844         * sunrpc/Makefile: Move inclusion of Rules.
46846 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46848         * nss/nss_files/files-initgroups.c: New file.
46849         * nss/Makefile (libnss_files-routines): Add files-initgroups.
46850         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
46851         _nss_files_initgroups_dyn.
46853 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
46855         * elf/elf.h (R_ARM_IRELATIVE): Define.
46857 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46859         * po/ru.po: Update from translation team.
46861 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46863         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
46864         dependencies.
46866 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
46868         [BZ #12653]
46869         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
46870         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
46871         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46872         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
46873         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
46875 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
46877         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
46878         differing bytes.
46879         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
46880         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
46881         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46883 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46885         [BZ #12420]
46886         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
46887         storing it.
46888         * stdlib/bug-getcontext.c: New file.
46889         * stdlib/Makefile: Add rules to build and run bug-getcontext.
46891 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46893         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
46894         instructions into .machine "z9-109".
46895         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
46896         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
46898 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46900         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
46901         between environment variables and auxiliary vector.
46903 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
46905         * Makefile: Add rules to build linkobj/libc.so.
46906         * include/libc-symbols.h: Define libc_hidden_nolink.
46907         * include/rpc/auth.h: Mark functions which are to be hidden.
46908         * include/rpc/auth_des.h: Likewise.
46909         * include/rpc/auth_unix.h: Likewise.
46910         * include/rpc/clnt.h: Likewise.
46911         * include/rpc/des_crypt.h: Likewise.
46912         * include/rpc/key_prot.h: Likewise.
46913         * include/rpc/pmap_clnt.h: Likewise.
46914         * include/rpc/pmap_prot.h: Likewise.
46915         * include/rpc/pmap_rmt.h: Likewise.
46916         * include/rpc/rpc_msg.h: Likewise.
46917         * include/rpc/svc.h: Likewise.
46918         * include/rpc/svc_auth.h: Likewise.
46919         * include/rpc/xdr.h: Likewise.
46920         * nis/Makefile: Link all DSOs against linkobj/libc.so.
46921         * nss/Makefile: Likewise.
46922         * sunrpc/Makefile: Don't install headers.  Build library with normal
46923         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
46924         * sunrpc/auth_des.c: Hide exported symbols by default, export some
46925         for the compat linking library.  Remove use of INTDEF/INTUSE.
46926         * sunrpc/auth_none.c: Likewise.
46927         * sunrpc/auth_unix.c: Likewise.
46928         * sunrpc/authdes_prot.c: Likewise.
46929         * sunrpc/authuxprot.c: Likewise.
46930         * sunrpc/clnt_gen.c: Likewise.
46931         * sunrpc/clnt_perr.c: Likewise.
46932         * sunrpc/clnt_raw.c: Likewise.
46933         * sunrpc/clnt_simp.c: Likewise.
46934         * sunrpc/clnt_tcp.c: Likewise.
46935         * sunrpc/clnt_udp.c: Likewise.
46936         * sunrpc/clnt_unix.c: Likewise.
46937         * sunrpc/des_crypt.c: Likewise.
46938         * sunrpc/des_soft.c: Likewise.
46939         * sunrpc/get_myaddr.c: Likewise.
46940         * sunrpc/key_call.c: Likewise.
46941         * sunrpc/key_prot.c: Likewise.
46942         * sunrpc/netname.c: Likewise.
46943         * sunrpc/pm_getmaps.c: Likewise.
46944         * sunrpc/pm_getport.c: Likewise.
46945         * sunrpc/pmap_clnt.c: Likewise.
46946         * sunrpc/pmap_prot.c: Likewise.
46947         * sunrpc/pmap_prot2.c: Likewise.
46948         * sunrpc/pmap_rmt.c: Likewise.
46949         * sunrpc/publickey.c: Likewise.
46950         * sunrpc/rpc_cmsg.c: Likewise.
46951         * sunrpc/rpc_common.c: Likewise.
46952         * sunrpc/rpc_dtable.c: Likewise.
46953         * sunrpc/rpc_prot.c: Likewise.
46954         * sunrpc/rpc_thread.c: Likewise.
46955         * sunrpc/rtime.c: Likewise.
46956         * sunrpc/svc.c: Likewise.
46957         * sunrpc/svc_auth.c: Likewise.
46958         * sunrpc/svc_authux.c: Likewise.
46959         * sunrpc/svc_raw.c: Likewise.
46960         * sunrpc/svc_run.c: Likewise.
46961         * sunrpc/svc_simple.c: Likewise.
46962         * sunrpc/svc_tcp.c: Likewise.
46963         * sunrpc/svc_udp.c: Likewise.
46964         * sunrpc/svc_unix.c: Likewise.
46965         * sunrpc/svcauth_des.c: Likewise.
46966         * sunrpc/xcrypt.c: Likewise.
46967         * sunrpc/xdr.c: Likewise.
46968         * sunrpc/xdr_array.c: Likewise.
46969         * sunrpc/xdr_float.c: Likewise.
46970         * sunrpc/xdr_intXX_t.c: Likewise.
46971         * sunrpc/xdr_mem.c: Likewise.
46972         * sunrpc/xdr_rec.c: Likewise.
46973         * sunrpc/xdr_ref.c: Likewise.
46974         * sunrpc/xdr_sizeof.c: Likewise.
46975         * sunrpc/xdr_stdio.c: Likewise.
46977 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
46979         [BZ #12650]
46980         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
46981         * sysdeps/ia64/dl-tls.h: Likewise.
46982         * sysdeps/powerpc/dl-tls.h: Likewise.
46983         * sysdeps/s390/dl-tls.h: Likewise.
46984         * sysdeps/sh/dl-tls.h: Likewise.
46985         * sysdeps/sparc/dl-tls.h: Likewise.
46986         * sysdeps/x86_64/dl-tls.h: Likewise.
46987         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
46989 2011-03-14  Andreas Schwab  <schwab@redhat.com>
46991         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
46992         rpath element also skip the following colon.
46993         (expand_dynamic_string_token): Add is_path parameter and pass
46994         down to DL_DST_REQUIRED and _dl_dst_substitute.
46995         (decompose_rpath): Call expand_dynamic_string_token with
46996         non-zero is_path.  Ignore empty rpaths.
46997         (_dl_map_object_from_fd): Call expand_dynamic_string_token
46998         with zero is_path.
47000 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47003         Make cancelable.
47005 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47007         [BZ #12655]
47008         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47009         Patch by Filipe David Manana <fdmanana@apache.org>.
47011 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47013         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47014         Maintain aligned stack.
47015         (CHECK_RSP): Remove unused macro.
47017 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47019         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47020         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47022 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47024         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47026         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47028 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47030         [BZ #12518]
47031         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47032         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47033         * sysdeps/x86_64/memmove.c: New file.
47034         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47035         (memcpy): Renamed to ...
47036         (__new_memcpy): This.
47037         (memcpy): Provide GLIBC_2_14 memcpy.
47038         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47039         (memcpy): Provide GLIBC_2_2_5 memcpy.
47041 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47043         [BZ #12631]
47044         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47046 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47048         * misc/syncfs.c: New file.
47049         * misc/Makefile (routines): Add syncfs.
47050         * posix/unistd.h: Declare syncfs.
47051         * sysdeps/unix/syscalls.list: Add syncfs.
47053 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47055         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47056         open_by_handle_at.
47057         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47058         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47059         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47060         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47061         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47062         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47063         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47065 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47067         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47068         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47069         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47070         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47071         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47072         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47073         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47075         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47076         sync_file_range.c with -fexceptions.
47077         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47078         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47079         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47080         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47081         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47082         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47083         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47084         sync_file_range as cancellation point
47085         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47086         now a wrapper around __call_sync_file_range with cancellation handling.
47087         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47088         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47089         function name to __call_sync_file_range.
47090         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47091         Add call_sync_file_range.
47093 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47095         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47096         bits/timex.h.
47098 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47100         * iconv/iconv.h: Fix typo in comment.
47101         * io/fcntl.h: Likewise.
47102         * libio/stdio.h: Likewise.
47103         * posix/spawn.h: Likewise.
47104         * posix/unistd.h: Likewise.
47105         * stdlib/stdlib.h: Likewise.
47106         * time/time.h: Likewise.
47107         * wcsmbs/wchar.h: Likewise.
47109         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47110         open_by_handle): Add.
47111         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47112         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47113         Augment a few comments.
47114         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47115         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47116         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47117         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47118         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47119         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47120         open_by_handle.
47122         * io/fcntl.h (AT_EMPTY_PATH): Define.
47124 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47126         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47127         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47128         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47129         to...
47130         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47131         * Versions.def: Add GLIBC_2.14.
47132         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47133         Export.
47135 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47137         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47138         round counter.
47139         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47141 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47143         [BZ #12597]
47144         * string/test-strncmp.c (do_page_test): New function.
47145         (check2): Likewise.
47146         (test_main): Call check2.
47147         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47149 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47151         [BZ #12587]
47152         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47153         Handle cache information in CPU leaf 4.
47154         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47156 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47158         [BZ #12583]
47159         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47160         character representation.
47161         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47163 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47165         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47166         END(__isnan) to END(__isnanf) to match function entry point/label
47167         EALIGN(__isnanf,...).
47169 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47171         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47173 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47175         [BZ #12510]
47176         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47177         copy from the symbol referenced in the relocation to initialize the
47178         used variable.
47179         Patch by Piotr Bury <pbury@goahead.com>.
47180         * elf/Makefile: Add rules to build and tst-unique3.
47181         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47182         * elf/tst-unique3.cc: New file.
47183         * elf/tst-unique3.h: New file.
47184         * elf/tst-unique3lib.cc: New file.
47185         * elf/tst-unique3lib2.cc: New file.
47187         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47189 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47191         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47192         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47193         to _start.
47195 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47197         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47198         to-be-loaded object along a path to loader is ld.so.
47200 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47201             Ulrich Drepper  <drepper@gmail.com>
47203         * sysdeps/x86_64/memset.S: After aligning destination, code
47204         branches to different locations depending on the value of
47205         misalignment, when multiarch is enabled. Fix this.
47207 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47209         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47210         Set _x86_64_preferred_memory_instruction for AMD processsors.
47211         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47212         Set bit_Prefer_SSE_for_memop for AMD processors.
47214 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47216         * libio/fmemopen.c (fmemopen): Optimize a bit.
47218 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47220         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47222 2011-03-03  Roland McGrath  <roland@redhat.com>
47224         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47226 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47228         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47229         __bzero_ultra1 instead of __memset_ultra1.
47231 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47232             Ulrich Drepper  <drepper@gmail.com>
47234         [BZ #12509]
47235         * include/link.h (struct link_map): Add l_orig_initfini.
47236         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47237         returning unsuccessfully.
47238         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47239         close of a file loaded at startup, restore the original l_initfini
47240         list.
47241         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47242         list, store the pointer.
47243         * elf/Makefile ($(objpfx)noload-mem): New rule.
47244         (noload-ENV): Define.
47245         (tests): Add $(objpfx)noload-mem.
47246         * elf/noload.c: Include <memcheck.h>.
47247         (main): Call mtrace.  Close all opened handles.
47249 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47251         [BZ #12454]
47252         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47253         dependencies are missing.
47255 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47257         Fix __if_freereq crash: Unlike the generic version which uses free,
47258         Hurd needs munmap.
47259         * sysdeps/mach/hurd/ifreq.h: New file.
47261 2011-01-27  Petr Baudis  <pasky@suse.cz>
47262             Ulrich Drepper  <drepper@gmail.com>
47264         [BZ 12445]#
47265         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47266         to extend_alloca().
47267         * stdio-common/bug23.c: New file.
47268         * stdio-common/Makefile (tests): Add bug23.
47270 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47271             Ulrich Drepper  <drepper@gmail.com>
47273         [BZ #12489]
47274         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47275         before performing relro protection.  At old place add assertion
47276         to make sure nothing changed.
47278 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47279             Glauber de Oliveira Costa  <glommer@gmail.com>
47281         * elf/elf.h: Add new ARM TLS relocs.
47283 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47286         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47287         cast from r3.
47288         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47289         'tests' variable.
47290         * sysdeps/wordsize-64/tst-writev.c: New file.
47292 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47294         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47295         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47296         insns in _dl_start to prevent a TOC reference before relocs are
47297         resolved.
47299 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47301         [BZ #12469]
47302         * Makeconfig: Remove RANLIB definition.
47303         * Makerules: Don't use RANLIB.
47304         * aclocal.m4: Remove ranlib test.
47305         * configure.in: No need to check for ranlib.
47306         * elf/rtld-Rules: Don't use RANLIB.
47308 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47310         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47311         protection macro.
47312         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47313         inclusion protection macro.
47315         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47316         SIGRTMIN and SIGRTMAX and print information in that case only when
47317         SIGRTMIN is defined.
47319 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47321         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47322         arginfo fn returning -1.
47324         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47325         and thousands string is zero terminated.
47327 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47329         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47330         sysdeps/unix/sysv/linux/bits/socket.h.
47332 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47334         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47335         (__CPU_COUNT): Remove old macros.
47336         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47337         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47338         (__CPU_ALLOC, __CPU_FREE): Add macros.
47339         (__sched_cpualloc, __sched_cpufree): Add declarations.
47341 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47343         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47344         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47345         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47346         (readdhstai): Return value of addhstaiX call.
47347         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47348         (addgrbyX): Return value returned by cache_addgr.
47349         (readdgrbyname): Return value returned by addgrbyX.
47350         (readdgrbygid): Likewise.
47351         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47352         (addpwbyX): Return value returned by cache_addpw.
47353         (readdpwbyname): Return value returned by addhstbyX.
47354         (readdpwbyuid): Likewise.
47355         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47356         (addservbyX): Return value returned by cache_addserv.
47357         (readdservbyname): Return value returned by addservbyX:
47358         (readdservbyport): Likewise.
47359         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47360         (addhstbyX): Return value returned by cache_addhst.
47361         (readdhstbyname): Return value returned by addhstbyX.
47362         (readdhstbyaddr): Likewise.
47363         (readdhstbynamev6): Likewise.
47364         (readdhstbyaddrv6): Likewise.
47365         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47366         (readdinitgroups): Return value returned by addinitgroupsX.
47367         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47368         (prune_cache): Keep track of timeout value of re-added entries.
47369         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47370         * nscd/nscd.h: Adjust prototypes of readd* functions.
47372 2011-02-04  Roland McGrath  <roland@redhat.com>
47374         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47375         (nis_stats): Likewise.
47376         * nis/nis_modify.c (nis_modify): Likewise.
47377         * nis/nis_remove.c (nis_remove): Likewise.
47378         * nis/nis_add.c (nis_add): Likewise.
47380         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47382         * posix/fnmatch_loop.c: Add some consts.
47384         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47386 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47388         [BZ #12460]
47389         * config.make.in (config-cflags-novzeroupper): Define.
47390         * configure.in: Substitute libc_cv_cc_novzeroupper.
47391         * elf/Makefile (AVX-CFLAGS): Define.
47392         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47393         (CFLAGS-tst-auditmod4a.c): Likewise.
47394         (CFLAGS-tst-auditmod4b.c): Likewise.
47395         (CFLAGS-tst-auditmod6b.c): Likewise.
47396         (CFLAGS-tst-auditmod6c.c): Likewise.
47397         (CFLAGS-tst-auditmod7b.c): Likewise.
47398         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47400 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47402         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47403         function to the callback.
47404         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47406 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47408         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47409         of errno.
47411 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47413         [BZ #11724]
47414         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47415         of constructors.
47416         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
47417         of destructors.
47418         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
47420         [BZ #11724]
47421         * elf/Makefile: Add rules to build and run new test.
47422         * elf/tst-initorder.c: New file.
47423         * elf/tst-initorder.exp: New file.
47424         * elf/tst-initordera1.c: New file.
47425         * elf/tst-initordera2.c: New file.
47426         * elf/tst-initordera3.c: New file.
47427         * elf/tst-initordera4.c: New file.
47428         * elf/tst-initorderb1.c: New file.
47429         * elf/tst-initorderb2.c: New file.
47430         * elf/tst-order-a1.c: New file.
47431         * elf/tst-order-a2.c: New file.
47432         * elf/tst-order-a3.c: New file.
47433         * elf/tst-order-a4.c: New file.
47434         * elf/tst-order-b1.c: New file.
47435         * elf/tst-order-b2.c: New file.
47436         * elf/tst-order-main.c: New file.
47437         New test case by George Gensure <werkt0@gmail.com>.
47439 2010-10-01  Andreas Schwab  <schwab@redhat.com>
47441         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47442         decoding ACE if AI_CANONIDN.
47444 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
47446         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
47448 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
47450         * version.h (RELEASE): Bump for 2.13 release.
47451         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
47453         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
47455         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
47456         MADV_NOHUGEPAGE.
47457         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
47458         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
47459         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47460         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47461         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47462         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47464         * posix/getconf.c: Update copyright year.
47465         * catgets/gencat.c: Likewise.
47466         * csu/version.c: Likewise.
47467         * debug/catchsegv.sh: Likewise.
47468         * debug/xtrace.sh: Likewise.
47469         * elf/ldconfig.c: Likewise.
47470         * elf/ldd.bash.in: Likewise.
47471         * elf/sprof.c (print_version): Likewise.
47472         * iconv/iconv_prog.c: Likewise.
47473         * iconv/iconvconfig.c: Likewise.
47474         * locale/programs/locale.c: Likewise.
47475         * locale/programs/localedef.c: Likewise.
47476         * malloc/memusage.sh: Likewise.
47477         * malloc/mtrace.pl: Likewise.
47478         * nscd/nscd.c (print_version): Likewise.
47479         * nss/getent.c: Likewise.
47481         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
47482         PF_CAIF, and PF_ALG.
47483         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47485 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
47487         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
47488         (modules-names): Use them.
47489         (ifunc-test-modules, ifunc-pie-tests): Define.
47490         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
47491         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
47492         (test-extras): Likewise.
47493         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
47494         $(compile-command.c).
47495         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
47496         (all-built-dso): Define.
47497         (check-textrel.out, check-execstack.out): Depend on it.
47499         * configure.in: Don't override --enable-multi-arch.
47501 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
47503         [BZ #6812]
47504         * nscd/hstcache.c (tryagain): Define.
47505         (cache_addhst): Return tryagain not notfound for temporary errors.
47506         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
47507         failed.
47509 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
47511         [BZ #10563]
47512         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
47513         to make the syscall.
47514         * sysdeps/unix/sysv/linux/setgroups.c: New file.
47516         [BZ #12378]
47517         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
47518         and fall back to matching as normal character if the string ends before
47519         the matching ']' is found.  This is what POSIX requires.
47520         * posix/testfnm.c: Adjust test result.
47521         * posix/globtest.sh: Adjust test result.  Add new test.
47522         * posix/tst-fnmatch.input: Likewise.
47523         * posix/tst-fnmatch2.c: Add new test.
47525 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
47527         * elf/Makefile (check-execstack): Revert last change.  Depend on
47528         check-execstack.h.
47529         (check-execstack.h): New target.
47530         (generated): Add check-execstack.h.
47531         * elf/check-execstack.c: Include "check-execstack.h".
47532         (main): Revert last change.
47533         (handle_file): Return zero if GNU_STACK is absent and
47534         DEFAULT_STACK_PERMS doesn't include PF_X.
47536 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
47538         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
47539         in child fails because the descriptor is already closed.
47540         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
47541         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
47542         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
47544         [BZ #12397]
47545         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
47546         syscall.
47548         [BZ #10484]
47549         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
47550         temporary buffer used to handle multi lookups locally.
47551         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
47553 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47555         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
47556         loader is ld.so.
47558 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
47560         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
47561         alignment for SSE2.
47563 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47565         [BZ #12394]
47566         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
47567         characters.  When rounding increased number of integer digits recompute
47568         number of groups.
47569         * stdio-common/tst-grouping.c: New file.
47570         * stdio-common/Makefile: Add rules to build and run tst-grouping.
47572 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
47574         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
47575         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
47577         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
47578         void.
47579         * bits/select.h: Likewise.
47581 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
47583         * po/ja.po: Update from translation team.
47585 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
47587         [BZ #11155]
47588         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
47589         implementation just like for lxstat, fxstatat, et al.
47591 2010-12-27  Jim Meyering  <meyering@redhat.com>
47593         [BZ #12348]
47594         * posix/regexec.c (build_trtable): Return failure indication upon
47595         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
47597 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
47599         [BZ #12201]
47600         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
47601         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
47602         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
47603         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
47605         [BZ #12207]
47606         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
47608         [BZ #12204]
47609         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
47610         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
47612 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
47614         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
47615         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
47616         script has SORT_BY_INIT_PRIORITY.
47617         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
47618         NO_CTORS_DTORS_SECTIONS is defined.
47619         * elf/soinit.c: Likewise.
47620         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
47621         NO_CTORS_DTORS_SECTIONS is defined.
47622         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
47623         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
47624         * sysdeps/sh/init-first.c: Likewise.
47625         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
47627 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
47629         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
47630         always use the slow path.
47632 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
47634         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
47635         similar rule which adds the sysdep directories to the header search in
47636         order to pick up the correct platform stackinfo.h.
47637         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
47638         perform test if it is, otherwise return successfully without testing.
47639         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
47640         DEFAULT_STACK_PERMS define in stackinfo.h.
47641         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
47642         defined in stackinfo.h.
47643         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
47644         DEFAULT_STACK_PERMS defined in stackinfo.h.
47645         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
47646         * sysdeps/ia64/stackinfo.h: Likewise.
47647         * sysdeps/s390/stackinfo.h: Likewise.
47648         * sysdeps/sh/stackinfo.h: Likewise.
47649         * sysdeps/sparc/stackinfo.h: Likewise.
47650         * sysdeps/x86_64/stackinfo.h: Likewise.
47651         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
47652         PF_X for powerpc64.  Retain PF_X for powerpc32.
47654 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
47656         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
47657         accurately.
47658         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
47659         GETDENTS_64BIT_ALIGNED.
47661 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
47663         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
47665 2010-12-10  Andreas Schwab  <schwab@redhat.com>
47667         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
47668         _GNU_SOURCE.
47670         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
47671         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
47672         Remove __restrict.
47673         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
47674         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
47676 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
47678         [BZ #11655]
47679         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
47680         are initialized.
47682 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
47684         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
47686 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
47688         * po/it.po: Update from translation team.
47690 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
47692         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
47693         unused codes.
47695 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
47697         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
47699 2010-11-24  Andreas Schwab  <schwab@redhat.com>
47701         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
47702         specially.
47703         (gaih_getanswer_slice): Likewise.
47705 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
47707         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
47709 2010-05-31  Petr Baudis  <pasky@suse.cz>
47711         [BZ #11149]
47712         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
47713         silently even in the chroot mode.
47715 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
47717         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
47718         last patch a bit.  Pretty printing
47720 2010-05-31  Petr Baudis <pasky@suse.cz>
47722         [BZ #10085]
47723         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
47724         initialization of skip_initgroups_dyn.
47726 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
47728         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
47729         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47731 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
47733         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
47735 2010-11-11  Andreas Schwab  <schwab@redhat.com>
47737         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
47738         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
47739         (tst-fnmatch-ENV): Set MALLOC_TRACE.
47740         ($(objpfx)tst-fnmatch-mem): New rule.
47741         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
47742         * posix/tst-fnmatch.c (main): Call mtrace.
47744 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
47746         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47747         Support Intel processor model 6 and model 0x2c.
47749 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
47751         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
47752           signed comparison.
47754 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
47756         [BZ #12205]
47757         * string/test-strncasecmp.c (check_result): New function.
47758         (do_one_test): Use it.
47759         (check1): New function.
47760         (test_main): Use it.
47761         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
47762         Support strcasecmp and strncasecmp.
47764 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
47766         [BZ #12194]
47767         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
47768         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47770 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
47772         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
47773         IFUNC support.
47774         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47775         memset-x86-64.
47776         * sysdeps/x86_64/multiarch/bzero.S: New file.
47777         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
47778         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
47779         * sysdeps/x86_64/multiarch/memset.S: New file.
47780         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
47781         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47782         Set bit_Prefer_SSE_for_memop for Intel processors.
47783         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
47784         Define.
47785         (index_Prefer_SSE_for_memop): Define.
47786         (HAS_PREFER_SSE_FOR_MEMOP): Define.
47788 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
47790         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
47791         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
47793 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
47795         [BZ #12191]
47796         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47797         (__x86_64_raw_data_cache_size_half): Likewise.
47798         (__x86_64_raw_shared_cache_size): Likewise.
47799         (__x86_64_raw_shared_cache_size_half): Likewise.
47801         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47802         (__x86_64_raw_data_cache_size_half): Likewise.
47803         (__x86_64_raw_shared_cache_size): Likewise.
47804         (__x86_64_raw_shared_cache_size_half): Likewise.
47805         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
47806         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
47807         and __x86_64_raw_shared_cache_size_half.  Round
47808         __x86_64_data_cache_size_half, __x86_64_data_cache_size
47809         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
47810         to multiple of 256 bytes.
47812 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
47814         [BZ #12167]
47815         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
47816         of inacessible symlinks.  Verify result of symlink before returning it.
47817         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
47818         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
47820 2010-10-28  Erich Ritz  <erichritz@gmail.com>
47822         * math/math.h (isinf): Fix typo in comment.
47824 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
47826         * po/da.po: Update from translation team.
47828 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
47830         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
47831         is added to the list.
47833 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47834             Ulrich Drepper  <drepper@gmail.com>
47836         * elf/dl-object.c (_dl_new_object): Don't append the new object to
47837         the global list here.  Move code to...
47838         (_dl_add_to_namespace_list): ...here.  New function.
47839         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
47840         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
47841         * elf/dl-load.c (lose): Don't remove the element from the list.
47842         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
47843         (_dl_map_object): Likewise.
47845 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
47847         [BZ #12159]
47848         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
47849         into all bytes of SSE register.
47850         Patch by Richard Li <richardpku@gmail.com>.
47852 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
47854         [BZ #12140]
47855         * malloc/malloc.c (_int_free): Fill correct number of bytes when
47856         perturbing.
47858 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
47860         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
47861         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
47862         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
47863         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
47865         submachine.
47866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
47868 2010-10-22  Andreas Schwab  <schwab@redhat.com>
47870         * include/dlfcn.h (__RTLD_SECURE): Define.
47871         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
47872         mode & __RTLD_SECURE instead.
47873         (open_path): Rename preloaded parameter to secure.
47874         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
47875         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
47876         * elf/dl-deps.c (openaux): Likewise.
47877         * elf/rtld.c (struct map_args): Remove is_preloaded.
47878         (map_doit): Don't use it.
47879         (dl_main): Likewise.
47880         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
47881         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
47883 2010-09-09  Andreas Schwab  <schwab@redhat.com>
47885         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
47886         (sysd-rules-targets): Remove duplicates.
47887         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
47888         rtld-%.$o dependency.
47890 2010-10-18  Andreas Schwab  <schwab@redhat.com>
47892         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
47893         _dl_map_object do it.
47895 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
47897         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
47898         fast fma builtins, define the macros in the C99 standard.
47899         (FP_FAST_FMAF): Likewise.
47900         (FP_FAST_FMAL): Likewise.
47901         * sysdeps/x86_64/bits/mathdef.h: Likewise.
47903         * bits/mathdef.h: Update copyright year.
47904         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47906 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
47908         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
47909         builtins, define the macros in the C99 standard.
47910         (FP_FAST_FMAF): Likewise.
47911         (FP_FAST_FMAL): Likewise.
47912         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
47913         multiply/add.
47914         (FP_FAST_FMAF): Likewise.
47916 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
47918         [BZ #3268]
47919         * math/libm-test.inc (fma_test): Some new testcases.
47920         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
47921         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
47922         y and infinite z.  Do multiplication by C already in long double.
47923         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
47924         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
47925         y and infinite z.  Do bitwise or of inexact bit into u.d.
47926         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
47927         * sysdeps/i386/fpu/s_fmaf.S: Removed.
47928         * sysdeps/i386/fpu/s_fma.S: Removed.
47929         * sysdeps/i386/fpu/s_fmal.S: Removed.
47931 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
47933         [BZ #3268]
47934         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
47935         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
47936         computation is not scheduled after fetestexcept.  Fix value
47937         of minimum denormal long double.
47939 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
47941         [BZ #3268]
47942         * math/libm-test.inc (fma_test): Add some more tests.
47943         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
47944         correctly.
47946 2010-10-15  Andreas Schwab  <schwab@redhat.com>
47948         * scripts/data/localplt-s390-linux-gnu.data: New file.
47949         * scripts/data/localplt-s390x-linux-gnu.data: New file.
47951 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
47953         [BZ #3268]
47954         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
47955         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
47956         instead of dbl-64.
47957         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
47958         inlines.
47959         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
47960         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
47961         if one of x and y is very large and the other is subnormal.
47962         * sysdeps/s390/fpu/s_fmaf.c: New file.
47963         * sysdeps/s390/fpu/s_fma.c: New file.
47964         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
47965         * sysdeps/powerpc/fpu/s_fma.S: New file.
47966         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
47967         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
47968         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
47970 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
47972         [BZ #3268]
47973         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
47974         fma tests.
47975         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
47976         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
47977         * sysdeps/i386/i686/multiarch/s_fma.c: Include
47978         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
47979         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
47980         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
47981         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
47983 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
47985         [BZ #12078]
47986         * posix/regcomp.c (parse_branch): One more memory leak plugged.
47987         * posix/bug-regex31.input: Add test case.
47989 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
47991         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
47992         * posix/bug-regex31.input: New file.
47994         [BZ #12078]
47995         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
47996         (parse_sub_exp): Fix last change, use postorder.
47998         * posix/bug-regex31.c: New file.
47999         * posix/Makefile: Add rules to build and run bug-regex31.
48001         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48003         [BZ #12078]
48004         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48006         [BZ #12108]
48007         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48008         to have entries in sys_siglist.
48010         [BZ #12093]
48011         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48012         be NULL.
48014 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48016         [BZ #3268]
48017         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48018         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48019         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48020         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48021         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48022         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48023         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48024         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48025         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48026         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48027         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48028         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48029         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48030         * math/ftestexcept.c (fetestexcept): Likewise.
48031         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48032         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48033         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48034         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48035         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48036         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48037         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48039 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48041         [BZ #12107]
48042         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48043         newline.
48045 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48047         * string/bug-strstr1.c: New file.
48048         * string/Makefile: Add rules to build and run bug-strstr1.
48050 2010-10-05  Eric Blake  <eblake@redhat.com>
48052         [BZ #12092]
48053         * string/str-two-way.h (two_way_long_needle): Always clear memory
48054         when skipping input due to the shift table.
48056 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48058         [BZ #12005]
48059         * malloc/mcheck.c: Handle large requests.
48061         [BZ #12077]
48062         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48063         for strncmp and strncasecmp.
48064         * string/stratcliff.c: Add tests for strcmp and strncmp.
48065         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48067 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48069         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48070         __set_fpscr.
48072 2010-09-30  Andreas Jaeger  <aj@suse.de>
48074         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48075         (CGROUP_SUPER_MAGIC): Define.
48076         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48077         Handle btrfs and cgroup file systems.
48078         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48079         Likewise.
48081 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48083         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48084         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48086 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48088         [BZ #12067]
48089         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48090         trying to locate the ELF header.
48092 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48094         [BZ #11611]
48095         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48096         Mask out sign-bit copies when constructing f_fsid.
48098 2010-09-24  Petr Baudis <pasky@suse.cz>
48100         * debug/stack_chk_fail_local.c: Add missing licence exception.
48101         * debug/warning-nop.c: Likewise.
48103 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48105         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48106         implementing getdents64 using getdents syscall, set d_type if
48107         __ASSUME_GETDENTS32_D_TYPE.
48109 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48111         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48112         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48114 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48116         [BZ #12037]
48117         * posix/unistd.h: Undo change of feature selection for ftruncate from
48118         2010-01-11.
48120 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48122         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48123         detection.
48125 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48127         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48128         fanotify_mark.
48129         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48131 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48133         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48134         variables after CHECK_SP call.
48135         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48137 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48138             Ulrich Drepper  <drepper@redhat.com>
48140         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48141         re-relocationg ld.so.
48142         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48143         _dl_init_paths call.
48144         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48145         here anymore.
48147 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48149         * resolv/res_init.c (__res_vinit): Count the default server we added.
48151 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48152             Ulrich Drepper  <drepper@redhat.com>
48154         [BZ #11968]
48155         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48156         (____longjmp_chk): Use %ebx for saving value across system call.
48157         Add unwind info.
48159 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48161         * manual/Makefile: Don't mix pattern rules with normal rules.
48163 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48165         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48166         operation.
48167         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48168         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48169         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48170         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48171         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48172         Likewise.
48174 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48176         [BZ #11979]
48177         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48178         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48180 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48182         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48183         * sysdeps/x86_64/addmul_1.S: Likewise.
48184         * sysdeps/x86_64/lshift.S: Likewise.
48185         * sysdeps/x86_64/mul_1.S: Likewise.
48186         * sysdeps/x86_64/rshift.S: Likewise.
48187         * sysdeps/x86_64/sub_n.S: Likewise.
48188         * sysdeps/x86_64/submul_1.S: Likewise.
48190 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48192         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48193         Define __sched_param instead of SCHED_* and sched_param when
48194         <bits/sched.h> is included with __need_schedparam defined.
48195         * bits/sched.h [__need_schedparam]
48196         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48197         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48198         (__defined_schedparam): Define to 1.
48199         (__sched_param): New structure, identical to sched_param.
48200         (__need_schedparam): Undefine.
48202 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48204         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48205         (epoll_create1): Declare.
48207         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48209 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48211         [BZ #7066]
48212         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48213         shifting retval into place.
48215 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48217         * nis/rpcsvc/nis.h: Update copyright notice.
48218         * nis/rpcsvc/nis.x: Likewise.
48219         * nis/rpcsvc/nis_callback.h: Likewise.
48220         * nis/rpcsvc/nis_callback.x: Likewise.
48221         * nis/rpcsvc/nis_object.x: Likewise.
48222         * nis/rpcsvc/nis_tags.h: Likewise.
48223         * nis/rpcsvc/yp.h: Likewise.
48224         * nis/rpcsvc/yp.x: Likewise.
48225         * nis/rpcsvc/ypupd.h: Likewise.
48226         * nis/yp_xdr.c: Likewise.
48227         * nis/ypupdate_xdr.c: Likewise.
48229         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48230         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48231         (pmap_getport): Use __libc_rpc_getport.
48232         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48233         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48234         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48236 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48239         fanotify_mark.
48241 2010-08-27  Roland McGrath  <roland@redhat.com>
48243         * sysdeps/i386/i686/multiarch/Makefile
48244         (CFLAGS-varshift.c): New variable.
48246 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48248         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48249         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48251         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48253         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48255 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48257         * sysdeps/x86_64/strlen.S: Unroll the loop.
48258         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48259         strlen-sse2 strlen-sse2-bsf.
48260         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48261         __strlen_no_bsf if bit_Slow_BSF is set.
48262         (__strlen_sse42): Removed.
48263         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48264         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48266 2010-08-25  Roland McGrath  <roland@redhat.com>
48268         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48269         * sysdeps/x86_64/multiarch/varshift.c: New file.
48270         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48271         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48272         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48273         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48275 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48277         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48278         strlen-sse2 strlen-sse2-bsf.
48279         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48280         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48281         (__strlen_sse2): Removed.
48282         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48283         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48284         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48285         bit_Slow_BSF for Atom.
48286         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48287         (index_Slow_BSF): Define.
48288         (HAS_SLOW_BSF): Define.
48290 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48292         [BZ #10851]
48293         * resolv/res_init.c (__res_vinit): When no server address at all
48294         is given default to loopback.
48296 2010-08-24  Roland McGrath  <roland@redhat.com>
48298         * configure.in: Remove config-name.h generation.
48299         * configure: Regenerated.
48300         * config-name.in: File removed.
48301         * scripts/config-uname.sh: New file.
48302         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48303         ($(objdir)config-name.h): New target.
48305         * sunrpc/rpc_parse.h: Avoid nested comment.
48307 2010-08-24  Richard Henderson  <rth@redhat.com>
48308             Ulrich Drepper  <drepper@redhat.com>
48309             H.J. Lu  <hongjiu.lu@intel.com>
48311         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48312         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48313         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48314         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48315         _mm_alignr_epi8 with _mm_loadu_si128.
48316         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48317         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48318         (__m128i_shift_right): Removed.
48319         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48320         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48321         * sysdeps/x86_64/multiarch/varshift.h: New file.
48322         * sysdeps/x86_64/multiarch/varshift.S: New file.
48324 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48326         * configure.in: Move assembler checks to before sysdep dir checking.
48328 2010-08-20  Petr Baudis  <pasky@suse.cz>
48330         * LICENSES: Sync the sunrpc license.
48332 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48334         * sunrpc/auth_des.c: Update copyright notice once again.
48335         * sunrpc/auth_none.c: Likewise.
48336         * sunrpc/auth_unix.c: Likewise.
48337         * sunrpc/authdes_prot.c: Likewise.
48338         * sunrpc/authuxprot.c: Likewise.
48339         * sunrpc/bindrsvprt.c: Likewise.
48340         * sunrpc/clnt_gen.c: Likewise.
48341         * sunrpc/clnt_perr.c: Likewise.
48342         * sunrpc/clnt_raw.c: Likewise.
48343         * sunrpc/clnt_simp.c: Likewise.
48344         * sunrpc/clnt_tcp.c: Likewise.
48345         * sunrpc/clnt_udp.c: Likewise.
48346         * sunrpc/clnt_unix.c: Likewise.
48347         * sunrpc/des_crypt.c: Likewise.
48348         * sunrpc/des_soft.c: Likewise.
48349         * sunrpc/get_myaddr.c: Likewise.
48350         * sunrpc/getrpcport.c: Likewise.
48351         * sunrpc/key_call.c: Likewise.
48352         * sunrpc/key_prot.c: Likewise.
48353         * sunrpc/openchild.c: Likewise.
48354         * sunrpc/pm_getmaps.c: Likewise.
48355         * sunrpc/pm_getport.c: Likewise.
48356         * sunrpc/pmap_clnt.c: Likewise.
48357         * sunrpc/pmap_prot.c: Likewise.
48358         * sunrpc/pmap_prot2.c: Likewise.
48359         * sunrpc/pmap_rmt.c: Likewise.
48360         * sunrpc/rpc/auth.h: Likewise.
48361         * sunrpc/rpc/auth_unix.h: Likewise.
48362         * sunrpc/rpc/clnt.h: Likewise.
48363         * sunrpc/rpc/des_crypt.h: Likewise.
48364         * sunrpc/rpc/key_prot.h: Likewise.
48365         * sunrpc/rpc/netdb.h: Likewise.
48366         * sunrpc/rpc/pmap_clnt.h: Likewise.
48367         * sunrpc/rpc/pmap_prot.h: Likewise.
48368         * sunrpc/rpc/pmap_rmt.h: Likewise.
48369         * sunrpc/rpc/rpc.h: Likewise.
48370         * sunrpc/rpc/rpc_des.h: Likewise.
48371         * sunrpc/rpc/rpc_msg.h: Likewise.
48372         * sunrpc/rpc/svc.h: Likewise.
48373         * sunrpc/rpc/svc_auth.h: Likewise.
48374         * sunrpc/rpc/types.h: Likewise.
48375         * sunrpc/rpc/xdr.h: Likewise.
48376         * sunrpc/rpc_clntout.c: Likewise.
48377         * sunrpc/rpc_cmsg.c: Likewise.
48378         * sunrpc/rpc_common.c: Likewise.
48379         * sunrpc/rpc_cout.c: Likewise.
48380         * sunrpc/rpc_dtable.c: Likewise.
48381         * sunrpc/rpc_hout.c: Likewise.
48382         * sunrpc/rpc_main.c: Likewise.
48383         * sunrpc/rpc_parse.c: Likewise.
48384         * sunrpc/rpc_parse.h: Likewise.
48385         * sunrpc/rpc_prot.c: Likewise.
48386         * sunrpc/rpc_sample.c: Likewise.
48387         * sunrpc/rpc_scan.c: Likewise.
48388         * sunrpc/rpc_scan.h: Likewise.
48389         * sunrpc/rpc_svcout.c: Likewise.
48390         * sunrpc/rpc_tblout.c: Likewise.
48391         * sunrpc/rpc_util.c: Likewise.
48392         * sunrpc/rpc_util.h: Likewise.
48393         * sunrpc/rpcinfo.c: Likewise.
48394         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48395         * sunrpc/rpcsvc/key_prot.x: Likewise.
48396         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48397         * sunrpc/rpcsvc/mount.x: Likewise.
48398         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48399         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48400         * sunrpc/rpcsvc/rex.x: Likewise.
48401         * sunrpc/rpcsvc/rstat.x: Likewise.
48402         * sunrpc/rpcsvc/rusers.x: Likewise.
48403         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48404         * sunrpc/rpcsvc/spray.x: Likewise.
48405         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48406         * sunrpc/rtime.c: Likewise.
48407         * sunrpc/svc.c: Likewise.
48408         * sunrpc/svc_auth.c: Likewise.
48409         * sunrpc/svc_authux.c: Likewise.
48410         * sunrpc/svc_raw.c: Likewise.
48411         * sunrpc/svc_run.c: Likewise.
48412         * sunrpc/svc_simple.c: Likewise.
48413         * sunrpc/svc_tcp.c: Likewise.
48414         * sunrpc/svc_udp.c: Likewise.
48415         * sunrpc/svc_unix.c: Likewise.
48416         * sunrpc/svcauth_des.c: Likewise.
48417         * sunrpc/xcrypt.c: Likewise.
48418         * sunrpc/xdr.c: Likewise.
48419         * sunrpc/xdr_array.c: Likewise.
48420         * sunrpc/xdr_float.c: Likewise.
48421         * sunrpc/xdr_mem.c: Likewise.
48422         * sunrpc/xdr_rec.c: Likewise.
48423         * sunrpc/xdr_ref.c: Likewise.
48424         * sunrpc/xdr_sizeof.c: Likewise.
48425         * sunrpc/xdr_stdio.c: Likewise.
48427         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
48428         handling.
48430 2010-08-19  Andreas Schwab  <schwab@redhat.com>
48432         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
48434 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
48436         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
48437         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
48438         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
48439         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
48440         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
48441         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
48442         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
48443         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
48444         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
48445         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
48446         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
48447         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
48448         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
48449         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
48451 2010-07-26  Anton Blanchard  <anton@samba.org>
48453         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
48454         * malloc/arena.c (heap_trim): Likewise.
48456 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
48458         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
48459         here.  Not...
48460         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
48461         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
48463 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
48465         * sysdeps/i386/elf/Makefile: New file.
48467 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48469         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
48470         from fanotify_init.
48471         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
48472         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48474 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
48476         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
48477         of strncasecmp_l.
48478         * sysdeps/multiarch/strcmp.S: Likewise.
48480 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
48482         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48483         strncase_l-nonascii.
48484         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48485         Add strncase_l-ssse3.
48486         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
48487         * sysdeps/x86_64/strcmp.S: Likewise.
48488         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
48489         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
48490         * sysdeps/x86_64/strncase.S: New file.
48491         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
48492         * sysdeps/x86_64/strncase_l.S: New file.
48493         * string/Makefile (strop-tests): Add strncasecmp.
48494         * string/test-strncasecmp.c: New file.
48496         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
48497         warning.
48499         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
48500         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
48502 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48504         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
48506 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
48508         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
48509         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
48510         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
48512 2010-05-01  Alan Modra  <amodra@gmail.com>
48514         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
48515         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
48516         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
48517         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
48518         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
48519         tidying.  Don't tail-call __sigjmp_save for static lib.
48520         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
48521         save location.
48522         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
48523         (CALL_MCOUNT): Add eh info, and nop after bl.
48524         (TAIL_CALL_SYSCALL_ERROR): New macro.
48525         (PSEUDO_RET): Use it.
48526         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
48527         Correct save location of integer regs and cr.
48528         (_dl_profile_resolve): Correct cr save location.  Delete nops
48529         after bl when SHARED.  Reduce cfi size a little by better
48530         placement of cfi directives.
48531         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
48532         make a stack frame.  Instead use parm save area as a temp.
48533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
48534         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
48535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
48536         Don't make a stack frame for parent, use parm save area.
48537         Increase child stack frame to 112 bytes.  Don't save unused reg,
48538         and adjust reg usage.  Set up cfi on error recovery and
48539         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
48540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
48541         (__makecontext): Add dummy nop after jump to exit.
48542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
48543         Use correct parm save area and cr save, reduce stack frame.
48544         Correct cfi for possible PSEUDO_RET frame setup.
48545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
48546         Branch to local label emitted by PSEUDO_RET rather than
48547         __syscall_error.
48549 2010-08-12  Andreas Schwab  <schwab@redhat.com>
48551         [BZ #11904]
48552         * locale/programs/locale.c (print_assignment): New function.
48553         (show_locale_vars): Use it.
48555 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
48557         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
48558         field.
48559         (struct statfs64): Likewise.
48560         (_STATFS_F_FLAGS): Define.
48561         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
48562         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48563         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
48564         (ST_VALID): Define locally.
48565         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
48566         __statvfs_getflags, use the provided value.
48567         * sysdeps/unix/sysv/linux/kernel-features.h: Define
48568         __ASSUME_STATFS_F_FLAGS.
48570         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
48572         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
48573         Add sys/fanotify.h.
48574         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
48575         fanotify_mask for GLIBC_2.13.
48576         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
48577         fanotify_init and fanotify_mark.
48578         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48579         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
48581         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
48582         Add prlimit.
48583         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
48584         prlimit64 for GLIBC_2.13.
48585         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
48586         prlimit64.
48587         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
48588         syscall.
48589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
48590         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48591         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
48592         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
48593         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
48594         add prlimit alias.
48595         * sysdeps/unix/sysv/linux/prlimit.c: New file.
48597         [BZ #11903]
48598         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
48599         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
48601         * nss/Makefile: Add rules to build and run tst-nss-test1.
48602         * shlib-versions: Add entry for libnss_test1.
48603         * nss/nss_test1.c: New file.
48604         * nss/tst-nss-test1.c: New file.
48606         * nss/nsswitch.c (__nss_database_custom): Define new variable.
48607         (__nss_configure_lookup): Set appropriate entry in
48608         __nss_configure_lookup to true.
48609         * nss/nsswitch.h: Define enum with indeces of databases in
48610         databases and __nss_database_custom arrays.  Declare
48611         __nss_database_custom.
48612         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
48613         to avoid using nscd when custom rules are installed.
48614         * nss/getXXbyYY_r.c: Likewise.
48615         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
48617         * nss/nss_files/files-parse.c: Whitespace fixes.
48619 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
48621         [BZ #11883]
48622         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
48623         * posix/fnmatch_loop.c: Likewise.
48625 2010-07-17  Andi Kleen  <ak@linux.intel.com>
48627         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
48628         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
48629         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
48630         * Versions.def [GLIBC_2.13]: Add.
48632 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
48634         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48635         Also fail if tpwd after pwuid call is NULL.
48637 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48639         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
48640         when converting to ms.
48642 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48644         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
48645         EOPNOTSUPP errors with ENOTTY.
48646         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
48647         EOPNOTSUPP errors with ENOTTY.
48649 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
48651         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48652         Add strcasecmp_l-ssse3.
48653         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
48654         strcasecmp.
48655         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
48656         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
48657         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
48659 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
48661         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
48663         * string/Makefile (strop-tests): Add strcasecmp.
48664         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48665         strcasecmp_l-nonascii.
48666         (gen-as-const-headers): Add locale-defines.sym.
48667         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
48668         * sysdeps/x86_64/strcasecmp.S: New file.
48669         * sysdeps/x86_64/strcasecmp_l.S: New file.
48670         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
48671         * sysdeps/x86_64/locale-defines.sym: New file.
48672         * string/test-strcasecmp.c: New file.
48674         * string/test-strcasestr.c: Test both ends of the range of characters.
48675         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
48677 2010-07-29  Roland McGrath  <roland@redhat.com>
48679         [BZ #11856]
48680         * manual/locale.texi (Yes-or-No Questions): Fix example code.
48682 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
48684         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
48685         for ld.so.
48687 2010-07-27  Andreas Schwab  <schwab@redhat.com>
48689         * manual/memory.texi (Malloc Tunable Parameters): Document
48690         M_PERTURB.
48692 2010-07-26  Roland McGrath  <roland@redhat.com>
48694         [BZ #11840]
48695         * configure.in (-fgnu89-inline check): Set and substitute
48696         gnu89_inline, not libc_cv_gnu89_inline.
48697         * configure: Regenerated.
48698         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
48700 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
48702         * string/test-strnlen.c: New file.
48703         * string/Makefile (strop-tests): Add strnlen.
48704         * string/tester.c (test_strnlen): Add a few more test cases.
48705         * string/tst-strlen.c: Better error reporting.
48707         * sysdeps/x86_64/strnlen.S: New file.
48709 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
48711         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
48712         lower-latency instructions.
48714 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
48716         * string/test-strcasestr.c: New file.
48717         * string/test-strstr.c: New file.
48718         * string/Makefile (strop-tests): Add strstr and strcasestr.
48719         * string/str-two-way.h: Don't undefine MAX.
48720         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
48722 2010-07-21  Andreas Schwab  <schwab@redhat.com>
48724         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48725         strcasestr-nonascii.
48726         (CFLAGS-strcasestr-nonascii.c): Define.
48727         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
48728         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
48729         Remove unused attribute.
48731 2010-07-20  Roland McGrath  <roland@redhat.com>
48733         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
48734         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
48735         ld.so.cache was broken.  With it, there is no way to disable dsocaps
48736         like LD_HWCAP_MASK can disable hwcaps.
48738 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48740         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
48742 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
48744         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
48745         call in strcasestr.
48746         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
48747         __strcasestr_sse42_nonascii.
48748         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
48749         strcasestr-nonascii.c.
48750         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
48752 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
48754         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
48755         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
48756         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
48757         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
48759 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
48761         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
48762         fcntl.
48764 2010-07-06  Andreas Schwab  <schwab@redhat.com>
48766         [BZ #11577]
48767         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
48768         dl_signal_cerror.
48770 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
48772         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
48773         _PC_PIPE_BUF using F_GETPIPE_SZ.
48775 2010-07-05  Roland McGrath  <roland@redhat.com>
48777         * manual/arith.texi (Rounding Functions): Fix rint description
48778         implicit in round description.
48780 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
48782         * elf/Makefile: Fix linking for a few tests to make recent linker
48783         happy.
48785 2010-06-30  Andreas Schwab  <schwab@redhat.com>
48787         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
48788         $(common-objpfx)libc_nonshared.a.
48790 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
48792         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
48793         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
48794         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48795         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48796         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
48797         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
48798         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48799         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
48801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
48802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
48803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
48805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
48807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
48808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
48809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
48810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
48812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
48814         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
48815         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
48816         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
48817         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
48818         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
48819         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
48820         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
48821         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
48822         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
48823         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
48824         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
48825         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
48826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
48827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
48828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
48829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
48830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
48831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
48832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
48833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
48834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
48835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
48836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
48837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
48838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
48839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
48841 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
48843         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
48844         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
48845         * string/memmove.c (memmove): Renamed to ...
48846         (MEMMOVE): ...this.  Default to memmove.
48847         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
48848         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
48849         (END_CHK): Define.
48850         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48851         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
48852         mempcpy-ssse3-back memmove-ssse3-back.
48853         * sysdeps/x86_64/multiarch/bcopy.S: New file .
48854         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
48855         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
48856         * sysdeps/x86_64/multiarch/memcpy.S: New file.
48857         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
48858         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
48859         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
48860         * sysdeps/x86_64/multiarch/memmove.c: New file.
48861         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
48862         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
48863         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
48864         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
48865         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
48866         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
48867         Define.
48868         (index_Fast_Copy_Backward): Define.
48869         (HAS_ARCH_FEATURE): Define.
48870         (HAS_FAST_REP_STRING): Define.
48871         (HAS_FAST_COPY_BACKWARD): Define.
48873 2010-06-21  Andreas Schwab  <schwab@redhat.com>
48875         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48876         Restore proper fallback handling.
48878 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
48880         [BZ #11701]
48881         * posix/group_member.c (__group_member): Correct checking loop.
48883         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
48884         OOM in getpwuid_r correctly.  Return error number when the caller
48885         should return, otherwise -1.
48886         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
48887         call returning > 0 value.
48888         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
48890 2010-06-07  Andreas Schwab  <schwab@redhat.com>
48892         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
48893         libc_nonshared.a from targets in modules-names.
48895 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
48897         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
48898         requires it.
48900 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
48902         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
48903         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
48904         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
48905         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
48907 2010-06-02  Andreas Schwab  <schwab@redhat.com>
48909         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
48911 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
48913         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
48914         and F_GETPIPE_SZ.
48915         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48916         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48917         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48918         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48919         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48920         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
48922 2010-06-14  Roland McGrath  <roland@redhat.com>
48924         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
48926 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
48928         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
48929         __REDIRECT followed by __THROW.
48930         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
48931         * posix/getopt.h (getopt): Likewise.
48933 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48935         * hurd/lookup-at.c (__file_name_lookup_at): Accept
48936         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
48937         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
48938         in AT_FLAGS.
48939         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
48940         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
48942 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
48944         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
48946 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
48948         [BZ #11640]
48949         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48950         Properly check family and model.
48952 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
48954         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
48956 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
48958         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
48960 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
48962         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
48963         symbol reference.
48965 2010-05-19  Andreas Schwab  <schwab@redhat.com>
48967         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
48968         symbol reference.
48970 2010-05-21  Andreas Schwab  <schwab@redhat.com>
48972         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
48973         and internal_recvmmsg.
48974         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
48975         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
48976         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
48977         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
48979         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
48980         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
48981         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
48983 2010-05-20  Andreas Schwab  <schwab@redhat.com>
48985         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
48987 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
48989         POWER7 optimizations.
48990         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
48991         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
48993 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
48995         * version.h: Update for 2.13 development version.
48997 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
48999         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49000         exceptions.  Return 0.
49002 2010-05-07  Roland McGrath  <roland@redhat.com>
49004         * elf/ldconfig.c (main): Add a const.
49006 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49008         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49009         (args_options): Add no-idn option.
49010         (ahosts_keys_int): Add idn_flags to ai_flags.
49011         (parse_option): Handle 'i' option to clear idn_flags.
49013         * malloc/malloc.c (_int_free): Possible race in the most recently
49014         added check.  Only act on the data if no current modification
49015         happened.
49017 See ChangeLog.17 for earlier changes.