Add comment about SIZE initialization in xdr.c
[platform/upstream/glibc.git] / ChangeLog
1 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2
3         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4         initialization.
5
6 2014-07-09  David S. Miller  <davem@davemloft.net>
7
8         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9
10 2014-07-09  Andreas Schwab  <schwab@suse.de>
11
12         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
13         output.
14         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
15         (do_test): Likewise.
16
17         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
18
19 2014-07-09  Will Newton  <will.newton@linaro.org>
20
21         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
22         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
23         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
24         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
25         * sysdeps/hppa/start.S (_start): Likewise.
26
27 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
28
29         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
30
31         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
32         defined.
33
34 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35
36         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
37         after checking that it is non-NULL.
38
39         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
40
41 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42
43         * sysdeps/powerpc/memmove.c: Remove file.
44         * sysdeps/powerpc/powerpc32/power4/memcopy.h
45         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
46         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
47         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
48         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
49         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
50         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
51         string memmove instead of removed powerpc one.
52
53         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
54         [weak_alias]: Fix compiler warning due trailing data.
55         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
56         [weak_alias]: Likewise.
57         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
58         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
59
60         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
61         (__libc_ifunc_impl_list): Add memmove functions.
62
63 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
64
65         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
66         Remove code.
67         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
68         Likewise
69         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
70         Likewise
71         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
72         Likewise
73         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
74         Likewise
75         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
76         Likewise
77         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
78         Likewise
79         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
80         Likewise
81         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
82         Likewise
83         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
84         Likewise
85         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
86         Likewise
87         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
88         Likewise
89         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
90         Likewise
91         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
92         Likewise
93         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
94         Likewise
95         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
96         Likewise
97         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
98         Likewise
99
100 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
101
102         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
103         to avoid alignment traps in non-cacheable memory.
104         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
105
106         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
107         multiarch objects.
108         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
109         file: multiarch power7 memmove.
110         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
111         multiarch default memmove.
112         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
113         multiarch memove for powerpc32/power4.
114
115         * string/bcopy.c: Use full path to include memmove.c.
116         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
117         multiarch objects.
118         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
119         bcopy for powerpc64.
120         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
121         bcopy for powerpc64.
122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
123         and memmove implementations.
124         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
125         optimized multiarch memmove for POWER7/powerpc64.
126         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
127         default multiarch memmove for powerpc64.
128         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
129         multiarch for powerpc64.
130         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
131         for POWER7/powerpc64.
132         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
133         memmove for POWER7/powerpc64.
134
135         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
136         glibc default one.
137
138         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
139         __ELF_NATIVE_CLASS equal to 64.
140
141 2014-07-07  Roland McGrath  <roland@hack.frob.com>
142
143         * sysdeps/nptl/lowlevellock.h: File removed.
144
145         * NEWS: NPTL is no longer an add-on!
146         * nptl/internaltypes.h: Moved ...
147         * sysdeps/nptl/internaltypes.h: ... here.
148         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
149         * sysdeps/nptl/fork.c: Likewise.
150         * sysdeps/nptl/gai_misc.h: Likewise.
151         * sysdeps/nptl/librt-cancellation.c: Likewise.
152         * sysdeps/nptl/jmp-unwind.c: Likewise.
153         * sysdeps/nptl/setxid.h: Likewise.
154         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
155         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
156         * sysdeps/unix/sysv/linux/arm/Implies: New file.
157         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
158         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
159         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
160         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
161         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
162         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
163         * sysdeps/unix/sysv/linux/mips/Implies: New file.
164         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
165         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
166         * sysdeps/unix/sysv/linux/sh/Implies: New file.
167         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
168         * sysdeps/unix/sysv/linux/tile/Implies: New file.
169         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
170         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
171         * nptl/Makeconfig: Moved ...
172         * sysdeps/nptl/Makeconfig: ... here.
173         * nptl/configure: File removed.
174         * nptl/ANNOUNCE: File removed.
175         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
176         * sysdeps/unix/sysv/linux/configure: Regenerated.
177
178         * nptl/Makefile (routines): Add libc_pthread_init,
179         libc_multiple_threads, register-atfork and unregister-atfork.
180         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
181         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
182         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
183         pthread-pi-defines.sym, structsem.sym.
184         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
185         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
186         [$(subdir) = nptl] (tests): Add tst-setgetname.
187         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
188         * sysdeps/unix/sysv/linux/sigaction.c: Just include
189         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
190         [!LIBC_SIGACTION]: Remove aliases.
191         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
192         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
193         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
194         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
195         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
196         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
197         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
198         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
199         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
200         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
201         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
202         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
203         __libc_allocate_rtsig_private.
204         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
205         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
206         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
207         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
208         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
209         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
210         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
211         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
212         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
213         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
214         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
215         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
216         * nptl/internaltypes.h: ... here.
217         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
218         * sysdeps/nptl/jmp-unwind.c: ... here.
219         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
220         * nptl/libc-lowlevellock.c: ... here.
221         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
222         * nptl/libc_multiple_threads.c: ... here.
223         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
224         * nptl/libc_pthread_init.c: ... here.
225         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
226         * nptl/lowlevelbarrier.sym: ... here.
227         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
228         * nptl/lowlevelcond.sym: ... here.
229         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
230         * nptl/lowlevellock.c: ... here.
231         * nptl/lowlevellock.h: Moved ...
232         * sysdeps/nptl/lowlevellock.h: ... here.
233         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
234         * nptl/lowlevelrobustlock.c: ... here.
235         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
236         * nptl/lowlevelrobustlock.sym: ... here.
237         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
238         * nptl/lowlevelrwlock.sym: ... here.
239         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
240         * nptl/pt-fork.c: ... here.
241         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
242         * nptl/pthread-pi-defines.sym: ... here.
243         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
244         * nptl/pthread_attr_getaffinity.c: ... here.
245         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
246         * nptl/pthread_attr_setaffinity.c: ... here.
247         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
248         * nptl/pthread_mutex_cond_lock.c: ... here.
249         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
250         Update #include.
251         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
252         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
253         * nptl/pthread_once.c: ... here, replacing old file.
254         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
255         * nptl/pthread_yield.c: ... here.
256         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
257         * nptl/register-atfork.c: ... here.
258         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
259         * nptl/sem_post.c: ... here.
260         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
261         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
262         * nptl/sem_timedwait.c: ... here.
263         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
264         * nptl/sem_trywait.c: ... here.
265         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
266         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
267         * nptl/sem_wait.c: ... here.
268         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
269         * nptl/structsem.sym: ... here.
270         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
271         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
272         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
273         * nptl/unregister-atfork.c: ... here.
274         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
275         * nptl/unwindbuf.sym: ... here.
276         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
277         * sysdeps/nptl/fork.c: ... here.
278         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
279         * sysdeps/nptl/fork.h: ... here.
280         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
281         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
282         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
283         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
284         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
285         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
286         * sysdeps/unix/sysv/linux/getpid.c: ... here.
287         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
288         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
289         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
290         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
291         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
292         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
293         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
294         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
295         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
296         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
297         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
298         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
299         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
300         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
301         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
302         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
303         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
304         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
305         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
306         * sysdeps/unix/sysv/linux/raise.c: ... here.
307         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
308         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
309         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
310         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
311         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
312         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
313         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
314         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
315         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
316         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
317         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
318         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
319         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
320         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
321         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
322
323 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
324
325         * sysdeps/generic/memcopy.h: Add comment for
326         MEMCPY_OK_FOR_FWD_MEMMOVE.
327
328 2014-07-04  Will Newton  <will.newton@linaro.org>
329
330         * string/memchr.c: Merge from gnulib.
331         [_LIBC]: Remove conditionals.
332         (__ptr_t): Remove define.
333         (LONG_MAX_32_BITS): Likewise.
334         (LONG_MAX): Likewise.
335         (MEMCHR): Use ANSI prototype and optimize algorithm.
336
337         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
338
339 2014-07-03  Roland McGrath  <roland@hack.frob.com>
340
341         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
342         (lll_futex_timed_wait_bitset): Fix syscall argument count.
343
344         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
345         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
346         in a bare environment with no <stdlib.h> installed.
347         * sysdeps/nptl/configure: Regenerated.
348
349         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
350
351         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
352         AC_EGREP_CPP for kernel header checks, so they only succeed if
353         including <linux/version.h> actually works right.
354         * sysdeps/unix/sysv/linux/configure: Regenerated.
355
356         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
357         value so it's not diagnosed as unused.
358
359         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
360         thing) with "ifeq ($(subdir),rt)".
361
362 2014-07-03  Richard Henderson  <rth@redhat.com>
363
364         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
365         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
366         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
367
368         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
369         (math_force_eval): New.
370
371         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
372         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
373
374         * sysdeps/alpha/fpu/s_round.c: Remove file.
375         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
376
377         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
378         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
379         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
380         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
381         (_dl_start, print_statistics): Likewise.
382         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
383         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
384
385         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
386         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
387         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
388         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
389         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
390         (HP_SMALL_TIMING_AVAIL): Define.
391         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
392         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
393         (HP_SMALL_TIMING_AVAIL): Define.
394         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
395         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
396
397         * sysdeps/aarch64/hp-timing.h: New file.
398
399         * sysdeps/generic/hp-timing.h: Remove dead comment.
400         * sysdeps/generic/hp-timing-common.h: New file.
401         * sysdeps/alpha/hp-timing.h: Include it.
402         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
403         * sysdeps/i386/i686/hp-timing.h: Likewise.
404         * sysdeps/ia64/hp-timing.h: Likewise.
405         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
406         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
407         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
408         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
409         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
410         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
411         (hp_timing_t): New.
412
413         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
414         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
415         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
416         * elf/rtld.c (_dl_start_final): Likewise.
417         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
418         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
419         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
420         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
421         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
422         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
423         (HP_TIMING_DIFF_INIT): Remove.
424         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
425         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
426         (HP_TIMING_DIFF_INIT): Remove.
427         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
428         * sysdeps/i386/i686/hp-timing.c: Remove file.
429         * sysdeps/x86_64/hp-timing.c: Remove file.
430         * sysdeps/ia64/hp-timing.c: Remove file.
431         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
432         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
433         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
434         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
435
436         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
437         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
438         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
439         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
440         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
441         (HP_TIMING_ACCUM): Remove.
442         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
443         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
444         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
445
446         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
447         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
448         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
449         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
450         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
451         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
452         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
453         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
454
455         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
456
457 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
458
459         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
460
461 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
462
463         Sync up with gettext.
464         * intl/loadmsgcat.c: Define O_BINARY if not defined.
465         [_MSC_VER]: Include malloc.h
466         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
467         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
468         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
469         TEMP_FAILURE_RETRY.  Cast return of alloca.
470         [!_LIBC] Call gl_rwlock_init.
471         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
472
473 2014-07-02  Roland McGrath  <roland@hack.frob.com>
474
475         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
476         before checking its value.
477
478 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
479
480         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
481
482         * debug/memcpy_chk.c: Don't include pagecopy.h.
483         * debug/mempcpy_chk.c: Likewise.
484         * string/memcpy.c: Likewise.
485         * string/memmove.c: Likewise.
486         * sysdeps/powerpc/memmove.c: Likewise.
487         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
488         definition of PAGE_COPY_FWD_MAYBE here...
489         * sysdeps/generic/pagecopy.h: ... from here.
490         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
491
492 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
493             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
494
495         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
496         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
497         optimizations.
498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
499         (__libc_ifunc_impl_list): Likewise.
500         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
501         multiarch strcat for PPC64.
502         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
503         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
504
505 2014-07-02  Roland McGrath  <roland@hack.frob.com>
506
507         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
508
509 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
510
511         * intl/loadmsgcat.c: Remove declaration of
512         get_sysdep_segment_value.
513         (get_sysdep_segment_value): Use ISO C style.
514         (_nl_load_domain): Use ISO C style.  Get rid of redundant
515         semicolon.  Fix typo and formatting in comment.
516         (_nl_unload_domain): Use ISO C style.
517
518         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
519
520 2014-07-02  Will Newton  <will.newton@linaro.org>
521
522         * malloc/obstack.c: Merge from gnulib master.
523         [HAVE_CONFIG_H]: Remove conditional code.
524         [!_LIBC]: Include config.h.
525         [!ELIDE_CODE]: Don't include inttypes.h, include
526         stdint.h unconditionally.
527         (print_and_abort): Mark as _Noreturn.
528         (_obstack_allocated_p): Mark as __attribute_pure__.
529         (obstack_free): Rename to __obstack_free.
530         [!__attribute__]: Remove conditional code.
531         * malloc/obstack.h: Merge from gnulib master.
532         [__cplusplus]: Move conditional down.
533         [!__attribute_pure__]: Define __attribute_pure__ here
534         if it is not already defined.
535         (_obstack_memory_used): Mark as __attribute_pure__.
536         [!__obstack_free]: Define as obstack_free.
537         [__GNUC__]: Remove check for ancient NeXT gcc.
538
539 2014-07-02  Will Newton  <will.newton@linaro.org>
540             Paul Eggert  <eggert@cs.ucla.edu>
541
542         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
543
544 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
545
546         * resolv/gethnamaddr.c: Add comment warning that the file is
547         not maintained.
548
549 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
550
551         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
552         entries.
553
554         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
555         entry for aio_cancel and aio_cancel64.
556         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
557         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
558         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
559         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
560         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
561         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
562         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
563         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
564         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
565         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
566         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
567         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
568         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
569
570 2014-07-01  Roland McGrath  <roland@hack.frob.com>
571
572         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
573         * nptl/pthread_mutex_lock.c: Likewise.
574         * nptl/pthread_mutex_timedlock.c: Likewise.
575         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
576
577 2014-07-01  Richard henderson  <rth@redhat.com>
578
579         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
580         (__isnan, __isnanl): Remove.
581         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
582
583         * sysdeps/alpha/fpu/libm-test-ulps: Update.
584
585 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
586
587         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
588
589 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
590
591         * resolv/nss_dns/dns-host.c (getanswer_r)
592         [MULTI_PTRS_ARE_ALIASES]: Remove code.
593
594 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
595
596         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
597         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
598         undefine.
599         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
600         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
601
602 2014-07-01  Roland McGrath <roland@hack.frob.com>
603
604         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
605         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
606
607         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
608         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
609
610         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
611         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
612         ... here.
613         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
614         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
615
616         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
617         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
618         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
619         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
620
621         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
622         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
623         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
624         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
625         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
626         Moved ...
627         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
628         ... here.
629         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
630         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
631         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
632         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
633         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
634         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
635         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
636         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
637         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
638         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
639         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
640         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
641         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
642         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
643         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
644         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
645         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
646         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
647         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
648         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
649         ... here.
650         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
651         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
652         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
653         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
654         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
655         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
656         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
657         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
658
659 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
660
661         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
662         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
663         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
664         Add sysdep.
665
666 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
667
668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
669
670 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
671
672         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
673         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
674
675         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
676
677         * sysdeps/arm/libm-test-ulps: Regenerated.
678
679 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
680             Roland McGrath <roland@hack.frob.com>
681
682         * test-skeleton.c (signal_handler): Kill the whole process group
683         before killing the child individually.
684         (main): Report any failure on `setpgid'.
685
686 2014-06-30  Roland McGrath  <roland@hack.frob.com>
687
688         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
689         from _TLS_H to _ARM_NPTL_TLS_H.
690         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
691         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
692
693 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
694
695         [BZ #16539]
696         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
697         (__expm1l): Return argument unchanged when small but not
698         subnormal.
699
700         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
701         include macro name.
702         (_FP_UNPACK_RAW_1_P): Likewise.
703         (_FP_PACK_RAW_1): Likewise.
704         (_FP_PACK_RAW_1_P): Likewise.
705         (_FP_MUL_MEAT_1_wide): Likewise.
706         (_FP_MUL_MEAT_DW_1_hard): Likewise.
707         (_FP_MUL_MEAT_1_hard): Likewise.
708         (_FP_DIV_MEAT_1_imm): Likewise.
709         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
710         (_FP_DIV_MEAT_1_udiv): Likewise.
711         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
712         (_FP_UNPACK_RAW_2): Likewise.
713         (_FP_UNPACK_RAW_2_P): Likewise.
714         (_FP_PACK_RAW_2): Likewise.
715         (_FP_PACK_RAW_2_P): Likewise.
716         (_FP_MUL_MEAT_DW_2_wide): Likewise.
717         (_FP_MUL_MEAT_2_wide): Likewise.
718         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
719         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
720         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
721         (_FP_MUL_MEAT_2_gmp): Likewise.
722         (_FP_DIV_MEAT_2_udiv): Likewise.
723         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
724         (_FP_FRAC_SRL_4): Likewise.
725         (_FP_FRAC_SRST_4): Likewise.
726         (_FP_FRAC_SRS_4): Likewise.
727         (_FP_UNPACK_RAW_4): Likewise.
728         (_FP_UNPACK_RAW_4_P): Likewise.
729         (_FP_PACK_RAW_4): Likewise.
730         (_FP_PACK_RAW_4_P): Likewise.
731         (_FP_MUL_MEAT_DW_4_wide): Likewise.
732         (_FP_MUL_MEAT_4_wide): Likewise.
733         (_FP_MUL_MEAT_4_gmp): Likewise.
734         (umul_ppppmnnn): Likewise.
735         (_FP_DIV_MEAT_4_udiv): Likewise.
736         (__FP_FRAC_ADD_4): Likewise.
737         (__FP_FRAC_SUB_3): Likewise.
738         (__FP_FRAC_SUB_4): Likewise.
739         (__FP_FRAC_DEC_3): Likewise.
740         (__FP_FRAC_DEC_4): Likewise.
741         (__FP_FRAC_ADDI_4): Likewise.
742         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
743         (_FP_FRAC_SRL_8): Likewise.
744         (_FP_FRAC_SRS_8): Likewise.
745
746         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
747         include macro name.
748         (FP_UNPACK_RAW_EP): Likewise.
749         (FP_PACK_RAW_E): Likewise.
750         (FP_PACK_RAW_EP): Likewise.
751         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
752         (_FP_ISSIGNAN): Likewise.
753         (_FP_ADD_INTERNAL): Likewise.
754         (_FP_FMA): Likewise.
755         (_FP_CMP): Likewise.
756         (_FP_SQRT): Likewise.
757         (_FP_TO_INT): Likewise.
758         (_FP_FROM_INT): Likewise.
759         (FP_EXTEND): Likewise.
760         (_FP_DIV_MEAT_N_loop): Likewise.
761
762 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
763
764         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
765         throughout.
766
767 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
768
769         [BZ #17097]
770         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
771         result with correct sign in case of exponents that produce
772         overflow except for X very close to 1.
773
774 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
775
776         mktime: merge #if/#ifdef usage from glibc
777         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
778         as that works with both Glibc's and Gnulib's style.
779         See thread starting at Siddhesh Poyarekar's bug report at:
780         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
781
782 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
783
784         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
785         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
786         * sysdeps/tile/tilegx/memmove.c: Remove file.
787
788 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
789
790         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
791         abi-name definition.
792         * scripts/soversions.awk: Do not handle or generate ABI lines.
793         * shlib-versions: Remove ABI entries.
794         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
795         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
796
797 2014-06-27  Roland McGrath  <roland@hack.frob.com>
798
799         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
800         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
801         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
802         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
803         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
804         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
805         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
806         Moved ...
807         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
808         ... here.
809         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
810         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
811         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
812         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
813         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
814         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
815         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
816         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
817         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
818         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
819         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
820         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
821         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
822         Moved ...
823         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
824         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
825         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
826         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
827         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
828         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
829         Moved ...
830         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
831         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
832         Moved ...
833         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
835         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
836         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
837         Moved ...
838         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
839         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
840         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
841         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
842         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
843         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
844         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
845         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
846         Moved ...
847         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
848         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
849         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
850         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
851         Moved ...
852         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
853         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
854         Moved ...
855         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
856         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
857         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
858         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
859         Moved ...
860         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
861         ... here.
862         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
863         Identical file removed.
864         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
865         Moved ...
866         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
867         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
868         Identical file removed.
869         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
870         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
871         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
872         Moved ...
873         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
874         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
875         Identical file removed.
876         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
877         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
878         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
879         Identical file removed.
880         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
881         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
882         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
883         Identical file removed.
884         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
885         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
886         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
887         Identical file removed.
888         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
889         Moved ...
890         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
891         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
892         Identical file removed.
893         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
894         Moved ...
895         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
896         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
897         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
898         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
899         Identical file removed.
900         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
901         Moved ...
902         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
903         ... here.
904         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
905         Identical file removed.
906         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
907         Moved ...
908         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
909         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
910         Identical file removed.
911         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
912         Moved ...
913         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
914         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
915         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
916         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
917         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
918         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
919         Moved ...
920         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
921         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
922         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
923
924         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
925         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
926         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
927         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
928         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
929
930 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
931
932         [BZ #17092]
933         * nscd/nscd.c (monitor_child): Return exit status of child
934         instead of return value from wait syscall.
935
936 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
937
938         * configure.ac (libc_commonpagesize): Remove variable.
939         (libc_relro_required): Likewise.
940         (libc_cv_z_relro): Remove configure test.
941         * configure: Regenerated.
942         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
943         variable.
944         (libc_relro_required): Likewise.
945         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
946         (libc_relro_required): Likewise.
947         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
948         (libc_relro_required): Likewise.
949         * sysdeps/arm/preconfigure: Regenerated.
950         * sysdeps/ia64/preconfigure: Remove file.
951         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
952         variable.
953         (libc_relro_required): Likewise.
954
955         [BZ #16561]
956         [BZ #16562]
957         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
958         (__ieee754_yn): Set FE_TONEAREST mode internally and then
959         recompute overflowing results in original rounding mode.
960         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
961         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
962         recompute overflowing results in original rounding mode.
963         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
964         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
965         recompute overflowing results in original rounding mode.
966         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
967         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
968         recompute overflowing results in original rounding mode.
969         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
970         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
971         recompute overflowing results in original rounding mode.
972         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
973         (libc_feholdsetround_ctx): New macro.
974         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
975         * sysdeps/i386/fpu/libm-test-ulps: Update.
976         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
977
978 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
979
980         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
981         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
982         corresponding .cpsetup call.
983
984 2014-06-26  Roland McGrath  <roland@hack.frob.com>
985
986         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
987         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
988         * sysdeps/arm/Makefile [$(subdir) = csu]
989         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
990         (static-only-routines): Add aeabi_read_tp here.
991         (shared-only-routines): Add libc-aeabi_read_tp here.
992         (CFLAGS-libc-start.c): Add -fexceptions here.
993         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
994         (sysdep_routines, static-only-routines, shared-only-routines):
995         Don't add to these here.
996         (CFLAGS-libc-start.c): Likewise.
997
998         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
999         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1000         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1001         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1002         * sysdeps/arm/Makefile [$(subdir) = rt]
1003         (librt-sysdep_routines, librt-shared-only-routines):
1004         Append rt-aeabi_unwind_cpp_pr1 here.
1005         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1006         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1007         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1008         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1009         Append nptl-aeabi_unwind_cpp_pr1 here.
1010         (tests): Filter out tst-cleanupx4 here.
1011         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1012         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1013         Don't do those here.
1014
1015 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1016
1017         * scripts/list-sources.sh: Do not handle ports specially.
1018
1019 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1020
1021         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1022         * sysdeps/arm/feupdateenv.c: Likewise.
1023
1024         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1025
1026 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1027
1028         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1029         trailing whitespace removed.
1030         * scripts/config.guess: Update to version 2014-03-23.
1031         * scripts/config.sub: Update to version 2014-05-01
1032         * scripts/install-sh: Update to version 2013-12-25.23.
1033         * scripts/move-if-change: Update from gnulib.
1034
1035 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1036
1037         * debug/memmove_chk.c: Remove pagecopy.h include.
1038
1039 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1040
1041         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1042         identical to gnulib mktime.
1043
1044 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1045
1046         * configure.ac: Do not test for machine being rs6000.  Do not test
1047         for powerpc*-*soft.
1048         * configure: Regenerated.
1049
1050         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1051         test.
1052         * configure: Regenerated.
1053         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1054         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1055         Remove configure test.
1056         * sysdeps/arm/configure: Regenerated.
1057         * sysdeps/nptl/configure.ac: Do not check
1058         libc_cv_asm_cfi_directives.
1059         * sysdeps/nptl/configure: Regenerated.
1060         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1061         * sysdeps/x86_64/nptl/configure: Remove generated file.
1062         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1063         unconditional.
1064         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1065
1066 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1067
1068         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1069         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1070         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1071         it is defined.
1072
1073         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1074         instead of whether it is defined.
1075         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1076         * sysdeps/hppa/dl-machine.h: Likewise.
1077         * sysdeps/ia64/dl-machine.h: Likewise.
1078         * sysdeps/m68k/dl-machine.h: Likewise.
1079         * sysdeps/microblaze/dl-machine.h: Likewise.
1080         * sysdeps/mips/dl-machine.: Likewise.
1081         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1082         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1083         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1084         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1085         * sysdeps/sh/dl-machine.h: Likewise.
1086         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1087         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1088         * sysdeps/tile/dl-machine.h: Likewise.
1089         * sysdeps/x86_64/dl-machine.h: Likewise.
1090
1091         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1092         code.
1093         (verify_persistent_db): Likewise.
1094
1095 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1096
1097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1098         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1100         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1102         Moved ...
1103         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1104         ... here.
1105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1106         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1107         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1108         Identical file removed.
1109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1110         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1112         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1114         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1116         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1118         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1120         Moved ...
1121         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1123         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1125         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1127         Moved ...
1128         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1130         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1132         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1134         Identical file removed.
1135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1136         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1137         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1138         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1140         Moved ...
1141         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1142         ... here.
1143         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1144         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1146         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1148         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1149         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1150         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1151         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1152         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1153         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1154         Moved ...
1155         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1157         Moved ...
1158         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1159         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1160         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1161         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1162         Moved ...
1163         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1164         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1165         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1166
1167         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1168         folded into ...
1169         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1170         * sysdeps/unix/sysv/linux/s390/Versions
1171         (libpthread: GLIBC_2.19): New version set.
1172         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1173         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1174         (librt: GLIBC_2.3.3): New version set.
1175         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1176         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1177         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1178         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1179         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1180         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1181         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1182         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1183         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1184         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1185         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1186         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1187         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1188         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1189         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1190         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1191         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1192         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1193         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1194         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1195         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1196         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1197         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1198         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1199         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1200         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1201         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1202         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1203         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1204         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1205         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1206         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1207         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1208         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1209         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1210         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1211         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1212         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1213         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1214         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1215         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1216         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1217         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1218         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1219         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1220
1221         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1222         * sysdeps/unix/sysv/linux/s390/s390-32/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         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1227         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1228         (__libc_vfork): Define the function under this name.
1229         [!NOT_IN_libc] (__vfork): Make this an alias.
1230         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1231         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1232         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1233         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1234         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1235         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1236
1237         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1238         code that was previously under [RESET_PID].
1239         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1240         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1241         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1242
1243         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1244         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1245         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1246         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1247         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1248         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1249         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1250         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1251         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1252         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1253         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1254         Moved ...
1255         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1256         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1257         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1258         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1259         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1260         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1261         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1262         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1263         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1264         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1265         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1266         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1267         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1268         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1269         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1270         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1271         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1272         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1273         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1274         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1275         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1276         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1277         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1278         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1279         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1280         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1281         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1282         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1283         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1284
1285 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1286
1287         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1288         that was previously under [RESET_PID].
1289         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1290
1291 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1292
1293         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1294         not undefine and redefine.
1295         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1296         [O_CLOEXEC]: Make code unconditional.
1297         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1298         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1299         <kernel-features.h>.
1300         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1301         conditional variable definition.
1302         (shm_open) [O_CLOEXEC]: Make code unconditional.
1303         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1304         code.
1305
1306         * configure.ac (USE_REGPARMS): Don't define here.
1307         * configure: Regenerated.
1308         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1309         * sysdeps/i386/configure: Regenerated.
1310
1311         * nptl/createthread.c: Don't include kernel-features.h.
1312         * nptl/pthread_cancel.c: Likewise.
1313         * nptl/pthread_condattr_setclock.c: Likewise.
1314         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1315         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1316         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1317         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1318         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1319         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1320         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1321         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1322         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1323         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1324         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1325         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1326         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1327         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1328         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1329         * nscd/gai.c: Likewise.
1330         * nss/nss_db/db-open.c: Likewise.
1331         * sysdeps/generic/ldsodefs.h: Likewise.
1332         * sysdeps/sh/nptl/tls.h: Likewise.
1333         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1334         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1335         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1336         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1337         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1338         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1339         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1340         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1341         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1342         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1343         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1344         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1345         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1346         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1347         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1348         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1349         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1350         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1351         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1352         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1353         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1354         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1355         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1356         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1357         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1358         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1359         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1360         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1361         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1362         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1363         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1364         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1365         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1366         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1367         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1368         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1369         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1370         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1371         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1372         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1373         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1374         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1375         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1376         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1377         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1378         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1379         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1380         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1381         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1382         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1383         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1384         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1385         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1386         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1387         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1388         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1389         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1390         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1413         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1414         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1415         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1416         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1417         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1418         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1419         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1420         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1421         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1422         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1423         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1424         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1425         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1426         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1427         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1428         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1429         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1430         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
1431         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
1432         * sysdeps/unix/sysv/linux/system.c: Likewise.
1433         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
1434         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1435         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1436         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1437         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
1438         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1439         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1440
1441         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
1442         * configure: Regenerated.
1443         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
1444
1445         * configure.ac (base_machine): Do not set specially for particular
1446         machines here.
1447         * configure: Regenerated.
1448         * sysdeps/powerpc/preconfigure: Move machine and base_machine
1449         settings from configure.ac.
1450         * sysdeps/i386/preconfigure: New file.
1451         * sysdeps/s390/preconfigure: Likewise.
1452         * sysdeps/sh/preconfigure: Likewise.
1453         * sysdeps/sparc/preconfigure: Likewise.
1454
1455 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1456
1457         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
1458         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
1459         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
1460         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
1461         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
1462         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
1463         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
1464         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
1465         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
1466         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
1467         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
1468         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
1469         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
1470         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
1471         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
1472         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
1473         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
1474         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
1475         * sysdeps/sparc/sparc64/Makefile: ... appended here.
1476
1477         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
1478         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
1479         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
1480         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
1481         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
1482         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
1483         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
1484         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
1485         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
1486         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
1487         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
1488         * sysdeps/sparc/sparc32/sem_post.c: ... here.
1489         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
1490         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
1491         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
1492         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
1493         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
1494         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
1495         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
1496         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
1497         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
1498         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
1499         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
1500         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
1501         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
1502         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
1503         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
1504         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
1505         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
1506         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
1507         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
1508         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
1509         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
1510         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
1511         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
1512         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
1513         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
1514         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
1515
1516         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
1517         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
1518         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
1519         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
1520         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
1521         Moved ...
1522         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
1523         ... here.
1524         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
1525         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
1526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
1527         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
1528         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
1529         Moved ...
1530         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
1531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
1532         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
1533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
1534         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
1535         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
1536         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
1537         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
1538         Moved ...
1539         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
1540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
1541         Moved ...
1542         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
1543         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
1544         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
1545         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
1546         Moved ...
1547         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
1548         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
1549         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
1550         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
1551         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
1552         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
1553         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
1554         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
1555         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
1556         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
1557         Moved ...
1558         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
1559         ... here.
1560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
1561         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
1562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
1563         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
1564         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
1565         Moved ...
1566         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
1567         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
1568         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
1569         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
1570         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
1571         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
1572         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
1573         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
1574         Moved ...
1575         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
1576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
1577         Moved ...
1578         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
1579         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
1580         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
1581         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
1582         Moved ...
1583         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
1584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
1585         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
1586         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
1587         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
1588
1589 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1590
1591         * timezone/checktab.awk: Update from tzcode 2014e.
1592         * timezone/private.h: Likewise.
1593         * timezone/tzfile.h: Likewise.
1594         * timezone/zdump.c: Likewise.
1595         * timezone/zic.c: Likewise.
1596
1597         * sysdeps/unix/sysv/linux/kernel-features.h
1598         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
1599         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
1600         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
1601         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
1602         Remove conditional code.
1603
1604 2014-06-25  Will Newton  <will.newton@linaro.org>
1605
1606         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
1607         (_dl_arm_cap_flags): Add HWCAP2 values.
1608         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
1609         (_DL_HWCAP_COUNT): Increase to 37.
1610         (_DL_HWCAP_LAST): New define.
1611         (_DL_HWCAP2_LAST): New define.
1612         (_dl_procinfo): Add support for printing
1613         AT_HWCAP2 entries.
1614         (_dl_string_hwcap): Use _dl_hwcap_string.
1615
1616 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1617
1618         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1619
1620 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1621
1622         * README: Do not mention ports directory.
1623
1624         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
1625         Remove macro.
1626         * sysdeps/unix/sysv/linux/futimes.c: Do not include
1627         <kernel-features.h>.
1628         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
1629         conditional variable definition.
1630         (__futimes): Update comment.
1631         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
1632         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
1633
1634         [BZ #16560]
1635         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
1636         arguments close to 0.
1637         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
1638         Likewise.
1639         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
1640         Likewise.
1641         * math/auto-libm-test-in: Add more tests of exp10.
1642         * math/auto-libm-test-out: Regenerated.
1643         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1644
1645         * sysdeps/unix/sysv/linux/kernel-features.h
1646         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
1647         * sysdeps/unix/sysv/linux/readv.c: Do not include
1648         <kernel-features.h>.
1649         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1650         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1651         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1652         unconditional.
1653         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1654         conditional code.
1655         * sysdeps/unix/sysv/linux/writev.c: Do not include
1656         <kernel-features.h>.
1657         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1658         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1659         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1660         unconditional.
1661         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1662         conditional code.
1663
1664 2014-06-25  Will Newton  <will.newton@linaro.org>
1665
1666         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
1667         comment changes throughout the file.  Remove checks
1668         for HAVE_*_H definitions that are not required.
1669         (__gen_tempname): Call abort if an unknown kind value is
1670         passed.
1671
1672 2014-06-25  Andreas Schwab  <schwab@suse.de>
1673
1674         [BZ #17086]
1675         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
1676         scalbln, scalblnf, scalblnl in libc.
1677
1678 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1679
1680         [BZ #17086]
1681         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
1682         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
1683         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
1684
1685 2014-06-24  Roland McGrath  <roland@hack.frob.com>
1686
1687         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
1688         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
1689         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
1690         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
1691         Update #include.
1692         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
1693         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
1694         Update #include.
1695         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
1696         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
1697         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
1698         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
1699         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
1700         * sysdeps/x86/bits/pthreadtypes.h: ... here.
1701         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
1702         * sysdeps/x86/bits/semaphore.h: ... here.
1703         * sysdeps/x86/nptl/elide.h: Moved ...
1704         * sysdeps/x86/elide.h: ... here.
1705         * sysdeps/x86_64/nptl/Implies: File removed.
1706         * sysdeps/i386/nptl/Implies: File removed.
1707
1708 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
1709
1710         [BZ #16539]
1711         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
1712         return the argument for normal arguments with exponent below -64.
1713         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
1714         Likewise.
1715         * math/auto-libm-test-in: Add another test of expm1.
1716         * math/auto-libm-test-out: Regenerated.
1717
1718         [BZ #16287]
1719         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
1720         calling __erfcl for arguments at least 16.
1721         * math/auto-libm-test-in: Add more tests of erf.
1722         * math/auto-libm-test-out: Regenerated.
1723
1724         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
1725         individual architectures.
1726         * sysdeps/unix/sysv/linux/configure: Regenerated.
1727         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
1728         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
1729         * sysdeps/unix/sysv/linux/powerpc/configure.ac
1730         (ldd_rewrite_script): Define variable.
1731         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
1732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
1733         file.
1734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
1735         generated file.
1736         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
1737         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
1738         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
1739         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
1740         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
1741         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
1742         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
1743         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
1744
1745 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1746
1747         [BZ #17084]
1748         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
1749         Rename member __data.d to __data.__elision_data.
1750
1751 2014-06-24  Wilco  <wdijkstr@arm.com>
1752
1753         * NEWS: Add 16918 to fixed bug list.
1754
1755 2014-06-24  Wilco  <wdijkstr@arm.com>
1756
1757         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
1758
1759 2014-06-24  Wilco  <wdijkstr@arm.com>
1760
1761         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
1762         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
1763         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
1764         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
1765         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
1766         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
1767         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
1768         Use _FPU_MASK_RM.
1769
1770 2014-06-24  Wilco  <wdijkstr@arm.com>
1771
1772         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
1773
1774 2014-06-24  Wilco  <wdijkstr@arm.com>
1775
1776         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
1777         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
1778         * sysdeps/arm/fesetround.c (fesetround): Remove space.
1779         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
1780
1781 2014-06-24  Wilco  <wdijkstr@arm.com>
1782
1783         [BZ #16918]
1784         * sysdeps/arm/feupdateenv.c (feupdateenv):
1785         Rewrite to reduce FPSCR accesses and fix return value.
1786
1787 2014-06-24  Wilco  <wdijkstr@arm.com>
1788
1789         * sysdeps/arm/fclrexcpt.c (feclearexcept):
1790         Optimize to avoid unnecessary FPSCR writes.
1791         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
1792         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
1793         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
1794         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
1795
1796 2014-06-24  Wilco  <wdijkstr@arm.com>
1797
1798         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
1799         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
1800         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
1801         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
1802         Call libc_fetestexcept_vfp.
1803         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
1804         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
1805         __SOFTFP__ ifdef so that they can be built for softfp.
1806
1807 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1808
1809         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
1810         argument type signed char.
1811
1812         * Makerules (check-abi): Dump diff of symlist if the test
1813         fails.
1814
1815 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1816
1817         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
1818         using abort.
1819
1820         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
1821         Remove unused variable ST.
1822
1823 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
1824
1825         [BZ #16354]
1826         [BZ #17061]
1827         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
1828         small arguments before calling __expm1.
1829         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
1830         small arguments before calling __expm1f.
1831         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
1832         small arguments before calling __expm1l.
1833         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
1834         Likewise.
1835         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
1836         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
1837         spurious underflow for some cosh tests.
1838         * math/auto-libm-test-out: Regenerated.
1839         * sysdeps/i386/fpu/libm-test-ulps: Update.
1840
1841         [BZ #17050]
1842         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
1843         (__ieee754_y1): Set errno if return value overflows.
1844         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
1845         (__ieee754_y1f): Set errno if return value overflows.
1846         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
1847         (__ieee754_y1l): Set errno if return value overflows.
1848         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
1849         (__ieee754_y1l): Set errno if return value overflows.
1850         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
1851         * math/auto-libm-test-out: Regenerated.
1852
1853         * math/gen-auto-libm-tests.c: Document use of
1854         ignore-zero-inf-sign.
1855         (input_flag_type): Add value flag_ignore_zero_inf_sign.
1856         (input_flags): Add ignore-zero-inf-sign.
1857         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
1858         * math/gen-libm-test.pl (generate_testfile): Handle
1859         ignore-zero-inf-sign.
1860         * math/auto-libm-test-in: Mark some cpow tests with
1861         ignore-zero-inf-sign and some with xfail-rounding.
1862         * math/auto-libm-test-out: Regenerated.
1863         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
1864         * sysdeps/i386/fpu/libm-test-ulps: Update.
1865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1866
1867         [BZ #16315]
1868         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
1869         overflowing or underflowing operations take place with sign of
1870         result.
1871         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
1872         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1873         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
1874         (__ieee754_pow): Recompute overflowing and underflowing results in
1875         original rounding mode.
1876         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
1877         (__powl_helper): Allow negative argument X and scale negated value
1878         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
1879         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
1880         overflowing or underflowing operations take place with sign of
1881         result.
1882         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
1883         Include <math.h>.
1884         * math/auto-libm-test-in: Add more tests of pow.
1885         * math/auto-libm-test-out: Regenerated.
1886         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
1887         (pow_tonearest_test_data): Remove.
1888         (pow_test_tonearest): Likewise.
1889         (pow_towardzero_test_data): Likewise.
1890         (pow_test_towardzero): Likewise.
1891         (pow_downward_test_data): Likewise.
1892         (pow_test_downward): Likewise.
1893         (pow_upward_test_data): Likewise.
1894         (pow_test_upward): Likewise.
1895         (main): Don't call removed functions.
1896         * sysdeps/i386/fpu/libm-test-ulps: Update.
1897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1898
1899 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1900
1901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
1902         Moved ...
1903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
1904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1905         Moved ...
1906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
1907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
1908         Moved ...
1909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
1910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1911         Moved ...
1912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
1914         File removed.
1915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
1916         File removed.
1917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
1918         File removed.
1919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
1920         File removed.
1921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
1922         File removed.
1923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
1924         File removed.
1925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
1926         File removed.
1927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
1928         File removed.
1929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
1930         File removed.
1931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
1932         File removed.
1933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
1934         File removed.
1935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
1936         File removed.
1937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
1938         Moved ...
1939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
1940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
1941         Moved ...
1942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
1943         ... here.
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
1945         Moved ...
1946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
1947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
1948         Moved ...
1949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
1950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
1951         Moved ...
1952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
1953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
1954         Moved ...
1955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
1956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
1957         Moved ...
1958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
1959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
1960         Moved ...
1961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
1962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
1963         Moved ...
1964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
1965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
1967         ... here.
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
1969         Moved ...
1970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
1971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
1972         Moved ...
1973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
1974         ... here.
1975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
1976         Moved ...
1977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1978         ... here.
1979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1980         Moved ...
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1982         ... here.
1983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
1984         Moved ...
1985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
1986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
1987         Moved ...
1988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
1989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
1990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
1991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
1992         Moved ...
1993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
1994         ... here.
1995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
1996         Moved ...
1997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
1998         ... here.
1999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2000         Moved ...
2001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2003         Moved ...
2004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2006         Moved ...
2007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2009         Moved ...
2010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2012         Moved ...
2013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2014         ... here.
2015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2016         Moved ...
2017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2019         Moved ...
2020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2022         Moved ...
2023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2025         Moved ...
2026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2030         Moved ...
2031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2033         Moved ...
2034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2036         Moved ...
2037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2038         ... here.
2039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2040         Moved ...
2041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2042         ... here.
2043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2044         Moved ...
2045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2046         ... here.
2047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2048         Moved ...
2049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2051         Moved ...
2052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2054         Moved ...
2055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2057         Moved ...
2058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2059         ... here.
2060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2061         Moved ...
2062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2063         ... here.
2064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2065         Moved ...
2066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2067         ... here.
2068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2069         Moved ...
2070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2072         Moved ...
2073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2074
2075 2014-06-23  Will Newton  <will.newton@linaro.org>
2076             Wilco  <wdijkstr@arm.com>
2077
2078         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2079         implementation.  Include get-rounding-mode.h.
2080         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2081         [!libc_feholdsetround_noex_ctx]: Define
2082         libc_feholdsetround_noex_ctx.
2083         [!libc_feholdsetround_noexf_ctx]: Define
2084         libc_feholdsetround_noexf_ctx.
2085         [!libc_feholdsetround_noexl_ctx]: Define
2086         libc_feholdsetround_noexl_ctx.
2087         (libc_feholdsetround_ctx): New function.
2088         (libc_feresetround_ctx): New function.
2089         (libc_feholdsetround_noex_ctx): New function.
2090         (libc_feresetround_noex_ctx): New function.
2091
2092 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2093
2094         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2095         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2096         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2097         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2098         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2099         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2100
2101         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2102         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2103         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2104         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2105         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2106         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2107         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2108         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2109         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2110         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2111         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2112         Moved ...
2113         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2114         ... here.
2115         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2116         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2117         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2118         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2119         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2120         Moved ...
2121         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2122         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2123         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2124         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2125         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2126         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2127         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2128         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2129         Moved ...
2130         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2131         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2132         Moved ...
2133         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2134         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2135         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2136         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2137         Moved ...
2138         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2139         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2140         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2141         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2142         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2143         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2144         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2145         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2146         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2147         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2148         Moved ...
2149         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2150         ... here.
2151         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2152         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2153         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2154         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2155         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2156         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2157         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2158         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2159         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2160         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2161         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2162         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2163         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2164         Moved ...
2165         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2166         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2167         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2168         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2169         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2170         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2171         Moved ...
2172         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2173         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2174         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2175         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2176         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2177
2178         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2179         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2180         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2181         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2182         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2183         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2184         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2185         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2186         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2187         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2188         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2189         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2190         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2191         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2192         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2193         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2194         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2195         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2196         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2197         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2198         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2199         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2200         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2201         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2202         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2203         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2204         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2205         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2206
2207 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2208
2209         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2210         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2211         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2212         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2213         (IPV6_PMTUDISC_INTERFACE): Likewise.
2214         (IPV6_PMTUDISC_OMIT): Likewise.
2215
2216 2014-06-23  Andreas Schwab  <schwab@suse.de>
2217
2218         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2219         Remove unused errout label.
2220
2221 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2222
2223         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2224         macro: hardware supports Vector Crypto instructions.
2225
2226 2014-06-23  Will Newton  <will.newton@linaro.org>
2227
2228         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2229         rather than __builtin_expect.
2230
2231         * elf/dl-lookup.c (undefined_msg): Remove variable.
2232         (_dl_lookup_symbol_x): Replace undefined_msg with string
2233         literal.
2234
2235         * elf/dl-lookup.c (do_lookup_unique): New function.
2236         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2237         to a separate function.
2238
2239 2014-06-23  Andreas Schwab  <schwab@suse.de>
2240
2241         [BZ #17079]
2242         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2243         before reading the next line.
2244
2245 2014-06-23  Will Newton  <will.newton@linaro.org>
2246
2247         * test-skeleton.c (signal_handler): Use printf and %m
2248         rather than perror.  Use printf rather than fprintf to
2249         stderr.  Use puts rather than fputs to stderr.
2250         (main): Likewise.
2251
2252 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2253
2254         * nscd/nscd.c (thread_info_t): Remove typedef.
2255         (thread_info): Remove variable.
2256
2257 2014-06-21  Allan McRae  <allan@archlinux.org>
2258
2259         * NEWS: Mention CVE-2014-4043.
2260
2261 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2262
2263         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2264         * nptl/smp.h: ... here.
2265
2266         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2267
2268         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2269         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2270         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2271         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2272
2273         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2274         * nptl/stack-aliasing.h: New file.
2275         * sysdeps/i386/i686/stack-aliasing.h: New file.
2276         * sysdeps/i386/i686/nptl/Makefile: File removed.
2277         * sysdeps/x86_64/stack-aliasing.h: New file.
2278         * sysdeps/x86_64/nptl/Makefile
2279         (CFLAGS-pthread_create.c): Variable removed.
2280
2281         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2282         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2283         old file.
2284         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2285         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2286         old file.
2287
2288 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2289
2290         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2291         (__ASSUME_SIGFRAME_V2): Remove macro.
2292         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2293         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2294         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2295         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2296         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2297         Declare as function.  Remove conditional macro definitions.
2298         (__default_rt_sa_restorer): Likewise.
2299         (__default_sa_restorer_v1): Remove declaration.
2300         (__default_sa_restorer_v2): Likewise.
2301         (__default_rt_sa_restorer_v1): Likewise.
2302         (__default_rt_sa_restorer_v2): Likewise.
2303         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2304         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2305         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2306
2307 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2308
2309         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2310         (libpthread-routines): Add sysdep.
2311         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2312         * sysdeps/unix/sysv/linux/sparc/Versions
2313         (libpthread: GLIBC_2.3.3): New version set.
2314         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2315         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2316         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2317         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2318         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2319         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2320         Moved ...
2321         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2322         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2323         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2324         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2325         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2326         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2327         * sysdeps/sparc/nptl/sem_init.c: ... here.
2328         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2329         * sysdeps/sparc/nptl/sem_post.c: ... here.
2330         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2331         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2332         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2333         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2334         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2335         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2336         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2337         (libpthread-routines): Add cpu_relax.
2338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2339         File removed.
2340         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2341         (librt: GLIBC_2.3.3): New version set.
2342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2343         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2344         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2345         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2348         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2350         Moved ...
2351         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2352         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2353         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2354         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2355         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2356         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2357         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2359         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2360         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2361         Moved ...
2362         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2363         Update #include.
2364         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2365         Moved ...
2366         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2367         Update #include.
2368         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2369         Moved ...
2370         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2371         Update #include.
2372         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2373         Moved ...
2374         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2375         Update #include.
2376         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2377         Moved ...
2378         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2379         Update #include.
2380         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2381         Moved ...
2382         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2383         Update #include.
2384         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2385         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2386         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2387         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2389         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2391         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2393         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2395         Moved ...
2396         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2398         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2400         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2401
2402 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2403
2404         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2405         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2406         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2407         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2408         * nscd/nscd.c: Likewise.
2409         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2410         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2411         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2412         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2413
2414         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2415         <kernel-features.h>.
2416         (init_mq_netlink): Remove conditional have_sock_cloexec
2417         definitions.  Remove code conditional on have_sock_cloexec < 0.
2418         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2419         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2420         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2421         <kernel-features.h>.
2422         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2423         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2424
2425 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2426
2427         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2428         Add tests for memset_chk and memset.
2429
2430         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
2431         with AVX2_Usable.
2432
2433 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2434
2435         [BZ #16046]
2436         * elf/tst-dl-iter-static.c: New file.
2437         * elf/Makefile (tests-static): Add tst-dl-iter-static.
2438
2439         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
2440         error.
2441
2442 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2443
2444         * sysdeps/unix/sysv/linux/kernel-features.h
2445         (__ASSUME_F_GETOWN_EX): Remove macro.
2446         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
2447         <kernel-features.h>.
2448         (miss_F_GETOWN_EX): Remove variable or macro.
2449         (do_fcntl): Do not check miss_F_GETOWN_EX.
2450         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
2451
2452         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
2453         Remove macro.
2454         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
2455         [!__ASSUME_AT_RANDOM]: Remove conditional code.
2456         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
2457
2458         * sysdeps/unix/sysv/linux/kernel-features.h
2459         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
2460         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
2461         [ADJ_OFFSET_SS_READ]: Make code unconditional.
2462         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
2463
2464 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2465
2466         [BZ #17075]
2467         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
2468         Fix calculation of the symbol's value.
2469         * sysdeps/arm/tst-armtlsdescloc.c: New file.
2470         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
2471         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
2472         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
2473         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
2474         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
2475         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
2476         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
2477         (modules-names): Add `tst-armtlsdescmod',
2478         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
2479         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
2480         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2481         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
2482         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
2483         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2484         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
2485         ($(objpfx)tst-armtlsdescloc): New dependency.
2486         ($(objpfx)tst-armtlsdescextnow): Likewise.
2487         ($(objpfx)tst-armtlsdescextlazy): Likewise.
2488         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
2489         TLS scheme support.
2490         * sysdeps/arm/configure: Regenerate.
2491
2492 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2493
2494         * include/fcntl.h (__atfct_seterrno): Remove prototype.
2495         (__atfct_seterrno_2): Likewise.
2496         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
2497         <kernel-features.h>.
2498         (__ASSUME_ATFCTS): Do not undefine and redefine.
2499         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
2500         (__have_atfcts): Remove conditional definition.
2501         (__fxstatat([__NR_fstatat64]: Make code unconditional.
2502         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
2503         unreachable if [__ASSUME_ATFCTS].
2504         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
2505         not undefine and redefine.
2506         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
2507         <kernel-features.h>.
2508         (faccessat) [__NR_faccessat]: Make code unconditional.
2509         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
2510         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
2511         <kernel-features.h>.
2512         (fchmodat) [__NR_fchmodat]: Make code unconditional.
2513         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2514         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
2515         <kernel-features.h>.
2516         (fchownat) [__NR_fchownat]: Make code unconditional.
2517         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
2518         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
2519         <kernel-features.h>.
2520         (futimesat) [__NR_futimesat]: Make code unconditional.
2521         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
2522         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
2523         <kernel-features.h>.
2524         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2525         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2526         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
2527         <kernel-features.h>.
2528         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
2529         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2530         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
2531         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
2532         <kernel-features.h>.
2533         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
2534         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2535         * sysdeps/unix/sysv/linux/linkat.c: Do not include
2536         <kernel-features.h>.
2537         (linkat) [__NR_linkat]: Make code unconditional.
2538         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2539         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
2540         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
2541         <kernel-features.h>.
2542         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
2543         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2544         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
2545         <kernel-features.h>.
2546         (mkdirat) [__NR_mkdirat]: Make code unconditional.
2547         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
2548         * sysdeps/unix/sysv/linux/openat.c: Do not include
2549         <kernel-features.h>.
2550         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
2551         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
2552         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
2553         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
2554         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
2555         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
2556         <kernel-features.h>.
2557         (readlinkat) [__NR_readlinkat]: Make code unconditional.
2558         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
2559         result of INLINE_SYSCALL directly, not via int variable.
2560         * sysdeps/unix/sysv/linux/renameat.c: Do not include
2561         <kernel-features.h>.
2562         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
2563         (renameat) [__NR_renameat]: Make code unconditional.
2564         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
2565         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
2566         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
2567         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
2568         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
2569         (__ASSUME_ATFCTS): Do not undefine and redefine.
2570         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
2571         <kernel-features.h>.
2572         (symlinkat) [__NR_symlinkat]: Make code unconditional.
2573         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2574         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
2575         <kernel-features.h>.
2576         (unlinkat) [__NR_unlinkat]: Make code unconditional.
2577         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2578         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
2579         (__ASSUME_ATFCTS): Do not undefine and redefine.
2580         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
2581         <kernel-features.h>.
2582         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2583         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2584         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
2585         <kernel-features.h>.
2586         (__xmknodat) [__NR_mknodat]: Make code unconditional.
2587         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2588
2589 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2590
2591         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
2592
2593 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
2594
2595         [BZ #17069]
2596         * posix/regcomp.c (parse_reg_exp): Deallocate partially
2597         constructed tree before returning error.
2598         * posix/bug-regexp36.c: Expand test case.
2599
2600 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2601
2602         [BZ #6803]
2603         * math/libm-test.inc (scalbln_test_date):
2604         Add errno expectations.
2605         * math/w_scalblnf.c: New File.
2606         Add wrapper which checks for setting errno to ERANGE.
2607         Add weak_alias for corresponding scalbln function.
2608         * math/w_scalbln.c: Likewise.
2609         * math/w_scalblnl.c: Likewise.
2610         * math/Makefile (libm-calls): Add w_scalbln.
2611         * sysdeps/ieee754/flt-32/s_scalblnf.c:
2612         Remove weak_alias for corresponding scalbln function.
2613         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
2614         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
2615         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
2616         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
2617         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
2618         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2619         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
2620         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2621         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
2622         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
2623         Remove long_double_symbol for scalblnl function in libm, libc.
2624         * sysdeps/ieee754/ldbl-64-128/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, libc.
2627         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
2628         Remove long_double_symbol for scalblnl in libm.
2629         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
2630         Add wrapper which checks for setting errno to ERANGE.
2631         Add long_double_symbol for scalblnl function in libm.
2632         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
2633         Do not use wrapper because of own implementation.
2634
2635 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2636
2637         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
2638         3 bytes for __pad1 for x32.
2639         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
2640
2641 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
2642             H.J. Lu  <hongjiu.lu@intel.com>
2643
2644         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
2645         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
2646         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2647         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2648         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
2649
2650 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
2651
2652         [BZ #17069]
2653         * posix/regcomp.c (parse_expression): Deallocate partially
2654         constructed tree before returning error.
2655         * posix/Makefile.c (tests): Add bug-regex36.
2656         (generated): Add bug-regex36.mtrace.
2657         (tests-special): Add $(objpfx)bug-regex36-mem.out
2658         (bug-regex36-ENV): New variable.
2659         ($(objpfx)bug-regex36-mem.out): New rule.
2660         * posix/bug-regex36.c: New file.
2661
2662 2014-06-19  Will Newton  <will.newton@linaro.org>
2663
2664         * malloc/malloc.c (systrim): If extra is zero then return
2665         early.
2666
2667 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2668
2669         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
2670
2671 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
2672
2673         * sysdeps/aarch64/strchr.S: New file.
2674
2675 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2676
2677         [BZ #17022]
2678         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
2679         from arguments -2 or below.
2680         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
2681         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2682
2683 2014-06-18  Andreas Schwab  <schwab@suse.de>
2684
2685         [BZ #17062]
2686         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
2687         of a bracket expr not to run off the end of the string.
2688         * posix/Makefile (tests): Add tst-fnmatch3.
2689         * posix/tst-fnmatch3.c: New file.
2690
2691 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2692
2693         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
2694         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
2695         [$(cross-compiling) = no]: Likewise.
2696         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
2697         [$(cross-compiling) = no]: Likewise.
2698
2699 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2700
2701         [BZ #17031]
2702         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
2703         double, adjusted for any remainder from the high double.
2704         * math/libm-test.inc (nearbyint): Add tests.
2705         (rint): Likewise.
2706
2707 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2708
2709         * nptl/sysdeps/powerpc/Makefile: Moved ...
2710         * sysdeps/powerpc/nptl/Makefile: ... here.
2711         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
2712         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
2713         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
2714         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
2715         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
2716         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
2717         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
2718         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
2719         * nptl/sysdeps/powerpc/tls.h: Moved ...
2720         * sysdeps/powerpc/nptl/tls.h: ... here.
2721
2722 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
2723
2724         [BZ #16681]
2725         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
2726         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
2727         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
2728         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
2729         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
2730         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
2731         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
2732         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
2733         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
2734
2735 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
2736
2737         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2738
2739 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
2740
2741         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
2742         defined operator.
2743
2744         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
2745         $TIMEOUTFACTOR.
2746
2747 2014-06-16  Florian Weimer  <fweimer@redhat.com>
2748
2749         [BZ #17058]
2750         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
2751         non-executed part of the test.
2752
2753 2014-06-16  Andreas Schwab  <schwab@suse.de>
2754
2755         * string/bits/string2.h (strdup, strndup): Update feature guard.
2756
2757 2014-06-14  David S. Miller  <davem@davemloft.net>
2758
2759         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2760
2761 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
2762
2763         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
2764         that was previously under [RESET_PID].
2765         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
2766
2767         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
2768         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
2769         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
2770         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
2771         (__libc_vfork): New strong alias.
2772         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
2773
2774 2014-06-14 Andi Kleen  <ak@linux.intel.com>
2775
2776         * sysdeps/generic/elide.h: New file.
2777
2778 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2779
2780         * Makefile (installed-headers): Adjust path of pthread.h header.
2781
2782 2014-06-13  Roland McGrath  <roland@hack.frob.com>
2783
2784         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
2785         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
2786         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
2787         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
2788
2789         * nptl/sysdeps/s390/Makefile: Moved ...
2790         * sysdeps/s390/nptl/Makefile: ... here.
2791         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
2792         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
2793         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
2794         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
2795         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
2796         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
2797         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
2798         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
2799         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
2800         * sysdeps/s390/nptl/pthreaddef.h: ... here.
2801         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
2802         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
2803         * nptl/sysdeps/s390/tls.h: Moved ...
2804         * sysdeps/s390/nptl/tls.h: ... here.
2805
2806         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
2807         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
2808
2809 2014-06-13  David S. Miller  <davem@davemloft.net>
2810
2811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
2812         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
2813         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
2814         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
2815         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
2816         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
2817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
2818         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
2819         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
2820         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
2821         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
2822         Remove RESET_PID cpp guards.
2823         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
2824         Remove RESET_PID cpp guards.
2825         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
2826
2827 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
2828
2829         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
2830         __sp to uintptr_t.
2831
2832 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2833
2834         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
2835         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
2836         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
2837         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
2838         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
2839         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
2840         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
2841         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
2842         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
2843         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
2844         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
2845         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
2846         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
2847         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
2848         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
2849         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
2850         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
2851         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
2852         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
2853         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
2854
2855         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
2856         (pthread_rwlock_rdlock): Add elision.
2857         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
2858         (pthread_rwlock_wrlock): Add elision.
2859         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
2860         (pthread_rwlock_trywrlock): Add elision.
2861         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
2862         (pthread_rwlock_tryrdlock): Add elision.
2863         * nptl/pthread_rwlock_unlock.c: Include elide.h.
2864         (pthread_rwlock_tryrdlock): Add elision unlock.
2865         * nptl/sysdeps/pthread/pthread.h:
2866         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
2867         (PTHREAD_RWLOCK_INITIALIZER,
2868         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
2869         Handle new elision field.
2870         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
2871         * sysdeps/arm/nptl/bits/pthreadtypes.h
2872         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2873         * sysdeps/sh/nptl/bits/pthreadtypes.h
2874         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2875         * sysdeps/tile/nptl/bits/pthreadtypes.h
2876         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2877         * sysdeps/a/nptl/bits/pthreadtypes.h
2878         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2879         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
2880         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2881         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
2882         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2883         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
2884         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2885         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
2886         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2887         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
2888         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2889         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
2890         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2891         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2892         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2893         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
2894         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2895         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
2896         (elision_init): Set try_xbegin to zero when no RTM.
2897         * sysdeps/x86/nptl/bits/pthreadtypes.h
2898         (pthread_rwlock_t): Change __pad1 to __rwelision.
2899         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2900
2901 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2902
2903         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
2904         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
2905         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
2906         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
2907
2908 2014-06-13  Meador Inge  <meadori@codesourcery.com>
2909
2910         [BZ #16996]
2911         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
2912         that the cached result has been set before returning it.
2913
2914 2014-06-12  Roland McGrath  <roland@hack.frob.com>
2915
2916         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
2917         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
2918         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
2919         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
2920         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
2921         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
2922
2923         * nptl/sysdeps/sparc/Makefile: Moved ...
2924         * sysdeps/sparc/nptl/Makefile: ... here.
2925         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
2926         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
2927         * nptl/sysdeps/sparc/tls.h: Moved ...
2928         * sysdeps/sparc/nptl/tls.h: ... here.
2929         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
2930         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
2931         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
2932         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
2933         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
2934         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
2935         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
2936         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
2937         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
2938         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
2939         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
2940         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
2941         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
2942         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
2943         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
2944         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
2945         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
2946         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
2947         Update #include.
2948         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
2949         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
2950         Update #include.
2951         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
2952         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
2953         Update #include.
2954         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
2955         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
2956         Update #include.
2957
2958         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
2959
2960         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
2961         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
2962
2963         * sysdeps/pthread/posix-timer.h: Include <list.h>.
2964         (struct list_links): Type removed.
2965         (struct thread_node, struct timer_node): Replace struct list_links
2966         with struct list_head.
2967         (list_unlink_ip): Likewise.
2968         * sysdeps/pthread/timer_routines.c
2969         (timer_free_list, thread_free_list, thread_active_list): Likewise.
2970         (list_append, list_insbefore): Likewise.
2971         (list_init): Function removed.
2972         (thread_init, init_module): Use INIT_LIST_HEAD instead.
2973         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
2974         * sysdeps/pthread/Makefile: ... here, new file.
2975
2976         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
2977         * sysdeps/nptl/Implies: ... here.
2978         * sysdeps/unix/sysv/linux/Implies: Add nptl.
2979         * nptl/sysdeps/pthread/list.h: Moved ...
2980         * include/list.h: ... here.
2981         * nptl/sysdeps/pthread/createthread.c: Moved ...
2982         * nptl/createthread.c: ... here.
2983         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
2984         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
2985         * nptl/pt-longjmp.c: ... here.
2986         * nptl/sysdeps/pthread/Makefile: Moved ...
2987         * sysdeps/nptl/Makefile: ... here.
2988         * nptl/sysdeps/pthread/Subdirs: Moved ...
2989         * sysdeps/nptl/Subdirs: ... here.
2990         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
2991         * sysdeps/nptl/aio_misc.h: ... here.
2992         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
2993         * sysdeps/nptl/bits/libc-lock.h: ... here.
2994         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
2995         * sysdeps/nptl/bits/libc-lockP.h: ... here.
2996         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
2997         * sysdeps/nptl/bits/stdio-lock.h: ... here.
2998         * nptl/sysdeps/pthread/configure: Moved ...
2999         * sysdeps/nptl/configure: ... here.
3000         * nptl/sysdeps/pthread/configure.ac: Moved ...
3001         * sysdeps/nptl/configure.ac: ... here.
3002         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3003         * sysdeps/nptl/gai_misc.h: ... here.
3004         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3005         * sysdeps/nptl/librt-cancellation.c: ... here.
3006         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3007         * sysdeps/nptl/malloc-machine.h: ... here.
3008         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3009         * sysdeps/nptl/pthread-functions.h: ... here.
3010         * nptl/sysdeps/pthread/pthread.h: Moved ...
3011         * sysdeps/nptl/pthread.h: ... here.
3012         * nptl/sysdeps/pthread/setxid.h: Moved ...
3013         * sysdeps/nptl/setxid.h: ... here.
3014         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3015         * sysdeps/nptl/sigfillset.c: ... here.
3016         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3017         * sysdeps/nptl/tcb-offsets.h: ... here.
3018         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3019         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3020         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3021         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3022         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3023         * sysdeps/pthread/allocalim.h: ... here.
3024         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3025         * sysdeps/pthread/bits/sigthread.h: ... here.
3026         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3027         * sysdeps/pthread/flockfile.c: ... here.
3028         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3029         * sysdeps/pthread/ftrylockfile.c: ... here.
3030         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3031         * sysdeps/pthread/funlockfile.c: ... here.
3032         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3033         * sysdeps/pthread/posix-timer.h: ... here.
3034         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3035         * sysdeps/pthread/timer_create.c: ... here.
3036         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3037         * sysdeps/pthread/timer_delete.c: ... here.
3038         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3039         * sysdeps/pthread/timer_getoverr.c: ... here.
3040         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3041         * sysdeps/pthread/timer_gettime.c: ... here.
3042         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3043         * sysdeps/pthread/timer_routines.c: ... here.
3044         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3045         * sysdeps/pthread/timer_settime.c: ... here.
3046         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3047         * sysdeps/pthread/tst-timer.c: ... here.
3048         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3049         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3050
3051         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3052         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3053
3054         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3055         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3056         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3057         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3058         Update #include target.
3059         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3060         * sysdeps/i386/i686/nptl/Makefile: ... here.
3061         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3062         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3063         Update #include target.
3064         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3065         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3066         * nptl/sysdeps/i386/Makefile: Moved ...
3067         * sysdeps/i386/nptl/Makefile: ... here.
3068         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3069         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3070         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3071         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3072         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3073         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3074         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3075         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3076         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3077         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3078         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3079         * nptl/sysdeps/i386/tls.h: Moved ...
3080         * sysdeps/i386/nptl/tls.h: ... here.
3081
3082         * sysdeps/sh/Makefile [$(subdir) = csu]
3083         (gen-as-const-headers): Add tcb-offsets.sym.
3084         * nptl/sysdeps/sh/Makefile: File removed.
3085         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3086         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3087         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3088         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3089         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3090         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3091         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3092         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3093         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3094         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3095         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3096         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3097         * nptl/sysdeps/sh/tls.h: Moved ...
3098         * sysdeps/sh/nptl/tls.h: ... here.
3099         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3100         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3101         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3102         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3103         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3104         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3105         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3106         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3107         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3108         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3109         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3110         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3111         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3112         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3113         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3114         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3115         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3116         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3117         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3118         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3119         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3120         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3121         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3122         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3123         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3124         Moved ...
3125         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3126         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3127         Moved ...
3128         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3129         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3130         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3131         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3132         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3133         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3134         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3135         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3136         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3137         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3138         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3139         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3140         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3141         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3142         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3143         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3144         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3145         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3146         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3147
3148 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3149
3150         * posix/spawn_faction_addopen.c: Include string.h.
3151
3152 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3153
3154         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3155         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3156         * nptl/sysdeps/x86_64/Makefile: Moved ...
3157         * sysdeps/x86_64/nptl/Makefile: ... here.
3158         * nptl/sysdeps/x86_64/configure: Moved ...
3159         * sysdeps/x86_64/nptl/configure: ... here.
3160         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3161         * sysdeps/x86_64/nptl/configure.ac: ... here.
3162         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3163         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3164         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3165         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3166         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3167         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3168         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3169         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3170         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3171         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3172         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3173         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3174         * nptl/sysdeps/x86_64/tls.h: Moved ...
3175         * sysdeps/x86_64/nptl/tls.h: ... here.
3176         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3177         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3178         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3179         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3180
3181         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3182
3183 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3184
3185         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3186
3187 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3188
3189         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3190         type.
3191         [POSIX] (off_t): Likewise.
3192         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3193         [POSIX] (S_ISBLK): Require macro.
3194         [POSIX] (S_ISCHR): Likewise.
3195         [POSIX] (S_ISDIR): Likewise.
3196         [POSIX] (S_ISFIFO): Likewise.
3197         [POSIX] (S_ISREG): Likewise.
3198         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3199         optional-macro.
3200         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3201         type.
3202         [POSIX] (time_t): Likewise.
3203         [POSIX] (timer_t): Likewise.
3204
3205 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3206
3207         [BZ #17048]
3208         * posix/spawn_int.h (struct __spawn_action): Make the path string
3209         non-const to support deallocation.
3210         * posix/spawn_faction_addopen.c
3211         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3212         * posix/spawn_faction_destroy.c
3213         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3214         path in all spawn_do_open actions.
3215         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3216         posix_spawn_file_actions_addopen.
3217
3218 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3219
3220         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3221         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3222         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3223         conditional code always true.
3224         (__libc_vfork): New alias.
3225
3226 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3227
3228         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3229         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3230
3231         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3232
3233         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3234         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3235
3236         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3237         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3238
3239         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3240         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3241
3242 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3243
3244         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3245         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3246         multiarch strcmp for PPC64.
3247         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3248         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3249         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3250         multiarch optimizations.
3251         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3252         (__libc_ifunc_impl_list): Likewise.
3253
3254 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3255
3256         * benchtests/scripts/validate_benchout.py: New script.
3257         * benchtests/Makefile (bench-func): Call it.
3258         * benchtests/scripts/benchout.schema.json: New file.
3259
3260 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3261
3262         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3263         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3264         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3265         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3266         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3267         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3268         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3269         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3270         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3271         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3272         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3273         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3274         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3275         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3276         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3277         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3279         Moved ...
3280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3281         ... here.
3282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3283         Moved ...
3284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3286         Moved ...
3287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3288         ... here.
3289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3290         Moved ...
3291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3292         ... here.
3293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3294         Moved ...
3295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3297         Moved ...
3298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3299         ... here.
3300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3301         Moved ...
3302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3303         ... here.
3304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3305         Moved ...
3306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3308         Moved ...
3309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3310         ... here.
3311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3312         Moved ...
3313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3314         ... here.
3315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3316         Moved ...
3317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3318         ... here.
3319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3320         Moved ...
3321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3323         Moved ...
3324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3325         ... here.
3326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3327         Moved ...
3328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3329         ... here.
3330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3331         Moved ...
3332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3333         ... here.
3334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3335         Moved ...
3336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3338         Moved ...
3339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3340         ... here.
3341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3342         Moved ...
3343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3344         ... here.
3345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3346         Moved ...
3347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3349         Moved ...
3350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3351         ... here.
3352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3353         Moved ...
3354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3356         Moved ...
3357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3359         Moved ...
3360         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3361         ... here.
3362         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3363         Moved ...
3364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3365         ... here.
3366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3367         Moved ...
3368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3369         ... here.
3370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3371         Moved ...
3372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3374         Moved ...
3375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3376         ... here.
3377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3378         Moved ...
3379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3380         ... here.
3381         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3382         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3383         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3384         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3385         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3386         Moved ...
3387         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3388         ... here.
3389         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3390         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3391         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3392         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3393         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3394         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3395         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3396         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3397         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3398         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3399         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3400         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3401         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3402         Moved ...
3403         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3404         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3405         Moved ...
3406         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3407         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3408         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3410         Moved ...
3411         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3412         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3413         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3414         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3415         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3416         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3417         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3418
3419 2014-06-10  Wilco  <wdijkstr@arm.com>
3420
3421         * math/test-fenv-return.c: New file.
3422         * math/Makefile: Add new test test-fenv-return.
3423
3424 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3425
3426         [BZ #17042]
3427         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
3428         when x - 1 is zero.
3429         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
3430         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3431         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
3432         0.0L for an argument of 1.0L.
3433         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3434         Likewise.
3435         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
3436         value when x - 1 is zero.
3437         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
3438         * sysdeps/i386/fpu/libm-test-ulps: Update.
3439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3440
3441 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
3442
3443         [BZ #15119]
3444         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
3445
3446 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3447
3448         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
3449         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
3450
3451 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3452
3453         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3454         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
3455
3456         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3457         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
3458
3459         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3460         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
3461
3462         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3463         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
3464
3465         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
3466         if not already defined.
3467         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
3468         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
3469         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
3470         (TLS_INIT_TP): Use it.
3471         (TLS_DEFINE_INIT_TP): New macro.
3472         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
3473
3474 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
3475
3476         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
3477         constant.
3478         [POSIX] (IXANY): Likewise.
3479         [POSIX] (OLCUC): Likewise.
3480         [POSIX || POSIX2008] (CBAUD): Do not allow.
3481         [POSIX || POSIX2008] (DEFECHO): Likewise.
3482         [POSIX || POSIX2008] (ECHOCTL): Likewise.
3483         [POSIX || POSIX2008] (ECHOKE): Likewise.
3484         [POSIX || POSIX2008] (ECHOPRT): Likewise.
3485         [POSIX || POSIX2008] (EXTA): Likewise.
3486         [POSIX || POSIX2008] (EXTB): Likewise.
3487         [POSIX || POSIX2008] (FLUSHO): Likewise.
3488         [POSIX || POSIX2008] (LOBLK): Likewise.
3489         [POSIX || POSIX2008] (PENDIN): Likewise.
3490         [POSIX || POSIX2008] (SWTCH): Likewise.
3491         [POSIX || POSIX2008] (VDISCARD): Likewise.
3492         [POSIX || POSIX2008] (VDSUSP): Likewise.
3493         [POSIX || POSIX2008] (VLNEXT): Likewise.
3494         [POSIX || POSIX2008] (VREPRINT): Likewise.
3495         [POSIX || POSIX2008] (VSTATUS): Likewise.
3496         [POSIX || POSIX2008] (VWERASE): Likewise.
3497         (B*): Change to B[0123456789]*.
3498         * conform/data/time.h-data [POSIX || UNIX98]
3499         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
3500         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
3501         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
3502         [POSIX] (tm_*): Do not allow.
3503
3504 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
3505
3506         * Makefile (install): Don't set LANGUAGE.
3507         * Makefile.in (install): Likewise.
3508         * assert/Makefile (test-assert-ENV): Remove variable.
3509         (test-assert-perr-ENV): Likewise.
3510         * elf/Makefile (neededtest4-ENV): Likewise.
3511         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3512         [$(cross-compiling) = no]: Don't set LANGUAGE.
3513         * io/ftwtest-sh (LANG): Remove variable.
3514         * libio/Makefile (tst-widetext-ENV): Likewise.
3515         * manual/install.texi (Running make install): Don't refer to
3516         environment settings for make install.
3517         * INSTALL: Regenerated.
3518         * nptl/tst-tls6.sh: Don't set LANG.
3519         * posix/globtest.sh (LANG): Remove variable.
3520         * string/Makefile (tester-ENV): Likewise.
3521         (inl-tester-ENV): Likewise.
3522         (noinl-tester-ENV): Likewise.
3523         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3524         [$(cross-compiling) = no]: Don't set LANGUAGE.
3525         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
3526         without explicit environment settings.
3527
3528 2014-06-06  Roland McGrath  <roland@hack.frob.com>
3529
3530         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
3531         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
3532         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
3533         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
3534
3535 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
3536
3537         * crypt/crypt-private.h [DOS]: Add some includes taken from the
3538         other files in the crypt directory.
3539         * crypt/crypt.c: Remove duplicate includes.
3540         * crypt/crypt-entry.c: Likewise.
3541         * crypt/crypt_util.c: Likewise.
3542
3543 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
3544
3545         * Makeconfig (run-program-env): New variable.
3546         (run-program-prefix-before-env): Likewise.
3547         (run-program-prefix-after-env): Likewise.
3548         (run-program-prefix): Define in terms of new variables.
3549         (built-program-cmd-before-env): New variable.
3550         (built-program-cmd-after-env): Likewise.
3551         (built-program-cmd): Define in terms of new variables.
3552         (test-program-prefix-before-env): New variable.
3553         (test-program-prefix-after-env): Likewise.
3554         (test-program-prefix): Define in terms of new variables.
3555         (test-program-cmd-before-env): New variable.
3556         (test-program-cmd-after-env): Likewise.
3557         (test-program-cmd): Define in terms of new variables.
3558         * Rules (make-test-out): Use $(run-program-env).
3559         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
3560         (help): Do not mention environment variables.  Mention
3561         --timeoutfactor option.
3562         (timeoutfactor): New variable.
3563         (blacklist_exports): Remove function.
3564         (exports): Remove variable.
3565         (command): Do not include ${exports}.
3566         * manual/install.texi (Configuring and compiling): Do not mention
3567         test wrappers preserving environment variables.  Mention that last
3568         assignment to a variable must take precedence.
3569         * INSTALL: Regenerated.
3570         * benchtests/Makefile (run-bench): Use $(run-program-env).
3571         * catgets/Makefile ($(objpfx)test1.cat): Use
3572         $(built-program-cmd-before-env), $(run-program-env) and
3573         $(built-program-cmd-after-env).
3574         ($(objpfx)test2.cat): Do not specify environment variables
3575         explicitly.
3576         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
3577         $(run-program-env) and $(built-program-cmd-after-env).
3578         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
3579         $(run-program-env) and $(test-program-cmd-after-env).
3580         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
3581         explicitly.
3582         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
3583         run_program_env and test_program_cmd_after_env arguments.
3584         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
3585         * elf/tst-pathopt.sh: Use run_program_env argument.
3586         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
3587         $(test-wrapper-env) and $(run-program-env).
3588         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
3589         run_program_env arguments.
3590         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
3591         * intl/Makefile ($(objpfx)tst-gettext.out): Use
3592         $(test-program-prefix-before-env), $(run-program-env) and
3593         $(test-program-prefix-after-env).
3594         ($(objpfx)tst-gettext2.out): Likewise.
3595         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
3596         run_program_env and test_program_prefix_after_env arguments.
3597         * intl/tst-gettext2.sh: Likewise.
3598         * intl/tst-gettext4.sh: Do not set environment variables
3599         explicitly.
3600         * intl/tst-gettext6.sh: Likewise.
3601         * intl/tst-translit.sh: Likewise.
3602         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
3603         $(test-program-prefix-before-env), $(run-program-env) and
3604         $(test-program-prefix-after-env).
3605         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
3606         run_program_env and test_program_prefix_after_env arguments.
3607         * math/Makefile (run-regen-ulps): Use $(run-program-env).
3608         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
3609         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
3610         explicitly with each use of ${test_wrapper_env}.
3611         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
3612         $(test-program-prefix-before-env), $(run-program-env) and
3613         $(test-program-prefix-after-env).
3614         * posix/tst-getconf.sh: Do not set environment variables
3615         explicitly.
3616         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
3617         run_program_env and test_program_prefix_after_env arguments.
3618         * stdio-common/tst-printf.sh: Do not set environment variables
3619         explicitly.
3620         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
3621         $(test-program-prefix-before-env), $(run-program-env) and
3622         $(test-program-prefix-after-env).
3623         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
3624         run_program_env and test_program_prefix_after_env arguments.
3625         Split $test calls into $test_pre and $test.
3626         * timezone/Makefile (build-testdata): Use
3627         $(built-program-cmd-before-env), $(run-program-env) and
3628         $(built-program-cmd-after-env).
3629
3630 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3631
3632         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
3633         strlen for non SHARED builds.
3634
3635 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3636
3637         * nptl/allocatestack.c (check_list): Inlined function...
3638         (__reclaim_stacks): ... here.
3639
3640 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3641
3642         [BZ #15698]
3643         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3644         memory overrun.
3645
3646 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
3647
3648         * Rules (make-test-out): Include
3649         LOCPATH=$(common-objpfx)localedata in default environment.
3650         * debug/Makefile (tst-chk1-ENV): Remove variable.
3651         (tst-chk2-ENV): Likewise.
3652         (tst-chk3-ENV): Likewise.
3653         (tst-chk4-ENV): Likewise.
3654         (tst-chk5-ENV): Likewise.
3655         (tst-chk6-ENV): Likewise.
3656         (tst-lfschk1-ENV): Likewise.
3657         (tst-lfschk2-ENV): Likewise.
3658         (tst-lfschk3-ENV): Likewise.
3659         (tst-lfschk4-ENV): Likewise.
3660         (tst-lfschk5-ENV): Likewise.
3661         (tst-lfschk6-ENV): Likewise.
3662         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
3663         (tst-iconv7-ENV): Likewise.
3664         * intl/Makefile (LOCPATH-ENV): Likewise.
3665         (tst-codeset-ENV): Likewise.
3666         (tst-gettext3-ENV): Likewise.
3667         (tst-gettext5-ENV): Likewise.
3668         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
3669         (tst-fopenloc-ENV): Likewise.
3670         (tst-fgetws-ENV): Remove variable.
3671         (tst-ungetwc1-ENV): Likewise.
3672         (tst-ungetwc2-ENV): Likewise.
3673         (bug-ungetwc2-ENV): Likewise.
3674         (tst-swscanf-ENV): Likewise.
3675         (bug-ftell-ENV): Likewise.
3676         (tst-fgetwc-ENV): Likewise.
3677         (tst-fseek-ENV): Likewise.
3678         (tst-ftell-partial-wide-ENV): Likewise.
3679         (tst-ftell-active-handler-ENV): Likewise.
3680         (tst-ftell-append-ENV): Likewise.
3681         * posix/Makefile (tst-fnmatch-ENV): Likewise.
3682         (tst-regexloc-ENV): Likewise.
3683         (bug-regex1-ENV): Likewise.
3684         (tst-regex-ENV): Likewise.
3685         (tst-regex2-ENV): Likewise.
3686         (bug-regex5-ENV): Likewise.
3687         (bug-regex6-ENV): Likewise.
3688         (bug-regex17-ENV): Likewise.
3689         (bug-regex18-ENV): Likewise.
3690         (bug-regex19-ENV): Likewise.
3691         (bug-regex20-ENV): Likewise.
3692         (bug-regex22-ENV): Likewise.
3693         (bug-regex23-ENV): Likewise.
3694         (bug-regex25-ENV): Likewise.
3695         (bug-regex26-ENV): Likewise.
3696         (bug-regex30-ENV): Likewise.
3697         (bug-regex32-ENV): Likewise.
3698         (bug-regex33-ENV): Likewise.
3699         (bug-regex34-ENV): Likewise.
3700         (bug-regex35-ENV): Likewise.
3701         (tst-rxspencer-ENV): Likewise.
3702         (tst-rxspencer-no-utf8-ENV): Likewise.
3703         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
3704         (tst-sscanf-ENV): Likewise.
3705         (tst-swprintf-ENV): Likewise.
3706         (tst-swscanf-ENV): Likewise.
3707         (test-vfprintf-ENV): Likewise.
3708         (scanf13-ENV): Likewise.
3709         (bug14-ENV): Likewise.
3710         (tst-grouping-ENV): Likewise.
3711         * stdlib/Makefile (tst-strtod-ENV): Likewise.
3712         (tst-strtod3-ENV): Likewise.
3713         (tst-strtod4-ENV): Likewise.
3714         (tst-strtod5-ENV): Likewise.
3715         (testmb2-ENV): Likewise./
3716         * string/Makefile (tst-strxfrm-ENV): Likewise.
3717         (tst-strxfrm2-ENV): Likewise.
3718         (bug-strcoll1-ENV): Likewise.
3719         (test-strcasecmp-ENV): Likewise.
3720         (test-strncasecmp-ENV): Likewise.
3721         * time/Makefile (tst-strptime-ENV): Likewise.
3722         (tst-ftime_l-ENV): Likewise.
3723         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
3724         (tst-mbrtowc-ENV): Likewise.
3725         (tst-wcrtomb-ENV): Likewise.
3726         (tst-mbrtowc2-ENV): Likewise.
3727         (tst-c16c32-1-ENV): Likewise.
3728         (tst-mbsnrtowcs-ENV): Likewise.
3729
3730 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3731
3732         * manual/resource.texi (How to get information about the memory
3733         subsystem?): Fix typo.
3734         Reported by Peon de la Parra Ivan <peon@keba.com>
3735
3736 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
3737
3738         [BZ #16882]
3739         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
3740         (pthread_spin_lock): Branch out of spin loop to proper location.
3741         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
3742         (pthread_spin_lock): Likewise.
3743
3744         * nptl/tst-spin4.c: New test.
3745         * nptl/Makefile (tests): Add tst-spin4.
3746
3747 2014-06-03  Andreas Schwab  <schwab@suse.de>
3748
3749         [BZ #15946]
3750         * resolv/res_send.c (send_dg): Reload file descriptor after
3751         calling reopen.
3752
3753 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
3754
3755         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3756
3757 2014-06-03  Richard Henderson  <rth@redhat.com>
3758
3759         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
3760         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
3761         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
3762         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
3763         in the SAVE_PID block.
3764         (__libc_vfork): New alias.
3765         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
3766
3767         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
3768         child in registers, not on the stack.  Remove RESET_PID conditionals.
3769         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
3770
3771 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3772
3773         * sysdeps/aarch64/libm-test-ulps: Regenerate.
3774
3775 2014-06-03  Wilco  <wdijkstr@arm.com>
3776
3777         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
3778         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
3779         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3780         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
3781         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
3782         Likewise.
3783
3784 2014-06-03  Wilco  <wdijkstr@arm.com>
3785
3786         * sysdeps/aarch64/fpu/math_private.h
3787         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
3788         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
3789         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
3790         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3791         Fix declarations.
3792
3793 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3794
3795         * crypt/crypt-private.h: Include ufc-crypt.h.
3796         (__b64_from_24bit): Declare extern.
3797         * crypt/crypt_util.c(__b64_from_24bit): New function.
3798         (b64t): New static const variable.
3799         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
3800         (b64t): Remove variable.
3801         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
3802         * crypt/sha256-crypt.c: Include crypt-private.h.
3803         (b64t): Remove variable.
3804         (__sha256_crypt_r): Remove b64_from_24bit and replace
3805         with __b64_from_24bit.
3806         * crypt/sha512-crypt.c: Likewise.
3807
3808 2014-06-02  Roland McGrath  <roland@hack.frob.com>
3809
3810         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
3811         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
3812         Label the code __libc_vfork rather than __vfork.
3813         [!NOT_IN_libc] (vfork): Define as weak alias.
3814         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
3815         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
3816         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
3817
3818 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3819
3820         * malloc/malloc.c (malloc_info): Fix format specifier for
3821         n_mmaps.
3822
3823 2014-06-02  Wilco  <wdijkstr@arm.com>
3824
3825         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
3826         FPCR write.
3827
3828 2014-06-02  Wilco  <wdijkstr@arm.com>
3829
3830         [BZ #17009]
3831         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
3832         Rewrite to reduce FPCR/FPSR accesses.
3833
3834 2014-06-01  David S. Miller  <davem@davemloft.net>
3835
3836         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3837
3838 2014-05-31  David S. Miller  <davem@davemloft.net>
3839
3840         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
3841         to occur in round to nearest mode when |x| >= 2.0
3842
3843 2014-05-30  Richard Henderson  <rth@twiddle.net>
3844
3845         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
3846         (PSEUDO_RET_NOERRNO): Remove.
3847         (ret): Don't redefine.
3848         (ret_NOERRNO): Define in terms of ret.
3849         (ret_ERRVAL): Likewise.
3850
3851         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
3852         use of PSEUDO_RET; perform the error check directly.
3853
3854 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
3855
3856         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
3857         with __int128_t.
3858
3859 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3860
3861         * malloc/malloc (malloc_info): Fix formatting.
3862
3863 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3864             Roland McGrath  <roland@hack.frob.com>
3865
3866         * malloc/malloc (malloc_info): Also print mmapped statistics.
3867
3868 2014-05-30  Roland McGrath  <roland@hack.frob.com>
3869
3870         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
3871         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
3872
3873 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
3874
3875         * malloc/malloc.c (malloc_info): Inline mi_arena.
3876
3877 2014-05-29  Richard Henderson  <rth@twiddle.net>
3878
3879         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
3880         Remove comma before expanding ASM_ARGS_##nr.
3881         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
3882         Make _x0 a strict output; make _x8 a strict input; adjust expansion
3883         of ASM_ARGS_##nr.
3884         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
3885         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
3886         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
3887         (ASM_ARGS_1): Add leading comma.
3888
3889         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
3890         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
3891         to __errno_location.
3892         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
3893         Remove the expected plt for __errno_location.
3894
3895         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3896         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
3897         call to __read_tp.
3898
3899         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3900         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
3901         it and break it down.
3902         (DOCARGS_0, DOCARGS_1): Do nothing.
3903         (DOCARGS_2): Update to store into the new stack frame.
3904         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
3905         (UNDOCARGS_1): Update to restore from the new stack frame.
3906         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
3907         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
3908
3909         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3910         (SINGLE_THREAD_P): New parameter for result regno.
3911         (PSEUDO): Update to match; use cbz instead of beq.
3912
3913         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3914         Use ENTRY to define the _nocancel entry point.  Share the syscall
3915         and syscall error check paths with the cancel path.
3916         (PSEUDO_END): New.
3917
3918         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
3919         whitespace; tabs before and after asm mnemonics.
3920
3921 2014-05-29  Eric Wong  <normalperson@yhbt.net>
3922
3923         [BZ #15132]
3924         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3925         Call fstat64 or stat64 internally, depending on arguments passed.
3926         Replace stat buffer argument with file descriptor argument.
3927         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
3928         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3929         Pass fd to __internal_statvfs instead of calling fstat64.
3930         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
3931         Pass fd to __internal_statvfs64 instead of calling fstat64.
3932         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
3933         Pass -1 to __internal_statvfs instead of calling stat64.
3934         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
3935         Pass -1 to __internal_statvfs64 instead of calling stat64.
3936
3937 2014-05-28  Roland McGrath  <roland@hack.frob.com>
3938
3939         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
3940         that was previously under [RESET_PID].
3941         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
3942
3943         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
3944         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
3945
3946 2014-05-27  Roland McGrath  <roland@hack.frob.com>
3947
3948         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
3949
3950         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
3951         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
3952
3953 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
3954
3955         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
3956
3957 2014-05-27  Andreas Schwab  <schwab@suse.de>
3958
3959         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
3960         TLS_INIT_TP macro.
3961         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3962         * elf/rtld.c (init_tls, dl_main): Likewise.
3963         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
3964         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
3965         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
3966         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
3967         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
3968         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
3969         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
3970         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
3971         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
3972         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
3973         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
3974         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
3975         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
3976         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
3977         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
3978         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
3979         * sysdeps/generic/tls.h: Update description.
3980
3981 2014-05-27  Will Newton  <will.newton@linaro.org>
3982
3983         [BZ #16990]
3984         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
3985         and restore r2 rather than just restoring.
3986
3987 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3988
3989         [BZ #16724]
3990         * libio/tst-ftell-append.c: New test case.
3991         * libio/Makefile (tests): Add test case.
3992         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
3993         append mode.
3994         * libio/wfileops.c (do_ftell_wide): Likewise.
3995
3996 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3997
3998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3999
4000         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4001         ...
4002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4004         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4005         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4006         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4007         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4008         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4009         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4010         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4011         Moved ...
4012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4013         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4014         Moved ...
4015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4016         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4017         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4018         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4019         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4020         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4021         ...
4022         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4023         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4024         Moved ...
4025         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4026         here.
4027         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4028         ...
4029         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4030         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4031         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4032
4033         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4034         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4035         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4036         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4037
4038         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4039         merge into ...
4040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4041         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4042         ...
4043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4044         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4045         ...
4046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4047         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4048         Moved ...
4049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4050         here.
4051         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4052         Moved ...
4053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4054         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4055         Moved ...
4056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4057
4058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4059         conditional [RESET_PID].
4060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4061         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4062         removed.
4063         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4064         removed.
4065
4066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4067         <tcb-offsets.h>.
4068         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4069         (__libc_vfork): New strong alias.
4070         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4071         removed.
4072         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4073         Removed.
4074
4075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4076         <tcb-offsets.h>.
4077         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4078         (__libc_vfork): New strong alias.
4079         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4080         removed.
4081         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4082         removed.
4083
4084 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4085
4086         * malloc/malloc.c (mi_arena): New function.
4087         (malloc_info): Remove nested function mi_arena. Call non-nosted
4088         function mi_arena.
4089
4090 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4091
4092         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4093         by insrwi.
4094         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4095         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4096         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4097         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4098         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4099         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4100         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4101
4102 2014-05-26  Andreas Schwab  <schwab@suse.de>
4103
4104         [BZ #16984]
4105         * locale/programs/repertoire.c (repertoire_read): Add slash
4106         between I18NPATH element and file name.
4107         * locale/programs/locfile.c (locfile_read): Likewise.
4108
4109 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4110
4111         * nptl/pthread_mutexattr_settype.c
4112         (__pthread_mutexattr_settype):
4113         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4114
4115 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4116
4117         * nptl/tst-mutex5 (do_test):
4118         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4119
4120 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4121
4122         * benchtests/README: Document 'init' directive.
4123         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4124         BENCH_INIT.
4125         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4126         (parse_file): Recognize 'init' directive.
4127
4128 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4129
4130         [BZ #16796]
4131         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4132         alignment of struct pthread.
4133
4134 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4135
4136         [BZ #16878]
4137         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4138         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4139         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4140         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4141
4142 2014-05-25  Richard Henderson  <rth@twiddle.net>
4143
4144         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4145         (SINGLE_THREAD_P_PIC): Remove.
4146         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4147         (SINGLE_THREAD_P_PIC): Remove.
4148
4149         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4150         branch to syscall error ...
4151         (PSEUDO): ... here.
4152         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4153         from __local_syscall_error to .Lsyscall_error.
4154         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4155         (SYSCALL_ERROR): Update label name.
4156
4157         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4158         Do not use DOARGS/UNDOARGS.
4159         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4160         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4161         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4162         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4163         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4164
4165         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4166         block comment.
4167
4168         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4169         define if !NOT_IN_libc.
4170         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4171         define with non-default symbol versions.
4172
4173 2014-05-23  Richard Henderson  <rth@twiddle.net>
4174
4175         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4176         (vfork, __vfork): Define via compat_symbol.
4177
4178         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4179         [!HAVE_IFUNC] (vfork_compat): Remove.
4180         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4181
4182 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4183
4184         [BZ #16978]
4185         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4186         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4187         variable.
4188
4189 2014-05-23  Richard Henderson  <rth@twiddle.net>
4190
4191         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4192         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4193         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4194         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4195
4196         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4197         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4198         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4199         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4200         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4201         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4202         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4203         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4204         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4205         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4206         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4207         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4208         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4209         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4210         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4211         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4212         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4213         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4214         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4215         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4216         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4217         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4218         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4219         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4220         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4221         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4222         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4223         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4224         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4225         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4226         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4227         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4228         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4229         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4230         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4231         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4232         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4233         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4234         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4235         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4236         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4237         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4238         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4239         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4240         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4241         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4242         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4243         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4244         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4245         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4246         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4247         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4248         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4249         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4250         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4251         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4252
4253         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4254         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4255         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4256         before exiting on error.
4257         (__libc_vfork): New strong alias.
4258         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4259         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4260
4261         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4262         that was previously under [RESET_PID].
4263         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4264
4265         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4266
4267 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4268
4269         [BZ #16977]
4270         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4271         value when x - 1 is zero.
4272         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4273         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4274         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4275         0.0L for an argument of 1.0L.
4276         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4277         Likewise.
4278         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4279         value when x - 1 is zero.
4280         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4281         * sysdeps/i386/fpu/libm-test-ulps: Update.
4282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4283
4284 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4285
4286         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4287         alphasort and versionsort.
4288
4289 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4290
4291         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4292         macro.
4293         [copysignf]: Likewise.
4294
4295 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4296
4297         * crypt/md5-crypt.c: Fix formatting.
4298
4299 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4300
4301         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4302         (b64_from_24bit): New function.
4303
4304 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4305
4306         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4307         libc_hidden_builtin_def to ifunc.
4308         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4309         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4310
4311 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4312
4313         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4314         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4315
4316 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4317
4318         * nscd/Depend (linuxthreads): Remove.
4319         (nptl): Add.
4320         * resolv/Depend (linuxthreads): Remove.
4321         * rt/Depend (linuxthreads): Remove.
4322
4323         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4324         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4325         $(common-objpfx)elf/.
4326         (link-libc-before-gnulib): Likewise.
4327         (elfobjdir): Remove variable.
4328         * Makefile (install): Use $(elf-objpfx) instead of
4329         $(common-objpfx)elf/.
4330         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4331         $(elfobjdir)/.
4332         (link-libc-deps): Likewise.
4333         ($(common-objpfx)libc.so): Likewise.
4334         ($(common-objpfx)linkobj/libc.so): Likewise.
4335         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4336         instead of $(common-objpfx)elf/.
4337         (symbolic-link-list): Likewise.
4338         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4339         [$(cross-compiling) = no]: Likewise.
4340         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4341         $(elfobjdir)/.
4342         (static-gnulib-arch): Likewise.
4343         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4344         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4345         $(common-objpfx)elf/.
4346
4347 2014-05-21  Richard Henderson  <rth@redhat.com>
4348
4349         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4350         (SINGLE_THREAD_P): Use the correct width load.  Fold
4351         into the ldr offset.
4352
4353         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4354         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4355
4356 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4357
4358         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4359         (libgcc_s_resume): Use __attribute_used__.
4360         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4361         Likewise.
4362
4363 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4364
4365         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4366         optimization when used with float constants.
4367
4368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4369
4370 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4371
4372         [BZ #16915]
4373         * locale/nl_langinfo_l.c: Make direct reference to every
4374         _nl_current_CATEGORY symbol.
4375         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4376         (tests-static): Add tst-langinfo-static.
4377         (tests-special): Add tst-langinfo-static.out.
4378         ($(objpfx)tst-langinfo.out): Redirect output.
4379         ($(objpfx)tst-langinfo-static.out): New.
4380         * localedata/tst-langinfo.sh: Send output to stdout.
4381         * localedata/tst-langinfo-static.c: New file.
4382
4383         [BZ #16965]
4384         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4385         when the shift amount is modulo the limb size.
4386
4387 2014-05-20  Richard Henderson  <rth@redhat.com>
4388
4389         [BZ #16967]
4390         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4391         Change type of sa_flags from unsigned int to int.
4392
4393         [BZ #16966]
4394         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4395
4396         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4397
4398 2014-05-20  Will Newton  <will.newton@linaro.org>
4399
4400         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4401         Test the return value of the system call in the nocancel case.
4402
4403 2014-05-20  Will Newton  <will.newton@linaro.org>
4404             Yvan Roux  <yvan.roux@linaro.org>
4405
4406         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4407         #include of asm/ptrace.h.
4408         (PTRACE_GET_THREAD_AREA): Remove #undef.
4409         (PTRACE_GETHBPREGS): Likewise.
4410         (PTRACE_SETHBPREGS): Likewise.
4411         (struct user_regs_struct): New structure.
4412         (struct user_fpsimd_struct): New structure.
4413         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4414         #include of asm/ptrace.h and second #include of sys/user.h.
4415         (PTRACE_GET_THREAD_AREA): Remove #undef.
4416         (PTRACE_GETHBPREGS): Likewise.
4417         (PTRACE_SETHBPREGS): Likewise.
4418         (ELF_NGREG): Use new struct user_regs_struct.
4419         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4420
4421 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4422
4423         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4424         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4425
4426 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4427
4428         [BZ #16958]
4429         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
4430         membar to avoid block loads/stores to overlap previous stores.
4431
4432 2014-05-17  Richard Henderson  <rth@redhat.com>
4433
4434         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
4435         Create the __##syscall_name##_nocancel entry point.
4436         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
4437         Remove; let the sysdep-cancel.h code create it.
4438
4439 2014-05-17  David S. Miller  <davem@davemloft.net>
4440
4441         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
4442         Protect with __USE_GNU.
4443         (TIOCSET_TEMPT): Likewise.
4444         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4445         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
4446         these are already provided in bits/ioctl-types.h
4447
4448 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4449
4450         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
4451         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
4452
4453         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
4454         Use wait4 regardless of [__NR_waitpid].
4455
4456 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4457
4458         PR libgcc/60166
4459         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
4460         (_FP_NANSIGN_Q): Set the quiet bit.
4461
4462 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
4463
4464         * benchtests/Makefile
4465         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
4466         not $(common-objpfx)math/libm.so.
4467         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
4468         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
4469         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
4470         $(common-objpfx)dlfcn/libdl.so.
4471         ($(objpfx)tst-audit8): Depend on $(libm), not
4472         $(common-objpfx)math/libm.so.
4473         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
4474         not $(common-objpfx)dlfcn/libdl.so.
4475         * math/Makefile
4476         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
4477         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
4478         [$(build-shared) = yes].
4479         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
4480         $(common-objpfx)nptl/libpthread.so.
4481         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
4482         $(common-objpfx)math/libm.so$(libm.so-version) or
4483         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
4484         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
4485         $(common-objpfx)dlfcn/libdl.so.
4486         * setjmp/Makefile (link-libm): Remove variable.
4487         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
4488         * stdio-common/Makefile (link-libm): Remove variable.
4489         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
4490         * stdlib/Makefile (link-libm): Remove variable.
4491         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
4492         ($(objpfx)tst-strtod-round): Likewise.
4493         ($(objpfx)tst-tininess): Likewise.
4494         ($(objpfx)tst-strtod-underflow): Likewise.
4495         ($(objpfx)tst-strtod6): Likewise.
4496         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
4497         $(libdl), not $(common-objpfx)nptl/libpthread.so and
4498         $(common-objpfx)dlfcn/libdl.so.
4499
4500 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4501
4502         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
4503         BSD terminal modes definitions.
4504
4505 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4506
4507         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
4508         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
4509
4510         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
4511         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
4512         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
4513         Don't do #include_next.
4514         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
4515         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
4516         Don't do #include_next.
4517         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
4518         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
4519         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
4520         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
4521
4522 2014-05-16  Allan McRae  <allan@archlinux.org>
4523
4524         * po/sv.po: Update Swedish translation from translation project.
4525
4526         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
4527         in sed expression.
4528
4529 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
4530
4531         [BZ #16917]
4532         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
4533         errno if the TIOCGPTN ioctl fails with an error different than
4534         EINVAL.
4535         * login/tst-ptsname.c: New file.
4536         * login/Makefile (tests): Add tst-ptsname.
4537
4538         [BZ #16943]
4539         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
4540         and prlimit64.
4541
4542 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4543
4544         [BZ #16849]
4545         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
4546         herrno to return EAI_AGAIN.
4547
4548 2014-05-14  Roland McGrath  <roland@hack.frob.com>
4549
4550         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
4551         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
4552         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
4553         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
4554         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
4555         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
4556         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
4557         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
4558         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
4559         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
4560         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
4561         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
4562         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
4563         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
4564         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
4565         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
4566         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
4567         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
4568         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
4569         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
4570         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
4571         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
4572         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
4573         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
4574         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
4575         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
4576         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
4577         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
4578         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
4579         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
4580         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
4581         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
4582         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
4583         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
4584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
4585         Moved ...
4586         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
4587         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
4588         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
4589         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
4590         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
4591         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
4592         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
4593         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
4594         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
4595         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
4596         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
4597         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
4598         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
4599         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
4600         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
4601         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
4602         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
4603         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
4604         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
4605         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
4606         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
4607         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
4608         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
4609         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
4610         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
4611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
4612         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
4613         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
4614         Moved ...
4615         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
4616         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
4617         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
4621         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
4622         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
4623         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
4624         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
4625         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
4629         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
4630         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
4631         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
4633         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
4634         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
4635         Moved ...
4636         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
4637         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
4638         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
4639
4640         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
4641         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
4642         (libpthread-sysdep_routines): Add elision-related stuff here instead.
4643         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
4644         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
4645         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
4646         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
4647         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
4648         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
4649         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
4650         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
4651         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
4652         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
4653         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
4654         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
4655         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
4656         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
4657         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
4658         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
4659         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
4660         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
4661         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
4662         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
4663         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
4664         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
4665         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
4666         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
4667         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
4668         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
4669         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
4670         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
4671
4672         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
4673         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
4674
4675         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
4676         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
4677         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
4678         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
4679         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
4680         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
4681         Moved ...
4682         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
4683         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
4684         Moved ...
4685         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
4686         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
4687         Moved ...
4688         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
4689         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
4690         Moved ...
4691         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
4692         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
4693         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
4694         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
4695         Moved ...
4696         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
4697         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
4698         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
4699         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
4700         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
4701         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
4702         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
4703         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
4704         Moved ...
4705         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
4706         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4707         Moved ...
4708         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4709         ... here.
4710         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
4711         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
4712         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
4713         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
4714         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4715         Moved ...
4716         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4717         ... here.
4718         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
4719         Moved ...
4720         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
4721         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
4722         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
4723         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
4724         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
4725         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
4726         Moved ...
4727         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
4728         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
4729         Moved ...
4730         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
4731         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
4732         Moved ...
4733         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
4734         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
4735         Moved ...
4736         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
4737         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
4738         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
4739         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
4740         Moved ...
4741         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
4742         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
4743         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
4744         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
4745         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
4746         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
4747         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
4748         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
4749         Moved ...
4750         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
4751         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4752         Moved ...
4753         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4754         ... here.
4755         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
4756         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
4757         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
4758         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
4759         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4760         Moved ...
4761         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4762         ... here.
4763         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
4764         Moved ...
4765         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
4766         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
4767         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
4768         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
4769         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
4770         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
4771         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
4772         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
4773         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
4774         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
4775         Moved ...
4776         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
4777         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
4778         Moved ...
4779         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
4780         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
4781         Moved ...
4782         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
4783         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
4784         Moved ...
4785         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
4786         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
4787         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
4788         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
4789         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
4790         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
4791         Moved ...
4792         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
4793         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
4794         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
4795         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
4796         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
4797         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
4798         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
4799         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
4800         Moved ...
4801         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
4802         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4803         Moved ...
4804         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4805         ... here.
4806         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
4807         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
4808         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
4809         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
4810         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4811         Moved ...
4812         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4813         ... here.
4814         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
4815         Moved ...
4816         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
4817         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
4818         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
4819         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
4820         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
4821         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
4822         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
4823         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
4824         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
4825         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
4826         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
4827
4828         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
4829         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
4830
4831         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
4832         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
4833
4834         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
4835         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
4836         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
4837         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
4838         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
4839         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
4840         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
4841         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
4842         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
4843         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
4844         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
4845         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
4846         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
4847         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
4848         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
4849         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
4850         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
4851         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
4852         Moved ...
4853         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
4855         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
4856         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
4857         Moved ...
4858         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
4859         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
4860         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
4861         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
4862         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
4863         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
4864         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
4865         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
4866         Moved ...
4867         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
4868         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
4869         Moved ...
4870         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
4871         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
4872         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
4873         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
4874         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
4875         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
4876         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
4877         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
4878         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
4879         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
4880         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
4881         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
4882         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
4883         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
4884         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
4885         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
4886         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
4887
4888         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
4889         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
4890         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
4891         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
4892         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
4893
4894         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
4895         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
4896         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
4897         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
4898         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
4899         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
4900         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
4901         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
4902         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
4903         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
4904
4905         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
4906         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
4907
4908         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
4909         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
4910         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
4911         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
4912         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
4913         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
4914         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
4915         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
4916         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
4917         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
4918         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
4919         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
4920         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
4921         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
4922         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
4923         Update #include.
4924         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
4925         Likewise.
4926         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4927         Likewise.
4928         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4929         Likewise.
4930         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4931         Likewise.
4932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
4933         Likewise.
4934         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
4935         Likewise.
4936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4937         Likewise.
4938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
4939         Likewise.
4940         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
4941         Likewise.
4942         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
4943         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
4944         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
4945         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
4946         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
4947         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
4948         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
4949         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
4950         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
4951         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
4952         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
4953         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
4954         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
4955         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
4956         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
4957
4958         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
4959         that was previously under [RESET_PID].
4960         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
4961         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
4962         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
4963
4964         * sysdeps/i386/nptl/Implies: New file.
4965         * sysdeps/x86_64/nptl/Implies: New file.
4966         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
4967         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
4968         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
4969         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
4970
4971         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
4972         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4973         (__libc_vfork): New strong alias.
4974         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
4975         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
4976
4977         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
4978         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4979         (__libc_vfork): New strong alias.
4980         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
4981         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
4982
4983         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
4984         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4985         (__libc_vfork): New strong alias.
4986         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
4987         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
4988         * nptl/pt-vfork.c: New file.
4989         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
4990         (libpthread: GLIBC_2.20): New version set (empty).
4991
4992 2014-05-14  Will Newton  <will.newton@linaro.org>
4993
4994         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
4995         rather than #if.
4996
4997 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
4998
4999         [BZ #16564]
5000         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5001         arguments with exponent 65 or above.
5002         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5003         arguments 0x1p113L or above.
5004         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5005         to arguments 0x1p107L or above.
5006         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5007         positive arguments with exponent 65 or above.
5008         * math/auto-libm-test-in: Add more tests of log1p.
5009         * math/auto-libm-test-out: Regenerated.
5010
5011         [BZ #16928]
5012         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5013         non-finite arguments is +0.
5014         * math/s_cacosf.c (__cacosf): Likewise.
5015         * math/s_cacosl.c (__cacosl): Likewise.
5016         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5017         * sysdeps/i386/fpu/libm-test-ulps: Update.
5018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5019
5020         [BZ #16927]
5021         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5022         value.
5023         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5024         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5025         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5026         for explicit high bit of mantissa when testing for argument equal
5027         to 1.
5028         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5029         * sysdeps/i386/fpu/libm-test-ulps: Update.
5030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5031
5032         [BZ #16516]
5033         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5034         (__erf): Scale by 16 instead of 8 in potentially underflowing
5035         case.  Ensure exception if result actually underflows.
5036         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5037         (__erff): Scale by 16 instead of 8 in potentially underflowing
5038         case.  Ensure exception if result actually underflows.
5039         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5040         (efx8): Remove variable.
5041         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5042         case.  Ensure exception if result actually underflows.
5043         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5044         (efx8): Remove variable.
5045         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5046         case.  Ensure exception if result actually underflows.
5047         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5048         (efx8): Remove variable.
5049         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5050         case.  Ensure exception if result actually underflows.
5051         * math/auto-libm-test-in: Add more tests of erf.
5052         * math/auto-libm-test-out: Regenerated.
5053
5054 2014-05-14  Andreas Schwab  <schwab@suse.de>
5055
5056         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5057         Remove code conditionalized on USE___THREAD.
5058
5059         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5060         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5061         not definedness.
5062
5063 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5064
5065         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5066         Define unconditionally.
5067         (__ASSUME_O_CLOEXEC): Likewise.
5068         (__ASSUME_SOCK_CLOEXEC): Likewise.
5069         (__ASSUME_IN_NONBLOCK): Likewise.
5070         (__ASSUME_PIPE2): Likewise.
5071         (__ASSUME_EVENTFD2): Likewise.
5072         (__ASSUME_SIGNALFD4): Likewise.
5073         (__ASSUME_DUP3): Likewise.
5074         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5075         (__ASSUME_DUP3): Do not define.
5076         (__ASSUME_EVENTFD2): Likewise.
5077         (__ASSUME_IN_NONBLOCK): Likewise.
5078         (__ASSUME_O_CLOEXEC): Likewise.
5079         (__ASSUME_PIPE2): Likewise.
5080         (__ASSUME_SIGNALFD4): Likewise.
5081         (__ASSUME_SOCK_CLOEXEC): Likewise.
5082         (__ASSUME_UTIMES): Undefine.
5083         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5084         (__ASSUME_UTIMES): Do not define.
5085         (__ASSUME_O_CLOEXEC): Likewise.
5086         (__ASSUME_SOCK_CLOEXEC): Likewise.
5087         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5088         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5089         0x020621].
5090         (__ASSUME_PIPE2): Likewise.
5091         (__ASSUME_EVENTFD2): Likewise.
5092         (__ASSUME_SIGNALFD4): Likewise.
5093         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5094         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5095         Do not define.
5096         (__ASSUME_EVENTFD2): Likewise.
5097         (__ASSUME_SIGNALFD4): Likewise.
5098         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5099         (__ASSUME_32BITUIDS): Likewise.
5100         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5101         (__ASSUME_IPC64): Likewise.
5102         (__ASSUME_ST_INO_64_BIT): Likewise.
5103         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5104         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5105         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5106         (__ASSUME_UTIMES): Do not define.
5107         (__ASSUME_PSELECT): Likewise.
5108         (__ASSUME_PPOLL): Likewise.
5109         (__ASSUME_O_CLOEXEC): Likewise.
5110         (__ASSUME_SOCK_CLOEXEC): Likewise.
5111         (__ASSUME_IN_NONBLOCK): Likewise.
5112         (__ASSUME_PIPE2): Likewise.
5113         (__ASSUME_EVENTFD2): Likewise.
5114         (__ASSUME_SIGNALFD4): Likewise.
5115         (__ASSUME_DUP3): Likewise.
5116         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5117         (__ASSUME_UTIMES): Likewise.
5118         (__ASSUME_O_CLOEXEC): Likewise.
5119         (__ASSUME_SOCK_CLOEXEC): Likewise.
5120         (__ASSUME_IN_NONBLOCK): Likewise.
5121         (__ASSUME_PIPE2): Likewise.
5122         (__ASSUME_EVENTFD2): Likewise.
5123         (__ASSUME_SIGNALFD4): Likewise.
5124         (__ASSUME_DUP3): Likewise.
5125         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5126         (__ASSUME_UTIMES): Likewise.
5127         (__ASSUME_O_CLOEXEC): Likewise.
5128         (__ASSUME_SOCK_CLOEXEC): Likewise.
5129         (__ASSUME_IN_NONBLOCK): Likewise.
5130         (__ASSUME_PIPE2): Likewise.
5131         (__ASSUME_EVENTFD2): Likewise.
5132         (__ASSUME_SIGNALFD4): Likewise.
5133         (__ASSUME_DUP3): Likewise.
5134         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5135         Likewise.
5136         (__ASSUME_UTIMES): Likewise.
5137         (__ASSUME_EVENTFD2): Likewise.
5138         (__ASSUME_SIGNALFD4): Likewise.
5139         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5140         (__ASSUME_O_CLOEXEC): Likewise.
5141         (__ASSUME_SOCK_CLOEXEC): Likewise.
5142         (__ASSUME_IN_NONBLOCK): Likewise.
5143         (__ASSUME_PIPE2): Likewise.
5144         (__ASSUME_EVENTFD2): Likewise.
5145         (__ASSUME_SIGNALFD4): Likewise.
5146         (__ASSUME_DUP3): Likewise.
5147         (__ASSUME_UTIMES): Undefine.
5148
5149         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5150         feclearexcept.  Remove symbol versioning code.
5151         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5152         symbol versioning code.
5153         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5154         symbol versioning code.
5155         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5156         feupdateenv.  Remove symbol versioning code.
5157         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5158         fegetexceptflag.  Remove symbol versioning code.
5159         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5160         fesetexceptflag.  Remove symbol versioning code.
5161         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5162         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5163         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5164         (__posix_fadvise64_l32): Remove prototype.
5165         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5166         code.
5167
5168 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5169
5170         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5171         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5172         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5173         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5174
5175 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5176
5177         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5178         current working directory
5179
5180 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5181
5182         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5183         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5184         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5185         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5186         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5187         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5188         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5189         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5190         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5191         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5192         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5193         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5194         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5195         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5196         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5197         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5198         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5199         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5200         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5201         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5202         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5203         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5204         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5205         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5206         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5207         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5208         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5209         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5210         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5211         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5212         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5213         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5214         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5215         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5216         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5217         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5218         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5219         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5220         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5221         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5222         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5223         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5224
5225         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5226         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5227
5228         * sysdeps/unix/sysv/linux/arm/Makefile
5229         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5230         Add rt-aeabi_unwind_cpp_pr1.
5231         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5232         Add nptl-aeabi_unwind_cpp_pr1.
5233         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5234         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5235         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5236         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5237         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5238         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5239
5240         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5241         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5242         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5243         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5244
5245         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5246         Deconditionalize the code that was previously under [RESET_PID].
5247         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5248
5249         * sysdeps/generic/exit-thread.h: New file.
5250         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5251         * include/unistd.h (__exit_thread): Remove declaration.
5252         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5253         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5254         * csu/libc-start.c: Include <exit-thread.h>.
5255         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5256         * nptl/pthread_create.c: Include <exit-thread.h>.
5257         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5258         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5259         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5260         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5261         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5262         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5263         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5264         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5265         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5266         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5267         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5268         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5269         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5270         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5271         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5272         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5273         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5274
5275 2014-05-13  Andreas Schwab  <schwab@suse.de>
5276
5277         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5278
5279 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5280
5281         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5282         (__ASSUME_UTIMES): Do not condition on kernel version.
5283         (__ASSUME_PSELECT): Define unconditionally.
5284         (__ASSUME_PPOLL): Likewise.
5285         (__ASSUME_ATFCTS): Likewise.
5286         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5287         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5288         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5289         (__ASSUME_UTIMENSAT): Define unconditionally.
5290         (__ASSUME_PRIVATE_FUTEX): Likewise.
5291         (__ASSUME_FALLOCATE): Likewise.
5292         (__ASSUME_O_CLOEXEC): Likewise.
5293         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5294         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5295         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5296         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5297         (__ASSUME_IN_NONBLOCK): Likewise.
5298         (__ASSUME_PIPE2): Likewise.
5299         (__ASSUME_EVENTFD2): Likewise.
5300         (__ASSUME_SIGNALFD4): Likewise.
5301         (__ASSUME_DUP3): Likewise.
5302         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5303         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5304         (__ASSUME_AT_RANDOM): Likewise.
5305         (__ASSUME_PREADV): Likewise.
5306         (__ASSUME_PWRITEV): Likewise.
5307         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5308         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5309         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5310         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5311         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5312         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5313         (__ASSUME_O_CLOEXEC): Define unconditionally.
5314         (__ASSUME_PSELECT): Do not undefine conditionally.
5315         (__ASSUME_PPOLL): Likewise.
5316         (__ASSUME_ATFCTS): Likewise.
5317         (__ASSUME_SET_ROBUST_LIST): Likewise.
5318         (__ASSUME_UTIMENSAT): Likewise.
5319         (__ASSUME_FDATASYNC): Define unconditionally.
5320         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5321         (__ASSUME_SIGFRAME_V2): Likewise.
5322         )__ASSUME_EVENTFD2): Likewise.
5323         (__ASSUME_SIGNALFD4): Likewise.
5324         (__ASSUME_PSELECT): Do not undefine conditionally.
5325         (__ASSUME_PPOLL): Likewise.
5326         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5327         (__ASSUME_PSELECT): Define unconditionally.
5328         (__ASSUME_PPOLL): Likewise.
5329         (__ASSUME_O_CLOEXEC): Likewise.
5330         (__ASSUME_SOCK_CLOEXEC): Likewise.
5331         (__ASSUME_IN_NONBLOCK): Likewise.
5332         (__ASSUME_PIPE2): Likewise.
5333         (__ASSUME_EVENTFD2): Likewise.
5334         (__ASSUME_SIGNALFD4): Likewise.
5335         (__ASSUME_DUP3): Likewise.
5336         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5337         (__ASSUME_O_CLOEXEC): Likewise.
5338         (__ASSUME_SOCK_CLOEXEC): Likewise.
5339         (__ASSUME_IN_NONBLOCK): Likewise.
5340         (__ASSUME_PIPE2): Likewise.
5341         (__ASSUME_EVENTFD2): Likewise.
5342         (__ASSUME_SIGNALFD4): Likewise.
5343         (__ASSUME_DUP3): Likewise.
5344         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5345         (__ASSUME_EVENTFD2): Likewise.
5346         (__ASSUME_SIGNALFD4): Likewise.
5347         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5348
5349 2014-05-12  Andreas Schwab  <schwab@suse.de>
5350
5351         [BZ #16932]
5352         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5353         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5354         than maximum RPC packet size.
5355         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5356         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5357         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5358         (_nss_nis_getservbyport_r): Likewise.
5359
5360 2014-05-12  Will Newton  <will.newton@linaro.org>
5361
5362         * malloc/Makefile (tests): Add tst-mallopt.
5363         * malloc/tst-mallopt.c: New file.
5364
5365 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5366
5367         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5368         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5369
5370 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5371
5372         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5373         (tst-tlsmod6.so): Likewise.
5374
5375 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5376
5377         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5378
5379 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5380
5381         [BZ #16064]
5382         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5383         and <dl-procinfo.h>.
5384         (__fegetenv): Save SSE state in envp->__eip if supported.
5385         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5386         envp->__eip if supported.
5387         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5388         and <dl-procinfo.h>.
5389         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5390         __data_offset and __data_selector in environment to 0.  Set SSE
5391         state if supported.
5392         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5393         test-fenv-sse.
5394         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5395         -mfpmath=sse.
5396         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5397
5398 2014-05-09  Will Newton  <will.newton@linaro.org>
5399
5400         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5401         and libc_relro_required for ARM.
5402         * sysdeps/arm/preconfigure: Regenerate.
5403
5404 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5405             Stefan Liebler  <stli@linux.vnet.ibm.com>
5406
5407         * config.make.in (enable-lock-elision): New Makefile variable.
5408         * configure.ac: Likewise.
5409         * configure: Regenerate.
5410         * sysdeps/s390/configure.ac:
5411         Add check for gcc transactions support.
5412         * sysdeps/s390/configure: Regenerate.
5413         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5414         Build elision files if enabled.
5415         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5416         Add lock elision support for s390.
5417         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5418         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5419         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5420         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5421         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5422         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5423         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5424         Likewise.
5425         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5426         Likewise.
5427         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
5428         Likewise.
5429         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
5430         Likewise.
5431         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
5432         (__lll_timedlock_elision, __lll_lock_elision)
5433         (__lll_unlock_elision, __lll_trylock_elision)
5434         (lll_timedlock_elision, lll_lock_elision)
5435         (lll_unlock_elision, lll_trylock_elision): Add.
5436         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
5437         (pthread_mutex_t): Add lock elision support for s390.
5438
5439 2014-05-14  Wilco  <wdijkstr@arm.com>
5440
5441         * sysdeps/arm/fclrexcpt.c: Cleanup.
5442         * sysdeps/arm/fedisblxcpt.c: Cleanup.
5443         * sysdeps/arm/feenablxcpt.c: Cleanup.
5444         * sysdeps/arm/fegetenv.c: Cleanup.
5445         * sysdeps/arm/fegetexcept.c: Cleanup.
5446         * sysdeps/arm/fegetround.c: Cleanup.
5447         * sysdeps/arm/feholdexcpt.c: Cleanup.
5448         * sysdeps/arm/fesetenv.c: Cleanup.
5449         * sysdeps/arm/fesetround.c: Cleanup.
5450         * sysdeps/arm/feupdateenv.c: Cleanup.
5451         * sysdeps/arm/fgetexcptflg.c: Cleanup.
5452         * sysdeps/arm/fraiseexcpt.c: Cleanup.
5453         * sysdeps/arm/fsetexcptflg.c: Cleanup.
5454         * sysdeps/arm/ftestexcept.c: Cleanup.
5455         * sysdeps/arm/get-rounding-mode.h: Cleanup.
5456         * sysdeps/arm/setfpucw.c: Cleanup.
5457
5458 2014-05-09  Will Newton  <will.newton@linaro.org>
5459
5460         * sysdeps/arm/armv7/strcmp.S: New file.
5461         * NEWS: Mention addition of ARMv7 optimized strcmp.
5462
5463 2014-05-08  Roland McGrath  <roland@hack.frob.com>
5464
5465         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
5466         look for %.ac rather than %.in.
5467
5468         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
5469         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
5470         * sysdeps/mach/hurd/configure: Regenerated.
5471         * sysdeps/unix/sysv/linux/configure: Regenerated.
5472
5473         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
5474
5475 2014-05-07  Steve Ellcey  <sellcey@mips.com>
5476
5477         [BZ# 16922]
5478         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
5479         (LONG_SUB): Ditto.
5480         (PTR_SUB): Ditto.
5481
5482 2014-05-07  Andreas Schwab  <schwab@suse.de>
5483
5484         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
5485         when skipping over non-matching result from nscd.
5486
5487 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
5488
5489         [BZ #16876]
5490         * nptl/sockperf.c (client): Check socket return value.
5491
5492         [BZ #16877]
5493         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
5494         nscd security class.
5495
5496 2014-05-06  Roland McGrath  <roland@hack.frob.com>
5497
5498         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
5499         * sysdeps/arm/unwind.h: ... here.
5500
5501 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
5502
5503         [BZ# 16916]
5504         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
5505         Define.
5506
5507 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5508
5509         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
5510         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
5511         multiarch strncpy for PPC64.
5512         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
5513         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
5514         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
5515         multiarch optimizations.
5516         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5517         (__libc_ifunc_impl_list): Likewise.
5518         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
5519         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
5520         multiarch stpncpy for PPC64.
5521         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
5522         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
5523
5524 2014-05-06  Andreas Schwab  <schwab@suse.de>
5525
5526         [BZ #16912]
5527         * gmon/mcount.c (_MCOUNT_DECL): Use
5528         atomic_compare_and_exchange_bool_acq instead of
5529         catomic_compare_and_exchange_bool_acq.
5530
5531 2014-05-05  Roland McGrath  <roland@hack.frob.com>
5532
5533         * elf/Makefile (others, install-bin): Remove pldd.
5534         (pldd-modules): Variable removed.
5535         ($(objpfx)pldd): Target removed.
5536         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
5537         (others, install-bin): Append pldd here.
5538         ($(objpfx)pldd): New target.
5539
5540         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
5541         to 0, so the first #if test emitted later doesn't see it undefined.
5542         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
5543         * sysdeps/gnu/errlist.c: Regenerated.
5544
5545 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5546
5547         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5548         [libc_hidden_builtin_def]: Define to empty value.
5549         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
5550         [libc_hidden_builtin_def]: Likewise.
5551         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
5552         [libc_hidden_builtin_def]: Likewise.
5553         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
5554         [libc_hidden_builtin_def]: Likewise.
5555         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
5556         __redirect_memcpy and define ifunc as default hidden symbol.
5557         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
5558         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
5559
5560 2014-05-04  Adam Conrad  <adconrad@0c3.net>
5561
5562         * locale/iso-4217.def: Reintroduce XDR currency.
5563
5564 2014-05-04  Allan McRae  <allan@archlinux.org>
5565
5566         * po/eo.po: Update Esperanto translation from translation project.
5567
5568 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
5569
5570         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
5571         and FEATURE_INDEX_MAX to 1.
5572         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
5573
5574 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5575
5576         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
5577         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
5578         * iconvdata/big5.c (ONE_DIRECTION): Define.
5579         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
5580         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
5581         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
5582         * iconvdata/cp932.c (ONE_DIRECTION): Define.
5583         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
5584         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
5585         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
5586         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
5587         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
5588         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
5589         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
5590         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
5591         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
5592         * iconvdata/gbk.c (ONE_DIRECTION): Define.
5593         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
5594         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
5595         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
5596         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
5597         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
5598         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
5599         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
5600         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
5601         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
5602         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
5603         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
5604         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
5605         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
5606         * iconvdata/iso646.c (ONE_DIRECTION): Define.
5607         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
5608         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
5609         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
5610         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
5611         * iconvdata/johab.c (ONE_DIRECTION): Define.
5612         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
5613         * iconvdata/sjis.c (ONE_DIRECTION): Define.
5614         * iconvdata/t.61.c (ONE_DIRECTION): Define.
5615         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
5616         * iconvdata/tscii.c (ONE_DIRECTION): Define.
5617         * iconvdata/uhc.c (ONE_DIRECTION): Define.
5618         * iconvdata/unicode.c (ONE_DIRECTION): Define.
5619         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
5620         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
5621         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
5622
5623 2014-05-01  Roland McGrath  <roland@hack.frob.com>
5624
5625         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
5626         (_IO_JUMPS_OFFSET): Define to 0.
5627
5628         * nptl/sysdeps/pthread/bits/libc-lock.h
5629         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5630         (__libc_lock_define_initialized_recursive): Always define using
5631         initializer.  Modern compilers treat uninitialized (implicit zero) and
5632         explicit zero initializers the same (i.e. put the datum in bss).
5633
5634 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5635
5636         * nscd/nscd-client.h: Include <string.h>.
5637
5638 2014-05-01  David S. Miller  <davem@davemloft.net>
5639
5640         [BZ #16885]
5641         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
5642         multiple zero bytes exist at the end of a string.
5643         Reported by Aurelien Jarno <aurelien@aurel32.net>
5644
5645         * string/test-strcmp.c (check): Add explicit test for situations where
5646         there are multiple zero bytes after the first.
5647
5648 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5649
5650         [BZ #16890]
5651         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
5652         when compiling wprintf.
5653         * stdio-common/tstdiomisc.c (t3): New function.
5654         (main): Call it.
5655
5656 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5657
5658         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
5659         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
5660         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
5661         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
5662
5663 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5664
5665         * stdlib/longlong.h: Updated from GCC.
5666
5667 2014-05-01  Will Newton  <will.newton@linaro.org>
5668             Bernard Ogden  <bernie.ogden@linaro.org>
5669
5670         * NEWS: Update fixed bug list.
5671
5672         [BZ #15119]
5673         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
5674
5675 2014-04-30  David S. Miller  <davem@davemloft.net>
5676
5677         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
5678         (libc_feholdexcept_setround_sparc_ctx): New function.
5679         (libc_fesetenv_sparc_ctx): Likewise.
5680         (libc_feupdateenv_sparc_ctx): Likewise.
5681         (libc_feholdsetround_sparc_ctx): Likewise.
5682         (libc_feholdexcept_setround_ctx): Define.
5683         (libc_feholdexcept_setroundf_ctx): Likewise.
5684         (libc_feholdexcept_setroundl_ctx): Likewise.
5685         (libc_fesetenv_ctx): Likewise.
5686         (libc_fesetenvf_ctx): Likewise.
5687         (libc_fesetenvl_ctx): Likewise.
5688         (libc_feupdateenv_ctx): Likewise.
5689         (libc_feupdateenvf_ctx): Likewise.
5690         (libc_feupdateenvl_ctx): Likewise.
5691         (libc_feresetround_ctx): Likewise.
5692         (libc_feresetroundf_ctx): Likewise.
5693         (libc_feresetroundl_ctx): Likewise.
5694         (libc_feholdsetround_ctx): Likewise.
5695         (libc_feholdsetroundf_ctx): Likewise.
5696         (libc_feholdsetroundl_ctx): Likewise.
5697
5698         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5699         with __USE_GNU instead of XOPEN cpp guards.
5700
5701         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
5702         0.
5703
5704         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5705         with XOPEN cpp guards.
5706
5707 2014-04-30  Julian Brown  <julian@codesourcery.com>
5708
5709         [BZ #16888]
5710         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
5711         handling.
5712
5713 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
5714
5715         [BZ #9894]
5716         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
5717         Change to 2.6.32.
5718         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
5719         * sysdeps/unix/sysv/linux/configure: Regenerated.
5720         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
5721         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
5722         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
5723         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
5724         * README: Update reference to required Linux kernel version.
5725         * manual/install.texi (Linux): Update reference to required Linux
5726         kernel headers version.
5727         * INSTALL: Regenerated.
5728
5729         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
5730         header inclusion.
5731         [POSIX] (limits.h): Likewise.
5732         [POSIX] (math.h): Likewise.
5733         [POSIX] (sys/wait.h): Likewise.
5734         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
5735         function.
5736         [POSIX] (stddef.h): Do not allow header inclusion.
5737
5738 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5739
5740         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
5741
5742 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
5743
5744         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
5745         Return immediately after lll_futex_wake.
5746
5747 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5748
5749         [BZ #16791]
5750         * nscd/nscd-client.h (datahead_init_common): Initialize entire
5751         structure.
5752         (datahead_init_pos): Call datahead_init_common early.
5753         (datahead_init_neg): Likewise.
5754
5755         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
5756         datahead_init_neg): New functions.
5757         * nscd/aicache.c (addhstaiX): Use them.
5758         * nscd/grpcache.c (cache_addgr): Likewise.
5759         * nscd/hstcache.c (cache_addhst): Likewise.
5760         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5761         * nscd/netgroupcache.c (do_notfound): Likewise.
5762         (addgetnetgrentX): Likewise.
5763         (addinnetgrX): Likewise.
5764         * nscd/pwdcache.c (cache_addpw): Likewise.
5765         * nscd/servicescache.c (cache_addserv): Likewise.
5766
5767 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5768             Atsushi Onoe  <atsushi@onoe.org>
5769
5770         [BZ #14308]
5771         [BZ #12994]
5772         [BZ #13651]
5773         * resolv/res_query.c (__libc_res_nsearch): Return if at least
5774         one response is valid.
5775         * resolv/res_send.c (send_dg): Check for validity of other
5776         response if the current response is a referral.
5777
5778 2014-04-29  Steve Ellcey  <sellcey@mips.com>
5779
5780         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
5781
5782 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
5783
5784         [BZ #16823]
5785         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
5786         Always divide by positive zero when computing -Inf result.
5787         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
5788         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
5789
5790 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5791
5792         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
5793         FPSCR if value do not change.
5794         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
5795         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
5796         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
5797         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
5798         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
5799         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
5800         function.
5801
5802 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
5803
5804         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
5805         * sysdeps/unix/sysv/linux/hppa: Move directory from
5806         ports/systeps/unix/sysv/linux/hppa.
5807         * README: Update listing for hppa-*-linux-gnu.
5808
5809 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
5810
5811         [BZ #16754]
5812         * manual/stdio.texi (Hook functions): Fix types of stream hook
5813         functions.
5814         [BZ #16854]
5815         * socket/sys/socket.h: Fix typo in comment.
5816
5817 2014-04-28  Wilco  <wdijkstr@arm.com>
5818
5819         * sysdeps/arm/fenv_private.h: New file.
5820         * sysdeps/arm/math_private.h: New file.
5821         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
5822
5823 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
5824
5825         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
5826         with __int128_t.
5827         (La_x86_64_retval): Likewise.
5828
5829 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
5830
5831         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
5832         fpsr if value didn't change.
5833         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
5834         to fpcr if value didn't change.
5835         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
5836         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
5837         fpsr or fpcr if value didn't change.
5838         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
5839         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
5840         fpcr if value didn't change.
5841         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
5842         to fpsr if value didn't change.
5843
5844 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
5845
5846         * nptl/tst-sem3.c: Use test-skeleton.c
5847         (main): Rename to do_test.  Use return instead of
5848         exit.
5849         * nptl/tst-sem4.c: Use test-skeleton.c
5850         (main): Rename to do_test.
5851
5852 2014-04-22  David S. Miller  <davem@davemloft.net>
5853
5854         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
5855         (struct sigaction): New struct member __glibc_reserved0, change
5856         type of sa_flags to int.
5857
5858 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
5859
5860         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
5861         (COUNT_LEADING_ZEROS_0): Define for AArch64.
5862
5863 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5864
5865         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
5866         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
5867
5868 2014-04-22  Will Newton  <will.newton@linaro.org>
5869             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
5870
5871         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
5872         (__longjmp): Add longjmp and longjmp_target SystemTap
5873         probes.
5874         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
5875         (__sigsetjmp): Add setjmp SystemTap probe.
5876
5877 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
5878
5879         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
5880         match manual order.
5881
5882 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5883
5884         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
5885
5886         * sysdeps/powerpc/fpu/fenv_private.h
5887         (libc_feholdexcept_setroundl_ctx): Define to
5888         libc_feholdexcept_setround_ppc_ctx.
5889         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
5890         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
5891         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
5892         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
5893
5894 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5895
5896         * sysdeps/aarch64/math-tests.h: New file.
5897
5898 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
5899
5900         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
5901         New.
5902         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5903         Check and set bit_AVX2_Usable.
5904         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
5905         macro.
5906         (bit_AVX2): Likewise.
5907         (index_AVX2_Usable): Likewise.
5908         (CPUID_AVX2): Likewise.
5909         (HAS_AVX2): Likewise.
5910
5911 2014-04-17  Will Newton  <will.newton@linaro.org>
5912
5913         * manual/setjmp.texi (System V contexts): Add note that
5914         calling setcontext on a context created by a call to a
5915         signal handler is undefined.  Update text to note that
5916         setcontext from a signal handler is possible but not
5917         recommended.
5918
5919         [BZ #16629]
5920         * stdlib/tst-setcontext.c: Include signal.h.
5921         (main): Check that the signal stack before and
5922         after swapcontext is the same.
5923
5924         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
5925         Re-implement to restore registers in user code and avoid
5926         rt_sigreturn system call.
5927
5928 2014-04-17  Wilco  <wdijkstr@arm.com>
5929
5930         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
5931         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
5932         * math/test-fenv.c: Skip exception trap tests on targets which only
5933         support non-stop mode.
5934
5935 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5936             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5937
5938         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
5939         (libc_feholdsetround_aarch64_ctx)
5940         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
5941         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
5942         (libc_feresetround_ctx, libc_feresetroundf_ctx)
5943         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
5944         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
5945         (libc_feresetround_noexl_ctx): Define.
5946
5947 2014-04-16  Richard Henderson  <rth@redhat.com>
5948
5949         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
5950
5951         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
5952         unwind tables.
5953
5954         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
5955         const from the non-libc, non-ldso copy.
5956
5957         * sysdeps/alpha/libm-test-ulps: Regenerate.
5958
5959 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
5960             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5961
5962         * sysdeps/aarch64/fpu/math_private.h: New file.
5963
5964 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5965
5966         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5967
5968 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
5969
5970         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
5971         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
5972         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
5973         Intel MPX bound registers before _dl_profile_fixup.
5974         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
5975         registers after _dl_profile_fixup.  Save and restore bound
5976         registers bnd0/bnd1 when calling _dl_call_pltexit.
5977         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
5978         (LR_BND_OFFSET): Likewise.
5979         (LRV_BND0_OFFSET): Likewise.
5980         (LRV_BND1_OFFSET): Likewise.
5981
5982 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5983
5984         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
5985         to...
5986         * sysdeps/mach/hurd/i386/tls.h: ... here.
5987         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
5988         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
5989         fields.
5990
5991 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5992
5993         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
5994
5995 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5996
5997         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5998
5999 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6000
6001         [BZ #14770]
6002         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6003         * sysdeps/s390/configure: Regenerate.
6004
6005         [BZ #16824]
6006         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6007         Set round-to-nearest internally to reduce error accumulation.
6008
6009 2014-04-16  Alan Modra  <amodra@gmail.com>
6010
6011         [BZ #16740]
6012         [BZ #16619]
6013         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6014         * math/libm-test.inc (frexp_test_data): Add tests.
6015         * NEWS: Update fixed bug list.
6016
6017 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6018
6019         * benchtests/Makefile: Depend on libraries in build directory.
6020         (bench-math): Separate out math tests.
6021         (bench-pthread): Separate out pthread tests.
6022         (bench): Include math and pthread tests.
6023
6024 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6025
6026         [BZ #16831]
6027         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6028         _dl_debug_initialize.
6029
6030         * configure.ac: Remove SELinux header check.
6031         * configure: Regenerate.
6032         * nscd/selinux.c (perms): Array of const char* to permission names.
6033         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6034         default policy. Call string_to_security_class and string_to_av_perm to
6035         translate strings. Enforce default policy and call avs_has_perm with
6036         results of translated strings.
6037
6038 2014-04-13  David S. Miller  <davem@davemloft.net>
6039
6040         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6041
6042 2014-04-12  Allan McRae  <allan@archlinux.org>
6043
6044         [BZ #16838]
6045         * manual/string.texi (Collation Functions): Fix qsort argument
6046         order in example.
6047         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6048
6049 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6050
6051         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6052         Make the test a no-op if there are no exceptions defined.
6053
6054 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6055
6056         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6057         enable-hardcoded-path-in-tests
6058
6059 2014-04-11  Will Newton  <will.newton@linaro.org>
6060
6061         * benchtests/Makefile (extra-objs): Add json-lib.o.
6062         (bench-func): Tidy up JSON output.
6063         * benchtests/bench-skeleton.c: Include json-lib.h.
6064         (main): Use JSON library functions to do output of
6065         benchmark results.
6066         * benchtests/bench-timing-type.c (main): Output the
6067         timing type simply, leaving formatting to the user.
6068         * benchtests/json-lib.c: New file.
6069         * benchtests/json-lib.h: Likewise.
6070
6071 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6072
6073         [BZ #15215]
6074         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6075         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6076         memory barriers.  Add comments.
6077         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6078         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6079         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6080         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6081         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6082         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6083
6084 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6085
6086         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6087         * sysdeps/s390/s390-64/configure.ac: ... this ...
6088         * sysdeps/s390/configure.ac: ... to here.
6089         * sysdeps/s390/s390-32/configure: Delete file.
6090         * sysdeps/s390/s390-64/configure: Delete file.
6091         * sysdeps/s390/configure: Regenerate.
6092
6093 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6094
6095         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6096
6097 2014-04-11  Will Newton  <will.newton@linaro.org>
6098
6099         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6100         to zero if it is not defined elsewhere.  (mtrim): Test
6101         the value of MALLOC_DEBUG with #if rather than #ifdef.
6102
6103 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6104
6105         * benchtests/pthread_once-inputs: New file.
6106         * benchtests/pthread_once-source.c: New file.
6107         * benchtests/README: Update documentation.
6108
6109 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6110             H.J. Lu  <hongjiu.lu@intel.com>
6111
6112         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6113         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6114         * sysdeps/x86_64/configure: Regenerated.
6115         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6116         macro.
6117         (REGISTER_SAVE_RAX): Likewise.
6118         (REGISTER_SAVE_RCX): Likewise.
6119         (REGISTER_SAVE_RDX): Likewise.
6120         (REGISTER_SAVE_RSI): Likewise.
6121         (REGISTER_SAVE_RDI): Likewise.
6122         (REGISTER_SAVE_R8): Likewise.
6123         (REGISTER_SAVE_R9): Likewise.
6124         (REGISTER_SAVE_BND0): Likewise.
6125         (REGISTER_SAVE_BND1): Likewise.
6126         (REGISTER_SAVE_BND2): Likewise.
6127         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6128         bound registers when calling _dl_fixup.
6129
6130 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6131
6132         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6133         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6134         of its definition.
6135         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6136         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6137         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6138         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6139         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6140         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6141         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6142
6143 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6144
6145         [BZ #15514]
6146         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6147         pathconf(_PC_NAME_MAX).
6148
6149 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6150
6151         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6152         Remove macro usage.
6153         (__PTHREAD_SPINS): Move definition to ...
6154         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6155         (__PTHREAD_SPINS): ... here.
6156         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6157         (__PTHREAD_SPIN): Likewise.
6158         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6159         (__PTHREAD_SPIN): Likewise.
6160         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6161         (__PTHREAD_SPIN): Likewise.
6162         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6163         (__PTHREAD_SPIN): Likewise.
6164         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6165         (__PTHREAD_SPIN): Likewise.
6166         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6167         (__PTHREAD_SPIN): Likewise.
6168         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6169         (__PTHREAD_SPIN): Likewise.
6170         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6171         (__PTHREAD_SPIN): Likewise.
6172         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6173         (__PTHREAD_SPIN): Likewise.
6174         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6175         (__PTHREAD_SPIN): Likewise.
6176         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6177         (__PTHREAD_SPIN): Likewise.
6178         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6179         (__PTHREAD_SPIN): Likewise.
6180
6181         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6182         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6183         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6184         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6185         imply folder.
6186         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6187         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6188         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6189         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6190         correct imply path.
6191         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6192         strlen symbol for non multi-arch builds.
6193         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6194         missing hidden_def and weak_alias.
6195
6196 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6197
6198         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6199
6200 2014-04-07  Will Newton  <will.newton@linaro.org>
6201
6202         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6203         and contents.  [!_LIBC] Remove #ifndef and contents.
6204         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6205         * string/memccpy.c (__memccpy): Use ANSI prototype.
6206         * string/memfrob.c (memfrob): Likewise.
6207         * string/strcoll.c (STRCOLL): Likewise.
6208         * string/strlen.c (strlen): Likewise.
6209         * string/strtok.c (STRTOK): Likewise.
6210         * string/strcat.c: Remove unused #include of memcopy.h.
6211         (strcat): Use ANSI prototype.
6212         * string/strchr.c: Remove unused #include of memcopy.h.
6213         (strchr): Use ANSI prototype.
6214         * string/strcmp.c: Remove unused #include of memcopy.h.
6215         (strcmp): Use ANSI prototype.
6216         * string/strcpy.c: Remove unused #include of memcopy.h.
6217         (strcpy): Use ANSI prototype.
6218
6219 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6220
6221         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6222         * config.make.in (config-extra-cppflags): Set it from
6223         libc_extra_cppflags.
6224         * configure.ac (libc_extra_cflags): Make it accumulate over
6225         configure fragments.
6226         (libc_extra_cppflags): New flag.
6227         * configure. Regenerate.
6228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6229         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6230         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6232
6233         [BZ #16815]
6234         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6235         result for FE_DOWNWARD rounding mode.
6236         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6237         Likewise.
6238         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6239
6240 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6241
6242         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6243         in function argument name.
6244
6245 2014-04-03  David Svoboda  <svoboda@cert.org>
6246
6247         [BZ #5666]
6248         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6249         explicitly.
6250
6251 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6252
6253         * elf/dl-unmap-segments.h: New file.
6254         * sysdeps/generic/ldsodefs.h
6255         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6256         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6257         * elf/dl-fptr.c: Likewise.
6258         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6259         * sysdeps/aarch64/tlsdesc.c: Likewise.
6260         * sysdeps/arm/tlsdesc.c: Likewise.
6261         * sysdeps/i386/tlsdesc.c: Likewise.
6262         * sysdeps/tile/dl-runtime.c: Likewise.
6263         * sysdeps/x86_64/tlsdesc.c: Likewise.
6264         * elf/dl-load.h: New file.
6265         * elf/dl-load.c: Include it.
6266         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6267         Macros moved to dl-load.h.
6268         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6269         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6270         Use _dl_unmap_segments in place of __munmap.
6271         Break out segment-mapping loop into ...
6272         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6273
6274 2014-04-03  Will Newton  <will.newton@linaro.org>
6275
6276         * elf/dl-lookup.c (do_lookup_x): Remove comment
6277         referring to nested function and move variable
6278         declarations down to before first use.
6279
6280 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6281
6282         [BZ #16799]
6283         [BZ #16800]
6284         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6285         with 0 numerator.
6286         * math/s_catanf.c (__catanf): Likewise.
6287         * math/s_catanh.c (__catanh): Likewise.
6288         * math/s_catanhf.c (__catanhf): Likewise.
6289         * math/s_catanhl.c (__catanhl): Likewise.
6290         * math/s_catanl.c (__catanl): Likewise.
6291         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6292         by positive zero when computing -Inf result.
6293         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6294         (catanh_test): Likewise.
6295         * sysdeps/i386/fpu/libm-test-ulps: Update.
6296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6297
6298         [BZ #16789]
6299         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6300         instead of using underflowing value in computing result.
6301         * math/s_clog10.c (__clog10): Likewise.
6302         * math/s_clog10f.c (__clog10f): Likewise.
6303         * math/s_clog10l.c (__clog10l): Likewise.
6304         * math/s_clogf.c (__clogf): Likewise.
6305         * math/s_clogl.c (__clogl): Likewise.
6306         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6307         (clog10_test): Likewise.
6308         * sysdeps/i386/fpu/libm-test-ulps: Update.
6309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6310
6311 2014-04-02  Alan Modra  <amodra@gmail.com>
6312
6313         [BZ #16739]
6314         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6315         output when value is near a power of two.  Use int64_t for lx and
6316         remove casts.  Use decimal rather than hex exponent constants.
6317         Don't use long double multiplication when double will suffice.
6318         * math/libm-test.inc (nextafter_test_data): Add tests.
6319         * NEWS: Add 16739 and 16786 to bug list.
6320
6321         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6322
6323         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6324
6325 2014-04-01  Will Newton  <will.newton@linaro.org>
6326
6327         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6328         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6329
6330 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6331
6332         [BZ #13347]
6333         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6334         * nptl/tst-setuid2.c: New file.
6335         * nptl/Makefile (xtests): Add tst-setuid2.
6336
6337 2014-04-01  Alan Modra  <amodra@gmail.com>
6338
6339         [BZ #16786]
6340         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6341
6342 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6343
6344         [BZ #6803]
6345         [BZ #6804]
6346         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6347         set errno as appropriate.
6348         * math/w_scalbf.c (__scalbf): Likewise.
6349         * math/w_scalbl.c (__scalbl): Likewise.
6350         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6351         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6352         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6353         Add more NaN tests.
6354
6355         [BZ #16349]
6356         * math/w_atan2.c: Include <errno.h>.
6357         (__atan2): Set errno for result underflowing to zero.
6358         * math/w_atan2f.c: Include <errno.h>.
6359         (__atan2f): Set errno for result underflowing to zero.
6360         * math/w_atan2l.c: Include <errno.h>.
6361         (__atan2l): Set errno for result underflowing to zero.
6362         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6363         tests.
6364         * math/auto-libm-test-out: Regenerated.
6365
6366 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6367
6368         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6369         Encode instruction correctly in little endian.
6370         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6371         Likewise.
6372         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6373         Likewise.
6374         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6375         Likewise.
6376         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6377         Likewise.
6378
6379 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6380
6381         [BZ #9894]
6382         * sysdeps/unix/sysv/linux/kernel-features.h
6383         [__sparc__ && !__arch64__ && !__sparc_v9__]
6384         (__ASSUME_SET_ROBUST_LIST): Do not define.
6385         [__sparc__ && !__arch64__ && !__sparc_v9__]
6386         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6387         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6388         Likewise.
6389         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6390         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6391         (__ASSUME_REQUEUE_PI): Likewise.
6392         (__ASSUME_SET_ROBUST_LIST): Likewise.
6393         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6394         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6395         Undefine.
6396         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6397         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6398         Likewise.
6399         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6400         Likewise.
6401         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6402         Likewise.
6403         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6404         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6405         Undefine.
6406         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6407         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6408         Likewise.
6409
6410         [BZ #16648]
6411         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6412         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6413         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6414
6415 2014-03-31  Will Newton  <will.newton@linaro.org>
6416
6417         * benchtests/Makefile (bench): Add ffs and ffsll to list
6418         of tests.
6419         * benchtests/ffs-inputs: New file.
6420         * benchtests/ffsll-inputs: Likewise.
6421
6422 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6423
6424         [BZ #16770]
6425         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6426         too large before casting to int.
6427         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
6428         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
6429         * math/libm-test.inc (scalb_test_data): Add more tests.
6430
6431 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6432
6433         * benchtests/Makefile (DETAILED_OPT): New make option.
6434         (bench-func): Run benchmark program with -d if DETAILED_OPT is
6435         set.
6436         * benchtests/bench-skeleton.c: Include stdbool.h.
6437         (main): Store and print timings per input.
6438         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
6439         member to each argument value.
6440         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
6441         (_print_arg_data): Initialize per-input timing to 0.
6442
6443         * benchtests/Makefile (timing-type): New binary.
6444         (bench-clean): Also remove bench-timing-type.
6445         (bench): New target for timing-type.
6446         (bench-func): Print output in JSON format.
6447         * benchtests/bench-skeleton.c (main): Print output in JSON
6448         format.
6449         * benchtests/bench-timing-type.c: New file.
6450         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
6451         (TIMING_PRINT_STATS): Remove.
6452         * benchtests/scripts/bench.py (_print_arg_data): Store variant
6453         name separately.
6454
6455         * benchtests/bench-modf.c: Remove.
6456         * benchtests/modf-inputs: New inputs file.
6457
6458 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
6459
6460         [BZ #16362]
6461         * math/s_clog10.c (M_PI_LOG10E): New macro.
6462         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
6463         imaginary parts are 0.
6464         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
6465         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
6466         imaginary parts are 0.
6467         * math/s_clog10l.c (M_PI_LOG10El): New macro.
6468         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
6469         imaginary parts are 0.
6470         * math/libm-test.inc (clog10_test_data): Update expected results
6471         for when real and imaginary parts are 0.
6472
6473 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
6474
6475         * elf/dl-load.c: Finish conversion of __builtin_expect into
6476         __glibc_{un}likely.
6477
6478 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
6479
6480         [BZ #16348]
6481         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
6482         1+x for argument with exponent below -67.
6483         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
6484         Likewise.
6485         * math/auto-libm-test-in: Add more tests of exp.
6486         * math/auto-libm-test-out: Regenerated.
6487
6488 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6489
6490         [BZ #16759]
6491         * inet/getnetgrent_r.c (get_nonempty_val): New function.
6492         (nscd_getnetgrent): Use it.
6493
6494         [BZ #16760]
6495         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
6496         of stpcpy.
6497
6498 2014-03-27  Andi Kleen  <ak@linux.intel.com>
6499
6500         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
6501         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6502         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6503         (lll_robust_unlock): Remove out of line section. Use cfi
6504         intrinsics.
6505         (LLL_STUB_UNWIND_INFO*): Remove.
6506         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
6507         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6508         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6509         (lll_robust_unlock): Remove out of line section. Use cfi
6510         intrinsics.
6511         (LLL_STUB_UNWIND_INFO*): Remove.
6512
6513 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6514
6515         [BZ #16758]
6516         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
6517         blank values.
6518
6519 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
6520
6521         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
6522
6523 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
6524
6525         [BZ #16198]
6526         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
6527         fnstenv.
6528         * math/test-fenv-preserve.c: New file.
6529         * math/Makefile (tests): Add test-fenv-preserve.
6530
6531 2014-03-26  Will Newton <will.newton@linaro.org>
6532
6533         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
6534
6535 2014-03-25  Roland McGrath  <roland@hack.frob.com>
6536
6537         * scripts/versionlist.awk: Partition the version sets and emit all
6538         GLIBC_* (sorted) before all others (sorted).
6539
6540 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6541
6542         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
6543         GLIBC_2.2.5 version.
6544
6545 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6546
6547         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
6548         calls.
6549
6550         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
6551         previous change.
6552
6553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6554
6555 2014-03-25  Andreas Schwab  <schwab@suse.de>
6556
6557         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
6558         label to be used after in6ailist is initialized.
6559
6560 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6561
6562         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6563         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6564
6565 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6566
6567         [BZ #16357]
6568         [BZ #16599]
6569         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
6570         min_plus_half.
6571         (fp_formats): Update initializers.
6572         (init_fp_formats): Initialize new field.
6573         (output_for_one_input_case): Allow underflow for results up to
6574         min_plus_half.
6575         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
6576         * math/auto-libm-test-in: Don't mark some underflows from asin and
6577         atanh as spurious.
6578         * math/auto-libm-test-out: Regenerated.
6579         * sysdeps/i386/fpu/libm-test-ulps: Update.
6580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6581
6582 2014-03-25  Andreas Schwab  <schwab@suse.de>
6583
6584         * libio/Makefile (tst-ftell-partial-wide-ENV)
6585         (tst-ftell-active-handler-ENV): Define.
6586
6587 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
6588
6589         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
6590
6591 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6592
6593         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
6594
6595 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6596
6597         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
6598         * sysdeps/x86_64/fpu/multiarch/e_exp.c
6599         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
6600
6601 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6602
6603         [BZ #16634]
6604         * elf/dl-load.c (open_verify): Add mode parameter.
6605         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
6606         (open_path): Change from boolean 'secure' to complete flag 'mode'
6607         (_dl_map_object): Adjust.
6608         * elf/Makefile (tests): Add tst-dlopen-aout.
6609         * elf/tst-dlopen-aout.c: New test.
6610
6611 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
6612
6613         [BZ #16714]
6614         * sysdeps/unix/sysv/linux/s390/bits/stat.h
6615         (struct stat): Rename member pad0 to __glibc_reserved0.
6616
6617         [BZ #16712]
6618         * sysdeps/s390/s390-32/bits/wordsize.h
6619         (__WORDSIZE32_SIZE_ULONG): New define.
6620         * sysdeps/s390/s390-64/bits/wordsize.h
6621         (__WORDSIZE32_SIZE_ULONG): Likewise.
6622         * sysdeps/generic/stdint.h (SIZE_MAX):
6623         Define as UL if __WORDSIZE32_SIZE_ULONG.
6624
6625         [BZ #16713]
6626         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
6627         (__glibc_reserved0): New variable.
6628         (sa_flags): Change type to int.
6629
6630         * posix/Makefile (before-compile): Use += before-compile instead
6631         of a :=.
6632
6633         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6634         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6635
6636 2014-03-20  Andreas Schwab  <schwab@suse.de>
6637
6638         [BZ #16743]
6639         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
6640         non-matching result from nscd.
6641
6642 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6643
6644         * scripts/bench.py: Moved to ...
6645         * benchtests/scripts/bench.py: ... here.
6646         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
6647
6648 2014-03-24  Andreas Schwab  <schwab@suse.de>
6649
6650         [BZ #16002]
6651         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
6652         alloca_account and account alloca use for struct in6ailist.
6653
6654 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6655
6656         [BZ #16284]
6657         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
6658         rounding mode to recompute results that overflow to infinity or
6659         underflow to zero.
6660         * math/auto-libm-test-in: Don't mark tests as expected to fail for
6661         bug 16284.
6662         * math/auto-libm-test-out: Regenerated.
6663         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
6664         (ccosh_test): Likewise.
6665         (csin_test_data): Use plus_oflow.
6666         (csin_test): Use ALL_RM_TEST.
6667         (csinh_test_data): Use plus_oflow.
6668         (csinh_test): Use ALL_RM_TEST.
6669         * sysdeps/i386/fpu/libm-test-ulps: Update.
6670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6671
6672 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
6673
6674         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
6675         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
6676         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
6677
6678         [BZ #16731]
6679         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
6680         when x - 1 is zero.
6681         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6682         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6683         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
6684         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
6685         argument is 1.
6686         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
6687         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
6688         zero.
6689         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
6690         * sysdeps/i386/fpu/libm-test-ulps: Update.
6691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6692
6693 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6694
6695         * scripts/bench.pl: Remove file.
6696         * scripts/bench.py: New benchmark script.
6697         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
6698         * benchtests/README: Mention python dependency.
6699         * scripts/pylintrc: New file.
6700         * scripts/pylint: New file.
6701
6702         * bits/mathdef.h: Use #ifdef instead of #if.
6703         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
6704         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6705         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
6706         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6707         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
6708         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6709
6710 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6711             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6712
6713         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
6714         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
6715         and strpbrk-ppc64 objects.
6716         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6717         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
6718         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
6719         multiarch strpbrk for POWER7.
6720         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
6721         multiarch strpbrk for PPC64.
6722         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
6723         ifunc selector.
6724         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
6725         strpbrk for POWER7.
6726
6727 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6728
6729         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
6730         (atan_test): Likewise.
6731         (atanh_test_data): Use NO_TEST_INLINE for two tests.
6732         (atanh_test): Use ALL_RM_TEST.
6733         (atan2_test_data): Likewise.
6734         (cabs_test): Likewise.
6735         (cacosh_test): Likewise.
6736         (carg_test): Likewise.
6737         (casin_test): Likewise.
6738         (casinh_test): Likewise.
6739         (cbrt_test): Likewise.
6740         (csqrt_test): Likewise.
6741         (erf_test): Likewise.
6742         (erfc_test): Likewise.
6743         (pow10_test): Likewise.
6744         (exp2_test): Likewise.
6745         (hypot_test): Likewise.
6746         (j0_test): Likewise.
6747         (j1_test): Likewise.
6748         (lgamma_test): Likewise.
6749         (gamma_test): Likewise.
6750         (sincos_test): Likewise.
6751         (tanh_test): Likewise.
6752         (y0_test): Likewise.
6753         (y1_test): Likewise.
6754         * sysdeps/i386/fpu/libm-test-ulps: Update.
6755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6756
6757 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6758
6759         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
6760         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6761         and strcspn-ppc64 objects.
6762         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6763         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
6764         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
6765         multiarch strcspn for POWER7.
6766         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
6767         multiarch strcspn for PPC64.
6768         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
6769         ifunc selector.
6770         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
6771         strcspn for POWER7.
6772
6773 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6774
6775         * math/gen-libm-test.pl (generate_testfile): Expect only function
6776         name as argument to AUTO_TESTS_* and pass results for all rounding
6777         modes to parse_args.
6778         (parse_auto_input): Separate inputs of automatic tests from
6779         outputs before storing in %auto_tests.
6780         * math/libm-test.inc (acos_test_data): Update call to
6781         AUTO_TESTS_f_f.
6782         (acos_test): Use ALL_RM_TEST.
6783         (acos_tonearest_test_data): Remove.
6784         (acos_test_tonearest): Likewise.
6785         (acos_towardzero_test_data): Likewise.
6786         (acos_test_towardzero): Likewise.
6787         (acos_downward_test_data): Likewise.
6788         (acos_test_downward): Likewise.
6789         (acos_upward_test_data): Likewise.
6790         (acos_test_upward): Likewise.
6791         (acosh_test_data): Update call to AUTO_TESTS_f_f.
6792         (asin_test_data): Likewise.
6793         (asin_test): Use ALL_RM_TEST.
6794         (asin_tonearest_test_data): Remove.
6795         (asin_test_tonearest): Likewise.
6796         (asin_towardzero_test_data): Likewise.
6797         (asin_test_towardzero): Likewise.
6798         (asin_downward_test_data): Likewise.
6799         (asin_test_downward): Likewise.
6800         (asin_upward_test_data): Likewise.
6801         (asin_test_upward): Likewise.
6802         (asinh_test_data): Update call to AUTO_TESTS_f_f.
6803         (atan_test_data): Likewise.
6804         (atanh_test_data): Likewise.
6805         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
6806         (cabs_test_data): Update call to AUTO_TESTS_c_f.
6807         (carg_test_data): Likewise.
6808         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
6809         (ccos_test_data): Update call to AUTO_TESTS_c_c.
6810         (ccosh_test_data): Likewise.
6811         (cexp_test_data): Likewise.
6812         (clog_test_data): Likewise.
6813         (clog10_test_data): Likewise.
6814         (cos_test_data): Update call to AUTO_TESTS_f_f.
6815         (cos_test): Use ALL_RM_TEST.
6816         (cos_tonearest_test_data): Remove.
6817         (cos_test_tonearest): Likewise.
6818         (cos_towardzero_test_data): Likewise.
6819         (cos_test_towardzero): Likewise.
6820         (cos_downward_test_data): Likewise.
6821         (cos_test_downward): Likewise.
6822         (cos_upward_test_data): Likewise.
6823         (cos_test_upward): Likewise.
6824         (cosh_test_data): Update call to AUTO_TESTS_f_f.
6825         (cosh_test): Use ALL_RM_TEST.
6826         (cosh_tonearest_test_data): Remove.
6827         (cosh_test_tonearest): Likewise.
6828         (cosh_towardzero_test_data): Likewise.
6829         (cosh_test_towardzero): Likewise.
6830         (cosh_downward_test_data): Likewise.
6831         (cosh_test_downward): Likewise.
6832         (cosh_upward_test_data): Likewise.
6833         (cosh_test_upward): Likewise.
6834         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
6835         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
6836         (ctan_test_data): Likewise.
6837         (ctan_test): Use ALL_RM_TEST.
6838         (ctan_tonearest_test_data): Remove.
6839         (ctan_test_tonearest): Likewise.
6840         (ctan_towardzero_test_data): Likewise.
6841         (ctan_test_towardzero): Likewise.
6842         (ctan_downward_test_data): Likewise.
6843         (ctan_test_downward): Likewise.
6844         (ctan_upward_test_data): Likewise.
6845         (ctan_test_upward): Likewise.
6846         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
6847         (ctanh_test): Use ALL_RM_TEST.
6848         (ctanh_tonearest_test_data): Remove.
6849         (ctanh_test_tonearest): Likewise.
6850         (ctanh_towardzero_test_data): Likewise.
6851         (ctanh_test_towardzero): Likewise.
6852         (ctanh_downward_test_data): Likewise.
6853         (ctanh_test_downward): Likewise.
6854         (ctanh_upward_test_data): Likewise.
6855         (ctanh_test_upward): Likewise.
6856         (erf_test_data): Update call to AUTO_TESTS_f_f.
6857         (erfc_test_data): Likewise.
6858         (exp_test_data): Likewise.
6859         (exp_test): Use ALL_RM_TEST.
6860         (exp_tonearest_test_data): Remove.
6861         (exp_test_tonearest): Likewise.
6862         (exp_towardzero_test_data): Likewise.
6863         (exp_test_towardzero): Likewise.
6864         (exp_downward_test_data): Likewise.
6865         (exp_test_downward): Likewise.
6866         (exp_upward_test_data): Likewise.
6867         (exp_test_upward): Likewise.
6868         (exp10_test_data): Update call to AUTO_TESTS_f_f.
6869         (exp10_test): Use ALL_RM_TEST.
6870         (exp10_tonearest_test_data): Remove.
6871         (exp10_test_tonearest): Likewise.
6872         (exp10_towardzero_test_data): Likewise.
6873         (exp10_test_towardzero): Likewise.
6874         (exp10_downward_test_data): Likewise.
6875         (exp10_test_downward): Likewise.
6876         (exp10_upward_test_data): Likewise.
6877         (exp10_test_upward): Likewise.
6878         (exp2_test_data): Update call to AUTO_TESTS_f_f.
6879         (expm1_test_data): Likewise.
6880         (expm1_test): Use ALL_RM_TEST.
6881         (expm1_tonearest_test_data): Remove.
6882         (expm1_test_tonearest): Likewise.
6883         (expm1_towardzero_test_data): Likewise.
6884         (expm1_test_towardzero): Likewise.
6885         (expm1_downward_test_data): Likewise.
6886         (expm1_test_downward): Likewise.
6887         (expm1_upward_test_data): Likewise.
6888         (expm1_test_upward): Likewise.
6889         (fma_test_data): Update call to AUTO_TESTS_fff_f.
6890         (fma_test): Use ALL_RM_TEST.
6891         (fma_towardzero_test_data): Remove.
6892         (fma_test_towardzero): Likewise.
6893         (fma_downward_test_data): Likewise.
6894         (fma_test_downward): Likewise.
6895         (fma_upward_test_data): Likewise.
6896         (fma_test_upward): Likewise.
6897         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
6898         (j0_test_data): Update call to AUTO_TESTS_f_f.
6899         (j1_test_data): Likewise.
6900         (jn_test_data): Update call to AUTO_TESTS_if_f.
6901         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
6902         (log_test_data): Update call to AUTO_TESTS_f_f.
6903         (log10_test_data): Likewise.
6904         (log1p_test_data): Likewise.
6905         (log2_test_data): Likewise.
6906         (pow_test_data): Update call to AUTO_TESTS_ff_f.
6907         (pow_tonearest_test_data): Likewise.
6908         (sin_test_data): Update call to AUTO_TESTS_f_f.
6909         (sin_test): Use ALL_RM_TEST.
6910         (sin_tonearest_test_data): Remove.
6911         (sin_test_tonearest): Likewise.
6912         (sin_towardzero_test_data): Likewise.
6913         (sin_test_towardzero): Likewise.
6914         (sin_downward_test_data): Likewise.
6915         (sin_test_downward): Likewise.
6916         (sin_upward_test_data): Likewise.
6917         (sin_test_upward): Likewise.
6918         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
6919         (sinh_test_data): Update call to AUTO_TESTS_f_f.
6920         (sinh_test): Use ALL_RM_TEST.
6921         (sinh_tonearest_test_data): Remove.
6922         (sinh_test_tonearest): Likewise.
6923         (sinh_towardzero_test_data): Likewise.
6924         (sinh_test_towardzero): Likewise.
6925         (sinh_downward_test_data): Likewise.
6926         (sinh_test_downward): Likewise.
6927         (sinh_upward_test_data): Likewise.
6928         (sinh_test_upward): Likewise.
6929         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
6930         (sqrt_test): Use ALL_RM_TEST.
6931         (sqrt_tonearest_test_data): Remove.
6932         (sqrt_test_tonearest): Likewise.
6933         (sqrt_towardzero_test_data): Likewise.
6934         (sqrt_test_towardzero): Likewise.
6935         (sqrt_downward_test_data): Likewise.
6936         (sqrt_test_downward): Likewise.
6937         (sqrt_upward_test_data): Likewise.
6938         (sqrt_test_upward): Likewise.
6939         (tan_test_data): Update call to AUTO_TESTS_f_f.
6940         (tan_test): Use ALL_RM_TEST.
6941         (tan_tonearest_test_data): Remove.
6942         (tan_test_tonearest): Likewise.
6943         (tan_towardzero_test_data): Likewise.
6944         (tan_test_towardzero): Likewise.
6945         (tan_downward_test_data): Likewise.
6946         (tan_test_downward): Likewise.
6947         (tan_upward_test_data): Likewise.
6948         (tan_test_upward): Likewise.
6949         (tanh_test_data): Update call to AUTO_TESTS_f_f.
6950         (tgamma_test_data): Likewise.
6951         (y0_test_data): Likewise.
6952         (y1_test_data): Likewise.
6953         (yn_test_data): Update call to AUTO_TESTS_if_f.
6954         (main): Do not call removed functions.
6955
6956 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6957
6958         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
6959         (ldexp_test_data): Remove.
6960         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
6961         scalbn_test_data.
6962         (scalb_test): Use ALL_RM_TEST.
6963
6964 2014-03-19  Andreas Schwab  <schwab@suse.de>
6965
6966         * nscd/nscd.service: Also invalidate netgroup cache on reload.
6967
6968 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6969
6970         [BZ #16649]
6971         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6972         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
6973         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
6974         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6975         (__ASSUME_PREADV): Undefine.
6976         (__ASSUME_PWRITEV): Likewise.
6977
6978 2014-03-18  Roland McGrath  <roland@hack.frob.com>
6979
6980         * bits/mman-linux.h: Add comment about non-Linux use.
6981         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
6982         bits/mman-linux.h resting place.
6983
6984         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
6985         * bits/mman-linux.h: ... here.
6986
6987 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6988
6989         * conform/conformtest.pl: Add standard definition when calling C
6990         preprocessor on data files.
6991         (checknamespace): Remove unused variable.
6992
6993 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
6994
6995         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
6996         minus_oflow, plus_uflow and minus_uflow in expected results.
6997         * math/libm-test.inc (scalbn_test_data): Add more tests of
6998         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
6999         minus_uflow.
7000         (scalbn_test): Use ALL_RM_TEST.
7001         (scalbln_test_data): Add more tests of negative arguments.  Use
7002         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7003         (scalbln_test): Use ALL_RM_TEST.
7004
7005 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7006
7007         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7008
7009 2014-03-18  Will Newton  <will.newton@linaro.org>
7010
7011         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7012         inaccurate comment.
7013
7014 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7015
7016         * Makerules [!subdir] (check-abi): Exit with error status if a
7017         test failed.
7018
7019 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7020
7021         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7022         for rint.  Include results for all rounding modes.
7023         (nearbyint_test): Use ALL_RM_TEST.
7024         (rint_test_data): Include all tests used for nearbyint.
7025
7026 2014-03-17  Will Newton  <will.newton@linaro.org>
7027
7028         * nptl/sysdeps/pthread/pthread.h: Revert previous
7029         change.
7030
7031         * sysdeps/generic/ldsodefs.h: Revert previous
7032         change.
7033
7034         * libio/genops.c: Revert previous change.
7035         * libio/libioP.h: Likewise.
7036         * stdio-common/vfprintf.c: Likewise.
7037
7038         * sysdeps/generic/math_private.h: Revert previous
7039         change.
7040
7041         * sysdeps/generic/math_private.h: Check whether
7042         HAVE_RM_CTX is defined with #ifdef rather
7043         than #if.
7044
7045         * argp/argp-fmtstream.h: Check whether
7046         __STRICT_ANSI__ is defined with #ifdef rather
7047         than #if.
7048         * argp/argp.h: Likewise.
7049
7050         * libio/genops.c: Check whether
7051         _IO_JUMPS_OFFSET is defined with #ifdef rather
7052         than #if.
7053         * libio/libioP.h: Likewise.
7054         * stdio-common/vfprintf.c: Likewise.
7055
7056         * sysdeps/generic/ldsodefs.h: Check whether
7057         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7058         than #if.
7059
7060         * nptl/sysdeps/pthread/pthread.h: Check
7061         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7062         its value.
7063
7064 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7065
7066         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7067         setting O_APPEND.
7068         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7069         test case.
7070
7071         [BZ #16680]
7072         * libio/fileops.c (_IO_file_open): Seek to end of file but
7073         don't cache the offset.
7074         (get_file_offset): Remove function.
7075         (do_ftell): Use cached offset when available.
7076         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7077         don't cache the offset.
7078         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7079         case.
7080         (do_one_test): Call it.
7081         (do_ftell_test): Fix up expected old offset for a+ mode.
7082         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7083         available.
7084
7085         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7086         up test status with function return status.
7087         (do_write_test): Likewise.
7088         (do_append_test): Likewise.
7089
7090         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7091         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7092         Remove.
7093
7094 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7095
7096         * math/gen-libm-test.pl (parse_args): Handle results specified for
7097         each rounding mode separately.
7098         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7099         tests and results from lrint_tonearest_test_data,
7100         lrint_towardzero_test_data, lrint_downward_test_data and
7101         lrint_upward_test_data.
7102         (lrint_test): Use ALL_RM_TEST.
7103         (lrint_tonearest_test_data): Remove.
7104         (lrint_test_tonearest): Likewise.
7105         (lrint_towardzero_test_data): Likewise.
7106         (lrint_test_towardzero): Likewise.
7107         (lrint_downward_test_data): Likewise.
7108         (lrint_test_downward): Likewise.
7109         (lrint_upward_test_data): Likewise.
7110         (lrint_test_upward): Likewise.
7111         (llrint_test_data): Merge in per-rounding-mode tests and results
7112         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7113         llrint_downward_test_data and llrint_upward_test_data.
7114         (llrint_test): Use ALL_RM_TEST.
7115         (llrint_tonearest_test_data): Remove.
7116         (llrint_test_tonearest): Likewise.
7117         (llrint_towardzero_test_data): Likewise.
7118         (llrint_test_towardzero): Likewise.
7119         (llrint_downward_test_data): Likewise.
7120         (llrint_test_downward): Likewise.
7121         (llrint_upward_test_data): Likewise.
7122         (llrint_test_upward): Likewise.
7123         (rint_test_data): Merge in per-rounding-mode tests and results
7124         from rint_tonearest_test_data, rint_towardzero_test_data,
7125         rint_downward_test_data and rint_upward_test_data.  Add
7126         per-rounding-mode results for tests not in those arrays.
7127         (rint_test): Use ALL_RM_TEST.
7128         (rint_tonearest_test_data): Remove.
7129         (rint_test_tonearest): Likewise.
7130         (rint_towardzero_test_data): Likewise.
7131         (rint_test_towardzero): Likewise.
7132         (rint_downward_test_data): Likewise.
7133         (rint_test_downward): Likewise.
7134         (rint_upward_test_data): Likewise.
7135         (rint_test_upward): Likewise.
7136         (main): Don't call removed functions.
7137
7138 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7139
7140         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7141         "Compiled on ..." crapola.  It is anti-useful.
7142
7143 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7144
7145         * scripts/evaluate-test.sh: Handle fourth argument to determine
7146         whether test run should stop on failure.
7147         * Makeconfig (stop-on-test-failure): New variable.
7148         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7149         $(stop-on-test-failure).
7150         * Makefile (tests): Give a summary of results from testing and
7151         exit with failure status if they include an ERROR or FAIL.
7152         (xtests): Likewise.
7153         * manual/install.texi (Configuring and compiling): Mention
7154         stop-on-test-failure=y.
7155         * INSTALL: Regenerated.
7156
7157 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7158
7159         * scripts/versionlist.awk: New file.
7160         * Makerules [$(build-shared) = yes]
7161         (postclean-generated): Add Versions.def, not Versions.def.v and
7162         Versions.def.v.i.
7163         ($(common-objpfx)Versions.def.v.i): Target removed.
7164         ($(common-objpfx)Versions.def): New target.
7165         ($(common-objpfx)Versions.all): Depend on that rather that
7166         $(common-objpfx)Versions.def.v.
7167         * Versions.def: File removed.
7168
7169         * Makeconfig (+gccwarn): Add -Wundef.
7170         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7171         a dl-sysdep.h breaking its contract.
7172         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7173         * include/stackinfo.h: New file.
7174         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7175         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7176         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7177         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7178         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7179         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7180         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7181         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7182         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7183         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7184         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7185         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7186         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7187         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7188         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7189
7190 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7191
7192         [BZ #16707]
7193         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7194         implementation.
7195         * math/libm-test.inc (round_test_data): Add more tests.
7196
7197         [BZ #16706]
7198         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7199         implementation.
7200         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7201
7202         [BZ #16701]
7203         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7204         implementation.
7205         * math/libm-test.inc (ceil_test_data): Add more tests.
7206
7207         * math/libm-test.inc (trunc_test_data): Add more tests related to
7208         BZ#16414.
7209
7210 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7211
7212         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7213         with #if rather than #ifdef.
7214         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7215
7216 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7217
7218         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7219         first.  Disable AVX-512 GCC support if assembler doesn't support
7220         it.
7221         * sysdeps/x86_64/configure: Regenerated.
7222
7223 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7224
7225         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7226         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7227         (__old_pthread_attr_setstack): Likewise.
7228         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7229         [!_STACK_GROWS_DOWN]: Likewise.
7230
7231 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7232
7233         * config.make.in (have-bash2): Delete.
7234         * configure.ac (libc_cv_have_bash2): Delete.
7235         * configure: Regenerate.
7236         * elf/Makefile (common-ldd-rewrite): Rename to ...
7237         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7238         (sh-ldd-rewrite): Delete.
7239         (bash-ldd-rewrite): Delete.
7240         (have-bash2): Delete checks.
7241         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7242         ldd-rewrite.
7243
7244         * config.make.in (have-ksh): Delete.
7245         (KSH): Delete.
7246         * configure.ac (libc_cv_have_ksh): Delete.
7247         * configure: Regenerate.
7248
7249         * elf/Makefile: Delete $(have-ksh) check.
7250         ($(objpfx)sotruss): Change KSH to BASH.
7251         * elf/sotruss.ksh: Rename to ...
7252         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7253         function style to match POSIX.  Drop ksh vim mode setting.
7254
7255         * manual/time.texi (Specifying the Time Zone with TZ): Change
7256         Tuesday to Thursday.
7257
7258         * debug/tst-longjmp_chk2.c: Update header comment.
7259         (stackoverflow_handler): Add comment.  Call assert on pass value.
7260
7261 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7262
7263         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7264         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7265         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7266         (La_x86_64_vector): Add zmm.
7267         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7268         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7269         ($(objpfx)tst-audit10): New target.
7270         ($(objpfx)tst-audit10.out): Likewise.
7271         (tst-audit10-ENV): New.
7272         (AVX512-CFLAGS): Likewise.
7273         (CFLAGS-tst-audit10.c): Likewise.
7274         (CFLAGS-tst-auditmod10a.c): Likewise.
7275         (CFLAGS-tst-auditmod10b.c): Likewise.
7276         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7277         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7278         * sysdeps/x86_64/configure: Regenerated.
7279         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7280         AVX-512 zmm register support.
7281         (_dl_x86_64_save_sse): Likewise.
7282         (_dl_x86_64_restore_sse): Likewise.
7283         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7284         size vector registers.
7285         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7286         (ZMM_SIZE): Likewise.
7287         * sysdeps/x86_64/tst-audit10.c: New file.
7288         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7289         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7290
7291 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7292
7293         * configure.ac (HAVE_EHDR_START): New check.
7294         * configure: Regenerated.
7295         * config.h.in (HAVE_EHDR_START): New #undef.
7296         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7297         assuming the lowest-addressed segment maps the start of the file.
7298
7299 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7300
7301         * INSTALL: Regenerated.
7302
7303 2014-03-13  Will Newton  <will.newton@linaro.org>
7304
7305         * manual/setjmp.texi (System V contexts): Improve
7306         clarity and grammar of documentation.
7307
7308 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7309
7310         [BZ #16381]
7311         * elf/Makefile (tests): Add tst-pie2.
7312         (tests-pie): Add tst-pie2.
7313         * elf/tst-pie2.c: New file.
7314         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7315         for ET_EXEC.
7316         * elf/rtld.c (map_doit): Load executable as lt_executable.
7317         (dl_main): Likewise.
7318
7319 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7320
7321         [BZ #16642]
7322         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7323         (__ASSUME_PSELECT): Undefine.
7324
7325 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7326
7327         [BZ #16689]
7328         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7329         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7330         static build.
7331         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7332         selector for static builds.
7333
7334 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7335
7336         [BZ #16695]
7337         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7338         key in the buffer.
7339
7340 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7341
7342         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7343         IFUNC selector for static builds.
7344
7345 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7346
7347         * sysdeps/mips/math_private.h [__mips_hard_float]
7348         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7349         libc_feresetround_mips_ctx.
7350         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7351         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7352         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7353
7354         [BZ #16677]
7355         * math/s_nextafter.c (__nextafter): Do not return value from
7356         overflowing computation.
7357         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7358         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7359         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7360         Likewise.
7361         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7362         Likewise.
7363         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7364         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7365
7366 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7367
7368         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7369         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7370         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7371         the new mov targetting sp.
7372
7373 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7374
7375         [BZ #16683]
7376         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7377         Define it for static builds as well.
7378         (NO_BZERO_IMPL): Likewise.
7379
7380 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7381
7382         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7383         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7384         multiarch strspn for PPC64.
7385         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7386         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7387         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7388         (__libc_ifunc_impl_list): Likewise.
7389         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7390         multiarch optimizations
7391         * string/strspn.c (strspn): Using macro to redefine symbol name.
7392
7393 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7394             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7395
7396         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7397         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7398         multiarch strncat for PPC64.
7399         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7400         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
7401         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7402         (__libc_ifunc_impl_list): Likewise.
7403         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
7404         multiarch optimizations
7405
7406 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7407
7408         [BZ #16639]
7409         * nscd/nscd.service: Make service type forking.
7410
7411 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7412
7413         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7414         sign in non default rounding modes.
7415         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7416
7417 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7418
7419         * math/libm-test.inc (ALL_RM_TEST): New macro.
7420         (ceil_test): Use ALL_RM_TEST.
7421         (cimag_test): Likewise.
7422         (conj_test): Likewise.
7423         (copysign_test): Likewise.
7424         (cproj_test): Likewise.
7425         (creal_test): Likewise.
7426         (fabs_test): Likewise.
7427         (floor_test): Likewise.
7428         (fmax_test): Likewise.
7429         (fmin_test): Likewise.
7430         (fmod_test): Likewise.
7431         (fpclassify_test): Likewise.
7432         (frexp_test): Likewise.
7433         (ilogb_test): Likewise.
7434         (isfinite_test): Likewise.
7435         (finite_test): Likewise.
7436         (isgreater_test): Likewise.
7437         (isgreaterequal_test): Likewise.
7438         (isinf_test): Likewise.
7439         (isless_test): Likewise.
7440         (islessequal_test): Likewise.
7441         (islessgreater_test): Likewise.
7442         (isnan_test): Likewise.
7443         (isnormal_test): Likewise.
7444         (issignaling_test): Likewise.
7445         (isunordered_test): Likewise.
7446         (logb_test): Likewise.
7447         (logb_downward_test_data): Remove.
7448         (logb_test_downward): Likewise.
7449         (lround_test): Use ALL_RM_TEST.
7450         (llround_test): Likewise.
7451         (modf_test): Likewise.
7452         (nexttoward_test): Likewise.
7453         (remainder_test): Likewise.
7454         (drem_test): Likewise.
7455         (remainder_tonearest_test_data): Likewise.
7456         (remainder_test_tonearest): Likewise.
7457         (drem_test_tonearest): Likewise.
7458         (remainder_towardzero_test_data): Likewise.
7459         (remainder_test_towardzero): Likewise.
7460         (drem_test_towardzero): Likewise.
7461         (remainder_downward_test_data): Likewise.
7462         (remainder_test_downward): Likewise.
7463         (drem_test_downward): Likewise.
7464         (remainder_upward_test_data): Likewise.
7465         (remainder_test_upward): Likewise.
7466         (drem_test_upward): Likewise.
7467         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
7468         (round_test): Use ALL_RM_TEST.
7469         (signbit_test): Likewise.
7470         (trunc_test): Likewise.
7471         (significand_test): Likewise.
7472         (main): Don't call removed functions.
7473
7474 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7475
7476         [BZ #16674]
7477         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
7478         || __USE_XOPEN2K8].
7479         (ILL_ILLOPN): Likewise.
7480         (ILL_ILLADR): Likewise.
7481         (ILL_ILLTRP): Likewise.
7482         (ILL_PRVOPC): Likewise.
7483         (ILL_PRVREG): Likewise.
7484         (ILL_COPROC): Likewise.
7485         (ILL_BADSTK): Likewise.
7486         (FPE_INTDIV): Likewise.
7487         (FPE_INTOVF): Likewise.
7488         (FPE_FLTDIV): Likewise.
7489         (FPE_FLTOVF): Likewise.
7490         (FPE_FLTUND): Likewise.
7491         (FPE_FLTRES): Likewise.
7492         (FPE_FLTINV): Likewise.
7493         (FPE_FLTSUB): Likewise.
7494         (SEGV_MAPERR): Likewise.
7495         (SEGV_ACCERR): Likewise.
7496         (BUS_ADRALN): Likewise.
7497         (BUS_ADRERR): Likewise.
7498         (BUS_OBJERR): Likewise.
7499         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7500         (TRAP_TRACE): Likewise.
7501         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7502         __USE_XOPEN2K8].
7503         (CLD_KILLED): Likewise.
7504         (CLD_DUMPED): Likewise.
7505         (CLD_TRAPPED): Likewise.
7506         (CLD_STOPPED): Likewise.
7507         (CLD_CONTINUED): Likewise.
7508         (POLL_IN): Likewise.
7509         (POLL_OUT): Likewise.
7510         (POLL_MSG): Likewise.
7511         (POLL_ERR): Likewise.
7512         (POLL_PRI): Likewise.
7513         (POLL_HUP): Likewise.
7514         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
7515         Likewise.
7516         (ILL_ILLOPN): Likewise.
7517         (ILL_ILLADR): Likewise.
7518         (ILL_ILLTRP): Likewise.
7519         (ILL_PRVOPC): Likewise.
7520         (ILL_PRVREG): Likewise.
7521         (ILL_COPROC): Likewise.
7522         (ILL_BADSTK): Likewise.
7523         (FPE_INTDIV): Likewise.
7524         (FPE_INTOVF): Likewise.
7525         (FPE_FLTDIV): Likewise.
7526         (FPE_FLTOVF): Likewise.
7527         (FPE_FLTUND): Likewise.
7528         (FPE_FLTRES): Likewise.
7529         (FPE_FLTINV): Likewise.
7530         (FPE_FLTSUB): Likewise.
7531         (SEGV_MAPERR): Likewise.
7532         (SEGV_ACCERR): Likewise.
7533         (BUS_ADRALN): Likewise.
7534         (BUS_ADRERR): Likewise.
7535         (BUS_OBJERR): Likewise.
7536         (BUS_MCEERR_AR): Likewise.
7537         (BUS_MCEERR_AO): Likewise.
7538         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7539         (TRAP_TRACE): Likewise.
7540         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7541         __USE_XOPEN2K8].
7542         (CLD_KILLED): Likewise.
7543         (CLD_DUMPED): Likewise.
7544         (CLD_TRAPPED): Likewise.
7545         (CLD_STOPPED): Likewise.
7546         (CLD_CONTINUED): Likewise.
7547         (POLL_IN): Likewise.
7548         (POLL_OUT): Likewise.
7549         (POLL_MSG): Likewise.
7550         (POLL_ERR): Likewise.
7551         (POLL_PRI): Likewise.
7552         (POLL_HUP): Likewise.
7553         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
7554         (ILL_ILLOPN): Likewise.
7555         (ILL_ILLADR): Likewise.
7556         (ILL_ILLTRP): Likewise.
7557         (ILL_PRVOPC): Likewise.
7558         (ILL_PRVREG): Likewise.
7559         (ILL_COPROC): Likewise.
7560         (ILL_BADSTK): Likewise.
7561         (FPE_INTDIV): Likewise.
7562         (FPE_INTOVF): Likewise.
7563         (FPE_FLTDIV): Likewise.
7564         (FPE_FLTOVF): Likewise.
7565         (FPE_FLTUND): Likewise.
7566         (FPE_FLTRES): Likewise.
7567         (FPE_FLTINV): Likewise.
7568         (FPE_FLTSUB): Likewise.
7569         (SEGV_MAPERR): Likewise.
7570         (SEGV_ACCERR): Likewise.
7571         (BUS_ADRALN): Likewise.
7572         (BUS_ADRERR): Likewise.
7573         (BUS_OBJERR): Likewise.
7574         (BUS_MCEERR_AR): Likewise.
7575         (BUS_MCEERR_AO): Likewise.
7576         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7577         (TRAP_TRACE): Likewise.
7578         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7579         __USE_XOPEN2K8].
7580         (CLD_KILLED): Likewise.
7581         (CLD_DUMPED): Likewise.
7582         (CLD_TRAPPED): Likewise.
7583         (CLD_STOPPED): Likewise.
7584         (CLD_CONTINUED): Likewise.
7585         (POLL_IN): Likewise.
7586         (POLL_OUT): Likewise.
7587         (POLL_MSG): Likewise.
7588         (POLL_ERR): Likewise.
7589         (POLL_PRI): Likewise.
7590         (POLL_HUP): Likewise.
7591         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
7592         Likewise.
7593         (ILL_ILLOPN): Likewise.
7594         (ILL_ILLADR): Likewise.
7595         (ILL_ILLTRP): Likewise.
7596         (ILL_PRVOPC): Likewise.
7597         (ILL_PRVREG): Likewise.
7598         (ILL_COPROC): Likewise.
7599         (ILL_BADSTK): Likewise.
7600         (ILL_BADIADDR): Likewise.
7601         (ILL_BREAK): Likewise.
7602         (FPE_INTDIV): Likewise.
7603         (FPE_INTOVF): Likewise.
7604         (FPE_FLTDIV): Likewise.
7605         (FPE_FLTOVF): Likewise.
7606         (FPE_FLTUND): Likewise.
7607         (FPE_FLTRES): Likewise.
7608         (FPE_FLTINV): Likewise.
7609         (FPE_FLTSUB): Likewise.
7610         (FPE_DECOVF): Likewise.
7611         (FPE_DECDIV): Likewise.
7612         (FPE_DECERR): Likewise.
7613         (FPE_INVASC): Likewise.
7614         (FPE_INVDEC): Likewise.
7615         (SEGV_MAPERR): Likewise.
7616         (SEGV_ACCERR): Likewise.
7617         (SEGV_PSTKOVF): Likewise.
7618         (BUS_ADRALN): Likewise.
7619         (BUS_ADRERR): Likewise.
7620         (BUS_OBJERR): Likewise.
7621         (BUS_MCEERR_AR): Likewise.
7622         (BUS_MCEERR_AO): Likewise.
7623         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7624         (TRAP_TRACE): Likewise.
7625         (TRAP_BRANCH): Likewise.
7626         (TRAP_HWBKPT): Likewise.
7627         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7628         __USE_XOPEN2K8].
7629         (CLD_KILLED): Likewise.
7630         (CLD_DUMPED): Likewise.
7631         (CLD_TRAPPED): Likewise.
7632         (CLD_STOPPED): Likewise.
7633         (CLD_CONTINUED): Likewise.
7634         (POLL_IN): Likewise.
7635         (POLL_OUT): Likewise.
7636         (POLL_MSG): Likewise.
7637         (POLL_ERR): Likewise.
7638         (POLL_PRI): Likewise.
7639         (POLL_HUP): Likewise.
7640         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
7641         (ILL_ILLOPN): Likewise.
7642         (ILL_ILLADR): Likewise.
7643         (ILL_ILLTRP): Likewise.
7644         (ILL_PRVOPC): Likewise.
7645         (ILL_PRVREG): Likewise.
7646         (ILL_COPROC): Likewise.
7647         (ILL_BADSTK): Likewise.
7648         (FPE_INTDIV): Likewise.
7649         (FPE_INTOVF): Likewise.
7650         (FPE_FLTDIV): Likewise.
7651         (FPE_FLTOVF): Likewise.
7652         (FPE_FLTUND): Likewise.
7653         (FPE_FLTRES): Likewise.
7654         (FPE_FLTINV): Likewise.
7655         (FPE_FLTSUB): Likewise.
7656         (SEGV_MAPERR): Likewise.
7657         (SEGV_ACCERR): Likewise.
7658         (BUS_ADRALN): Likewise.
7659         (BUS_ADRERR): Likewise.
7660         (BUS_OBJERR): Likewise.
7661         (BUS_MCEERR_AR): Likewise.
7662         (BUS_MCEERR_AO): Likewise.
7663         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7664         (TRAP_TRACE): Likewise.
7665         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7666         __USE_XOPEN2K8].
7667         (CLD_KILLED): Likewise.
7668         (CLD_DUMPED): Likewise.
7669         (CLD_TRAPPED): Likewise.
7670         (CLD_STOPPED): Likewise.
7671         (CLD_CONTINUED): Likewise.
7672         (POLL_IN): Likewise.
7673         (POLL_OUT): Likewise.
7674         (POLL_MSG): Likewise.
7675         (POLL_ERR): Likewise.
7676         (POLL_PRI): Likewise.
7677         (POLL_HUP): Likewise.
7678         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
7679         (ILL_ILLOPN): Likewise.
7680         (ILL_ILLADR): Likewise.
7681         (ILL_ILLTRP): Likewise.
7682         (ILL_PRVOPC): Likewise.
7683         (ILL_PRVREG): Likewise.
7684         (ILL_COPROC): Likewise.
7685         (ILL_BADSTK): Likewise.
7686         (FPE_INTDIV): Likewise.
7687         (FPE_INTOVF): Likewise.
7688         (FPE_FLTDIV): Likewise.
7689         (FPE_FLTOVF): Likewise.
7690         (FPE_FLTUND): Likewise.
7691         (FPE_FLTRES): Likewise.
7692         (FPE_FLTINV): Likewise.
7693         (FPE_FLTSUB): Likewise.
7694         (SEGV_MAPERR): Likewise.
7695         (SEGV_ACCERR): Likewise.
7696         (BUS_ADRALN): Likewise.
7697         (BUS_ADRERR): Likewise.
7698         (BUS_OBJERR): Likewise.
7699         (BUS_MCEERR_AR): Likewise.
7700         (BUS_MCEERR_AO): Likewise.
7701         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7702         (TRAP_TRACE): Likewise.
7703         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7704         __USE_XOPEN2K8].
7705         (CLD_KILLED): Likewise.
7706         (CLD_DUMPED): Likewise.
7707         (CLD_TRAPPED): Likewise.
7708         (CLD_STOPPED): Likewise.
7709         (CLD_CONTINUED): Likewise.
7710         (POLL_IN): Likewise.
7711         (POLL_OUT): Likewise.
7712         (POLL_MSG): Likewise.
7713         (POLL_ERR): Likewise.
7714         (POLL_PRI): Likewise.
7715         (POLL_HUP): Likewise.
7716         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
7717         (ILL_ILLOPN): Likewise.
7718         (ILL_ILLADR): Likewise.
7719         (ILL_ILLTRP): Likewise.
7720         (ILL_PRVOPC): Likewise.
7721         (ILL_PRVREG): Likewise.
7722         (ILL_COPROC): Likewise.
7723         (ILL_BADSTK): Likewise.
7724         (FPE_INTDIV): Likewise.
7725         (FPE_INTOVF): Likewise.
7726         (FPE_FLTDIV): Likewise.
7727         (FPE_FLTOVF): Likewise.
7728         (FPE_FLTUND): Likewise.
7729         (FPE_FLTRES): Likewise.
7730         (FPE_FLTINV): Likewise.
7731         (FPE_FLTSUB): Likewise.
7732         (SEGV_MAPERR): Likewise.
7733         (SEGV_ACCERR): Likewise.
7734         (BUS_ADRALN): Likewise.
7735         (BUS_ADRERR): Likewise.
7736         (BUS_OBJERR): Likewise.
7737         (BUS_MCEERR_AR): Likewise.
7738         (BUS_MCEERR_AO): Likewise.
7739         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7740         (TRAP_TRACE): Likewise.
7741         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7742         __USE_XOPEN2K8].
7743         (CLD_KILLED): Likewise.
7744         (CLD_DUMPED): Likewise.
7745         (CLD_TRAPPED): Likewise.
7746         (CLD_STOPPED): Likewise.
7747         (CLD_CONTINUED): Likewise.
7748         (POLL_IN): Likewise.
7749         (POLL_OUT): Likewise.
7750         (POLL_MSG): Likewise.
7751         (POLL_ERR): Likewise.
7752         (POLL_PRI): Likewise.
7753         (POLL_HUP): Likewise.
7754         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
7755         (ILL_ILLOPN): Likewise.
7756         (ILL_ILLADR): Likewise.
7757         (ILL_ILLTRP): Likewise.
7758         (ILL_PRVOPC): Likewise.
7759         (ILL_PRVREG): Likewise.
7760         (ILL_COPROC): Likewise.
7761         (ILL_BADSTK): Likewise.
7762         (ILL_DBLFLT): Likewise.
7763         (ILL_HARDWALL): Likewise.
7764         (FPE_INTDIV): Likewise.
7765         (FPE_INTOVF): Likewise.
7766         (FPE_FLTDIV): Likewise.
7767         (FPE_FLTOVF): Likewise.
7768         (FPE_FLTUND): Likewise.
7769         (FPE_FLTRES): Likewise.
7770         (FPE_FLTINV): Likewise.
7771         (FPE_FLTSUB): Likewise.
7772         (SEGV_MAPERR): Likewise.
7773         (SEGV_ACCERR): Likewise.
7774         (BUS_ADRALN): Likewise.
7775         (BUS_ADRERR): Likewise.
7776         (BUS_OBJERR): Likewise.
7777         (BUS_MCEERR_AR): Likewise.
7778         (BUS_MCEERR_AO): Likewise.
7779         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7780         (TRAP_TRACE): Likewise.
7781         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7782         __USE_XOPEN2K8].
7783         (CLD_KILLED): Likewise.
7784         (CLD_DUMPED): Likewise.
7785         (CLD_TRAPPED): Likewise.
7786         (CLD_STOPPED): Likewise.
7787         (CLD_CONTINUED): Likewise.
7788         (POLL_IN): Likewise.
7789         (POLL_OUT): Likewise.
7790         (POLL_MSG): Likewise.
7791         (POLL_ERR): Likewise.
7792         (POLL_PRI): Likewise.
7793         (POLL_HUP): Likewise.
7794         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
7795         (ILL_ILLOPN): Likewise.
7796         (ILL_ILLADR): Likewise.
7797         (ILL_ILLTRP): Likewise.
7798         (ILL_PRVOPC): Likewise.
7799         (ILL_PRVREG): Likewise.
7800         (ILL_COPROC): Likewise.
7801         (ILL_BADSTK): Likewise.
7802         (FPE_INTDIV): Likewise.
7803         (FPE_INTOVF): Likewise.
7804         (FPE_FLTDIV): Likewise.
7805         (FPE_FLTOVF): Likewise.
7806         (FPE_FLTUND): Likewise.
7807         (FPE_FLTRES): Likewise.
7808         (FPE_FLTINV): Likewise.
7809         (FPE_FLTSUB): Likewise.
7810         (SEGV_MAPERR): Likewise.
7811         (SEGV_ACCERR): Likewise.
7812         (BUS_ADRALN): Likewise.
7813         (BUS_ADRERR): Likewise.
7814         (BUS_OBJERR): Likewise.
7815         (BUS_MCEERR_AR): Likewise.
7816         (BUS_MCEERR_AO): Likewise.
7817         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7818         (TRAP_TRACE): Likewise.
7819         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7820         __USE_XOPEN2K8].
7821         (CLD_KILLED): Likewise.
7822         (CLD_DUMPED): Likewise.
7823         (CLD_TRAPPED): Likewise.
7824         (CLD_STOPPED): Likewise.
7825         (CLD_CONTINUED): Likewise.
7826         (POLL_IN): Likewise.
7827         (POLL_OUT): Likewise.
7828         (POLL_MSG): Likewise.
7829         (POLL_ERR): Likewise.
7830         (POLL_PRI): Likewise.
7831         (POLL_HUP): Likewise.
7832         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
7833         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7834
7835         [BZ #16670]
7836         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
7837         before #include of <time.h>.
7838         [!__USE_XOPEN2K] (__need_timespec): Likewise.
7839         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
7840         (test-xfail-UNIX98/sched.h/conform): Likewise.
7841
7842 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7843
7844         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
7845         error absence of trapping exception support.
7846         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7847
7848 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7849
7850         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
7851         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
7852         * timezone/Makefile (testdata): Move definition above include of
7853         Rules.
7854         (test-zones): New variable.
7855         (tests-special): Add zone files.
7856         (build-testdata): Use $(evaluate-test).
7857
7858         * elf/Makefile (tests-special): Rename tests to end with .out.
7859         ($(objpfx)noload-mem): Likewise.
7860         ($(objpfx)tst-leaks1-mem): Likewise.
7861         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
7862         * iconv/Makefile (xtests-special): Change test-iconvconfig to
7863         $(objpfx)test-iconvconfig.out.
7864         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
7865         set -e inside subshell and redirect output to file.
7866         * iconvdata/Makefile (generated): Rename tests to end with .out.
7867         Correct type.
7868         (tests-special): Rename tests to end with .out.
7869         ($(objpfx)mtrace-tst-loading): Likewise.
7870         * intl/Makefile (generated): Likewise.
7871         (tests-special): Likewise.
7872         ($(objpfx)mtrace-tst-gettext): Likewise.
7873         * misc/Makefile (generated): Likewise.
7874         (tests-special): Likewise.
7875         ($(objpfx)tst-error1-mem): Likewise.
7876         * nptl/Makefile (tests-special): Likewise.
7877         ($(objpfx)tst-stack3-mem): Likewise.
7878         (generated): Likewise.
7879         * posix/Makefile (generated): Likewise.
7880         (tests-special): Likewise.
7881         (xtests-special): Likewise.
7882         ($(objpfx)tst-fnmatch-mem): Likewise.
7883         ($(objpfx)bug-regex2-mem): Likewise.
7884         ($(objpfx)bug-regex14-mem): Likewise.
7885         ($(objpfx)bug-regex21-mem): Likewise.
7886         ($(objpfx)bug-regex31-mem): Likewise.
7887         ($(objpfx)tst-vfork3-mem): Likewise.
7888         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
7889         ($(objpfx)tst-pcre-mem): Likewise.
7890         ($(objpfx)tst-boost-mem): Likewise.
7891         ($(objpfx)bug-ga2-mem): Likewise.
7892         ($(objpfx)bug-glob2-mem): Likewise.
7893         * resolv/Makefile (generate): Likewise.
7894         (tests-special): Likewise.
7895         (xtests-special): Likewise.
7896         (generated): Likewise.
7897         ($(objpfx)mtrace-tst-leaks): Likewise.
7898         ($(objpfx)mtrace-tst-leaks2): Likewise.
7899
7900         * scripts/merge-test-results.sh: New file.
7901         * Makefile (tests-special-notdir): New variable.
7902         (tests): Run merge-test-results.sh.
7903         (xtests): Likewise.
7904         * Rules (tests-special-notdir): New variable.
7905         (xtests-special-notdir): Likewise.
7906         (tests): Run merge-test-results.sh
7907         (xtests): Likewise.
7908
7909         * Makeconfig (test-xfail-name): New variable.
7910         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
7911         compute variable name for expected failures.
7912         * conform/Makefile (conformtest-headers-data): New variable.
7913         (conformtest-standards): Likewise.
7914         (conformtest-headers-ISO): Likewise.
7915         (conformtest-headers-ISO99): Likewise.
7916         (conformtest-headers-ISO11): Likewise.
7917         (conformtest-headers-POSIX): Likewise.
7918         (conformtest-headers-XPG3): Likewise.
7919         (conformtest-headers-XPG4): Likewise.
7920         (conformtest-headers-UNIX98): Likewise.
7921         (conformtest-headers-XOPEN2K): Likewise.
7922         (conformtest-headers-POSIX2008): Likewise.
7923         (conformtest-headers-XOPEN2K8): Likewise.
7924         (conformtest-header-list-base): Likewise.
7925         (conformtest-header-list-tests): Likewise.
7926         (conformtest-header-base): Likewise.
7927         (conformtest-header-tests): Likewise.
7928         (tests-special): Add $(conformtest-header-list-tests).  If
7929         [$(fast-check) && !$(cross-compiling)], add
7930         $(conformtest-header-tests) instead of
7931         $(objpfx)run-conformtest.out.
7932         (generated): Add $(conformtest-header-list-base).  If
7933         [$(fast-check) && !$(cross-compiling)], add
7934         $(conformtest-header-base).  Remove previous setting.
7935         ($(conformtest-header-list-tests)): New target.
7936         (test-xfail-run-conformtest): Remove variable.
7937         ($(objpfx)run-conformtest.out): Remove target.
7938         (test-xfail-ISO11/complex.h/conform): New variable.
7939         (test-xfail-ISO11/stdalign.h/conform): Likewise.
7940         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
7941         (test-xfail-XPG3/varargs.h/conform): Likewise.
7942         (test-xfail-XPG4/varargs.h/conform): Likewise.
7943         (test-xfail-UNIX98/varargs.h/conform): Likewise.
7944         (test-xfail-XPG4/ndbm.h/conform): Likewise.
7945         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
7946         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
7947         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
7948         (test-xfail-XPG3/fcntl.h/conform): Likewise.
7949         (test-xfail-XPG3/ftw.h/conform): Likewise.
7950         (test-xfail-XPG3/grp.h/conform): Likewise.
7951         (test-xfail-XPG3/langinfo.h/conform): Likewise.
7952         (test-xfail-XPG3/limits.h/conform): Likewise.
7953         (test-xfail-XPG3/pwd.h/conform): Likewise.
7954         (test-xfail-XPG3/search.h/conform): Likewise.
7955         (test-xfail-XPG3/signal.h/conform): Likewise.
7956         (test-xfail-XPG3/stdio.h/conform): Likewise.
7957         (test-xfail-XPG3/stdlib.h/conform): Likewise.
7958         (test-xfail-XPG3/string.h/conform): Likewise.
7959         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
7960         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
7961         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
7962         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
7963         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
7964         (test-xfail-XPG3/sys/types.h/conform): Likewise.
7965         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
7966         (test-xfail-XPG3/termios.h/conform): Likewise.
7967         (test-xfail-XPG3/time.h/conform): Likewise.
7968         (test-xfail-XPG3/unistd.h/conform): Likewise.
7969         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
7970         (test-xfail-XPG4/fcntl.h/conform): Likewise.
7971         (test-xfail-XPG4/langinfo.h/conform): Likewise.
7972         (test-xfail-XPG4/netdb.h/conform): Likewise.
7973         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
7974         (test-xfail-XPG4/signal.h/conform): Likewise.
7975         (test-xfail-XPG4/stdio.h/conform): Likewise.
7976         (test-xfail-XPG4/stdlib.h/conform): Likewise.
7977         (test-xfail-XPG4/stropts.h/conform): Likewise.
7978         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
7979         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
7980         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
7981         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
7982         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
7983         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
7984         (test-xfail-XPG4/sys/time.h/conform): Likewise.
7985         (test-xfail-XPG4/sys/types.h/conform): Likewise.
7986         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
7987         (test-xfail-XPG4/termios.h/conform): Likewise.
7988         (test-xfail-XPG4/ucontext.h/conform): Likewise.
7989         (test-xfail-XPG4/unistd.h/conform): Likewise.
7990         (test-xfail-XPG4/utmpx.h/conform): Likewise.
7991         (test-xfail-POSIX/sched.h/conform): Likewise.
7992         (test-xfail-POSIX/signal.h/conform): Likewise.
7993         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7994         (test-xfail-POSIX/tar.h/conform): Likewise.
7995         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
7996         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
7997         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
7998         (test-xfail-UNIX98/netdb.h/conform): Likewise.
7999         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8000         (test-xfail-UNIX98/sched.h/conform): Likewise.
8001         (test-xfail-UNIX98/signal.h/conform): Likewise.
8002         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8003         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8004         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8005         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8006         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8007         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8008         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8009         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8010         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8011         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8012         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8013         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8014         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8015         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8016         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8017         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8018         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8019         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8020         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8021         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8022         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8023         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8024         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8025         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8026         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8027         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8028         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8029         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8030         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8031         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8032         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8033         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8034         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8035         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8036         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8037         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8038         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8039         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8040         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8041         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8042         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8043         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8044         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8045         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8046         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8047         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8048         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8049         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8050         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8051         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8052         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8053         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8054         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8055         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8056         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8057         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8058         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8059         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8060         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8061         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8062         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8063         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8064         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8065         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8066         (conformtest-cc-flags): Likewise.
8067         ($(conformtest-header-tests): New target.
8068         * conform/check-header-lists.sh: New file.
8069         * conform/run-conformtest.sh: Remove.
8070
8071         * conform/conformtest.pl: Allow ' and \ in values given for
8072         constants.
8073         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8074         inclusion.
8075         [POSIX] (sys/types.h): Likewise.
8076         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8077         inclusion.
8078         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8079         inclusion.
8080         * conform/data/signal.h-data (SIGIO): Remove expectation.
8081         [XPG3] (SIGBUS): Do not expect.
8082         [POSIX || XPG3] (SIGPOLL): Likewise.
8083         [POSIX || XPG3] (SIGPROF): Likewise.
8084         [POSIX || XPG3] (SIGSYS): Likewise.
8085         [XPG3] (SIGTRAP): Likewise.
8086         [POSIX || XPG3] (SIGURG): Likewise.
8087         [POSIX || XPG3] (SIGVTALRM): Likewise.
8088         [POSIX || XPG3] (SIGXCPU): Likewise.
8089         [POSIX || XPG3] (SIGXFSZ): Likewise.
8090         [POSIX] (SA_SIGINFO): Expect.
8091         [XPG3] (siginfo_t): Do not expect type or contents.
8092         [POSIX] (si_pid): Do not expect element.
8093         [POSIX] (si_uid): Likewise.
8094         [POSIX] (si_addr): Likewise.
8095         [POSIX] (si_status): Likewise.
8096         [POSIX] (si_band): Likewise.
8097         [XPG4] (si_value): Likewise.
8098         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8099         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8100         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8101         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8102         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8103         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8104         [POSIX || XPG3] (ILL_COPROC): Likewise.
8105         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8106         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8107         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8108         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8109         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8110         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8111         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8112         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8113         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8114         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8115         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8116         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8117         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8118         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8119         [POSIX || XPG3] (CLD_EXITED): Likewise.
8120         [POSIX || XPG3] (CLD_KILLED): Likewise.
8121         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8122         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8123         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8124         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8125         [POSIX || XPG3] (POLL_IN): Likewise.
8126         [POSIX || XPG3] (POLL_OUT): Likewise.
8127         [POSIX || XPG3] (POLL_MSG): Likewise.
8128         [POSIX || XPG3] (POLL_ERR): Likewise.
8129         [POSIX || XPG3] (POLL_PRI): Likewise.
8130         [POSIX || XPG3] (POLL_HUP): Likewise.
8131         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8132         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8133         (SIG*): Do not allow.
8134         [XPG3] (si_*): Likewise.
8135         [XPG3] (SI_*): Likewise.
8136         [XPG3 || XPG4] (sigev_*): Likewise.
8137         [XPG3 || XPG4] (SIGEV_*): Likewise.
8138         [XPG3 || XPG4] (sival_*): Likewise.
8139         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8140         [POSIX || XPG3] (BUS_*): Likewise.
8141         [POSIX || XPG3] (CLD_*): Likewise.
8142         [POSIX || XPG3] (FPE_*): Likewise.
8143         [POSIX || XPG3] (ILL_*): Likewise.
8144         [POSIX || XPG3] (POLL_*): Likewise.
8145         [POSIX || XPG3] (SEGV_*): Likewise.
8146         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8147         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8148         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8149         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8150         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8151         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8152         Specify type and value.
8153         (TVERSLEN): Likewise.
8154         (REGTYPE): Likewise.
8155         (AREGTYPE): Likewise.
8156         (LNKTYPE): Likewise.
8157         (SYMTYPE): Likewise.
8158         (CHRTYPE): Likewise.
8159         (BLKTYPE): Likewise.
8160         (DIRTYPE): Likewise.
8161         (FIFOTYPE): Likewise.
8162         (CONTTYPE): Likewise.
8163         (TSUID): Likewise.
8164         (TSGID): Likewise.
8165         (TSVTX): Likewise.
8166         (TUREAD): Likewise.
8167         (TUWRITE): Likewise.
8168         (TUEXEC): Likewise.
8169         (TGREAD): Likewise.
8170         (TGWRITE): Likewise.
8171         (TGEXEC): Likewise.
8172         (TOREAD): Likewise.
8173         (TOWRITE): Likewise.
8174         (TOEXEC): Likewise.
8175         [POSIX] (TSVTX): Expect constant.
8176
8177 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8178
8179         * Makefile (tests): Change dependencies to ....
8180         (tests-special): ... additions to this variable.
8181         (tests): Depend on $(tests-special).
8182         * Makerules (check-abi-list): New variable.
8183         (check-abi): Depend on $(check-abi-list).
8184         [$(subdir) = elf] (tests-special): Add
8185         $(objpfx)check-abi-libc.out.
8186         [$(build-shared) = yes && subdir] (tests-special): Add
8187         $(check-abi-list).
8188         [$(build-shared) = yes && subdir] (tests): Do not depend on
8189         check-abi.
8190         * Rules (tests): Depend on $(tests-special).
8191         (xtests): Depend on $(xtests-special).
8192         * catgets/Makefile (tests): Change dependencies to ....
8193         (tests-special): ... additions to this variable.
8194         * conform/Makefile (tests): Change dependencies to ....
8195         (tests-special): ... additions to this variable.
8196         * elf/Makefile (tests): Change dependencies to ....
8197         (tests-special): ... additions to this variable.
8198         * grp/Makefile (tests): Change dependencies to ....
8199         (tests-special): ... additions to this variable.
8200         * iconv/Makefile (xtests): Change dependencies to ....
8201         (xtests-special): ... additions to this variable.
8202         * iconvdata/Makefile (tests): Change dependencies to ....
8203         (tests-special): ... additions to this variable.
8204         * intl/Makefile (tests): Change dependencies to ....
8205         (tests-special): ... additions to this variable.  Also add
8206         $(objpfx)tst-gettext.out.
8207         * io/Makefile (tests): Change dependencies to ....
8208         (tests-special): ... additions to this variable.
8209         * libio/Makefile (tests): Change dependencies to ....
8210         (tests-special): ... additions to this variable.
8211         * malloc/Makefile (tests): Change dependencies to ....
8212         (tests-special): ... additions to this variable.
8213         * misc/Makefile (tests): Change dependencies to ....
8214         (tests-special): ... additions to this variable.
8215         * nptl/Makefile (tests): Change dependencies to ....
8216         (tests-special): ... additions to this variable.
8217         * nptl_db/Makefile (tests): Change dependencies to ....
8218         (tests-special): ... additions to this variable.
8219         * posix/Makefile (tests): Change dependencies to ....
8220         (tests-special): ... additions to this variable.
8221         (xtests): Change dependencies to ....
8222         (xtests-special): ... additions to this variable.
8223         * resolv/Makefile (tests): Change dependencies to ....
8224         (tests-special): ... additions to this variable.
8225         (xtests): Change dependencies to ....
8226         (xtests-special): ... additions to this variable.
8227         * stdio-common/Makefile (tests): Change dependencies to ....
8228         (tests-special): ... additions to this variable.
8229         (do-tst-unbputc): Remove target.
8230         (do-tst-printf): Likewise.
8231         * stdlib/Makefile (tests): Change dependencies to ....
8232         (tests-special): ... additions to this variable.
8233         * string/Makefile (tests): Change dependencies to ....
8234         (tests-special): ... additions to this variable.
8235         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8236         (tests-special): ... additions to this variable.
8237
8238         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8239         whole file.
8240         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8241         whole file.
8242         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8243         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8244
8245         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8246         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8247         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8248         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8249         * conform/data/libgen.h-data [XPG3]: Likewise.
8250         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8251         * conform/data/ndbm.h-data [XPG3]: Likewise.
8252         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8253         * conform/data/netdb.h-data [XPG3]: Likewise.
8254         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8255         * conform/data/poll.h-data [XPG3]: Likewise.
8256         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8257         * conform/data/strings.h-data [XPG3]: Likewise.
8258         * conform/data/stropts.h-data [XPG3]: Likewise.
8259         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8260         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8261         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8262         Likewise.
8263         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8264         * conform/data/sys/time.h-data [XPG3]: Likewise.
8265         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8266         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8267         * conform/data/sys/un.h-data [XPG3]: Likewise.
8268         * conform/data/syslog.h-data [XPG3]: Likewise.
8269         * conform/data/ucontext.h-data [XPG3]: Likewise.
8270         * conform/data/utmpx.h-data [XPG3]: Likewise.
8271         * conform/data/varargs.h-data [UNIX98]: Enable file.
8272
8273         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8274
8275         * math/libm-test.inc (struct test_f_f_data): Move expected results
8276         into structure for each rounding mode.
8277         (struct test_ff_f_data): Likewise.
8278         (struct test_ff_f_data_nexttoward): Likewise.
8279         (struct test_fi_f_data): Likewise.
8280         (struct test_fl_f_data): Likewise.
8281         (struct test_if_f_data): Likewise.
8282         (struct test_fff_f_data): Likewise.
8283         (struct test_c_f_data): Likewise.
8284         (struct test_f_f1_data): Likewise.
8285         (struct test_fF_f1_data): Likewise.
8286         (struct test_ffI_f1_data): Likewise.
8287         (struct test_c_c_data): Likewise.
8288         (struct test_cc_c_data): Likewise.
8289         (struct test_f_i_data): Likewise.
8290         (struct test_ff_i_data): Likewise.
8291         (struct test_f_l_data): Likewise.
8292         (struct test_f_L_data): Likewise.
8293         (struct test_fFF_11_data): Likewise.
8294         (RM_): New macro.
8295         (RM_FE_DOWNWARD): Likewise.
8296         (RM_FE_TONEAREST): Likewise.
8297         (RM_FE_TOWARDZERO): Likewise.
8298         (RM_FE_UPWARD): Likewise.
8299         (RUN_TEST_LOOP_f_f): Update references to expected results.
8300         (RUN_TEST_LOOP_2_f): Likewise.
8301         (RUN_TEST_LOOP_fff_f): Likewise.
8302         (RUN_TEST_LOOP_c_f): Likewise.
8303         (RUN_TEST_LOOP_f_f1): Likewise.
8304         (RUN_TEST_LOOP_fF_f1): Likewise.
8305         (RUN_TEST_LOOP_fI_f1): Likewise.
8306         (RUN_TEST_LOOP_ffI_f1): Likewise.
8307         (RUN_TEST_LOOP_c_c): Likewise.
8308         (RUN_TEST_LOOP_cc_c): Likewise.
8309         (RUN_TEST_LOOP_f_i): Likewise.
8310         (RUN_TEST_LOOP_f_i_tg): Likewise.
8311         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8312         (RUN_TEST_LOOP_f_b): Likewise.
8313         (RUN_TEST_LOOP_f_b_tg): Likewise.
8314         (RUN_TEST_LOOP_f_l): Likewise.
8315         (RUN_TEST_LOOP_f_L): Likewise.
8316         (RUN_TEST_LOOP_fFF_11): Likewise.
8317         * math/gen-libm-test.pl (parse_args): Output four copies of
8318         expected results for each test.
8319
8320         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8321         (__ASSUME_UTIMES): Remove.
8322         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8323         (__ASSUME_UTIMES): Likewise.
8324
8325         * math/gen-auto-libm-tests.c: Update comment on output format.
8326         (output_for_one_input_case): Generate before-rounding and
8327         after-rounding information as conditions on output flags not
8328         floating-point format.
8329         * math/auto-libm-test-out: Regenerated.
8330         * math/gen-libm-test.pl (cond_value): New function.
8331         (or_cond_value): Use cond_value.
8332         (generate_testfile): Handle conditional exceptions.
8333
8334 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8335
8336         * math/libm-test.inc (max_valid_error): New variable.
8337         (init_max_error): Take new argument specifying whether function
8338         results are exactly determined.  Set max_valid_error and bound
8339         other variables for errors based on this argument.
8340         (set_max_error): Do not record results above max_valid_error.
8341         (check_float_internal): Only accept errors of up to 0.5ulps if
8342         also at most max_valid_error.
8343         (START): Take new argument EXACT and pass it to init_max_error.
8344         (acos_test): Update call to START.
8345         (acos_test_tonearest): Likewise.
8346         (acos_test_towardzero): Likewise.
8347         (acos_test_downward): Likewise.
8348         (acos_test_upward): Likewise.
8349         (acosh_test): Likewise.
8350         (asin_test): Likewise.
8351         (asin_test_tonearest): Likewise.
8352         (asin_test_towardzero): Likewise.
8353         (asin_test_downward): Likewise.
8354         (asin_test_upward): Likewise.
8355         (asinh_test): Likewise.
8356         (atan_test): Likewise.
8357         (atanh_test): Likewise.
8358         (atan2_test): Likewise.
8359         (cabs_test): Likewise.
8360         (cacos_test): Likewise.
8361         (cacosh_test): Likewise.
8362         (carg_test): Likewise.
8363         (casin_test): Likewise.
8364         (casinh_test): Likewise.
8365         (catan_test): Likewise.
8366         (catanh_test): Likewise.
8367         (cbrt_test): Likewise.
8368         (ccos_test): Likewise.
8369         (ccosh_test): Likewise.
8370         (ceil_test): Likewise.
8371         (cexp_test): Likewise.
8372         (cimag_test): Likewise.
8373         (clog_test): Likewise.
8374         (clog10_test): Likewise.
8375         (conj_test): Likewise.
8376         (copysign_test): Likewise.
8377         (cos_test): Likewise.
8378         (cos_test_tonearest): Likewise.
8379         (cos_test_towardzero): Likewise.
8380         (cos_test_downward): Likewise.
8381         (cos_test_upward): Likewise.
8382         (cosh_test): Likewise.
8383         (cosh_test_tonearest): Likewise.
8384         (cosh_test_towardzero): Likewise.
8385         (cosh_test_downward): Likewise.
8386         (cosh_test_upward): Likewise.
8387         (cpow_test): Likewise.
8388         (cproj_test): Likewise.
8389         (creal_test): Likewise.
8390         (csin_test): Likewise.
8391         (csinh_test): Likewise.
8392         (csqrt_test): Likewise.
8393         (ctan_test): Likewise.
8394         (ctan_test_tonearest): Likewise.
8395         (ctan_test_towardzero): Likewise.
8396         (ctan_test_downward): Likewise.
8397         (ctan_test_upward): Likewise.
8398         (ctanh_test): Likewise.
8399         (ctanh_test_tonearest): Likewise.
8400         (ctanh_test_towardzero): Likewise.
8401         (ctanh_test_downward): Likewise.
8402         (ctanh_test_upward): Likewise.
8403         (erf_test): Likewise.
8404         (erfc_test): Likewise.
8405         (exp_test): Likewise.
8406         (exp_test_tonearest): Likewise.
8407         (exp_test_towardzero): Likewise.
8408         (exp_test_downward): Likewise.
8409         (exp_test_upward): Likewise.
8410         (exp10_test): Likewise.
8411         (exp10_test_tonearest): Likewise.
8412         (exp10_test_towardzero): Likewise.
8413         (exp10_test_downward): Likewise.
8414         (exp10_test_upward): Likewise.
8415         (pow10_test): Likewise.
8416         (exp2_test): Likewise.
8417         (expm1_test): Likewise.
8418         (expm1_test_tonearest): Likewise.
8419         (expm1_test_towardzero): Likewise.
8420         (expm1_test_downward): Likewise.
8421         (expm1_test_upward): Likewise.
8422         (fabs_test): Likewise.
8423         (fdim_test): Likewise.
8424         (floor_test): Likewise.
8425         (fma_test): Likewise.
8426         (fma_test_towardzero): Likewise.
8427         (fma_test_downward): Likewise.
8428         (fma_test_upward): Likewise.
8429         (fmax_test): Likewise.
8430         (fmin_test): Likewise.
8431         (fmod_test): Likewise.
8432         (fpclassify_test): Likewise.
8433         (frexp_test): Likewise.
8434         (hypot_test): Likewise.
8435         (ilogb_test): Likewise.
8436         (isfinite_test): Likewise.
8437         (finite_test): Likewise.
8438         (isgreater_test): Likewise.
8439         (isgreaterequal_test): Likewise.
8440         (isinf_test): Likewise.
8441         (isless_test): Likewise.
8442         (islessequal_test): Likewise.
8443         (islessgreater_test): Likewise.
8444         (isnan_test): Likewise.
8445         (isnormal_test): Likewise.
8446         (issignaling_test): Likewise.
8447         (isunordered_test): Likewise.
8448         (j0_test): Likewise.
8449         (j1_test): Likewise.
8450         (jn_test): Likewise.
8451         (ldexp_test): Likewise.
8452         (lgamma_test): Likewise.
8453         (gamma_test): Likewise.
8454         (lrint_test): Likewise.
8455         (lrint_test_tonearest): Likewise.
8456         (lrint_test_towardzero): Likewise.
8457         (lrint_test_downward): Likewise.
8458         (lrint_test_upward): Likewise.
8459         (llrint_test): Likewise.
8460         (llrint_test_tonearest): Likewise.
8461         (llrint_test_towardzero): Likewise.
8462         (llrint_test_downward): Likewise.
8463         (llrint_test_upward): Likewise.
8464         (log_test): Likewise.
8465         (log10_test): Likewise.
8466         (log1p_test): Likewise.
8467         (log2_test): Likewise.
8468         (logb_test): Likewise.
8469         (logb_test_downward): Likewise.
8470         (lround_test): Likewise.
8471         (llround_test): Likewise.
8472         (modf_test): Likewise.
8473         (nearbyint_test): Likewise.
8474         (nextafter_test): Likewise.
8475         (nexttoward_test): Likewise.
8476         (pow_test): Likewise.
8477         (pow_test_tonearest): Likewise.
8478         (pow_test_towardzero): Likewise.
8479         (pow_test_downward): Likewise.
8480         (pow_test_upward): Likewise.
8481         (remainder_test): Likewise.
8482         (drem_test): Likewise.
8483         (remainder_test_tonearest): Likewise.
8484         (drem_test_tonearest): Likewise.
8485         (remainder_test_towardzero): Likewise.
8486         (drem_test_towardzero): Likewise.
8487         (remainder_test_downward): Likewise.
8488         (drem_test_downward): Likewise.
8489         (remainder_test_upward): Likewise.
8490         (drem_test_upward): Likewise.
8491         (remquo_test): Likewise.
8492         (rint_test): Likewise.
8493         (rint_test_tonearest): Likewise.
8494         (rint_test_towardzero): Likewise.
8495         (rint_test_downward): Likewise.
8496         (rint_test_upward): Likewise.
8497         (round_test): Likewise.
8498         (scalb_test): Likewise.
8499         (scalbn_test): Likewise.
8500         (scalbln_test): Likewise.
8501         (signbit_test): Likewise.
8502         (sin_test): Likewise.
8503         (sin_test_tonearest): Likewise.
8504         (sin_test_towardzero): Likewise.
8505         (sin_test_downward): Likewise.
8506         (sin_test_upward): Likewise.
8507         (sincos_test): Likewise.
8508         (sinh_test): Likewise.
8509         (sinh_test_tonearest): Likewise.
8510         (sinh_test_towardzero): Likewise.
8511         (sinh_test_downward): Likewise.
8512         (sinh_test_upward): Likewise.
8513         (sqrt_test): Likewise.
8514         (sqrt_test_tonearest): Likewise.
8515         (sqrt_test_towardzero): Likewise.
8516         (sqrt_test_downward): Likewise.
8517         (sqrt_test_upward): Likewise.
8518         (tan_test): Likewise.
8519         (tan_test_tonearest): Likewise.
8520         (tan_test_towardzero): Likewise.
8521         (tan_test_downward): Likewise.
8522         (tan_test_upward): Likewise.
8523         (tanh_test): Likewise.
8524         (tgamma_test): Likewise.
8525         (trunc_test): Likewise.
8526         (y0_test): Likewise.
8527         (y1_test): Likewise.
8528         (yn_test): Likewise.
8529         (significand_test): Likewise.
8530
8531         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
8532         individual tests in comment.
8533         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
8534         (prev_max_error): New variable.
8535         (prev_real_max_error): Likewise.
8536         (prev_imag_max_error): Likewise.
8537         (compare_ulp_data): Don't refer to test names in comment.
8538         (find_test_ulps): Remove function.
8539         (find_function_ulps): Likewise.
8540         (find_complex_function_ulps): Likewise.
8541         (init_max_error): Take function name as argument.  Look up ulps
8542         for that function.
8543         (print_ulps): Remove function.
8544         (print_max_error): Use prev_max_error instead of calling
8545         find_function_ulps.
8546         (print_complex_max_error): Use prev_real_max_error and
8547         prev_imag_max_error instead of calling find_complex_function_ulps.
8548         (check_float_internal): Take max_ulp parameter instead of calling
8549         find_test_ulps.  Don't call print_ulps.
8550         (check_float): Update call to check_float_internal.
8551         (check_complex): Update calls to check_float_internal.
8552         (START): Pass argument to init_max_error.
8553         * math/gen-libm-test.pl (%results): Don't include "kind"
8554         information.
8555         (parse_ulps): Don't handle ulps of individual tests.
8556         (print_ulps_file): Likewise.
8557         (output_ulps): Likewise.
8558         * math/README.libm-test: Update.
8559         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
8560         individual tests.
8561         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
8562         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
8563         * sysdeps/arm/libm-test-ulps: Likewise.
8564         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
8565         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
8566         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
8567         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
8568         * sysdeps/microblaze/libm-test-ulps: Likewise.
8569         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
8570         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8571         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8572         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
8573         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8574         * sysdeps/sh/libm-test-ulps: Likewise.
8575         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8576         * sysdeps/tile/libm-test-ulps: Likewise.
8577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8578
8579 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
8580
8581         * math/libm-test.inc (print_complex_max_error): Check separately
8582         whether real and imaginary errors are within allowed range and
8583         pass 0 to print_complex_function_ulps instead of value within
8584         allowed range.
8585
8586 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8587
8588         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
8589         formatting.
8590         (get_handles_fopen): Likewise.
8591         (do_write_test): Likewise.
8592
8593         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
8594
8595         * libio/fileops.c (do_ftell): Use cached offset when
8596         available.
8597         * libio/iofwide.c (do_ftell_wide): Likewise.
8598         * libio/iofdopen.c (_IO_new_fdopen): Don't use
8599         _IO_file_attach.
8600         * libio/wfileops.c (_IO_fwide): Don't cache offset.
8601
8602         [BZ #16532]
8603         * libio/libioP.h (get_file_offset): New function.
8604         * libio/fileops.c (get_file_offset): Likewise.
8605         (do_ftell): Likewise.
8606         (_IO_new_file_seekoff): Split out ftell logic.
8607         * libio/wfileops.c (do_ftell_wide): Likewise.
8608         (_IO_wfile_seekoff): Split out ftell logic.
8609         * libio/tst-ftell-active-handler.c: New test case.
8610         * libio/Makefile (tests): Add it.
8611
8612 2014-03-03  Roland McGrath  <roland@hack.frob.com>
8613
8614         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
8615         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
8616
8617 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
8618
8619         [BZ #16639]
8620         * nscd/connections.c (nscd_init): Call do_exit.
8621         (start_threads): Call do_exit and notify_parent.
8622         (begin_drop_privileges): Call do_exit.
8623         (finish_drop_privileges): Likewise.
8624         * nscd/selinux.c (preserve_capabilities): Likewise.
8625         (install_real_capabilities): Likewise.
8626         (nscd_selinux_enabled): Likewise.
8627         (avc_create_thread): Likewise.
8628         (avc_alloc_lock): Likewise.
8629         (nscd_avc_init): Likewise.
8630         * nscd/nscd.c (parent_fd): New static variable.
8631         (main): Create a pipe between parent and child processes.
8632         Skip closing parent_fd.
8633         (monitor_child): New function.
8634         (do_exit): Likewise.
8635         (notify_parent): Likewise.
8636         * nscd/nscd.h (notify_parent): Likewise.
8637         (do_exit): Likewise.
8638
8639 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
8640
8641         * malloc/malloc.c (__libc_calloc): Revert last change.
8642
8643 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8644
8645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8646
8647 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8648
8649         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
8650         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
8651         implementation.
8652         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8653         (__libc_ifunc_impl_list): Likewise.
8654         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
8655         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
8656         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
8657         * string/strrchr.c: Define STRRCHR.
8658
8659 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
8660
8661         * benchtest/bench-strtok.c (simple_strtok): Delete.
8662         (strtok_string): Use as benchmark.
8663         * string/strtok (STRTOK): New macro.
8664
8665 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
8666
8667         * manual/threads.texi: Add header and standard comments to all
8668         functions.
8669
8670         * elf/dl-lookup.c (check_match): New function.
8671         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
8672         (do_lookup_x): Remove nested function check_match. Use non-nested
8673         function check_match.
8674
8675 2014-02-28  Roland McGrath  <roland@hack.frob.com>
8676
8677         * csu/Makefile (generated, before-compile): Use += rather than =.
8678         * catgets/Makefile (generated, generated-dirs): Likewise.
8679         * debug/Makefile (generated): Likewise.
8680         * dlfcn/Makefile (generated): Likewise.
8681         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
8682         * iconvdata/Makefile (before-compile, generated): Likewise.
8683         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
8684         * libio/Makefile (generated): Likewise.
8685         * malloc/Makefile (generated): Likewise.
8686         * manual/Makefile (generated, generated-dirs): Likewise.
8687         * misc/Makefile (generated): Likewise.
8688         * posix/Makefile (generated): Likewise.
8689         * resolv/Makefile (generated): Likewise.
8690         * sunrpc/Makefile (generated, generated-dirs): Likewise.
8691         * timezone/Makefile (generated, generated-dirs): Likewise.
8692
8693         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
8694
8695 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8696
8697         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
8698         power8 implementation.
8699         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
8700         file: POWER8 llround ifunc implementation.
8701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
8702         (__lllround): Add POWER8 implementation.
8703         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
8704         POWER8 llround implementation.
8705
8706         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
8707         power8 implementation.
8708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
8709         file: POWER8 llrint ifunc implementation.
8710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
8711         Add POWER8 implementation.
8712         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
8713         POWER8 llrint implementation.
8714
8715         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
8716         power8 implementation.
8717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
8718         file: POWER8 finite ifunc implementation.
8719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
8720         Add POWER8 implementation.
8721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
8722         Likewise.
8723         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
8724         POWER8 finite implementation.
8725         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
8726
8727         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
8728         power8 implementation.
8729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
8730         file: POWER8 isinf ifunc implementation.
8731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
8732         POWER8 implementation.
8733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
8734         Likewise.
8735         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
8736         isinf implementation.
8737         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
8738
8739         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
8740         (INIT_ARCH): Add hwcap2 initialization.
8741         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
8742         power8 implementation.
8743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
8744         file: POWER8 isnan ifunc implementation.
8745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
8746         POWER8 implementation.
8747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
8748         Likewise.
8749         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
8750         isnan implementation.
8751         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
8752
8753 2014-02-27  Joey Ye  <joey.ye@arm.com>
8754
8755         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8756         (_FP_NANFRAC_Q): Set to zero.
8757
8758 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8759
8760         [BZ #16623]
8761         * math/auto-libm-test-in: New test inputs.
8762         * math/auto-libm-test-out: Regenerate.
8763         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
8764         and DA.
8765         (__cos): Likewise.
8766         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
8767
8768 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
8769
8770         * scripts/evaluate-test.sh: Take new argument indicating whether
8771         failure is expected.
8772         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
8773         indicating whether failure is expected.
8774         * conform/Makefile (test-xfail-run-conformtest): New variable.
8775         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
8776         level.
8777         * posix/Makefile (test-xfail-annexc): New variable.
8778         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
8779
8780 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
8781
8782         * argp/Makefile: Include Makeconfig immediately after defining
8783         subdir.
8784         * assert/Makefile: Likewise.
8785         * benchtests/Makefile: Likewise.
8786         * catgets/Makefile: Likewise.
8787         * conform/Makefile: Likewise.
8788         * crypt/Makefile: Likewise.
8789         * csu/Makefile: Likewise.
8790         (all): Remove target.
8791         * ctype/Makefile: Include Makeconfig immediately after defining
8792         subdir.
8793         * debug/Makefile: Likewise.
8794         * dirent/Makefile: Likewise.
8795         * dlfcn/Makefile: Likewise.
8796         * gmon/Makefile: Likewise.
8797         * gnulib/Makefile: Likewise.
8798         * grp/Makefile: Likewise.
8799         * gshadow/Makefile: Likewise.
8800         * hesiod/Makefile: Likewise.
8801         * hurd/Makefile: Likewise.
8802         (all): Remove target.
8803         * iconvdata/Makefile: Include Makeconfig immediately after
8804         defining subdir.
8805         * inet/Makefile: Likewise.
8806         * intl/Makefile: Likewise.
8807         * io/Makefile: Likewise.
8808         * libio/Makefile: Likewise.
8809         (all): Remove target.
8810         * locale/Makefile: Include Makeconfig immediately after defining
8811         subdir.
8812         * login/Makefile: Likewise.
8813         * mach/Makefile: Likewise.
8814         (all): Remove target.
8815         * malloc/Makefile: Include Makeconfig immediately after defining
8816         subdir.
8817         (all): Remove target.
8818         * manual/Makefile: Include Makeconfig immediately after defining
8819         subdir.
8820         * math/Makefile: Likewise.
8821         * misc/Makefile: Likewise.
8822         * nis/Makefile: Likewise.
8823         * nss/Makefile: Likewise.
8824         * po/Makefile: Likewise.
8825         (all): Remove target.
8826         * posix/Makefile: Include Makeconfig immediately after defining
8827         subdir.
8828         * pwd/Makefile: Likewise.
8829         * resolv/Makefile: Likewise.
8830         * resource/Makefile: Likewise.
8831         * rt/Makefile: Likewise.
8832         * setjmp/Makefile: Likewise.
8833         * shadow/Makefile: Likewise.
8834         * signal/Makefile: Likewise.
8835         * socket/Makefile: Likewise.
8836         * soft-fp/Makefile: Likewise.
8837         * stdio-common/Makefile: Likewise.
8838         * stdlib/Makefile: Likewise.
8839         * streams/Makefile: Likewise.
8840         * string/Makefile: Likewise.
8841         * sunrpc/Makefile: Likewise.
8842         (all): Remove target.
8843         * sysvipc/Makefile: Include Makeconfig immediately after defining
8844         subdir.
8845         * termios/Makefile: Likewise.
8846         * time/Makefile: Likewise.
8847         * timezone/Makefile: Likewise.
8848         (all): Remove target.
8849         * wcsmbs/Makefile: Include Makeconfig immediately after defining
8850         subdir.
8851         * wctype/Makefile: Likewise.
8852
8853 2014-02-26  Steve Ellcey  <sellcey@mips.com>
8854
8855         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
8856         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
8857         (libc_feholdexcept_setround_mips): Ditto.
8858         (libc_feholdsetround): New.
8859         (libc_feholdsetroundf): New.
8860         (libc_feholdsetroundl): New.
8861         (libc_feupdateenv_test_mips): New.
8862         (libc_feupdateenv_test): New.
8863         (libc_feupdateenv_testf): New.
8864         (libc_feupdateenv_testl): New.
8865         (libc_feresetround): New.
8866         (libc_feresetroundf): New.
8867         (libc_feresetroundl): New.
8868         (libc_fetestexcept_mips): New.
8869         (libc_fetestexcept): New.
8870         (libc_fetestexceptf): New.
8871         (libc_fetestexceptl): New.
8872         (HAVE_RM_CTX): New.
8873         (libc_feholdexcept_setround_mips_ctx): New.
8874         (libc_feholdexcept_setround_ctx): New.
8875         (libc_feholdexcept_setroundf_ctx): New.
8876         (libc_feholdexcept_setroundl_ctx): New.
8877         (libc_fesetenv_mips_ctx): New.
8878         (libc_fesetenv_ctx): New.
8879         (libc_fesetenv_ctxf): New.
8880         (libc_fesetenv_ctxl): New.
8881         (libc_feupdateenv_mips_ctx): New.
8882         (libc_feupdateenv_ctx): New.
8883         (libc_feupdateenvf_ctx): New.
8884         (libc_feupdateenvl_ctx): New.
8885         (libc_feholdsetround_mips_ctx): New.
8886         (libc_feholdsetround_ctx): New.
8887         (libc_feholdsetroundf_ctx): New.
8888         (libc_feholdsetroundl_ctx): New.
8889         (libc_feresetround_mips_ctx): New.
8890         (libc_feresetround_ctx): New.
8891         (libc_feresetroundf_ctx): New.
8892         (libc_feresetroundl_ctx): New.
8893
8894 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
8895
8896         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
8897
8898         * manual/ipc.texi: New file.
8899         * manual/Makefile (chapters): Add ipc.
8900         * manual/job.texi: Add "Inter-Process Communication" to next.
8901         * manual/process.texi: Add "Inter-Process Communication" to prev.
8902
8903 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8904
8905         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8906
8907 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
8908
8909         * malloc/malloc.c (__libc_calloc): Simplify implementation.
8910
8911         * manual/arith.texi: Fix spaces after sentences.
8912         * manual/charset.texi: Likewise.
8913         * manual/errno.texi: Likewise.
8914         * manual/install.texi: Likewise.
8915         * manual/llio.texi: Likewise.
8916         * manual/locale.texi: Likewise.
8917         * manual/maint.texi: Likewise.
8918         * manual/math.texi: Likewise.
8919         * manual/memory.texi: Likewise.
8920         * manual/message.texi: Likewise.
8921         * manual/probes.texi: Likewise.
8922         * manual/resource.texi: Likewise.
8923         * manual/signal.texi: Likewise.
8924         * manual/socket.texi: Likewise.
8925         * manual/stdio.texi: Likewise.
8926         * manual/string.texi: Likewise.
8927         * manual/time.texi: Likewise.
8928         * manual/users.texi: Likewise.
8929
8930 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
8931
8932         [BZ #16632]
8933         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
8934         _DEFAULT_SOURCE is defined.
8935
8936 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
8937             Carlos O'Donell  <carlos@redhat.com>
8938
8939         [BZ #16613]
8940         * elf/dl-tls.c (_dl_count_modids): New function.
8941         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
8942         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
8943         audit library and increment generation counter.
8944         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
8945         * elf/tst-audit9.c: New file.
8946         * elf/tst-auditmod9a.c: New file.
8947         * elf/tst-auditmod9b.c: New file.
8948         * elf/Makefile: Add rules to build and run tst-audit9.
8949
8950 2014-02-25  Florian Weimer  <fweimer@redhat.com>
8951
8952         [BZ #15347]
8953         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
8954
8955 2014-02-25  Will Newton  <will.newton@linaro.org>
8956
8957         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
8958         (__longjmp): Restore sp and lr before restoring callee
8959         saved registers.  Add longjmp and longjmp_target
8960         SystemTap probe point.
8961         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
8962         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
8963         Define to zero to match jmpbuf layout.
8964         * sysdeps/arm/setjmp.S: Include stap-probe.h.
8965         (__sigsetjmp): Save sp and lr before saving callee
8966         saved registers.  Add setjmp SystemTap probe point.
8967
8968 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
8969
8970         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8971
8972 2014-02-24  Andreas Schwab  <schwab@suse.de>
8973
8974         [BZ #15804]
8975         * elf/pldd.c (wait_for_ptrace_stop): New function.
8976         (main): Call it after attaching.
8977
8978 2014-02-22  Roland McGrath  <roland@hack.frob.com>
8979
8980         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
8981         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
8982         Versions files is now verboten.
8983         * hurd/Versions (libc: GLIBC_2.0):
8984         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
8985         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
8986         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
8987         * mach/Versions: Likewise.
8988
8989         * csu/Versions: Remove unused %include.
8990         * resolv/Versions: Likewise.
8991
8992 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
8993
8994         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
8995         ($(objpfx)check-local-headers.out): Likewise.
8996         ($(objpfx)begin-end-check.out): Likewise.
8997         * Makerules (check-abi-%.out): Likewise.
8998         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
8999         ($(objpfx)test2.cat): Likewise.
9000         ($(objpfx)de/libc.cat): Likewise.
9001         ($(objpfx)test-gencat.out): Likewise.
9002         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9003         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9004         ($(objpfx)noload-mem): Likewise.
9005         ($(objpfx)tst-pathopt.out): Likewise.
9006         ($(objpfx)tst-rtld-load-self.out): Likewise.
9007         ($(objpfx)tst-array1-cmp.out): Likewise.
9008         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9009         ($(objpfx)tst-array2-cmp.out): Likewise.
9010         ($(objpfx)tst-array3-cmp.out): Likewise.
9011         ($(objpfx)tst-array4-cmp.out): Likewise.
9012         ($(objpfx)tst-array5-cmp.out): Likewise.
9013         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9014         ($(objpfx)check-textrel.out): Likewise.
9015         ($(objpfx)check-execstack.out): Likewise.
9016         ($(objpfx)check-localplt.out): Likewise.
9017         ($(objpfx)order2-cmp.out): Likewise.
9018         ($(objpfx)tst-leaks1-mem): Likewise.
9019         ($(objpfx)tst-leaks1-static-mem): Likewise.
9020         ($(objpfx)tst-initorder-cmp.out): Likewise.
9021         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9022         ($(objpfx)tst-unused-dep.out): Likewise.
9023         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9024         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9025         * iconv/Makefile (test-iconvconfig): Likewise.
9026         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9027         ($(objpfx)iconv-test.out): Likewise.
9028         ($(objpfx)tst-tables.out): Likewise.
9029         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9030         ($(objpfx)tst-gettext.out): Likewise.
9031         ($(objpfx)tst-translit.out): Likewise.
9032         ($(objpfx)tst-gettext2.out): Likewise.
9033         ($(objpfx)tst-gettext4.out): Likewise.
9034         ($(objpfx)tst-gettext6.out): Likewise.
9035         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9036         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9037         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9038         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9039         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9040         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9041         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9042         ($(objpfx)wordexp-tst.out): Likewise.
9043         ($(objpfx)annexc.out): Likewise.
9044         ($(objpfx)tst-fnmatch-mem): Likewise.
9045         ($(objpfx)bug-regex2-mem): Likewise.
9046         ($(objpfx)bug-regex14-mem): Likewise.
9047         ($(objpfx)bug-regex21-mem): Likewise.
9048         ($(objpfx)bug-regex31-mem): Likewise.
9049         ($(objpfx)tst-vfork3-mem): Likewise.
9050         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9051         ($(objpfx)tst-pcre-mem): Likewise.
9052         ($(objpfx)tst-boost-mem): Likewise.
9053         ($(objpfx)tst-getconf.out): Likewise.
9054         ($(objpfx)bug-ga2-mem): Likewise.
9055         ($(objpfx)bug-glob2-mem): Likewise.
9056         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9057         ($(objpfx)mtrace-tst-leaks2): Likewise.
9058         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9059         ($(objpfx)tst-printf.out): Likewise.
9060         ($(objpfx)tst-setvbuf1.out): Likewise.
9061         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9062         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9063         ($(objpfx)tst-fmtmsg.out): Likewise.
9064         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9065         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9066
9067         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9068         * bits/sigaction.h [__USE_MISC]: Likewise.
9069         * bits/waitstatus.h: Update #endif comments.
9070         * ctype/ctype.h: Likewise.
9071         * dirent/dirent.h: Likewise.
9072         [__USE_MISC]: Remove redundant conditionals.
9073         * grp/grp.h: Update #endif comments.
9074         [__USE_GNU]: Remove redundant conditionals.
9075         [__USE_MISC]: Likewise.
9076         * inet/netinet/in.h [__USE_GNU]: Likewise.
9077         * io/sys/stat.h [__USE_MISC]: Likewise.
9078         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9079         * libio/bits/stdio.h: Update #endif comments.
9080         [__USE_MISC]: Remove redundant conditionals.
9081         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9082         * libio/stdio.h: Update #endif comments.
9083         [__USE_MISC]: Remove redundant conditionals.
9084         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9085         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9086         * math/math.h: Update #else and #endif comments.
9087         [__USE_MISC]: Remove redundant conditionals.
9088         * misc/sys/uio.h: Update #endif comments.
9089         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9090         * posix/glob.h [__USE_MISC]: Likewise.
9091         * posix/sys/types.h: Update #endif comments.
9092         [__USE_MISC]: Remove redundant conditionals.
9093         * posix/sys/wait.h: Update #endif comments.
9094         [__USE_MISC]: Remove redundant conditionals.
9095         * posix/unistd.h: Update #endif comments.
9096         [__USE_MISC]: Remove redundant conditionals.
9097         * pwd/pwd.h [__USE_GNU]: Likewise.
9098         [__USE_MISC]: Likewise.
9099         * resolv/netdb.h [__USE_GNU]: Likewise.
9100         * signal/signal.h: Update #endif comments.
9101         [__USE_MISC]: Remove redundant conditionals.
9102         * stdlib/stdlib.h: Update #else and #endif comments.
9103         [__USE_MISC]: Remove redundant conditionals.
9104         [__USE_GNU]: Likewise.
9105         * string/bits/string2.h [__USE_MISC]: Likewise.
9106         * string/string.h: Update #endif comments.
9107         [__USE_MISC]: Remove redundant conditionals.
9108         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9109         Likewise.
9110         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9111         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9112         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9113         Likewise.
9114         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9115         Likewise.
9116         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9117         comments.
9118         [__USE_MISC]: Remove redundant conditionals.
9119         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9120         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9121         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9122         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9123         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9124         Likewise.
9125         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9126         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9127         Likewise.
9128         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9129         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9130         Likewise.
9131         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9132         Likewise.
9133         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9134         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9135         Likewise.
9136         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9137         Likewise.
9138         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9139         * sysdeps/x86/bits/string.h: Update #endif comments.
9140         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9141         conditionals.
9142         * time/sys/time.h: Update #endif comments.
9143         * time/time.h: Likewise.
9144         [__USE_MISC]: Remove redundant conditionals.
9145
9146 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9147
9148         [BZ #16600]
9149         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9150
9151 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9152
9153         * Versions.def (librt): Add GLIBC_2.17.
9154
9155 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9156
9157         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9158         synonym for _SYS_AUXV_H to allow direct inclusion.
9159         * sysdeps/sparc/bits/hwcap.h: Likewise.
9160         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9161         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9162         * sysdeps/sparc/sysdep.h: Likewise.
9163
9164 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9165
9166         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9167
9168 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9169
9170         * benchtests/bench-strrchr.c: Print length instead of position.
9171
9172 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9173
9174         [BZ #16611]
9175         * sysdeps/unix/sysv/linux/kernel-features.h
9176         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9177         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9178         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9179         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9180         Likewise.
9181         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9182         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9183         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9184         (__ASSUME_SENDMMSG): Define instead of using previous
9185         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9186         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9187         (__ASSUME_SENDMMSG_SYSCALL): Define.
9188         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9189         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9190         Likewise.
9191         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9192         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9193         Likewise.
9194         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9195         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9196         Likewise.
9197         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9198         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9199         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9200         [__ASSUME_SENDMMSG]: Change conditionals to
9201         [__ASSUME_SENDMMSG_SOCKETCALL].
9202         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9203         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9204         Define.
9205         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9206         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9207         Likewise.
9208         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9209         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9210         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9211         [!__ASSUME_SENDMMSG]: Change conditional to
9212         [!__ASSUME_SENDMMSG_SOCKETCALL].
9213         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9214         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9215         Define.
9216
9217         [BZ #16610]
9218         * sysdeps/unix/sysv/linux/kernel-features.h
9219         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9220         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9221         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9222         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9223         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9224         [__i386__ || __sparc__]
9225         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9226         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9227         (__ASSUME_RECVMMSG): Define instead of using previous
9228         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9229         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9230         (__ASSUME_RECVMMSG_SYSCALL): Define.
9231         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9232         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9233         Likewise.
9234         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9235         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9236         Likewise.
9237         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9238         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9239         Likewise.
9240         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9241         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9242         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9243         [__ASSUME_RECVMMSG]: Change condition to
9244         [__ASSUME_RECVMMSG_SOCKETCALL].
9245         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9246         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9247         Define.
9248         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9249         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9250         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9251         Likewise.
9252         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9253         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9254         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9255         [!__ASSUME_RECVMMSG]: Change condition to
9256         [!__ASSUME_RECVMMSG_SOCKETCALL].
9257         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9258         (__ASSUME_RECVMMSG_SYSCALL): Define.
9259
9260         [BZ #16609]
9261         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9262         __powerpc__ || __s390__ || __sh__ || __sparc__]
9263         (__ASSUME_SOCKETCALL): Define.
9264         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9265         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9266         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9267         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9268         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9269         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9270         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9271         (__ASSUME_ACCEPT4): Define instead of using previous
9272         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9273         __powerpc__ || __sparc__ || __s390__)] condition.
9274         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9275         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9276         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9277         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9278         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9279         [!__ASSUME_ACCEPT4]: Change condition to
9280         [!__ASSUME_ACCEPT4_SOCKETCALL].
9281         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9282         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9283         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9284         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9285         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9286         __ASSUME_ACCEPT4_SYSCALL.
9287         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9288         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9289         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9290         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9291         __ASSUME_ACCEPT4_SYSCALL.
9292         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9293         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9294         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9295         [__ASSUME_ACCEPT4]: Change condition to
9296         [__ASSUME_ACCEPT4_SOCKETCALL].
9297         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9298         (__ASSUME_SOCKETCALL): Define.
9299         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9300         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9301         (__ASSUME_SOCKETCALL): Define.
9302         (__ASSUME_ACCEPT4): Remove.
9303         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9304         Define.
9305         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9306         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9307         Likewise.
9308         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9309         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9310
9311         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9312         macro.
9313         (HWCAP_ARM_LPAE): Likewise.
9314         (HWCAP_ARM_EVTSTRM): Likewise.
9315         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9316         Add vpfd32, lpae and evtstrm.
9317         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9318         Increase to 22.
9319
9320 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9321
9322         * math/auto-libm-test-in: Add tests of clog10.
9323         * math/auto-libm-test-out: Regenerated.
9324         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9325         * sysdeps/i386/fpu/libm-test-ulps: Update.
9326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9327
9328 2014-02-18  Andreas Schwab  <schwab@suse.de>
9329
9330         [BZ #16574]
9331         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9332         Store non-zero if the second buffer was newly allocated.
9333         (send_dg): Likewise.
9334         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9335         to send_vc and send_dg.
9336         (res_nsend): Pass NULL for ansp2_malloced.
9337         * resolv/res_query.c (__libc_res_nquery): Add parameter
9338         answerp2_malloced and pass it down to __libc_res_nsend.
9339         (res_nquery): Pass additional NULL to __libc_res_nquery.
9340         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9341         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9342         second answer buffer if answerp2_malloced was set.
9343         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9344         (__libc_res_nquerydomain): Add parameter
9345         answerp2_malloced and pass it down to __libc_res_nquery.
9346         (res_nquerydomain): Pass additional NULL to
9347         __libc_res_nquerydomain.
9348         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9349         additional NULL to __libc_res_nsend and __libc_res_nquery.
9350         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9351         additional NULL to __libc_res_nsearch.
9352         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9353         parameter of __libc_res_nsearch to check for separately allocated
9354         second buffer.
9355         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9356         __libc_res_nquery.
9357         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9358         additional NULL to __libc_res_nquery.
9359         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9360         __libc_res_nsearch.
9361         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9362         * include/resolv.h: Update prototypes of __libc_res_nquery,
9363         __libc_res_nsearch, __libc_res_nsend.
9364
9365 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9366
9367         * math/auto-libm-test-in: Add tests of fma.
9368         * math/auto-libm-test-out: Regenerated.
9369         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9370         (fma_towardzero_test_data): Likewise.
9371         (fma_downward_test_data): Likewise.
9372         (fma_upward_test_data): Likewise.
9373         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9374         mpc_mode.
9375         (rounding_modes): Add values for new field.
9376         (func_calc_method): Add value mpfr_fff_f.
9377         (func_calc_desc): Add mpfr_fff_f union field.
9378         (test_function): Add field exact_args.
9379         (FUNC): Add macro argument EXACT_ARGS.
9380         (FUNC_mpfr_f_f): Update call to FUNC.
9381         (FUNC_mpfr_f_f): Likewise.
9382         (FUNC_mpfr_ff_f): Likewise.
9383         (FUNC_mpfr_if_f): Likewise.
9384         (FUNC_mpc_c_f): Likewise.
9385         (FUNC_mpc_c_c): Likewise.
9386         (test_functions): Add fma.  Update calls to FUNC.
9387         (handle_input_arg): Add argument exact_args.
9388         (add_test): Update call to handle_input_arg.
9389         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9390         (output_for_one_input_case): Update call to calc_generic_results.
9391         Recalculate exact zero results in each rounding mode.
9392
9393         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9394         non-negative before setting low bit.
9395         * math/auto-libm-test-in: Mark one asin test possibly having
9396         spurious underflow.
9397         * math/auto-libm-test-out: Regenerated.
9398         * sysdeps/i386/fpu/libm-test-ulps: Update.
9399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9400
9401 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9402
9403         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9404         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9405         ports/sysdeps/unix/sysv/linux/microblaze.
9406         * README: Add missing listing for microblaze*-*-linux-gnu.
9407
9408 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9409
9410         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9411         * sysdeps/unix/sysv/linux/ia64: Move directory from
9412         ports/sysdeps/unix/sysv/linux/ia64.
9413         * README: Update listing for ia64-*-linux-gnu.
9414
9415 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9416             Joseph Myers  <joseph@codesourcery.com>
9417
9418         * Makeconfig (test-name): New variable.
9419         (evaluate-test): Likewise.
9420         * Makerules (do-test-clean): Remove .test-result files.
9421         (common-mostlyclean): Likewise.
9422         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
9423         * scripts/evaluate-test.sh: New file.
9424
9425 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
9426
9427         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
9428         separate $(objpfx)tst-fopenloc-cmp.out and
9429         $(objpfx)tst-fopenloc-mem.out targets.
9430         (tests): Update dependencies.
9431         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
9432         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
9433         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
9434         (tst-rxspencer-no-utf8-ARGS): New variable.
9435         (tst-rxspencer-no-utf8-ENV): Likewise.
9436         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
9437         instead of $(objpfx)tst-rxspencer-mem.
9438         ($(objpfx)tst-rxspencer-mem): Change target to
9439         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
9440         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
9441         * posix/tst-rxspencer-no-utf8.c: New file.
9442
9443         * elf/Makefile ($(objpfx)order.out): Remove rule.
9444         [$(run-built-tests) = yes] (tests): Depend on
9445         $(objpfx)order-cmp.out.
9446         ($(objpfx)order-cmp.out): New rule.
9447         [$(run-built-tests) = yes] (tests): Depend on
9448         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
9449         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
9450         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
9451         $(objpfx)tst-array5-static-cmp.out.
9452         ($(objpfx)tst-array1.out): Remove rule.
9453         ($(objpfx)tst-array1-cmp.out): New rule.
9454         ($(objpfx)tst-array1-static.out): Remove rule.
9455         ($(objpfx)tst-array1-static-cmp.out): New rule.
9456         ($(objpfx)tst-array2.out): Remove rule.
9457         ($(objpfx)tst-array2-cmp.out): New rule.
9458         ($(objpfx)tst-array3.out): Remove rule.
9459         ($(objpfx)tst-array3-cmp.out): New rule.
9460         ($(objpfx)tst-array4.out): Remove rule.
9461         ($(objpfx)tst-array4-cmp.out): New rule.
9462         ($(objpfx)tst-array5.out): Remove rule.
9463         ($(objpfx)tst-array5-cmp.out): New rule.
9464         ($(objpfx)tst-array5-static.out): Remove rule.
9465         ($(objpfx)tst-array5-static-cmp.out): New rule.
9466         [$(run-built-tests) = yes] (tests): Depend on
9467         $(objpfx)order2-cmp.out.
9468         ($(objpfx)order2.out): Remove rule.
9469         ($(objpfx)order2-cmp.out): New rule.
9470         ($(objpfx)tst-initorder.out): Remove rule.
9471         [$(run-built-tests) = yes] (tests): Depend on
9472         $(objpfx)tst-initorder-cmp.out.
9473         ($(objpfx)tst-initorder-cmp.out): New rule.
9474         ($(objpfx)tst-initorder2.out): Remove rule.
9475         [$(run-built-tests) = yes] (tests): Depend on
9476         $(objpfx)tst-initorder2-cmp.out.
9477         ($(objpfx)tst-initorder2-cmp.out): New rule.
9478         [$(run-built-tests) = yes] (tests): Depend on
9479         $(objpfx)tst-unused-dep-cmp.out.
9480         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
9481         ($(objpfx)tst-unused-dep-cmp.out): New rule.
9482         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
9483         on $(objpfx)tst-setvbuf1-cmp.out.
9484         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
9485         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
9486         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
9487         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
9488         ($(objpfx)tst-svc.out): Remove rule.
9489         ($(objpfx)tst-svc-cmp.out): New rule.
9490
9491 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
9492
9493         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
9494         * ctype/ctype.h [__USE_MISC]: Likewise.
9495         * dirent/dirent.h [__USE_MISC]: Likewise.
9496         * grp/grp.h [__USE_MISC]: Likewise.
9497         * io/fcntl.h [__USE_MISC]: Likewise.
9498         * io/sys/stat.h [__USE_MISC]: Likewise.
9499         * libio/stdio.h [__USE_MISC]: Likewise.
9500         * posix/unistd.h [__USE_MISC]: Likewise.
9501         * pwd/pwd.h [__USE_MISC]: Likewise.
9502         * stdlib.h [__USE_MISC]: Likewise.
9503         * string/bits/string2.h [__USE_MISC]: Likewise.
9504         * string/string.h [__USE_MISC]: Likewise.
9505         * time/time.h [__USE_MISC]: Likewise.
9506
9507 2014-02-13  Andreas Schwab  <schwab@suse.de>
9508
9509         [BZ #16574]
9510         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
9511         second answer buffer if it was separately allocated.
9512
9513 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
9514
9515         * sysdeps/mips/math-tests.h: Include <features.h>.
9516         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9517         (ROUNDING_TESTS_long_double): Do not define.
9518         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9519         (EXCEPTION_TESTS_long_double): Likewise.
9520         * sysdeps/mips/mips64/libm-test-ulps: Update.
9521
9522         * include/features.h (__USE_BSD): Remove macro definitions.
9523         (__USE_SVID): Likewise.
9524         (_BSD_SOURCE): Likewise.
9525         (_SVID_SOURCE): Likewise.
9526         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
9527         from definition of _DEFAULT_SOURCE.
9528         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
9529         [_DEFAULT_SOURCE].
9530         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
9531         * bits/mman.h [__USE_BSD]: Likewise.
9532         * bits/termios.h [__USE_BSD]: Likewise.
9533         * bits/waitstatus.h [__USE_BSD]: Likewise.
9534         * ctype/ctype.h [__USE_SVID]: Likewise.
9535         * dirent/dirent.h [__USE_BSD]: Likewise.
9536         * grp/grp.h [__USE_SVID]: Likewise.
9537         [__USE_BSD]: Likewise.
9538         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
9539         * io/fcntl.h [__USE_BSD]: Likewise.
9540         * io/ftw.h [__USE_BSD]: Likewise.
9541         * io/sys/stat.h [__USE_BSD]: Likewise.
9542         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
9543         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
9544         * libio/stdio.h [__USE_SVID]: Likewise.
9545         [__USE_BSD]: Likewise.
9546         * math/math.h [__USE_SVID]: Likewise.
9547         [__USE_BSD]: Likewise.
9548         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
9549         * misc/bits/syslog.h [__USE_BSD]: Likewise.
9550         * misc/search.h [__USE_SVID]: Likewise.
9551         * misc/sys/mman.h [__USE_BSD]: Likewise.
9552         * misc/sys/syslog.h [__USE_BSD]: Likewise.
9553         * misc/sys/uio.h [__USE_BSD]: Likewise.
9554         * posix/bits/unistd.h [__USE_BSD]: Likewise.
9555         * posix/glob.h [__USE_BSD]: Likewise.
9556         * posix/regex.h [__USE_BSD]: Likewise.
9557         * posix/sys/types.h [__USE_BSD]: Likewise.
9558         [__USE_SVID]: Likewise.
9559         * posix/sys/utsname.h [__USE_SVID]: Likewise.
9560         * posix/sys/wait.h [__USE_BSD]: Likewise.
9561         [__USE_SVID]: Likewise.
9562         * posix/unistd.h [__USE_BSD]: Likewise.
9563         [__USE_SVID]: Likewise.
9564         * pwd/pwd.h [__USE_SVID]: Likewise.
9565         * resolv/netdb.h [__USE_BSD]: Likewise.
9566         * setjmp/setjmp.h [__USE_BSD]: Likewise.
9567         * signal/signal.h [__USE_BSD]: Likewise.
9568         [__USE_SVID]: Likewise.
9569         * socket/sys/socket.h [__USE_BSD]: Likewise.
9570         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
9571         * stdlib/stdlib.h [__USE_BSD]: Likewise.
9572         [__USE_SVID]: Likewise.
9573         * string/bits/string2.h [__USE_BSD]: Likewise.
9574         [__USE_SVID]: Likewise.
9575         * string/bits/string3.h [__USE_BSD]: Likewise.
9576         * string/endian.h [__USE_BSD]: Likewise.
9577         * string/string.h [__USE_SVID]: Likewise.
9578         [__USE_BSD]: Likewise.
9579         * string/strings.h [__USE_BSD]: Likewise.
9580         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
9581         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
9582         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
9583         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
9584         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
9585         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
9586         Likewise.
9587         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
9588         Likewise.
9589         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
9590         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
9591         Likewise.
9592         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
9593         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
9594         Likewise.
9595         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
9596         Likewise.
9597         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
9598         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
9599         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
9600         Likewise.
9601         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
9602         Likewise.
9603         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
9604         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
9605         * termios/termios.h [__USE_BSD]: Likewise.
9606         * time/sys/time.h [__USE_BSD]: Likewise.
9607         * time/time.h [__USE_BSD]: Likewise.
9608         [__USE_SVID]: Likewise.
9609
9610         * Makefile (subdir_targets): Remove subdir_lint.out.
9611
9612         * stdio-common/Makefile (do-tst-unbputc): Remove target.
9613         (do-tst-printf): Likewise.
9614         (tests): Depend directly on $(objpfx)tst-unbputc.out and
9615         $(objpfx)tst-printf.out.
9616
9617         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
9618
9619         * Makerules (check-abi-%): Change target to
9620         $(objpfx)check-abi-%.out.
9621         (check-abi target): Update dependencies.
9622         (check-abi-pattern variable): Redirect output of diff to $@.
9623         (check-abi variable): Likewise.
9624         * elf/Makefile (check-abi): Update dependencies.
9625
9626         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
9627         unused.
9628         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
9629         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
9630         subnormal range.
9631         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
9632         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
9633         value has largest subnormal exponent.
9634         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
9635         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
9636         * sysdeps/aarch64/soft-fp/sfp-machine.h
9637         (_FP_TININESS_AFTER_ROUNDING): New macro.
9638         * sysdeps/alpha/soft-fp/sfp-machine.h
9639         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9640         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9641         Likewise.
9642         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
9643         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9644         * sysdeps/mips/soft-fp/sfp-machine.h
9645         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9646         * sysdeps/powerpc/soft-fp/sfp-machine.h
9647         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9648         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9649         Likewise.
9650         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
9651         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9652         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
9653         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9654         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9655         Likewise.
9656
9657 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
9658
9659         [BZ #16545]
9660         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
9661         model 1.
9662
9663 2014-02-12  Richard Henderson  <rth@redhat.com>
9664
9665         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
9666         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
9667         * sysdeps/unix/sysv/linux/alpha: Move directory from
9668         ports/sysdeps/unix/sysv/linux/alpha.
9669         * README: Update listing for alpha-*-linux-gnu.
9670
9671 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
9672
9673         * include/features.h: Update comment documenting feature test
9674         macros.
9675         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
9676         _DEFAULT_SOURCE.
9677         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
9678         (_SVID_SOURCE): Likewise.
9679         (_DEFAULT_SOURCE): Update description of default features.
9680         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
9681         with _GNU_SOURCE.
9682         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
9683         (S_ISVTX): Likewise.
9684         * manual/math.texi (Mathematical Constants): Likewise.
9685         * manual/signal.texi (Interrupted Primitives): Likewise.
9686         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
9687         * math/test-matherr.c (_SVID_SOURCE): Do not define.
9688         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
9689         Don't refer to _SVID_SOURCE in warning text.
9690
9691         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9692
9693         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
9694         already defined.
9695         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
9696         * sysdeps/mips/dl-lookup.c: Remove.
9697         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
9698
9699 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9700
9701         [BZ #16447]
9702         * math/auto-libm-test-in: Add testcase for expl.
9703         * math/auto-libm-test-out: Regenerate.
9704         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
9705         calculation of unsafe.
9706         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
9707
9708 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9709
9710         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
9711         * sysdeps/unix/sysv/linux/aarch64: Move directory from
9712         ports/sysdeps/unix/sysv/linux/aarch64.
9713         * README: Update listing for aarch64*-*-linux-gnu.
9714
9715 2014-02-11  Will Newton  <will.newton@linaro.org>
9716
9717         * manual/probes.texi (Mathematical Function Probes): Use
9718         "triggered" instead of "hit".
9719
9720         * manual/probes.texi (Internal Probes): Add documentation
9721         of setjmp, longjmp and longjmp_target probes.
9722
9723         * include/stap-probe.h: Add comment about probe argument
9724         format.
9725
9726         * malloc/mtrace.c (attribute_hidden): Remove unused macro
9727         definition.  (tr_where, tr_freehook, tr_mallochook,
9728         tr_reallochook, tr_memalignhook): Use ANSI protoype.
9729
9730 2014-02-11  David S. Miller  <davem@davemloft.net>
9731
9732         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
9733         processing int_tests.
9734
9735 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
9736
9737         * sysdeps/mips: Move directory from ports/sysdeps/mips.
9738         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
9739         * sysdeps/unix/sysv/linux/mips: Move directory from
9740         ports/sysdeps/unix/sysv/linux/mips.
9741         * README: Update listing for mips-*-linux-gnu and
9742         mips64-*-linux-gnu.
9743
9744 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
9745
9746         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
9747         * sysdeps/unix/sysv/linux/m68k: Move directory from
9748         ports/sysdeps/unix/sysv/linux/m68k.
9749         * README: Update listing for m68k-*-linux-gnu.
9750
9751 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
9752
9753         * sysdeps/tile: Move directory from ports/sysdeps/tile.
9754         * sysdeps/unix/sysv/linux/generic: Move directory from
9755         ports/sysdeps/unix/sysv/linux/generic.
9756         * sysdeps/unix/sysv/linux/tile: Move directory from
9757         ports/sysdeps/unix/sysv/linux/tile.
9758         * README: Update listing for tile*-*-linux-gnu.
9759
9760 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
9761
9762         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
9763         __builtin_expect.
9764         * benchtests/bench-memmem.c (simple_memmem): Likewise.
9765         * catgets/open_catalog.c (__open_catalog): Likewise.
9766         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
9767         * debug/confstr_chk.c: Likewise.
9768         * debug/fread_chk.c (__fread_chk): Likewise.
9769         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
9770         * debug/getgroups_chk.c: Likewise.
9771         * debug/mbsnrtowcs_chk.c: Likewise.
9772         * debug/mbsrtowcs_chk.c: Likewise.
9773         * debug/mbstowcs_chk.c: Likewise.
9774         * debug/memcpy_chk.c: Likewise.
9775         * debug/memmove_chk.c: Likewise.
9776         * debug/mempcpy_chk.c: Likewise.
9777         * debug/memset_chk.c: Likewise.
9778         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
9779         * debug/strcat_chk.c (__strcat_chk): Likewise.
9780         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
9781         * debug/strncat_chk.c (__strncat_chk): Likewise.
9782         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
9783         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
9784         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
9785         * debug/wcpncpy_chk.c: Likewise.
9786         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
9787         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
9788         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
9789         * debug/wcsncpy_chk.c: Likewise.
9790         * debug/wcsnrtombs_chk.c: Likewise.
9791         * debug/wcsrtombs_chk.c: Likewise.
9792         * debug/wcstombs_chk.c: Likewise.
9793         * debug/wmemcpy_chk.c: Likewise.
9794         * debug/wmemmove_chk.c: Likewise.
9795         * debug/wmempcpy_chk.c: Likewise.
9796         * debug/wmemset_chk.c: Likewise.
9797         * dirent/scandirat.c (SCANDIRAT): Likewise.
9798         * dlfcn/dladdr1.c (dladdr1): Likewise.
9799         * dlfcn/dladdr.c (dladdr): Likewise.
9800         * dlfcn/dlclose.c (dlclose_doit): Likewise.
9801         * dlfcn/dlerror.c (__dlerror): Likewise.
9802         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9803         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
9804         * dlfcn/dlopen.c (dlopen_doit): Likewise.
9805         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
9806         * dlfcn/dlsym.c (dlsym_doit): Likewise.
9807         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
9808         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
9809         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
9810         Likewise.
9811         * elf/dl-conflict.c: Likewise.
9812         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
9813         * elf/dl-dst.h: Likewise.
9814         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
9815         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
9816         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
9817         * elf/dl-init.c (call_init, _dl_init): Likewise.
9818         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
9819         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
9820         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
9821         Likewise.
9822         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
9823         Likewise.
9824         * elf/dl-minimal.c (__libc_memalign): Likewise.
9825         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
9826         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9827         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9828         * elf/dl-sym.c (do_sym): Likewise.
9829         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
9830         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
9831         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
9832         * elf/dl-writev.h (_dl_writev): Likewise.
9833         * elf/ldconfig.c (search_dir): Likewise.
9834         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
9835         (dl_main): Likewise.
9836         * elf/setup-vdso.h (setup_vdso): Likewise.
9837         * grp/compat-initgroups.c (compat_call): Likewise.
9838         * grp/fgetgrent.c (fgetgrent): Likewise.
9839         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
9840         * grp/putgrent.c (putgrent): Likewise.
9841         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
9842         Likewise.
9843         * hurd/hurdinit.c: Likewise.
9844         * iconvdata/8bit-gap.c (struct): Likewise.
9845         * iconvdata/ansi_x3.110.c : Likewise.
9846         * iconvdata/big5.c : Likewise.
9847         * iconvdata/big5hkscs.c : Likewise.
9848         * iconvdata/cp1255.c: Likewise.
9849         * iconvdata/cp1258.c : Likewise.
9850         * iconvdata/cp932.c : Likewise.
9851         * iconvdata/euc-cn.c: Likewise.
9852         * iconvdata/euc-jisx0213.c : Likewise.
9853         * iconvdata/euc-jp.c: Likewise.
9854         * iconvdata/euc-jp-ms.c : Likewise.
9855         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
9856         * iconvdata/gb18030.c : Likewise.
9857         * iconvdata/gbbig5.c (const): Likewise.
9858         * iconvdata/gbgbk.c: Likewise.
9859         * iconvdata/gbk.c : Likewise.
9860         * iconvdata/ibm1364.c : Likewise.
9861         * iconvdata/ibm930.c : Likewise.
9862         * iconvdata/ibm932.c: Likewise.
9863         * iconvdata/ibm933.c : Likewise.
9864         * iconvdata/ibm935.c : Likewise.
9865         * iconvdata/ibm937.c : Likewise.
9866         * iconvdata/ibm939.c : Likewise.
9867         * iconvdata/ibm943.c: Likewise.
9868         * iconvdata/iso_11548-1.c: Likewise.
9869         * iconvdata/iso-2022-cn.c : Likewise.
9870         * iconvdata/iso-2022-cn-ext.c : Likewise.
9871         * iconvdata/iso-2022-jp-3.c: Likewise.
9872         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
9873         * iconvdata/iso-2022-kr.c : Likewise.
9874         * iconvdata/iso646.c (gconv_end): Likewise.
9875         * iconvdata/iso_6937-2.c : Likewise.
9876         * iconvdata/iso_6937.c : Likewise.
9877         * iconvdata/iso8859-1.c: Likewise.
9878         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
9879         * iconvdata/shift_jisx0213.c : Likewise.
9880         * iconvdata/sjis.c : Likewise.
9881         * iconvdata/t.61.c : Likewise.
9882         * iconvdata/tcvn5712-1.c : Likewise.
9883         * iconvdata/tscii.c: Likewise.
9884         * iconvdata/uhc.c : Likewise.
9885         * iconvdata/unicode.c (gconv_end): Likewise.
9886         * iconvdata/utf-16.c (gconv_end): Likewise.
9887         * iconvdata/utf-32.c (gconv_end): Likewise.
9888         * iconvdata/utf-7.c (base64): Likewise.
9889         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
9890         * iconv/gconv_close.c (__gconv_close): Likewise.
9891         * iconv/gconv_open.c (__gconv_open): Likewise.
9892         * iconv/gconv_simple.c (internal_ucs4_loop_single)
9893         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
9894         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
9895         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
9896         (ucs4le_internal_loop_single): Likewise.
9897         * iconv/iconv.c (iconv): Likewise.
9898         * iconv/iconv_close.c: Likewise.
9899         * iconv/loop.c (SINGLE): Likewise.
9900         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
9901         * include/atomic.h: Likewise.
9902         * inet/inet6_option.c (option_alloc): Likewise.
9903         * intl/bindtextdom.c (set_binding_values): Likewise.
9904         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
9905         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
9906         * intl/localealias.c (read_alias_file): Likewise.
9907         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
9908         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
9909         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
9910         * libio/fmemopen.c (fmemopen): Likewise.
9911         * libio/iofgets.c (_IO_fgets): Likewise.
9912         * libio/iofgets_u.c (fgets_unlocked): Likewise.
9913         * libio/iofgetws.c (fgetws): Likewise.
9914         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
9915         * libio/iogetdelim.c (_IO_getdelim): Likewise.
9916         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
9917         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
9918         * locale/findlocale.c (_nl_find_locale): Likewise.
9919         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
9920         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
9921         Likewise.
9922         * locale/setlocale.c (setlocale): Likewise.
9923         * login/programs/pt_chown.c (main): Likewise.
9924         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
9925         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
9926         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
9927         (mmap, mmap64, mremap, munmap): Likewise.
9928         * math/e_exp2l.c: Likewise.
9929         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
9930         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
9931         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
9932         * math/s_catan.c (__catan): Likewise.
9933         * math/s_catanf.c (__catanf): Likewise.
9934         * math/s_catanh.c (__catanh): Likewise.
9935         * math/s_catanhf.c (__catanhf): Likewise.
9936         * math/s_catanhl.c (__catanhl): Likewise.
9937         * math/s_catanl.c (__catanl): Likewise.
9938         * math/s_ccosh.c (__ccosh): Likewise.
9939         * math/s_ccoshf.c (__ccoshf): Likewise.
9940         * math/s_ccoshl.c (__ccoshl): Likewise.
9941         * math/s_cexp.c (__cexp): Likewise.
9942         * math/s_cexpf.c (__cexpf): Likewise.
9943         * math/s_cexpl.c (__cexpl): Likewise.
9944         * math/s_clog10.c (__clog10): Likewise.
9945         * math/s_clog10f.c (__clog10f): Likewise.
9946         * math/s_clog10l.c (__clog10l): Likewise.
9947         * math/s_clog.c (__clog): Likewise.
9948         * math/s_clogf.c (__clogf): Likewise.
9949         * math/s_clogl.c (__clogl): Likewise.
9950         * math/s_csin.c (__csin): Likewise.
9951         * math/s_csinf.c (__csinf): Likewise.
9952         * math/s_csinh.c (__csinh): Likewise.
9953         * math/s_csinhf.c (__csinhf): Likewise.
9954         * math/s_csinhl.c (__csinhl): Likewise.
9955         * math/s_csinl.c (__csinl): Likewise.
9956         * math/s_csqrt.c (__csqrt): Likewise.
9957         * math/s_csqrtf.c (__csqrtf): Likewise.
9958         * math/s_csqrtl.c (__csqrtl): Likewise.
9959         * math/s_ctan.c (__ctan): Likewise.
9960         * math/s_ctanf.c (__ctanf): Likewise.
9961         * math/s_ctanh.c (__ctanh): Likewise.
9962         * math/s_ctanhf.c (__ctanhf): Likewise.
9963         * math/s_ctanhl.c (__ctanhl): Likewise.
9964         * math/s_ctanl.c (__ctanl): Likewise.
9965         * math/w_pow.c: Likewise.
9966         * math/w_powf.c: Likewise.
9967         * math/w_powl.c: Likewise.
9968         * math/w_scalb.c (sysv_scalb): Likewise.
9969         * math/w_scalbf.c (sysv_scalbf): Likewise.
9970         * math/w_scalbl.c (sysv_scalbl): Likewise.
9971         * misc/error.c (error_tail): Likewise.
9972         * misc/pselect.c (__pselect): Likewise.
9973         * nis/nis_callback.c (__nis_create_callback): Likewise.
9974         * nis/nis_call.c (__nisfind_server): Likewise.
9975         * nis/nis_creategroup.c (nis_creategroup): Likewise.
9976         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
9977         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
9978         * nis/nis_getservlist.c (nis_getservlist): Likewise.
9979         * nis/nis_lookup.c (nis_lookup): Likewise.
9980         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
9981         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
9982         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
9983         * nis/nis_xdr.c (xdr_endpoint): Likewise.
9984         * nis/nss_compat/compat-grp.c (getgrent_next_file)
9985         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
9986         * nis/nss_compat/compat-initgroups.c (add_group)
9987         (internal_getgrent_r): Likewise.
9988         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
9989         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
9990         * nis/nss_compat/compat-spwd.c (getspent_next_file)
9991         (internal_getspnam_r): Likewise.
9992         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
9993         (_nss_nis_getaliasbyname_r): Likewise.
9994         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
9995         (_nss_nis_getntohost_r): Likewise.
9996         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
9997         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
9998         (_nss_nis_getgrgid_r): Likewise.
9999         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10000         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10001         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10002         (_nss_nis_gethostbyname4_r): Likewise.
10003         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10004         (initgroups_netid): Likewise.
10005         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10006         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10007         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10008         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10009         (_nss_nis_getprotobynumber_r): Likewise.
10010         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10011         (_nss_nis_getsecretkey): Likewise.
10012         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10013         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10014         (_nss_nis_getpwuid_r): Likewise.
10015         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10016         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10017         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10018         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10019         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10020         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10021         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10022         Likewise.
10023         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10024         (_nss_nisplus_getntohost_r): Likewise.
10025         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10026         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10027         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10028         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10029         Likewise.
10030         * nis/nss_nisplus/nisplus-initgroups.c
10031         (_nss_nisplus_initgroups_dyn): Likewise.
10032         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10033         (_nss_nisplus_getnetbyaddr_r): Likewise.
10034         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10035         (_nss_nisplus_getprotobynumber_r): Likewise.
10036         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10037         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10038         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10039         Likewise.
10040         * nis/nss_nisplus/nisplus-service.c
10041         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10042         (_nss_nisplus_getservbyport_r): Likewise.
10043         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10044         (_nss_nisplus_getspnam_r): Likewise.
10045         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10046         Likewise.
10047         * nscd/aicache.c (addhstaiX): Likewise.
10048         * nscd/cache.c (cache_search, prune_cache): Likewise.
10049         * nscd/connections.c (register_traced_file, send_ro_fd)
10050         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10051         (main_loop_epoll): Likewise.
10052         * nscd/grpcache.c (addgrbyX): Likewise.
10053         * nscd/hstcache.c (addhstbyX): Likewise.
10054         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10055         * nscd/mem.c (gc, mempool_alloc): Likewise.
10056         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10057         (addinnetgrX): Likewise.
10058         * nscd/nscd-client.h (__nscd_acquire_maplock)
10059         (__nscd_drop_map_ref): Likewise.
10060         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10061         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10062         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10063         Likewise.
10064         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10065         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10066         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10067         (__nscd_get_map_ref): Likewise.
10068         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10069         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10070         Likewise.
10071         * nscd/pwdcache.c (addpwbyX): Likewise.
10072         * nscd/selinux.c (preserve_capabilities): Likewise.
10073         * nscd/servicescache.c (addservbyX): Likewise.
10074         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10075         * posix/fnmatch.c (fnmatch): Likewise.
10076         * posix/getopt.c (_getopt_internal_r): Likewise.
10077         * posix/glob.c (glob, glob_in_dir): Likewise.
10078         * posix/wordexp.c (exec_comm_child): Likewise.
10079         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10080         (getanswer_r, gaih_getanswer_slice): Likewise.
10081         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10082         * resolv/res_init.c: Likewise.
10083         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10084         * resolv/res_query.c (__libc_res_nquery): Likewise.
10085         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10086         Likewise.
10087         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10088         * stdio-common/perror.c (perror): Likewise.
10089         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10090         * stdio-common/tmpnam.c (tmpnam): Likewise.
10091         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10092         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10093         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10094         Likewise.
10095         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10096         * stdlib/putenv.c (putenv): Likewise.
10097         * stdlib/setenv.c (__add_to_environ): Likewise.
10098         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10099         * stdlib/strtol_l.c (INTERNAL): Likewise.
10100         * string/memmem.c (memmem): Likewise.
10101         * string/strerror.c (strerror): Likewise.
10102         * string/strnlen.c (__strnlen): Likewise.
10103         * string/test-memmem.c (simple_memmem): Likewise.
10104         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10105         * sunrpc/pm_getport.c (__get_socket): Likewise.
10106         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10107         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10108         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10109         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10110         Likewise.
10111         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10112         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10113         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10114         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10115         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10116         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10117         Likewise.
10118         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10119         Likewise.
10120         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10121         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10122         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10123         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10124         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10125         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10126         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10127         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10128         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10129         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10130         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10131         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10132         Likewise.
10133         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10134         Likewise.
10135         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10136         Likewise.
10137         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10138         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10139         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10140         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10141         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10142         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10143         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10144         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10145         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10146         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10147         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10148         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10149         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10150         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10151         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10152         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10153         Likewise.
10154         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10155         Likewise.
10156         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10157         Likewise.
10158         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10159         Likewise.
10160         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10161         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10162         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10163         Likewise.
10164         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10165         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10166         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10167         * sysdeps/posix/sleep.c: Likewise.
10168         * sysdeps/posix/tempname.c: Likewise.
10169         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10170         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10171         Likewise.
10172         * sysdeps/powerpc/powerpc32/dl-machine.h
10173         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10174         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10175         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10176         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10177         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10178         Likewise.
10179         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10180         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10181         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10182         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10183         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10184         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10185         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10186         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10187         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10188         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10189         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10190         (elf_machine_lazy_rel): Likewise.
10191         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10192         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10193         (elf_machine_lazy_rel): Likewise.
10194         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10195         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10196         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10197         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10198         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10199         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10200         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10201         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10202         Likewise.
10203         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10204         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10205         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10206         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10207         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10208         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10209         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10210         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10211         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10212         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10213         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10214         Likewise.
10215         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10216         (__posix_fallocate64_l64): Likewise.
10217         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10218         (posix_fallocate): Likewise.
10219         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10220         Likewise.
10221         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10222         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10223         (getifaddrs_internal): Likewise.
10224         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10225         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10226         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10227         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10228         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10229         (__posix_fallocate64_l64): Likewise.
10230         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10231         Likewise.
10232         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10233         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10234         (__get_clockfreq): Likewise.
10235         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10236         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10237         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10238         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10239         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10240         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10241         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10242         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10243         Likewise.
10244         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10245         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10246         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10247         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10248         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10249         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10250         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10251         Likewise.
10252         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10253         (posix_fallocate): Likewise.
10254         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10255         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10256         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10257         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10258         (elf_machine_rela, elf_machine_rela_relative)
10259         (elf_machine_lazy_rel): Likewise.
10260         * time/asctime.c (asctime_internal): Likewise.
10261         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10262         * time/tzset.c (__tzset_parse_tz): Likewise.
10263         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10264         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10265         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10266         * wcsmbs/wcsmbsload.h: Likewise.
10267
10268         [BZ #15894]
10269         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10270
10271         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10272         (arena_get2): Remove THREAD_STATS conditionals.
10273         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10274         (__malloc_stats, int): Likewise.
10275
10276 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10277
10278         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10279         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10280
10281         * manual/setjmp.texi: Fix typos/grammar errors.
10282
10283         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10284         Only return early when n is <= 0.  Delete unused return statement.
10285
10286         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10287         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10288         * debug/tst-longjmp_chk3.c: New file.
10289
10290         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10291         (test_main): Replace code with set_fortify_handler call.
10292         * debug/test-strcpy_chk.c: Likewise.
10293         * debug/tst-chk1.c: Likewise.
10294         * debug/tst-longjmp_chk.c: Likewise.
10295         * test-skeleton.c: Include fcntl.h & paths.h
10296         (set_fortify_handler): Define.
10297
10298         * debug/tst-longjmp_chk.c: Add header comment and include
10299         ../test-skeleton.c.
10300         (do_test): Mark static.
10301         (TEST_FUNCTION): Define.
10302
10303         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10304         (IP_PMTUDISC_INTERFACE): Likewise.
10305         (IP_MULTICAST_IF): Likewise.
10306         (IP_MULTICAST_TTL): Likewise.
10307         (IP_MULTICAST_LOOP): Likewise.
10308         (IP_ADD_MEMBERSHIP): Likewise.
10309         (IP_DROP_MEMBERSHIP): Likewise.
10310         (IP_UNBLOCK_SOURCE): Likewise.
10311         (IP_BLOCK_SOURCE): Likewise.
10312         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10313         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10314         (IP_MSFILTER): Likewise.
10315         (MCAST_JOIN_GROUP): Likewise.
10316         (MCAST_BLOCK_SOURCE): Likewise.
10317         (MCAST_UNBLOCK_SOURCE): Likewise.
10318         (MCAST_LEAVE_GROUP): Likewise.
10319         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10320         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10321         (MCAST_MSFILTER): Likewise.
10322         (IP_MULTICAST_ALL): Likewise.
10323         (IP_UNICAST_IF): Likewise.
10324
10325         * timezone/Makefile: Delete $(have-ksh) check.
10326         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10327         * timezone/tzselect.ksh: Add +x mode bits.
10328
10329         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10330         (ANON_INODE_FS_MAGIC): Likewise.
10331         (BDEVFS_MAGIC): Likewise.
10332         (BINFMTFS_MAGIC): Likewise.
10333         (BTRFS_TEST_MAGIC): Likewise.
10334         (CRAMFS_MAGIC_WEND): Likewise.
10335         (DEBUGFS_MAGIC): Likewise.
10336         (ECRYPTFS_SUPER_MAGIC): Likewise.
10337         (EXT3_SUPER_MAGIC): Likewise.
10338         (EXT4_SUPER_MAGIC): Likewise.
10339         (FUTEXFS_SUPER_MAGIC): Likewise.
10340         (HOSTFS_SUPER_MAGIC): Likewise.
10341         (HUGETLBFS_MAGIC): Likewise.
10342         (MINIX3_SUPER_MAGIC): Likewise.
10343         (MTD_INODE_FS_MAGIC): Likewise.
10344         (NILFS_SUPER_MAGIC): Likewise.
10345         (OPENPROM_SUPER_MAGIC): Likewise.
10346         (PIPEFS_MAGIC): Likewise.
10347         (PSTOREFS_MAGIC): Likewise.
10348         (QNX6_SUPER_MAGIC): Likewise.
10349         (RAMFS_MAGIC): Likewise.
10350         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10351         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10352         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10353         (SECURITYFS_MAGIC): Likewise.
10354         (SELINUX_MAGIC): Likewise.
10355         (SMACK_MAGIC): Likewise.
10356         (SOCKFS_MAGIC): Likewise.
10357         (SQUASHFS_MAGIC): Likewise.
10358         (STACK_END_MAGIC): Likewise.
10359         (TMPFS_MAGIC): Likewise.
10360         (USBDEVICE_SUPER_MAGIC): Likewise.
10361         (V9FS_MAGIC): Likewise.
10362         (XENFS_SUPER_MAGIC): Likewise.
10363         (CRAMFS_MAGIC): Fix typo in comment.
10364         (EXT2_SUPER_MAGIC): Update comment.
10365         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10366
10367 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10368
10369         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10370         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10371         * sysdeps/unix/sysv/linux/arm: Move directory from
10372         ports/sysdeps/unix/sysv/linux/arm.
10373         * README: Update listing for arm-*-linux-gnueabi.
10374
10375         * README: Remove mention of am33.
10376
10377 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10378
10379         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10380         than the comma operator, to avoid "rhs of comma has no effect"
10381         compiler warnings.
10382         (__sigfillset, __sigandset, __sigorset): Likewise.
10383         * include/signal.h (__sigemptyset): Likewise.
10384         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10385
10386 2014-02-07  Allan McRae  <allan@archlinux.org>
10387
10388         * version.h (RELEASE): Set to "development".
10389         (VERSION): Set to "2.19.90"
10390         * NEWS: Add 2.20 section.
10391
10392 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10393
10394         [BZ #16529]
10395         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10396
10397 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10398
10399         * manual/contrib.texi: Update entry for Carlos O'Donell,
10400         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10401
10402 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10403
10404         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10405
10406         * sysdeps/unix/sysv/linux/kernel-features.h
10407         [__LINUX_KERNEL_VERSION >= 0x020621]
10408         (__ASSUME_PROC_PID_TASK_COMM): Define.
10409
10410 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10411
10412         [BZ #16398]
10413         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10414         conversion when destination buffer does not have enough space.
10415         * libio/tst-ftell-partial-wide.c: New test case.
10416         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10417
10418         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10419         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10420         Leonard and Allan McRae.
10421
10422 2014-02-04  David S. Miller  <davem@davemloft.net>
10423
10424         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
10425         32-bit.
10426
10427 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10428
10429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10430         New file
10431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10432         New file
10433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10434         New file.
10435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10436         New file.
10437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10438         New file.
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10440         New file.
10441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10442         New file.
10443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10444         New file.
10445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10446         New file.
10447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10448         New file.
10449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10450         New file.
10451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10452         New file.
10453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10454         New file.
10455
10456 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10457
10458         * nptl/shlib-versions: Change powerpc*le start to 2.17.
10459         * shlib-versions: Likewise.
10460
10461 2014-02-04  Roland McGrath  <roland@hack.frob.com>
10462             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10463
10464         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
10465         (abilist-pattern): New variable, set to %-le.abilist.
10466
10467         * Makerules (abilist-pattern): New variable.
10468         (vpath): Use $(abilist-pattern) in place of %.abilist.
10469         (check-abi-% pattern rule): Likewise.
10470         (check-abi, update-abi): Likewise.
10471
10472 2014-02-04  Eric Wong  <normalperson@yhbt.net>
10473
10474         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10475
10476 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
10477
10478         * manual/startup.texi: Add next, previous, and top entries for
10479         the `Program Arguments' and `Environment Variables' nodes.
10480
10481 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
10482
10483         * manual/macros.texi: Add comments before MTASC-safety macros.
10484
10485         * manual/users.texi: Document MTASC-safety properties.
10486
10487         * manual/threads.texi (pthread_key_create, pthread_key_delete)
10488         (pthread_getspecific, pthread_setspecific): Format with
10489         @deftypefun, and add @safety note.
10490         * manual/signal.texi: Move comments that analyze the above
10491         functions to their home place.
10492
10493 2014-02-03  Allan McRae  <allan@archlinux.org>
10494
10495         * po/sl.po: Update Slovenian translation from translation project.
10496
10497 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
10498
10499         * manual/time.texi (timegm): Add missing blank after @c.
10500         Reported by Joseph Myers <joseph@codesourcery.com>.
10501
10502 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
10503
10504         * manual/check-safety.sh: New.
10505         * manual/Makefile ($(objpfx)stamp-summary): Run it.
10506
10507         * manual/terminal.texi: Document MTASC-safety properties.
10508
10509         * manual/filesys.texi: Document MTASC-safety properties.
10510
10511         * manual/errno.texi: Document MTASC-safety properties.
10512
10513         * manual/intro.texi: Document safety identifiers and
10514         conditionals.
10515
10516         * manual/string.texi (wcstok): Fix prototype.
10517         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
10518
10519         * manual/time.texi: Document MTASC-safety properties.
10520
10521         * manual/string.texi: Document MTASC-safety properties.
10522
10523         * manual/threads.texi: Document MTASC-safety properties.
10524
10525         * manual/stdio.texi: Document MTASC-safety properties.
10526
10527         * manual/syslog.texi: Document MTASC-safety properties.
10528
10529         * manual/sysinfo.texi: Document MTASC-safety properties.
10530
10531         * manual/startup.texi: Document MTASC-safety properties.
10532
10533         * manual/socket.texi: Document MTASC-safety properties.
10534
10535         * manual/signal.texi: Document MTASC-safety properties.
10536
10537 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
10538
10539         * manual/setjmp.texi: Document MTASC-safety properties.
10540
10541         * manual/search.texi: Document MTASC-safety properties.
10542
10543         * manual/resource.texi: Document MTASC-safety properties.
10544
10545         * manual/process.texi: Document MTASC-safety properties.
10546
10547         * manual/platform.texi: Document MTASC-safety properties.
10548
10549         * manual/pipe.texi: Document MTASC-safety properties.
10550
10551         * manual/pattern.texi: Document MTASC-safety properties.
10552
10553         * manual/message.texi: Document MTASC-safety properties.
10554
10555         [BZ #12751]
10556         * manual/memory.texi: Document MTASC-safety properties.
10557
10558         * manual/math.texi: Document MTASC-safety properties.
10559
10560         * manual/locale.texi: Document MTASC-safety properties.
10561
10562         * manual/llio.texi: Document MTASC-safety properties.
10563
10564         * manual/libdl.texi: New.
10565
10566         * manual/lang.texi: Document MTASC-safety properties.
10567
10568         * manual/job.texi: Document MTASC-safety properties.
10569
10570         * manual/getopt.texi: Document MTASC-safety properties.
10571
10572         * manual/ctype.texi: Document MTASC-safety properties.
10573
10574 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
10575
10576         [BZ #16046]
10577         * csu/libc-tls.c (static_map): Remove variable.
10578         (__libc_setup_tls): Use main executable's link map for TLS data.
10579         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
10580         casing for LM_ID_BASE and GL(dl_nns).
10581         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
10582         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
10583         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
10584         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
10585         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
10586         member.
10587         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
10588         l_phnum members.
10589
10590 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
10591
10592         * manual/debug.texi: Document MTASC-safety properties.
10593
10594 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
10595
10596         [BZ #16510]
10597         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
10598         of __x86_64__ when disabling x87 inline functions.
10599
10600 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
10601
10602         * manual/charset.texi: Document MTASC-safety properties.
10603
10604         * manual/crypt.texi: Document MTASC-safety properties.
10605
10606         * manual/conf.texi: Document MTASC-safety properties.
10607
10608         * manual/arith.texi: Document MTASC-safety properties.
10609
10610         * manual/argp.texi: Document MTASC-safety properties.
10611
10612         * manual/macros.texi: Introduce macros to document multi
10613         thread, asynchronous signal and asynchronous cancellation
10614         safety properties.
10615         * manual/intro.texi: Introduce the properties themselves.
10616
10617 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10618
10619         * sysdeps/sh/sh4/Makefile: New file.
10620
10621 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
10622
10623         * math/gen-libm-test.pl ($srcdir): New variable.
10624         ($auto_input): Use it.
10625
10626 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10627
10628         [BZ #16506]
10629         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
10630         access beyond array bounds when parsing netgroups file.
10631
10632         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
10633         the old buffer before realloc.
10634
10635 2014-01-27  Allan McRae  <allan@archlinux.org>
10636
10637         * po/fr.po: Update French translation from translation project.
10638
10639 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10640
10641         * sysdeps/sh/libm-test-ulps: Regenerate.
10642
10643 2014-01-24  David S. Miller  <davem@davemloft.net>
10644
10645         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
10646
10647 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10648
10649         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
10650         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
10651
10652 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10653
10654         [BZ #16474]
10655         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
10656         string pointers after reallocation.
10657
10658 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10659
10660         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
10661         __SH4A__ instead of __SH_FPU_ANY__.
10662
10663 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10664
10665         * sysdeps/sh/fpu_control.h: New file.
10666         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
10667         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
10668         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
10669         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
10670         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
10671         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
10672         * sysdeps/sh/sys/ucontext.h: Remove.
10673         * sysdeps/sh/sys: Remove directory.
10674
10675 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10676
10677         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
10678         s390/sys/ucontext.h.
10679         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
10680         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
10681
10682 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
10683
10684         [BZ #15605]
10685         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
10686
10687 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10688
10689         [BZ#16431]
10690         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
10691         Adjust the vDSO correctly for internal calls.
10692         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
10693
10694 2014-01-20  Allan McRae  <allan@archlinux.org>
10695
10696         * po/ca.po: Update Catalan translation from translation project.
10697
10698 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
10699
10700         * sysdeps/s390/sotruss-lib.c: New file.
10701
10702 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10703
10704         [BZ#16430]
10705         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
10706         (__GI___gettimeofday): Alias for a different internal symbol to avoid
10707         local calls issues by not having a PLT stub required for IFUNC calls.
10708         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
10709
10710 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
10711
10712         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
10713         * math/test-fpucw-static.c: Likewise.
10714
10715 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10716
10717         [BZ #16453]
10718         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
10719
10720 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10721
10722         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
10723         implementation for powerpc.
10724
10725 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
10726
10727         [BZ #14782]
10728         * sysdeps/posix/system.c (__libc_system): Do not enable
10729         asynchronous cancellation.
10730
10731 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10732
10733         [BZ #16427]
10734         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
10735         handling only for numbers special also in the IEEE case.
10736
10737 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10738
10739         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10740
10741 2014-01-11  Allan McRae  <allan@archlinux.org>
10742
10743         * po/bg.po: Update Bulgarian translation from translation project.
10744
10745         * po/de.po: Update German translation from translation project.
10746
10747 2014-01-10  Roland McGrath  <roland@hack.frob.com>
10748
10749         * sysdeps/generic/gcc-compat.h: New file.
10750
10751 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10752
10753         * benchtests/asin-inputs: Correct slow inputs.
10754         * benchtests/acos-inputs: Likewise.
10755
10756 2014-01-10  Allan McRae  <allan@archlinux.org>
10757
10758         * po:sv.po: Update Swedish translation from translation project.
10759
10760         * po/vi.po: Update Vietnamese translation from translation project.
10761
10762         * po/eo.po: Update Esperanto translation from translation project.
10763
10764         * po/cs.po: Update Czech translation from translation project.
10765
10766         * po/nl.po: Update Dutch translation from translation project.
10767
10768         * po/pl.po: Update Polish translation from translation project.
10769
10770         * po/ru.po: Update Russian translation from translation project.
10771
10772         * po/uk.po: Update Ukrainian translation from translation project.
10773
10774 2014-01-08  Brooks Moses  <bmoses@google.com>
10775
10776         * elf/dl-load.c: Fix comment typo.
10777
10778 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
10779
10780         * po/header.pot: Rename to...
10781         * po/pot.header: ... this.
10782         * po/Makefile: Use pot.header.
10783
10784 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
10785             Maxim Kuvyrkov  <maxim@kugelworks.com>
10786
10787         [BZ #16394]
10788         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
10789         SRC and DEST against LEN.
10790
10791 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10792
10793         [BZ #16414]
10794         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
10795         implementation.
10796         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
10797
10798 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10799
10800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10801
10802 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
10803
10804         [BZ #16408]
10805         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
10806         for large positive arguments.
10807
10808 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
10809
10810         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10811
10812         * math/auto-libm-test-in: Mark various tests with
10813         xfail-rounding:ldbl-128ibm.
10814         * math/auto-libm-test-out: Regenerated.
10815
10816         [BZ #16407]
10817         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10818         Increase overflow threshold.
10819
10820 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
10821
10822         [BZ #14286]
10823         * stdio-common/vfprintf.c: Check for integer overflow.
10824
10825 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10826
10827         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
10828         the first argument and return value of __tls_get_addr_internal.
10829
10830 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10831
10832         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
10833         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
10834
10835 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10836
10837         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
10838         * sysdeps/s390/rtld-global-offsets.sym: New file.
10839         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
10840         GLIBC_2.19 symbol.
10841         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
10842         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
10843         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10844         ... this.
10845         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
10846         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10847         ... this.
10848         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10849         Regenerate.
10850         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10851         Regenerate.
10852         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
10853         halfs of GPRs for high_gprs contexts.
10854         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
10855         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
10856         field.
10857         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
10858         uc_flags field.
10859         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
10860         64 bit versions:
10861         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
10862         for high GPRs (uc_high_gprs) and for future extensions
10863         (__reserved).
10864         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
10865         for future extensions (__reserved).
10866         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
10867         64 bit versions:
10868         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
10869         SC_HIGHGPRS offset definition.
10870         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
10871         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
10872
10873         * Versions.def: Add GLIBC_2.19 for libpthread.
10874         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
10875         siglongjmp for libpthread with GLIBC_2.19 symver.
10876         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
10877         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
10878         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
10879         * sysdeps/s390/__longjmp.c: New file.
10880         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
10881         * sysdeps/s390/longjmp.c: New file.
10882         * sysdeps/s390/setjmp.S: New file.
10883         * sysdeps/s390/sigjmp.S: New file.
10884         * sysdeps/s390/v1-longjmp.c: New file.
10885         * sysdeps/s390/v1-setjmp.h: New file.
10886         * sysdeps/s390/v1-sigjmp.c: New file.
10887         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
10888         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
10889         GLIBC_2.19 version.
10890         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
10891         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
10892         versioned symbols for ____longjmp_chk.
10893         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10894         Likewise.
10895         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10896         Regenerate.
10897         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10898         Regenerate.
10899         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10900         Regenerate.
10901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10902         Regenerate.
10903         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
10904         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
10905         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
10906         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
10907         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
10908         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
10909         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
10910         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
10911         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
10912         * sysdeps/s390/rtld-__longjmp.c: New file.
10913         * sysdeps/s390/rtld-setjmp.S: New file.
10914
10915 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
10916
10917         [BZ #16400]
10918         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
10919         Return -__logl (x) for small positive arguments without evaluating
10920         a polynomial.
10921
10922 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
10923
10924         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
10925         Rename to ...
10926         (__ptrace_peeksiginfo_args): ... this.
10927         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10928         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10929         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10930
10931 2014-01-06  Allan McRae  <allan@archlinux.org>
10932
10933         * inet/netinet/in.h: Fix typo in comment.
10934
10935 2014-01-05  Andreas Jaeger  <aj@suse.de>
10936
10937         * sysdeps/i386/fpu/libm-test-ulps: Update.
10938
10939 2014-01-05  Allan McRae  <allan@archlinux.org>
10940
10941         * po/libc.pot: Regenerated.
10942
10943         * malloc/memusagestat.c: Fix gettext call formatting.
10944
10945 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
10946
10947         * nscd/nscd.c: Improve usage() output.
10948
10949 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
10950
10951         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
10952         * sysdeps/unix/sysv/linux/configure: Regenerated.
10953         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
10954         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
10955
10956 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10957
10958         [BZ #16390]
10959         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
10960         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
10961
10962 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10963
10964         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
10965         extra tokens at end of #undef directive.
10966         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
10967         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
10968         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
10969
10970 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10971
10972         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10973
10974         * math/auto-libm-test-in: Mark various tests with
10975         xfail-rounding:ldbl-128ibm.
10976         * math/auto-libm-test-out: Regenerated.
10977
10978 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
10979
10980         [BZ #16386]
10981         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
10982         numbers with subnormal high part when calculating exponent.
10983
10984         [BZ #16385]
10985         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
10986         fabs.
10987
10988         [BZ #16384]
10989         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
10990         M_LN2l.
10991         (__ieee754_acoshl): Use __log1pl not __log1p.
10992
10993 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
10994
10995         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
10996         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
10997         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
10998         (grow_heap, heap_trim, _int_new_arena, get_free_list)
10999         (reused_arena, arena_get2): Convert to GNU style.
11000         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11001         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11002         (memalign_check, __malloc_set_state): Likewise.
11003         * malloc/mallocbug.c (main): Likewise.
11004         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11005         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11006         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11007         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11008         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11009         (__posix_memalign, malloc_info): Likewise.
11010         * malloc/malloc.h: Likewise.
11011         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11012         (mallochook, memalignhook, reallochook, mabort): Likewise.
11013         * malloc/mcheck.h: Likewise.
11014         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11015         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11016         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11017         * malloc/morecore.c (__default_morecore): Likewise.
11018         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11019         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11020         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11021         (print_and_abort): Likewise.
11022         * malloc/obstack.h: Likewise.
11023         * malloc/set-freeres.c (__libc_freeres): Likewise.
11024         * malloc/tst-mallocstate.c (main): Likewise.
11025         * malloc/tst-mtrace.c (main): Likewise.
11026         * malloc/tst-realloc.c (do_test): Likewise.
11027
11028 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11029
11030         [BZ #16366]
11031         * nscd/netgroupcache.c (do_notfound): New function.
11032         (addgetnetgrentX): Use it.
11033
11034         [BZ # 16365]
11035         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11036         NSS_STATUS_NOTFOUND.
11037
11038 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11039
11040         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11042
11043 2014-01-01  Allan McRae  <allan@archlinux.org>
11044
11045         * scripts/update-copyrights: Update configure input file suffix.
11046
11047         * NEWS: Update copyright year.
11048         * catgets/gencat.c: Likewise.
11049         * csu/version.c: Likewise.
11050         * debug/catchsegv.sh: Likewise.
11051         * debug/pcprofiledump.c: Likewise.
11052         * debug/xtrace.sh: Likewise.
11053         * elf/ldconfig.c: Likewise.
11054         * elf/ldd.bash.in: Likewise.
11055         * elf/pldd.c: Likewise.
11056         * elf/sotruss.ksh: Likewise.
11057         * elf/sprof.c: Likewise.
11058         * iconv/iconv_prog.c: Likewise.
11059         * iconv/iconvconfig.c: Likewise.
11060         * locale/programs/locale.c: Likewise.
11061         * locale/programs/localedef.c: Likewise.
11062         * login/programs/pt_chown.c: Likewise.
11063         * malloc/memusage.sh: Likewise.
11064         * malloc/memusagestat.c: Likewise.
11065         * malloc/mtrace.pl: Likewise.
11066         * manual/libc.texinfo: Likewise.
11067         * nscd/nscd.c: Likewise.
11068         * nss/getent.c: Likewise.
11069         * nss/makedb.c: Likewise.
11070         * posix/getconf.c: Likewise.
11071         * scripts/test-installation.pl: Likewise.
11072
11073         * All files with FSF copyright notices: Update copyright dates
11074         using scripts/update-copyrights.
11075         * intl/plural.c: Regenerated.
11076         * locale/programs/charmap-kw.h: Likewise.
11077         * locale/programs/locfile-kw.h: Likewise.
11078
11079 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11080
11081         * sysdeps/unix/sysv/linux/configure: Regenerated.
11082         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11083         the linux/fanotify.h header.
11084         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11085         HAVE_LINUX_FANOTIFY_H is defined.
11086
11087 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11088
11089         * benchtests/cos-inputs: New inputs.
11090         * benchtests/sin-inputs: Likewise.
11091
11092         * benchtests/atan-inputs: New inputs. Fix name of multiple
11093         precision fallback inputs.
11094
11095         * benchtests/atanh-inputs: New inputs.
11096         * benchtests/tanh-inputs: Likewise.
11097
11098         * benchtests/acosh-inputs: New inputs.
11099         * benchtests/asinh-inputs: Likewise.
11100
11101         * benchtests/cosh-inputs: New inputs.
11102         * benchtests/sinh-inputs: Likewise.
11103
11104         * benchtests/acos-inputs: Add more inputs.
11105         * benchtests/asin-inputs: Likewise.
11106
11107 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11108
11109         [BZ #16375]
11110         * manual/arith.texi: Fix spelling.
11111         * manual/charset.texi: Likewise.
11112         * manual/errno.texi: Likewise.
11113         * manual/filesys.texi: Likewise.
11114         * manual/lang.texi: Likewise.
11115         * manual/llio.texi: Likewise.
11116         * manual/locale.texi: Likewise.
11117         * manual/message.texi: Likewise.
11118         * manual/resource.texi: Likewise.
11119         * manual/search.texi: Likewise.
11120         * manual/setjmp.texi: Likewise.
11121         * manual/stdio.texi: Likewise.
11122         * manual/string.texi: Likewise.
11123         * manual/sysinfo.texi: Likewise.
11124         * manual/time.texi: Likewise.
11125
11126 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11127
11128         * po/sl.po: New file.
11129
11130 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11131
11132         * .gitignore: Add core/.gdbinit/.gdb_history.
11133
11134 2013-12-27  Allan McRae  <allan@archlinux.org>
11135
11136         [BZ #16369]
11137         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11138         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11139
11140 2013-12-24  Brooks Moses  <bmoses@google.com>
11141
11142         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11143         all compilers that claim C++98 compliance, not just GCC.
11144         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11145         Likewise.
11146
11147 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11148
11149         * NEWS: Restore accidentally deleted bug-fix entries.
11150
11151 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11152             Ondřej Bílka  <neleai@seznam.cz>
11153
11154         [BZ #15073]
11155         * malloc/malloc.c (_int_free): Perform sanity check only if we
11156         have_lock.
11157
11158 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11159
11160         [BZ #12986]
11161         * manual/stdio.texi (String Input Conversions): Clarify that character
11162         classes are not supported.
11163
11164 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11165
11166         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11167
11168 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11169
11170         [BZ #16337]
11171         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11172         Calculate results for small negative arguments directly rather
11173         than using reflection formula with special underflow handling.
11174
11175         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11176         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11177         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11178         (fchflags): Likewise.
11179         (revoke): Likewise.
11180         (setlogin): Likewise.
11181         (sigaltstack): Likewise.
11182         (wait4): Likewise.
11183         (sigblock): Remove.
11184         (sigsetmask): Likewise.
11185         (wait3): Likewise.
11186         (waitpid): Likewise.
11187         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11188         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11189         file.
11190         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11191         * sysdeps/unix/bsd/Makefile: ... here.
11192         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11193         * sysdeps/unix/bsd/Versions: ... here.
11194         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11195         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11196         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11197         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11198         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11199         * sysdeps/unix/bsd/sigblock.c: ... here.
11200         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11201         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11202         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11203         * sysdeps/unix/bsd/sigvec.c: ... here.
11204         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11205         * sysdeps/unix/bsd/tcdrain.c: ... here.
11206         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11207         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11208         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11209         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11210         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11211         * sysdeps/unix/bsd/wait.c: ... here.
11212         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11213         * sysdeps/unix/bsd/wait3.c: ... here.
11214         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11215         * sysdeps/unix/bsd/waitpid.c: ... here.
11216
11217 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11218
11219         [BZ #16356]
11220         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11221         round-to-nearest for [!USE_AS_EXPM1L].
11222         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11223         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11224         more tests of exp and exp10.  Expect some exp10 tests to miss
11225         exceptions or fail in directed rounding modes.
11226         * math/auto-libm-test-out: Regenerated.
11227         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11228         (exp10_test_tonearest): New function.
11229         (exp10_towardzero_test_data): New array.
11230         (exp10_test_towardzero): New function.
11231         (exp10_downward_test_data): New array.
11232         (exp10_test_downward): New function.
11233         (exp10_upward_test_data): New array.
11234         (exp10_test_upward): New function.
11235         (main): Call the new functions.
11236         * sysdeps/i386/fpu/libm-test-ulps: Update.
11237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11238
11239 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11240
11241         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11242         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11243         * math/auto-libm-test-out: Regenerated.
11244         * math/libm-test.inc (acosh_test_data): Add more tests.
11245         (atanh_test_data): Likewise.
11246         (ceil_test_data): Likewise.
11247         (copysign_test_data): Likewise.
11248         * sysdeps/i386/fpu/libm-test-ulps: Update.
11249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11250
11251         * timezone/checktab.awk: Update from tzcode 2013i.
11252         * timezone/private.h: Likewise.
11253         * timezone/scheck.c: Likewise.
11254         * timezone/tzfile.h: Likewise.
11255         * timezone/tzselect.ksh: Likewise.
11256         * timezone/zdump.c: Likewise.
11257         * timezone/zic.c: Likewise.
11258
11259         * math/auto-libm-test-in: Add tests of cpow.
11260         * math/auto-libm-test-out: Regenerated.
11261         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11262         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11263         mpc_cc_c.
11264         (func_calc_desc): Add mpc_cc_c union field.
11265         (test_functions): Add cpow.
11266         (special_fill_2pi): New function.
11267         (special_real_inputs): Add 2pi.
11268         (calc_generic_results): Handle mpc_cc_c.
11269         * sysdeps/i386/fpu/libm-test-ulps: Update.
11270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11271
11272         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11273         csqrt, ctan and ctanh.
11274         * math/auto-libm-test-out: Regenerated.
11275         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11276         (TEST_COND_x86): Likewise.
11277         (ccos_test_data): Use AUTO_TESTS_c_c.
11278         (ccosh_test_data): Likewise.
11279         (cexp_test_data): Likewise.
11280         (clog_test_data): Likewise.
11281         (csqrt_test_data): Likewise.
11282         (ctan_test_data): Likewise.
11283         (ctan_tonearest_test_data): Likewise.
11284         (ctan_towardzero_test_data): Likewise.
11285         (ctan_downward_test_data): Likewise.
11286         (ctan_upward_test_data): Likewise.
11287         (ctanh_test_data): Likewise.
11288         (ctanh_tonearest_test_data): Likewise.
11289         (ctanh_towardzero_test_data): Likewise.
11290         (ctanh_downward_test_data): Likewise.
11291         (ctanh_upward_test_data): Likewise.
11292         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11293         mpc_c_c.
11294         (func_calc_desc): Add mpc_c_c union field.
11295         (FUNC_mpc_c_c): New macro.
11296         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11297         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11298         ctanh.
11299         (special_fill_min_subnorm_p120): New function.
11300         (special_real_inputs): Add min_subnorm_p120.
11301         (calc_generic_results): Handle mpc_c_c.
11302         * sysdeps/i386/fpu/libm-test-ulps: Update.
11303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11304
11305 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11306
11307         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11308         (do_sin_slow): New functions.
11309         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11310         (cslow2, csloww1, csloww2): Use the new functions.
11311
11312         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11313         Use M to change sign of result instead of X.  Assume X is
11314         positive.
11315         (csloww1): Likewise.
11316         (__sin): Adjust.
11317         (__cos): Adjust.
11318
11319         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11320         arguments A and DA.
11321         (__sin): Adjust.
11322         (__cos): Likewise.
11323
11324         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11325         (__cos): Likewise.
11326         (sloww1): Don't adjust sign of DX.
11327         (csloww1): Likewise.
11328         (sloww2): Use X directly and don't adjust sign of DX.
11329         (csloww2): Likewise.
11330
11331 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11332
11333         * math/auto-libm-test-in: Add tests of cabs and carg.
11334         * math/auto-libm-test-out: Regenerated.
11335         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11336         (carg_test_data): Likewise.
11337         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11338         mpc_c_f.
11339         (func_calc_desc): Add mpc_c_f union field.
11340         (test_functions): Add cabs and carg.
11341         (calc_generic_results): Handle mpc_c_f.
11342
11343         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11344         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11345         as a macro and a compat symbol.
11346         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11347         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11348         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11349         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11350         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11351         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11352         not use .hidden.
11353         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11354         Likewise.
11355         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11356         Likewise.
11357         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11358         Likewise.
11359         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11360         Likewise.
11361         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11362         Likewise.
11363         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11364         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11365         from GLIBC_2.3.2.
11366
11367 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11368
11369         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11370
11371 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11372
11373         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11374         trailing whitespace removed.
11375         * scripts/config.guess: Update to version 2013-11-29.
11376         * scripts/config.sub: Update to version 2013-10-01.
11377
11378         * math/auto-libm-test-in: Add tests of sincos.
11379         * math/auto-libm-test-out: Regenerated.
11380         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11381         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11382         mpfr_f_11.
11383         (func_calc_desc): Add mpfr_f_11 union field.
11384         (test_functions): Add sincos.
11385         (calc_generic_results): Handle mpfr_f_11.
11386         * sysdeps/i386/fpu/libm-test-ulps: Update.
11387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11388
11389 2013-12-19  Andreas Schwab  <schwab@suse.de>
11390
11391         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11392         CALL_MCOUNT.
11393         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11394         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11395         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11396
11397 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11398
11399         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11400         * sysdeps/i386/fpu/libm-test-ulps: Update.
11401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11402
11403         [BZ #16293]
11404         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11405         round-to-nearest mode when using frndint.
11406         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11407         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11408         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11409         Likewise.
11410         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11411         sinh test to fail.
11412         * math/auto-libm-test-out: Regenerated.
11413         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11414         (TEST_COND_x86): Likewise.
11415         (expm1_tonearest_test_data): New array.
11416         (expm1_test_tonearest): New function.
11417         (expm1_towardzero_test_data): New array.
11418         (expm1_test_towardzero): New function.
11419         (expm1_downward_test_data): New array.
11420         (expm1_test_downward): New function.
11421         (expm1_upward_test_data): New array.
11422         (expm1_test_upward): New function.
11423         (main): Run the new test functions.
11424         * sysdeps/i386/fpu/libm-test-ulps: Update.
11425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11426
11427         * include/features.h: Update comment documenting feature test
11428         macros.  Mention _DEFAULT_SOURCE in comment.
11429         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
11430         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
11431         _BSD_SOURCE and _SVID_SOURCE.
11432         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
11433         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
11434         !_SVID_SOURCE]: Likewise.
11435         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11436         (__USE_POSIX_IMPLICITLY): Define.
11437         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11438         (_POSIX_SOURCE): Undefine and redefine.
11439         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11440         (_POSIX_C_SOURCE): Likewise.
11441         * manual/creature.texi (_DEFAULT_SOURCE): Document.
11442         (Feature Test Macros): Update documentation of default features.
11443
11444 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11445
11446         * benchtests/Makefile: Add bench-strtok.
11447         * benchtests/bench-strtok.c: New file: strtok benchtest.
11448
11449 2013-12-19  Allan McRae  <allan@archlinux.org>
11450
11451         * manual/install.texi: Suppress menu for plain text output.
11452         * INSTALL: Regenerated.
11453
11454 2013-12-18  Brooks Moses  <bmoses@google.com>
11455
11456         [BZ #15846]
11457         * misc/getauxval.c: Include errno.h.
11458         (__getauxval): Set errno to ENOENT if the requested type is not
11459         found.
11460         * misc/sys/auxv.h (getauxval): Document that it may set errno;
11461         don't declare with __attribute_const__.
11462         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
11463         * manual/startup.texi: Document that getauxval sets errno.
11464
11465 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11466
11467         * math/auto-libm-test-in: Add tests of jn and yn.
11468         * math/auto-libm-test-out: Regenerated.
11469         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
11470         (yn_test_data): Likewise.
11471         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11472         mpfr_if_f.
11473         (func_calc_desc): Add mpfr_if_f union field.
11474         (FUNC_mpfr_if_f): New macro.
11475         (test_functions): Add jn and yn.
11476         (calc_generic_results): Assert type of second input for
11477         mpfr_ff_f.  Handle mpfr_if_f.
11478         (output_for_one_input_case): Disable all checking for arguments
11479         fitting floating-point types in case of an integer argument.
11480         * sysdeps/i386/fpu/libm-test-ulps: Update.
11481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11482
11483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11484         Don't expect fegetround reference in libm.so.
11485
11486 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11487
11488         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
11489         $(config-cflags-nofma).
11490
11491 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11492
11493         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
11494         * math/auto-libm-test-out: Regenerated.
11495
11496         [BZ #16338]
11497         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
11498         to determine exponent and adjust argument to have exponent of -1.
11499         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
11500         log2.
11501         * math/auto-libm-test-out: Regenerated.
11502         * sysdeps/i386/fpu/libm-test-ulps: Update.
11503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11504
11505 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
11506
11507         * manual/probes.texi: Remove cases when per-thread arenas are
11508         disabled.
11509
11510 2013-12-18  Andreas Schwab  <schwab@suse.de>
11511
11512         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
11513         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
11514         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
11515         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
11516         * sysdeps/i386/i686/multiarch/Makefile: Update.
11517         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
11518
11519 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11520
11521         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
11522         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
11523
11524 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         [BZ #15968]
11527         Support TZ transition times < 00:00:00.
11528         This is needed for version-3 tz-format files; it supports time
11529         stamps past 2037 for America/Godthab (the only entry in the tz
11530         database for which this change is relevant).
11531         * manual/time.texi (TZ Variable): Document transition times
11532         from -167:59:59 through -00:00:01.
11533         * time/tzset.c (tz_rule): Time of day is now signed.
11534         (__tzset_parse_tz): Parse negative time of day.
11535
11536         Document TZ transition times >= 25:00:00.
11537         * manual/time.texi (TZ Variable): Document transition times from
11538         25:00:00 through 167:59:59.  These are already supported, and this
11539         support will help with version-3 tz-format files.
11540
11541         * manual/time.texi (TZ Variable): Modernize North America example
11542         to reflect current (i.e., 2007-and-later) daylight saving rules.
11543
11544         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
11545
11546 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11547
11548         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
11549         * sysdeps/unix/bsd/bits/stat.h: Likewise.
11550         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
11551         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
11552         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
11553         * sysdeps/unix/bsd/bsdstat.h: Likewise.
11554         * sysdeps/unix/bsd/clock.c: Likewise.
11555         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
11556         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
11557         * sysdeps/unix/bsd/init-posix.c: Likewise.
11558         * sysdeps/unix/bsd/poll.c: Likewise.
11559         * sysdeps/unix/bsd/ptsname.c: Likewise.
11560         * sysdeps/unix/bsd/seekdir.c: Likewise.
11561         * sysdeps/unix/bsd/setegid.c: Likewise.
11562         * sysdeps/unix/bsd/seteuid.c: Likewise.
11563         * sysdeps/unix/bsd/setgid.c: Likewise.
11564         * sysdeps/unix/bsd/setrgid.c: Likewise.
11565         * sysdeps/unix/bsd/setruid.c: Likewise.
11566         * sysdeps/unix/bsd/setsid.c: Likewise.
11567         * sysdeps/unix/bsd/setuid.c: Likewise.
11568         * sysdeps/unix/bsd/sigaction.c: Likewise.
11569         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
11570         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
11571         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
11572         * sysdeps/unix/bsd/telldir.c: Likewise.
11573         * sysdeps/unix/bsd/times.c: Likewise.
11574         * sysdeps/unix/bsd/usleep.c: Likewise.
11575
11576         * misc/Makefile (install-lib): Remove libbsd-compat.a.
11577         ($(objpfx)libbsd-compat.a): Remove rule.
11578
11579         * include/features.h (__FAVOR_BSD): Do not define.
11580         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
11581         features conflicting with POSIX.
11582         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
11583         (_BSD_SOURCE): Remove description of not being a subset of other
11584         feature test macros.
11585         * manual/job.texi (getpgrp): Do not document BSD version.
11586         (getpgid): Do not document by reference to BSD getpgrp.
11587         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
11588         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
11589         * signal/signal.h [__FAVOR_BSD]: Likewise.
11590         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
11591         instead of making contents conditional on [__FAVOR_BSD].
11592         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
11593
11594 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11595
11596         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11597
11598 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11599
11600         [BZ #16314]
11601         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
11602         values below 2**-450, not 2**-500.
11603         * math/auto-libm-test-in: Don't allow spurious underflow from
11604         hypot.
11605         * math/auto-libm-test-out: Regenerated.
11606
11607         [BZ #16316]
11608         [BZ #16330]
11609         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
11610         values of ha and hb and sort them after adjusting subnormal
11611         arguments.
11612         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
11613         Likewise.
11614         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
11615         values of ea and eb and sort them after adjusting subnormal
11616         arguments.
11617         * math/auto-libm-test-in: Do not expect some hypot tests of
11618         subnormals to fail.  Add more hypot tests.
11619         * math/auto-libm-test-out: Regenerated.
11620
11621 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11622
11623         [BZ #13304]
11624         * sysdeps/sh/s_fma.c: New file.
11625         * sysdeps/sh/s_fmaf.c: New file.
11626         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
11627         version.
11628         * sysdeps/sh/Implies: Add sh/soft-fp.
11629
11630 2013-12-16  Roland McGrath  <roland@hack.frob.com>
11631
11632         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
11633         level of indirection to members `objname', `errstring', `malloced'.
11634         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
11635         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
11636         it as the __longjmp argument (just pass 1 instead).
11637         (_dl_catch_error): Initialize C with argument pointers and address of
11638         volatile local ERRCODE rather than copying values out of C at return.
11639
11640 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
11641
11642         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
11643         * math/auto-libm-test-out: Regenerated.
11644         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
11645         (hypot_test_data): Likewise.
11646         (pow_test_data): Likewise.
11647         (pow_tonearest_test_data): Likewise.
11648         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11649         mpfr_ff_f.
11650         (func_calc_desc): Add mpfr_ff_f union field.
11651         (FUNC_mpfr_ff_f): New macro.
11652         (test_functions): Add atan2, hypot and pow.
11653         (special_fill_min): New function.
11654         (special_fill_minus_min): Likewise.
11655         (special_fill_min_subnorm): Likewise.
11656         (special_fill_minus_min_subnorm): Likewise.
11657         (special_real_inputs): Add min, -min, min_subnorm and
11658         -min_subnorm.
11659         (calc_generic_results): Handle mpfr_ff_f.
11660         * sysdeps/i386/fpu/libm-test-ulps: Update.
11661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11662
11663 2013-12-16  Will Newton  <will.newton@linaro.org>
11664
11665         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
11666         (Aligned Memory Blocks): Add documentation for aligned_alloc
11667         and suggest it as an alternative to posix_memalign.
11668         (Hooks for Malloc): Document __memalign_hook is also called
11669         for aligned_alloc.  (Summary of Malloc): Add summary for
11670         aligned alloc.  Document __memalign_hook is also called
11671         for aligned_alloc.
11672
11673 2013-12-16  Will Newton  <will.newton@linaro.org>
11674
11675         * manual/memory.texi (Malloc Examples): Clarify default
11676         alignment documentation.  Suggest posix_memalign rather
11677         than memalign or valloc.
11678         (Aligned Memory Blocks): Remove suggestion to use memalign
11679         or valloc.  Remove obsolete comment about BSD.
11680         Document memalign errno values and mark the function obsolete.
11681         Document posix_memalign returned error codes.  Mark valloc
11682         as obsolete.  (Hooks for Malloc): __memalign_hook is also
11683         called for posix_memalign and valloc.
11684         (Summary of Malloc): Add posix_memalign to function summary.
11685         __memalign_hook is also called for posix_memalign and valloc.
11686
11687 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11688
11689         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
11690         TAYLOR_SIN.
11691         (__sin): Adjust.
11692         (__cos): Likewise.
11693         (sloww): Use mynumber union.  Expand ternary operator into
11694         if-else statements.
11695         (cslow): use mynumber union.
11696
11697 2013-12-16  Allan McRae  <allan@archlinux.org>
11698
11699         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
11700         * configure: Regenerated.
11701
11702         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
11703
11704         [BZ #14120]
11705         * configure.ac: Added --enable-maintainer-mode. Check for
11706         autoconf when enabled.
11707         * configure: Regenerated.
11708
11709         * nscd/nscd.service: New file.
11710         * nscd/nscd.tmpfiles: New file.
11711
11712 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
11713
11714         [BZ #12100]
11715         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
11716         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
11717         * sysdeps/x86_64/multiarch/strstr.c: ... here.
11718         (strstr): Add __strstr_sse2_unaligned ifunc.
11719         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
11720         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
11721         (strcasestr): Remove __strcasestr_sse42 ifunc.
11722         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
11723         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
11724         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
11725
11726 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11727
11728         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
11729         * sysdeps/sh/bits/fenv.h: ... here.
11730         * sysdeps/sh/sh4/fpu/bits: Remove directory.
11731
11732 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11733
11734         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
11735
11736         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
11737         hypotf multiarch implementations.
11738         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
11739         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
11740         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
11741         multiarch hypot for PPC64.
11742         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
11743         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
11744         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
11745         multiarch hypotf for PPC64.
11746
11747         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
11748         modff multiarch implementations.
11749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
11750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
11751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
11752         multiarch modf for PPC64.
11753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
11754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
11755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
11756         multiarch modff for PPC64.
11757
11758         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
11759         and logl multiarch implementations.
11760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
11761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
11762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
11763         multiarch logb for PPC64.
11764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
11765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
11766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
11767         multiarch logb for PPC64.
11768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
11769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
11770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
11771         multiarch logb for PPC64.
11772
11773         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
11774         isinff multiarch implementation.
11775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
11776         file.
11777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
11778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
11779         multiarch isinf for PPC64.
11780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
11781         file.
11782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
11783         multiarch isinff for PPC64.
11784
11785         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
11786         finitef multiarch implementation.
11787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
11788         file.
11789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
11790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
11791         multiarch finite for PPC64.
11792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
11793         file.
11794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
11795         multiarch finitef for PPC64.
11796
11797         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
11798         lrint multiarch implementation.
11799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
11800         file.
11801         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
11802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
11803         multiarch llrint for PPC64.
11804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
11805         multiarch lrint for PPC64.
11806
11807         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
11808         copysignf multiarch implementation.
11809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
11810         file.
11811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
11812         file.
11813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
11814         multiarch copysign for PPC64.
11815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
11816         multiarch copysignf for PPC64.
11817
11818         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
11819         multiarch implementation.
11820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
11821         file.
11822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
11823         file.
11824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
11825         file.
11826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
11827         file.
11828         multiarch llround for PPC64.
11829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
11830         multiarch trunc for PPC64.
11831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
11832         multiarch truncf for PPC64.
11833
11834         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
11835         multiarch implementation.
11836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
11837         file.
11838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
11839         file.
11840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
11841         file.
11842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
11843         file.
11844         multiarch llround for PPC64.
11845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
11846         multiarch round for PPC64.
11847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
11848         multiarch roundf for PPC64.
11849
11850         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
11851         multiarch implementation.
11852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
11853         file.
11854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
11855         file.
11856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
11857         file.
11858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
11859         file.
11860         multiarch llround for PPC64.
11861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
11862         multiarch floor for PPC64.
11863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
11864         multiarch floorf for PPC64.
11865
11866         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
11867         multiarch implementation.
11868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
11869         file.
11870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
11871         file.
11872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
11873         file.
11874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
11875         file.
11876         multiarch llround for PPC64.
11877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
11878         multiarch ceil for PPC64.
11879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
11880         multiarch ceilf for PPC64.
11881
11882         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11883         multiarch implementation.
11884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
11885         file.
11886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
11887         file.
11888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
11889         file.
11890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
11891         multiarch llround for PPC64.
11892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
11893         multiarch lround for PPC64.
11894
11895         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11896         multiarch implementation.
11897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
11898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
11899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
11900         file.
11901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
11902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
11903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
11904         multiarch isnan for PPC64.
11905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
11906         multiarch isnanf for PPC64.
11907
11908         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
11909         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
11910         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
11911         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
11912         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
11913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
11914
11915         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
11916         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11917         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11918         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11919
11920         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
11921         multiarch implementations.
11922         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11923         (__libc_ifunc_impl_list): Likewise.
11924         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
11925         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
11926         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
11927         multiarch stpcpy for PPC64.
11928
11929         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
11930         multiarch implementations.
11931         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11932         (__libc_ifunc_impl_list): Likewise.
11933         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
11934         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
11935         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
11936         multiarch strcpy for PPC64.
11937
11938         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
11939         redefine function name.
11940         (_wordcopy_fwd_dest_aligned): Likewise.
11941         (_wordcopy_bwd_aligned): Likewise.
11942         (_wordcopy_bwd_dest_aligned): Likewise.
11943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
11944         multiarch implementations.
11945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11946         (__libc_ifunc_impl_list): Likewise.
11947         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
11948         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
11949         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
11950         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
11951         multiarch wcscpy for PPC64.
11952
11953         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
11954         multiarch implementations.
11955         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11956         (__libc_ifunc_impl_list): Likewise.
11957         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
11958         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
11959         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
11960         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
11961         multiarch wcscpy for PPC64.
11962
11963         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
11964         multiarch implementations.
11965         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11966         (__libc_ifunc_impl_list): Likewise.
11967         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
11968         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
11969         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
11970         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
11971         multiarch wcsrchr for PPC64.
11972
11973         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
11974         multiarch implementations.
11975         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11976         (__libc_ifunc_impl_list): Likewise.
11977         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
11978         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
11979         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
11980         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
11981         multiarch wcschr for PPC64.
11982
11983         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
11984         multiarch implementations.
11985         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11986         (__libc_ifunc_impl_list): Likewise.
11987         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
11988         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
11989         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
11990         multiarch strchrnul for PPC64.
11991
11992         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
11993         implementations.
11994         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11995         (__libc_ifunc_impl_list): Likewise.
11996         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
11997         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
11998         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
11999         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12000         strchr for PPC64.
12001
12002         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12003         implementations.
12004         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12005         (__libc_ifunc_impl_list): Likewise.
12006         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12007         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12008         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12009         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12010         strncmp for PPC64.
12011
12012         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12013         multiarch implementations.
12014         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12015         (__libc_ifunc_impl_list): Likewise.
12016         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12017         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12018         strncasecmp for PPC64.
12019         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12020         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12021         multiarch strncasecmp_l for PPC64.
12022
12023         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12024         multiarch implementations.
12025         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12026         (__libc_ifunc_impl_list): Likewise.
12027         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12028         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12029         multiarch strcasecmp for PPC64.
12030         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12031         file.
12032         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12033         multiarch strcasecmp_l for PPC64.
12034
12035         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12036         implementations.
12037         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12038         (__libc_ifunc_impl_list): Likewise.
12039         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12040         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12041         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12042         strnlen for PPC64.
12043
12044         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12045         implementations.
12046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12047         (__libc_ifunc_impl_list): Likewise.
12048         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12049         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12050         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12051         strlen for PPC64.
12052
12053         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12054         implementations.
12055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12056         (__libc_ifunc_impl_list): Likewise.
12057         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12058         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12059         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12060         rawmemrchr for PPC64.
12061
12062         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12063         implementation.
12064         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12065         (__libc_ifunc_impl_list): Likewise.
12066         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12067         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12068         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12069         memrchr for PPC64.
12070
12071         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12072         implementation.
12073         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12074         (__libc_ifunc_impl_list): Likewise.
12075         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12076         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12077         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12078         memchr for PPC64.
12079
12080         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12081         implementation.
12082         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12083         (__libc_ifunc_impl_list): Likewise.
12084         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12085         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12086         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12087         mempcpy for PPC64.
12088
12089         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12090         avoid cretion of __bzero symbol.
12091         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12092         Likewise.
12093         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12094         Likewise.
12095         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12096         Likewise.
12097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12098         multiarch implementations.
12099         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12100         (__libc_ifunc_impl_list): Likewise.
12101         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12102         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12103         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12104         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12105         bzero for PPC32.
12106         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12107         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12108         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12109         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12110         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12111         memset for PPC64.
12112         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12113
12114         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12116         implementations.
12117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12118         (__libc_ifunc_impl_list): Likewise.
12119         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12120         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12121         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12122         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12123         memcmp for PPC64.
12124
12125         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12126         multiarch for POWER/PPC64.
12127         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12128         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12129         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12130         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12131         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12132         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12133         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12134         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12135         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12136         memcpy for PPC64.
12137
12138         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12139         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12140         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12141         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12142         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12143         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12144         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12145         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12146         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12147         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12148         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12149         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12150         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12151         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12152         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12160
12161 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12162
12163         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12164
12165 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12166
12167         * benchtests/Makefile (bench): Add exp2 and log2.
12168         (LDLIBS-bench-exp2): Add -lm.
12169         (LDLIBS-bench-log2): Likewise.
12170         * benchtests/exp2-inputs: New inputs file.
12171         * benchtests/log2-inputs: New inputs file.
12172         * benchtests/log-inputs: Add new inputs.
12173         * benchtests/tan-inputs: Likewise.
12174
12175 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12176
12177         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12178         definition...
12179         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12180         (csloww2): ... from here.
12181
12182         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12183         instead of structures.
12184         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12185         (POLYNOMIAL): Likewise.
12186         (TAYLOR_SLOW): Likewise.
12187         (__sin): Likewise.
12188         (__cos): Likewise.
12189         (slow1): Likewise.
12190         (slow2): Likewise.
12191         (sloww): Likewise.
12192         (sloww1); Likewise.
12193         (sloww2): Likewise.
12194         (bsloww1): Likewise.
12195         (bsloww2): Likewise.
12196         (cslow2): Likewise.
12197         (csloww): Likewise.
12198         (csloww1): Likewise.
12199         (csloww2): Likewise.
12200
12201 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12202
12203         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12204         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12205         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12206         * malloc/hooks.c (realloc_check): Likewise.
12207
12208         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12209         * malloc/arena.c: Remove PER_THREAD conditional.
12210         [!PER_THREAD]: Remove code.
12211         (ptmalloc_unlock_all2): Likewise.
12212         (ptmalloc_init): Likewise.
12213         (_int_new_arena): Likewise.
12214         (arena_get2): Likewise.
12215         * malloc/hooks.c (__malloc_get_state): Likewise.
12216         (__malloc_set_state): Likewise.
12217         * malloc/malloc.c: Likewise.
12218         (struct malloc_state): Likewise.
12219         (struct malloc_par): Likewise.
12220         (__libc_realloc): Likewise.
12221         (__libc_mallopt): Likewise.
12222
12223 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12224
12225         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12226
12227 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12228
12229         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12230         macro to a function.  Check for zero perturb_byte.
12231         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12232
12233         * malloc/malloc.c: (force_reg): Remove.
12234         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12235         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12236         force_reg by atomic_forced_read.
12237         * malloc/arena.c (ptmalloc_init): Likewise.
12238         * malloc/hooks.c (top_check): Likewise.
12239
12240 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12241
12242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12243
12244 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12245
12246         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12247
12248 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12249
12250         * math/auto-libm-test-in: Add tests of lgamma.
12251         * math/auto-libm-test-out: Regenerated.
12252         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12253         (M_LOG_2_SQRT_PIl): Likewise.
12254         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12255         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12256         mpfr_f_f1.
12257         (func_calc_desc): Add mpfr_f_f1 union field.
12258         (ARGS1): New macro.
12259         (ARGS2): Likewise.
12260         (ARGS3): Likewise.
12261         (ARGS4): Likewise.
12262         (RET1): Likewise.
12263         (RET2): Likewise.
12264         (CALC): Likewise.
12265         (FUNC): Likewise.
12266         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12267         (test_functions): Add lgamma.
12268         (calc_generic_results): Handle mpfr_f_f1.
12269         * sysdeps/i386/fpu/libm-test-ulps: Update.
12270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12271
12272 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12273
12274         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12275         __mpn_add_n for PowerPC64/POWER7.
12276         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12277         __mpn_sub_n for PowerPC64/POWER7.
12278
12279         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12280         __mpn_addmul_1 for PowerPC64.
12281         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12282         __mpn_submul_1 for PowerPC64.
12283         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12284         for PowerPC64.
12285         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12286         for PowerPC64.
12287
12288 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12289
12290         [BZ #15089]
12291         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12292
12293 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12294
12295         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12296
12297         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12298         add multiarch folders.
12299         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12300         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12301         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12302         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12303         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12304         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12305         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12306         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12307         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12308         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12309         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12316
12317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12318         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12319         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12320         New file.
12321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12322         New file.
12323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12324         multiarch __ieee754_hypot for PowerPC32.
12325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12326         New file.
12327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12328         New file.
12329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12330         multiarch __ieee754_hypotf for PowerPC32.
12331
12332         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12333         long_double_symbol only if __logbl is defined.
12334         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12335         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12336         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12337         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12338         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12339         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12340         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12341         path for implementation.
12342         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12343         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12345         logb, and logbl multiarch implementations for PowerPC32.
12346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12347         file.
12348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12349         file.
12350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12351         multiarch logb for PowerPC32.
12352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12353         file.
12354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12355         file.
12356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12357         multiarch logbf for PowerPC32.
12358         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12360         file.
12361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12362         multiarch logbl implementation for PowerPC32.
12363
12364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12365         and modff multiarch implementations.
12366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12367         New file.
12368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12369         New file.
12370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12371         multiarch modf for PowerPC32.
12372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12373         New file.
12374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12375         New file.
12376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12377         multiarch modff for PowerPC32.
12378
12379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12380         and lrintf multiarch implementations.
12381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12382         New file.
12383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12384         New file.
12385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12386         multiarch lrint for PowerPC32.
12387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12388         file: multiarch lrintf for PowerPC32.
12389
12390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12391         and lroundf multiarch implementations.
12392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12393         New file.
12394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12395         New file.
12396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12397         New file.
12398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12399         multiarch lround for PowerPC32.
12400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12401         file: multiarch lroundf for PowerPC32.
12402
12403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12404         copysign and copysignf multiarch implementations.
12405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12406         New file.
12407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12408         New file.
12409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12410         file: multiarch copysign for PowerPC32.
12411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12412         file: multiarch copysignf for PowerPC32.
12413
12414         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12415         and truncf multiarch implementations.
12416         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12417         New file.
12418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12419         file.
12420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12421         multiarch trunc for PowerPC32.
12422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
12423         New file.
12424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
12425         New file.
12426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
12427         multiarch truncf for PowerPC32.
12428
12429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
12430         and roundf multiarch implementations.
12431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
12432         New file.
12433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
12434         file.
12435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
12436         multiarch round for PowerPC32.
12437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
12438         New file.
12439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
12440         New file.
12441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
12442         multiarch roundf for PowerPC32.
12443
12444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
12445         and floorf multiarch implementations.
12446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
12447         New file.
12448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
12449         file.
12450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
12451         multiarch floor for PowerPC32.
12452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
12453         New file.
12454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
12455         New file.
12456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
12457         multiarch floorf for PowerPC32.
12458
12459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
12460         and ceilf multiarch implementations.
12461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
12462         New file.
12463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
12464         file.
12465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
12466         multiarch ceil for PowerPC32.
12467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
12468         New file.
12469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
12470         file.
12471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
12472         multiarch ceilf for PowerPC32.
12473
12474         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
12475         is defined.
12476         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
12477         FINITEF is defined.
12478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
12479         and finitef multiarch implementations.
12480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
12481         New file.
12482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
12483         file.
12484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
12485         multiarch finite for PowerPC32.
12486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
12487         New file.
12488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
12489         file: multiarch finitef for PowerPC32.
12490
12491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
12492         and isinff multiarch implementations.
12493         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
12494         file.
12495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
12496         file.
12497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
12498         multiarch isinf for PowerPC32.
12499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
12500         New file.
12501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
12502         multiarch isinff for PowerPC32.
12503
12504         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
12505         alias when __isnan is defined.
12506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
12507         and isnanf multiarch implementations.
12508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
12509         file.
12510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
12511         file.
12512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
12513         file.
12514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
12515         file.
12516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
12517         multiarch isnan for PowerPC32.
12518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
12519         New file.
12520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
12521         New file.
12522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
12523         multiarch isnanf for PowerPC32.
12524
12525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
12526         and sqrtf multiarch implementations.
12527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
12528         file.
12529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
12530         file.
12531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
12532         multiarch sqrt for PowerPC32.
12533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
12534         file.
12535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
12536         file.
12537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
12538         multiarch sqrtf for PowerPC32.
12539
12540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
12541         and llroundf multiarch implementations.
12542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
12543         New file.
12544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
12545         New file.
12546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
12547         New file.
12548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
12549         file: multiarch llround for PowerPC32.
12550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
12551         file: multiarch llroundf for PowerPC32.
12552
12553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
12554         multiarch PowerPC32 fpu implementations.
12555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
12556         New file.
12557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
12558         New file.
12559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
12560         multiarch llrint for PowerPC32.
12561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
12562         New file.
12563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
12564         New file.
12565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
12566         file.
12567
12568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
12569
12570         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
12571         file.
12572         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
12573         file.
12574         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
12575         file.
12576         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
12577         multiarch wordcopy for PPC32.
12578         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12579         wordcopy objects.
12580         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12581         (__libc_ifunc_impl_list): Likewise.
12582         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
12583         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
12584         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
12585         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
12586         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
12587         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
12588
12589         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
12590         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
12591         file.
12592         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
12593         file.
12594         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
12595         file.
12596         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
12597         multiarch wcscpy for PPC32.
12598         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12599         multiarch objects.
12600         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12601         (__libc_ifunc_impl_list): Likewise.
12602         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12603         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12604         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
12605         sysdeps/powerpc/power6/wcscpy.c.
12606
12607         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
12608         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
12609         file.
12610         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
12611         file.
12612         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
12613         file.
12614         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
12615         multiarch wcsrchr for PPC32.
12616         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12617         multiarch objects.
12618         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12619         (__libc_ifunc_impl_list): Likewise.
12620         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12621         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12622         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
12623         sysdeps/powerpc/power6/wcsrchr.c.
12624
12625         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
12626         file.
12627         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
12628         file.
12629         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
12630         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
12631         multiarch wcschr for PPc32.
12632         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12633         multiarch objects.
12634         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12635         (__libc_ifunc_impl_list): Likewise.
12636         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
12637         * sysdeps/powerpc/power6/wcschr.c: ... to here.
12638         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
12639         sysdeps/powerpc/power6/wcschr.c.
12640
12641         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
12642         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
12643         file.
12644         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
12645         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
12646         file: multiarch strchr for PPC32.
12647         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
12648         multiarch objects.
12649         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12650         (__libc_ifunc_impl_list): Likewise.
12651
12652         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
12653         name.
12654         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
12655         file.
12656         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
12657         file.
12658         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
12659         multiarch strchrnul for PPC32.
12660         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
12661         multiarch objects.
12662         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12663         (__libc_ifunc_impl_list): Likewise.
12664
12665         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
12666         file.
12667         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
12668         multiarch strncasecmp for PPC32.
12669         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
12670         file.
12671         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
12672         multiarch strncasecmp_l for PPC32.
12673         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
12674         strncasecmp multiarch objects.
12675         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12676         (__libc_ifunc_impl_list): Likewise.
12677
12678         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
12679         file.
12680         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
12681         multiarch strncasecmp for PPC32.
12682         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
12683         New file.
12684         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
12685         multiarch strcasecmp_l for PPC32.
12686         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
12687         multiarch objects.
12688         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12689         (__libc_ifunc_impl_list): Likewise.
12690
12691         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
12692         file.
12693         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
12694         file.
12695         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
12696         multiarch strncmp for PPC32.
12697         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
12698         multiarch objects.
12699         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12700         (__libc_ifunc_impl_list): Likewise.
12701
12702         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
12703         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
12704         file.
12705         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
12706         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
12707         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
12708         multiarch objects.
12709         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12710         (__libc_ifunc_impl_list): Likewise.
12711
12712         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
12713         file.
12714         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
12715         file.
12716         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
12717         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
12718         multiarch objects.
12719         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12720         (__libc_ifunc_impl_list): Likewise.
12721
12722         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
12723         file.
12724         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
12725         file.
12726         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
12727         multiarch rawmemchr for PPC32.
12728         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
12729         multiarch objects.
12730         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12731         (__libc_ifunc_impl_list): Likewise.
12732
12733         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
12734         file.
12735         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
12736         file.
12737         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
12738         file: memrchr multiarch for PPC32.
12739         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
12740         multiarch objects.
12741         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12742         (__libc_ifunc_impl_list): Likewise.
12743
12744         * string/memchr.c (__memchr): Using macro to redefine symbol name.
12745         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
12746         file.
12747         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
12748         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
12749         multiarch memchr for PPC32.
12750         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
12751         multiarch objects.
12752         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12753         (__libc_ifunc_impl_list): Likewise.
12754
12755         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
12756         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
12757         file.
12758         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
12759         file.
12760         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
12761         file: multiarch mempcpy for PPC32.
12762         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
12763         multiarch objects.
12764         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12765         (__libc_ifunc_impl_list): Likewise.
12766
12767         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
12768         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
12769         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
12770         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
12771         multiarch bzero for PPC32.
12772         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
12773         file.
12774         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
12775         file.
12776         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
12777         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
12778         file: multiarch memset for PPC32.
12779         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
12780         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
12781         memset multiarch objects.
12782         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12783         (__libc_ifunc_impl_list): Likewise.
12784
12785         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
12786         file.
12787         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
12788         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
12789         memcmp for PPC32.
12790         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
12791         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
12792         multiarch objects.
12793         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12794         (__libc_ifunc_impl_list): Likewise.
12795
12796         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
12797         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
12798         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
12799         file.
12800         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
12801         file.
12802         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
12803         file.
12804         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
12805         multiarch memcpy for PPC32.
12806         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
12807         multiarch objects.
12808         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12809         (__libc_ifunc_impl_list): Likewise.
12810
12811         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
12812         support multiarch for POWER/PPC32.
12813         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
12814         Likewise.
12815         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
12816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
12817         Implies file to make multiarch folder appers before the fpu and
12818         default folder for power4 configuration.
12819
12820 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12821
12822         * scripts/bench.pl: Append volatile keyword to type.
12823
12824 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12825
12826         * sysdeps/sh/sotruss-lib.c: New file.
12827         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
12828
12829 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12830
12831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12832
12833 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
12834
12835         [BZ #6810]
12836         * math/w_tgamma.c: Include <errno.h>.
12837         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
12838         * math/w_tgammaf.c: Include <errno.h>.
12839         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
12840         * math/w_tgammal.c: Include <errno.h>.
12841         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
12842         * math/auto-libm-test-in: Do not allow missing errno on tgamma
12843         underflow.  Add more tgamma tests.
12844         * math/auto-libm-test-out: Regenerated.
12845         * sysdeps/i386/fpu/libm-test-ulps: Update.
12846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12847
12848         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
12849         sin, sinh, tan, tanh, tgamma, y0 and y1.
12850         * math/auto-libm-test-out: Regenerated.
12851         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12852         (TEST_COND_x86): Likewise.
12853         (M_E2l): Remove macro.
12854         (M_E3l): Likewise.
12855         (M_2_SQRT_PIl): Likewise.
12856         (M_SQRT_PIl): Likewise.
12857         (M_1_DIV_El): Likewise.
12858         (log_test_data): Use AUTO_TESTS_f_f.
12859         (log10_test_data): Likewise.
12860         (log1p_test_data): Likewise.
12861         (log2_test_data): Likewise.
12862         (sin_test_data): Likewise.
12863         (sin_tonearest_test_data): Likewise.
12864         (sin_towardzero_test_data): Likewise.
12865         (sin_downward_test_data): Likewise.
12866         (sin_upward_test_data): Likewise.
12867         (sinh_test_data): Likewise.
12868         (sinh_tonearest_test_data): Likewise.
12869         (sinh_towardzero_test_data): Likewise.
12870         (sinh_downward_test_data): Likewise.
12871         (sinh_upward_test_data): Likewise.
12872         (tan_test_data): Likewise.
12873         (tan_tonearest_test_data): Likewise.
12874         (tan_towardzero_test_data): Likewise.
12875         (tan_downward_test_data): Likewise.
12876         (tan_upward_test_data): Likewise.
12877         (tanh_test_data): Likewise.
12878         (tgamma_test_data): Likewise.
12879         (y0_test_data): Likewise.
12880         (y1_test_data): Likewise.
12881         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
12882         (special_real_inputs): Add pi/4.
12883         * sysdeps/i386/fpu/libm-test-ulps: Update.
12884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12885
12886 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12887
12888         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
12889         "longjmp_target" static probes.
12890         (__longjmp): Rename to __longjmp_symbol.
12891         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
12892         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
12893         on which longjmp to generate.
12894         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
12895         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
12896         probe.
12897         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12898         (__sigjmp_save): Rename to __sigjmp_save_symbol.
12899         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
12900         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
12901         and __sigjmp_save_symbol based on which sigsetjmp to generated.
12902         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
12903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
12904         __longjmp_symbol based on which __longjmp to generate.
12905         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
12906         probe.
12907         (setjmp): Rename to setjmp_symbol.
12908         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12909         (_setjmp): Rename to _setjmp_symbol.
12910         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12911         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
12912         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
12913         which setjmp to generate.
12914         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
12915         "longjmp_target" static probes.
12916
12917 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12918
12919         * benchtests/README: Add note about output arguments.
12920         * benchtests/bench-sincos.c: Remove file.
12921         * benchtests/sincos-inputs: New file.
12922         * scripts/bench.pl: Identify output arguments and define
12923         static variables for them.
12924
12925         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
12926
12927         [BZ #15941]
12928         * Makefile (INSTALL): Add install-plain.texi as the primary
12929         dependency.
12930         * manual/install-plain.texi: New file.
12931         * manual/install.texi: Include node directive only for
12932         non-plaintext output.
12933
12934 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
12935
12936         * stdlib/longlong.h: Update from GCC.
12937
12938         [BZ #6807]
12939         [BZ #15901]
12940         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
12941         * math/w_j0f.c (y0f): Likewise.
12942         * math/w_j0l.c (__y0l): Likewise.
12943         * math/w_j1.c (y1): Likewise.
12944         * math/w_j1f.c (y1f): Likewise.
12945         * math/w_j1l.c (__y1l): Likewise
12946         * math/w_jn.c (yn): Likewise.
12947         * math/w_jnf.c (ynf): Likewise.
12948         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
12949         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
12950         value for Bessel function domain errors outside _SVID_ mode.
12951         Adjust sign of return value for yn (negative integer, 0).
12952         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
12953         by zero in return for negative x and set sign appropriately for
12954         negative n.
12955         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
12956         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
12957         * math/libm-test.inc (y0_test_data): Add more tests and adjust
12958         expectations in error cases.
12959         (y1_test_data): Likewise.
12960         (yn_test_data): Likewise.
12961         * sysdeps/i386/fpu/libm-test-ulps: Update.
12962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12963
12964 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12965
12966         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
12967         "64" to "64-v1".  Add "64-v2".
12968         (abi-64-options): Rename to ...
12969         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
12970         (abi-64-condition): Rename to ...
12971         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
12972         (abi-64-ld-soname): Rename to ...
12973         (abi-64-v1-ld-soname): ... this.
12974         (abi-64-v2-options): Define.
12975         (abi-64-v2-condition): Likewise.
12976         (abi-64-v2-ld-soname): Likewise.
12977         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
12978         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
12979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
12980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
12981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
12982
12983 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12984             Alan Modra  <amodra@gmail.com>
12985
12986         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
12987         New versions for use with the ELFv2 ABI.
12988         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
12989         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
12990         declaration.
12991         (struct La_ppc64v2_retval): Likewise.
12992         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
12993         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
12994         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
12995         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
12996         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
12997         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
12998         Do not save or restore CR.
12999         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13000         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13001         return values for ELFv2 ABI.  Fix location of FPR return registers.
13002         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13003         updated values for _CALL_ELF == 2.
13004         (La_regs, La_retval, int_retval): Likewise.
13005
13006 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13007
13008         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13009         (FRAME_MIN_SIZE_PARM): Likewise.
13010         (FRAME_BACKCHAIN): Likewise.
13011         (FRAME_CR_SAVE): Likewise.
13012         (FRAME_LR_SAVE): Likewise.
13013         (FRAME_TOC_SAVE): Likewise.
13014         (FRAME_PARM_SAVE): Likewise.
13015         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13016         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13017         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13018         (call_mcount_parm_offset): New macro.
13019         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13020         (PROF): Use symbolic stack frame offsets.
13021         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13022         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13023         Redefine in terms of FRAME_MIN_SIZE.
13024         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13025         (_dl_profile_resolve): Likewise.  Update comment.
13026         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13027         symbols stack frame offsets.
13028         (__sigsetjmp): Likewise.
13029         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13030         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13031         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13032         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13033
13034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13035         (FRAME_BACKCHAIN): Remove.
13036         (FRAME_CR_SAVE): Likewise.
13037         (FRAME_LR_SAVE): Likewise.
13038         (FRAME_COMPILER_DW): Likewise.
13039         (FRAME_LINKER_DW): Likewise.
13040         (FRAME_TOC_SAVE): Likewise.
13041         (FRAME_PARM_SAVE): Likewise.
13042         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13043         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13044         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13046         (CHECK_SP): Use symbolic stack frame offsets.
13047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13048         zone" instead of caller's parameter save area for temp storage.
13049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13050         Likewise.  Also, use symbolic stack frame offsets.
13051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13052         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13053         our own stack frame instead of the caller's.
13054         (__socket): Use symbolic stack frame offsets.
13055
13056 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13057             Alan Modra  <amodra@gmail.com>
13058
13059         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13060         Define.
13061         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13062         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13063         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13064         New function.
13065         (elf_machine_fixup_plt): Call it.
13066         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13067         reloc arguments.
13068         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13069         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13070         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13071         r2 before calling target.
13072
13073 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13074             Alan Modra  <amodra@gmail.com>
13075
13076         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13077         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13078         versions of macros to support ELFv2 ABI.
13079         (LOCALENTRY): New macro.
13080         (ENTRY, EALIGN): Use it.
13081         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13082         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13083         fall through into ENTRY entry point.
13084         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13085         Only define if _CALL_ELF != 2.
13086
13087         (elf_machine_matches_host): Verify ABI version matches.
13088         (RTLD_START): Use LOCALENTRY.
13089         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13090         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13091         (PLT_ENTRY_WORDS): New macro.
13092         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13093         (elf_machine_runtime_setup): Support ELFv2 ABI.
13094         (elf_machine_fixup_plt): Likewise.
13095         (elf_machine_plt_conflict): Likewise.
13096         (resolve_ifunc): Likewise.
13097         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13098         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13099         Likewise.
13100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13101         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13103         (makecontext): Support ELFv2 ABI.
13104         * elf/elf.h (EF_PPC64_ABI): Define.
13105
13106 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13107
13108         * sysdeps/powerpc/powerpc64/sysdep.h
13109         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13110         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13111         (ENTRY) [ASSEMBLER]: ... but instead here ...
13112         (EALIGN) [ASSEMBLER]: ... and here.
13113         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13114         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13115         (ENTRY_2) [!ASSEMBLER]: Use it.
13116         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13117         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13118         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13119         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13120         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13122         Use PPC64_LOAD_FUNCPTR.
13123
13124         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13125
13126 2013-12-04  Alan Modra  <amodra@gmail.com>
13127
13128         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13129         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13130         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13131         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13132
13133         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13134         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13135         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13136         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13137         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13138         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13139
13140 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13141
13142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13143         (__makecontext): Fix incorrect CFI when backtracing out of
13144         context created via makecontext.
13145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13146         (__setcontext): Fix incorrect CFI during switch to new context.
13147         (__novec_setcontext): Likewise.
13148
13149 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13150
13151         [BZ #4772]
13152         * time/strptime_l.c (__strptime_internal): Allow modifiers
13153         in strptime.
13154         * time/tst-strptime.c (day_tests): Add testcase.
13155
13156 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13157
13158         * scripts/bench.pl: Skip over blank lines.
13159
13160 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13161
13162         [BZ #926]
13163         * manual/time.texi (Calendar Time): Clarify what timezone functions
13164         use.
13165
13166 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13167
13168         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13169
13170 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13171
13172         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13173         implementation.
13174         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13175         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13176         * debug/memset_chk.c (__memset_chk): Likewise.
13177         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13178         * debug/strncpy_chk.c: Likewise.
13179
13180 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13181
13182         [BZ #15268]
13183         [BZ #15425]
13184         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13185         (__ieee754_exp): For possibly underflowing results, check size of
13186         result and force underflow exception if required.
13187         * math/auto-libm-test-in: Add more tests of exp.
13188         * math/auto-libm-test-out: Regenerated.
13189         * sysdeps/i386/fpu/libm-test-ulps: Update.
13190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13191
13192         [BZ #16283]
13193         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13194         * math/w_exp2f.c (__exp2f): Likewise.
13195         * math/w_exp2l.c (__exp2l): Likewise.
13196         * math/auto-libm-test-in: Do not allow missing errno on exp2
13197         underflow.
13198         * math/auto-libm-test-out: Regenerated.
13199
13200 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13201
13202         [BZ #16274]
13203         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13204         handle filename validation.
13205         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13206         (do_open): Delete.
13207
13208 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13209
13210         [BZ #6786]
13211         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13212         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13213         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13214         <float.h>.
13215         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13216         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13217         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13218         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13219         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13220         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13221         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13222         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13223         Add more erfc tests.
13224         * math/auto-libm-test-out: Regenerated.
13225         * sysdeps/i386/fpu/libm-test-ulps: Update.
13226         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13227
13228         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13229         exp2, expm1, j0 and j1.
13230         * math/auto-libm-test-out: Regenerated.
13231         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13232         (erfc_test_data): Likewise.
13233         (exp_test_data): Likewise.
13234         (exp_tonearest_test_data): Likewise.
13235         (exp_towardzero_test_data): Likewise.
13236         (exp_downward_test_data): Likewise.
13237         (exp_upward_test_data): Likewise.
13238         (exp10_test_data): Likewise.
13239         (exp2_test_data): Likewise.
13240         (expm1_test_data): Likewise.
13241         (j0_test_data): Likewise.
13242         (j1_test_data): Likewise.
13243         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13244         (input_flag_type): Add flag_xfail_rounding.
13245         (input_flags): Add xfail-rounding.
13246         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13247         (output_for_one_input_case): Handle flag_xfail_rounding.
13248         * sysdeps/i386/fpu/libm-test-ulps: Update.
13249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13250
13251 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13252
13253         [BZ #16289]
13254         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13255         division by 0.
13256
13257 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13258
13259         [BZ #16195]
13260         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13261         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13262         (STAP_PROBE0): New macro.
13263         (STAP_PROBE1): Likewise.
13264         (STAP_PROBE2): Likewise.
13265         (STAP_PROBE3): Likewise.
13266         (STAP_PROBE4): Likewise.
13267
13268 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13269
13270         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13271
13272 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13273
13274         * benchtests/Makefile (bench): Add sqrt.
13275         (LDLIBS-bench-sqrt): New.
13276         * benchtests/sqrt-input: New.
13277
13278 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13279
13280         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13281         (GAIH_EAI): Likewise.
13282         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13283         (gaih_inet): Likewise.
13284         (getaddrinfo): Don't use GAIH_EAI.
13285
13286         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13287         (struct gaih): Remove definition.
13288
13289 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13290
13291         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13292         Use HERRNOP directly.
13293
13294 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13295
13296         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13297
13298 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13299
13300         * math/gen-auto-libm-tests.c (test_functions): Add more
13301         single-argument functions.
13302         (special_fill_pi_2): New function.
13303         (special_fill_minus_pi_2): Likewise.
13304         (special_fill_pi_6): Likewise.
13305         (special_fill_minus_pi_6): Likewise.
13306         (special_fill_pi_3): Likewise.
13307         (special_fill_2pi_3): Likewise.
13308         (special_fill_e): Likewise.
13309         (special_fill_1_e): Likewise.
13310         (special_fill_e_minus_1): Likewise.
13311         (special_real_inputs): Add more special inputs.
13312         (output_for_one_input_case): Do not require ERANGE on underflow to
13313         zero if round-to-nearest result does not underflow to zero, unless
13314         exact results required.
13315         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13316         atan, atanh, cbrt, cos and cosh.
13317         * math/auto-libm-test-out: Regenerated.
13318         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13319         (acos_tonearest_test_data): Likewise.
13320         (acos_towardzero_test_data): Likewise.
13321         (acos_downward_test_data): Likewise.
13322         (acos_upward_test_data): Likewise.
13323         (acosh_test_data): Likewise.
13324         (asin_test_data): Likewise.
13325         (asin_tonearest_test_data): Likewise.
13326         (asin_towardzero_test_data): Likewise.
13327         (asin_upward_test_data): Likewise.
13328         (asinh_test_data): Likewise.
13329         (atan_test_data): Likewise.
13330         (atanh_test_data): Likewise.
13331         (cbrt_test_data): Likewise.
13332         (cos_test_data): Likewise.
13333         (cos_tonearest_test_data): Likewise.
13334         (cos_towardzero_test_data): Likewise.
13335         (cos_downward_test_data): Likewise.
13336         (cos_upward_test_data): Likewise.
13337         (cosh_test_data): Likewise.
13338         (cosh_tonearest_test_data): Likewise.
13339         (cosh_towardzero_test_data): Likewise.
13340         (cosh_downward_test_data): Likewise.
13341         (cosh_upward_test_data): Likewise.
13342         * sysdeps/i386/fpu/libm-test-ulps: Update.
13343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13344
13345 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13346
13347         [BZ #6787]
13348         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13349         * math/w_exp10f.c (__exp10f): Likewise.
13350         * math/w_exp10l.c (__exp10l): Likewise.
13351         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13352         errno settings in existing tests.
13353
13354         [BZ #14032]
13355         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13356         precision control set to double precision.
13357         * sysdeps/i386/fpu/w_sqrt.c: New file.
13358         * math/auto-libm-test-in: Add more tests.
13359         * math/auto-libm-test-out: Update.
13360
13361         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13362         (sqrt_test_tonearest): New function.
13363         (sqrt_towardzero_test_data): New variable.
13364         (sqrt_test_towardzero): New function.
13365         (sqrt_downward_test_data): New variable.
13366         (sqrt_test_downward): New function.
13367         (sqrt_upward_test_data): New variable.
13368         (sqrt_test_upward): New function.
13369         (main): Call the new functions.
13370
13371         * math/gen-auto-libm-tests.c: New file.
13372         * math/auto-libm-test-in: Likewise.
13373         * math/auto-libm-test-out: New generated file.
13374         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13375         variables.
13376         (%beautify): Add generated representations of zero.
13377         (top level): Set $auto_input and call parse_auto_input.
13378         (beautify): Remove trailing "f" from hex float constants.
13379         (parse_args): Handle XFAIL_TEST.
13380         (convert_condition): New function.
13381         (or_value): Likewise.
13382         (or_cond_value): Likewise.
13383         (generate_testfile): Handle AUTO_TESTS_* lines.
13384         (parse_auto_input): New function.
13385         * math/libm-test.inc (XFAIL_TEST): New macro.
13386         (ERRNO_UNCHANGED): Update value.
13387         (ERRNO_EDOM): Likewise.
13388         (ERRNO_ERANGE): Likewise.
13389         (IGNORE_RESULT): Likewise.
13390         (TEST_COND_flt_32): New macro.
13391         (TEST_COND_dbl_64): Likewise.
13392         (TEST_COND_ldbl_96_intel): Likewise.
13393         (TEST_COND_ldbl_96_m68k): Likewise.
13394         (TEST_COND_ldbl_128): Likewise.
13395         (TEST_COND_ldbl_128ibm): Likewise.
13396         (TEST_COND_long32): Likewise.
13397         (TEST_COND_long64): Likewise.
13398         (TEST_COND_before_rounding): Likewise.
13399         (TEST_COND_after_rounding): Likewise.
13400         (enable_test): Handle XFAIL_TEST flag.
13401         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13402         with finite results.
13403         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13404         auto-libm-test-out.
13405
13406 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13407             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13408
13409         [BZ #16214]
13410         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13411         __tls_get_addr_internal instead of __tls_get_offset in order to
13412         avoid GOT pointer dependency.  Make rtld export
13413         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13414         __tls_get_addr since we are a __tls_get_offset platform.
13415         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13416         GOT pointer being set up before.
13417         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13418
13419 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13420
13421         * manual/math.texi (Errors in Math Functions): Document accuracy
13422         goals.
13423
13424         [BZ #15004]
13425         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
13426         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
13427         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13428         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13429         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13430         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13431         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13432         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
13433         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
13434         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13435         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13436         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13437         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13438         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13439         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13440         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
13441
13442         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
13443         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
13444         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
13445         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
13446         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
13447         Likewise.
13448         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
13449         Likewise.
13450         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
13451         Likewise.
13452         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
13453         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
13454         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
13455         atomic-feupdateenv and flt-rounds.
13456         * sysdeps/powerpc/nofpu/Versions (libc): Add
13457         __atomic_feholdexcept, __atomic_feclearexcept,
13458         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
13459         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
13460         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
13461         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
13462         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
13463         here.
13464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
13465         Update.
13466
13467         * manual/arith.texi (FP Exceptions): Document that exceptions may
13468         not be raised when matherr is used.
13469         (Math Error Reporting): Document overflow in directed rounding
13470         modes.  Document that errno may not be set when finite values are
13471         returned on overflow.  Document intent to set errno on underflow
13472         only for underflow to zero.
13473
13474         [BZ #16271]
13475         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
13476         round-to-nearest then adjust result for other rounding modes.
13477         * include/fenv.h (fegetround): Use libm_hidden_proto.
13478         * math/fegetround.c (fegetround): Use libm_hidden_def.
13479         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
13480         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
13481         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13482         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
13483         Likewise.
13484         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
13485         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
13486         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
13487         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
13488
13489 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
13490
13491         [BZ #16077]
13492         * nss/Versions (libnss_files): Add
13493         _nss_files_gethostbyname3_r.
13494         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
13495         New function.
13496         (HOST_DB_LOOKUP): Remove macro.
13497         (_nss_files_gethostbyname_r): Implement function without the
13498         HOST_DB_LOOKUP macro.
13499         (_nss_files_gethostbyname2_r): Likewise.
13500
13501 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
13502
13503         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
13504
13505 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
13506
13507         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
13508         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
13509         warning.
13510
13511 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13512
13513         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
13514         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
13515         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13516         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
13517         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
13518         __fe_nomask_env_priv and attribute_hidden.
13519         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
13520         (libc_feupdateenv_test_ppc): Likewise.
13521         (libc_feresetround_ppc): Likewise.
13522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
13523         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
13524         compat_symbol macro.
13525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
13526         (__fe_nomask_env): Likewise.
13527         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
13528
13529 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13530
13531         * string/Makefile: Remove ifunc tests.
13532         * string/test-string.h: Define TEST_IFUNC.
13533         * string/test-bcopy-ifunc.c: Remove.
13534         * string/test-bzero-ifunc.c: Likewise.
13535         * string/test-memccpy-ifunc.c: Likewise.
13536         * string/test-memchr-ifunc.c: Likewise.
13537         * string/test-memcmp-ifunc.c: Likewise.
13538         * string/test-memcpy-ifunc.c: Likewise.
13539         * string/test-memmem-ifunc.c: Likewise.
13540         * string/test-memmove-ifunc.c: Likewise.
13541         * string/test-mempcpy-ifunc.c: Likewise.
13542         * string/test-memrchr-ifunc.c: Likewise.
13543         * string/test-memset-ifunc.c: Likewise.
13544         * string/test-rawmemchr-ifunc.c: Likewise.
13545         * string/test-stpcpy-ifunc.c: Likewise.
13546         * string/test-stpncpy-ifunc.c: Likewise.
13547         * string/test-strcasecmp-ifunc.c: Likewise.
13548         * string/test-strcasestr-ifunc.c: Likewise.
13549         * string/test-strcat-ifunc.c: Likewise.
13550         * string/test-strchr-ifunc.c: Likewise.
13551         * string/test-strchrnul-ifunc.c: Likewise.
13552         * string/test-strcmp-ifunc.c: Likewise.
13553         * string/test-strcpy-ifunc.c: Likewise.
13554         * string/test-strcspn-ifunc.c: Likewise.
13555         * string/test-strlen-ifunc.c: Likewise.
13556         * string/test-strncasecmp-ifunc.c: Likewise.
13557         * string/test-strncat-ifunc.c: Likewise.
13558         * string/test-strncmp-ifunc.c: Likewise.
13559         * string/test-strncpy-ifunc.c: Likewise.
13560         * string/test-strnlen-ifunc.c: Likewise.
13561         * string/test-strpbrk-ifunc.c: Likewise.
13562         * string/test-strrchr-ifunc.c: Likewise.
13563         * string/test-strspn-ifunc.c: Likewise.
13564         * string/test-strstr-ifunc.c: Likewise.
13565
13566 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13567
13568         * benchtests/Makefile: Remove ifunc tests.
13569         * benchtests/bench-string.h: Define TEST_IFUNC.
13570         * benchtests/bench-bcopy-ifunc.c: Remove.
13571         * benchtests/bench-bzero-ifunc.c: Likewise.
13572         * benchtests/bench-memccpy-ifunc.c: Likewise.
13573         * benchtests/bench-memchr-ifunc.c: Likewise.
13574         * benchtests/bench-memcmp-ifunc.c: Likewise.
13575         * benchtests/bench-memcpy-ifunc.c: Likewise.
13576         * benchtests/bench-memmem-ifunc.c: Likewise.
13577         * benchtests/bench-memmove-ifunc.c: Likewise.
13578         * benchtests/bench-mempcpy-ifunc.c: Likewise.
13579         * benchtests/bench-memrchr-ifunc.c: Likewise.
13580         * benchtests/bench-memset-ifunc.c: Likewise.
13581         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
13582         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
13583         * benchtests/bench-stpcpy-ifunc.c: Likewise.
13584         * benchtests/bench-stpncpy-ifunc.c: Likewise.
13585         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
13586         * benchtests/bench-strcasestr-ifunc.c: Likewise.
13587         * benchtests/bench-strcat-ifunc.c: Likewise.
13588         * benchtests/bench-strchr-ifunc.c: Likewise.
13589         * benchtests/bench-strchrnul-ifunc.c: Likewise.
13590         * benchtests/bench-strcmp-ifunc.c: Likewise.
13591         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
13592         * benchtests/bench-strcpy-ifunc.c: Likewise.
13593         * benchtests/bench-strcspn-ifunc.c: Likewise.
13594         * benchtests/bench-strlen-ifunc.c: Likewise.
13595         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
13596         * benchtests/bench-strncat-ifunc.c: Likewise.
13597         * benchtests/bench-strncmp-ifunc.c: Likewise.
13598         * benchtests/bench-strncpy-ifunc.c: Likewise.
13599         * benchtests/bench-strnlen-ifunc.c: Likewise.
13600         * benchtests/bench-strpbrk-ifunc.c: Likewise.
13601         * benchtests/bench-strrchr-ifunc.c: Likewise.
13602         * benchtests/bench-strsep-ifunc.c: Likewise.
13603         * benchtests/bench-strspn-ifunc.c: Likewise.
13604         * benchtests/bench-strstr-ifunc.c: Likewise.
13605
13606 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13607
13608         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
13609
13610 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13611
13612         * resolv/netdb.h: Use __glibc_reserved instead __unused.
13613         * rt/aio.h: Likewise.
13614         * sysdeps/gnu/bits/utmp.h: Likewise.
13615         * sysdeps/gnu/bits/utmpx.h: Likewise.
13616         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
13617         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
13618         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
13619         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
13620         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
13621         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
13622         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
13623         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
13624         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
13625         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
13626         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
13627         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
13628         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
13629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
13630         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
13631         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
13632         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
13633         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
13634         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
13635         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
13636         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
13637         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
13638         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
13639         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
13640         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
13641         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
13642         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
13643         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
13644         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
13645         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
13646         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
13647         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
13648         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
13649         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
13650         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
13651         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
13652         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
13653         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
13654         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
13655         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
13656         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
13657         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
13658
13659 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
13660
13661         [BZ #16245]
13662         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
13663         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
13664
13665 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
13666
13667         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
13668         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
13669         Likewise.
13670
13671 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13672
13673         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
13674         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
13675         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
13676         (__fesetround): Remove define.
13677         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
13678         rounding and exceptions handling.
13679         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
13680         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
13681         (__fe_nomask_env): Likewise.
13682         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
13683         __fegetround instead of fegetround.
13684         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
13685         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
13686
13687 2013-11-21  Roland McGrath  <roland@hack.frob.com>
13688
13689         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
13690         it's there.
13691
13692         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
13693
13694 2013-11-21  Meador Inge  <meadori@codesourcery.com>
13695
13696         [BZ #11157]
13697         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
13698         (encrypt_r): Likewise.
13699         * malloc/obstack.h (obstack_free): Likewise.
13700         * posix/unistd.h (encrypt): Likewise.
13701
13702 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
13703
13704         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
13705         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
13706         DL_CALL_DT_FINI() that call the functions directly.
13707         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
13708         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
13709         * elf/dl-fini.c: Likewise.
13710
13711 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
13712
13713         * malloc/hooks.c (memalign_check): Add alignment rounding.
13714         * malloc/malloc.c (_mid_memalign): New function.
13715         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
13716         Implement by calling _mid_memalign.
13717         * manual/probes.texi (Memory Allocation Probes): Remove
13718         memory_valloc_retry and memory_pvalloc_retry.
13719
13720 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13721
13722         * locale/programs/locarchive.c (open_archive): Add const
13723         qualifier to ARCHIVEFNAME and copy default fname to
13724         DEFAULT_FNAME.
13725
13726         [BZ #15601]
13727         * libio/tst-widetext.input: Rename Oriya to Odia.
13728         * locale/iso-639.def: Likewise.
13729
13730         * manual/probes.texi (Mathematical Function Probes): Add
13731         documentation for sin, cos, asin and acos probes.
13732         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
13733         (__sin32): Add slowasin probe.
13734         (__cos32): Add slowacos probe.
13735         (__mpsin): Add slowsin probe.
13736         (__mpcos): Add slowcos probe.
13737
13738 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
13739
13740         [BZ #15483]
13741         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
13742         thread-local __sim_exceptions_thread and global
13743         __sim_exceptions_global.
13744         (__sim_disabled_exceptions): Change to thread-local
13745         __sim_disabled_exceptions_thread and global
13746         __sim_disabled_exceptions_global.
13747         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13748         and global __sim_round_mode_global.
13749         (__simulate_exceptions): Use thread-local floating-point state and
13750         set global state from it as needed.
13751         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
13752         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
13753         __sim_round_mode_thread.
13754         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
13755         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
13756         and global __sim_exceptions_global.
13757         (__sim_disabled_exceptions): Change to thread-local
13758         __sim_disabled_exceptions_thread and global
13759         __sim_disabled_exceptions_global.
13760         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13761         and global __sim_round_mode_global.
13762         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
13763         (SIM_SET_GLOBAL): Likewise.
13764         * sysdeps/powerpc/soft-fp/sfp-machine.h
13765         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
13766         __sim_round_mode_thread.
13767         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
13768         __sim_disabled_exceptions_thread.
13769         (__sim_exceptions): Change to __sim_exceptions_thread.
13770         (__sim_disabled_exceptions): Change to
13771         __sim_disabled_exceptions_thread.
13772         (__sim_round_mode): Change to __sim_round_mode_thread.
13773         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
13774         thread-local floating-point state and set global state from it as
13775         needed.
13776         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
13777         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
13778         (__sim_disabled_exceptions): Remove extern declaration.
13779         (feenableexcept): Use thread-local floating-point state and set
13780         global state from it as needed.
13781         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
13782         extern declaration.
13783         (__sim_disabled_exceptions): Likewise.
13784         (__sim_round_mode): Likewise.
13785         (__fegetenv): Use thread-local floating-point state.
13786         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
13787         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13788         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
13789         floating-point state and set global state from it as needed.
13790         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
13791         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
13792         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
13793         Likewise.
13794         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
13795         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
13796         Likewise.
13797         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
13798         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
13799         Use __sim_round_mode_thread.
13800         * math/test-fenv-tls.c: New file.
13801         * math/Makefile (tests): Add test-fenv-tls.
13802         ($(objpfx)test-fenv-tls): Depend on
13803         $(common-objpfx)nptl/libpthread.so.
13804
13805 2013-11-19  Andreas Schwab  <schwab@suse.de>
13806
13807         * locale/programs/locale.c (show_info): Decode wordarray elements.
13808         * locale/categories.def (LC_MONETARY): Add element for
13809         _NL_MONETARY_CRNCYSTR.
13810         * locale/C-monetary.c (conversion_rate): New variable.
13811         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
13812         element.
13813
13814 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
13815
13816         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
13817         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
13818
13819 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
13820
13821         * elf/Makefile (tst-auxv): New test.
13822         * elf/tst-auxv.c: New
13823         * elf/rtld.c (dl_main): Adjust AT_EXECFN
13824
13825 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
13826
13827         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
13828         (hidden_proto): Caller changed.
13829         (hidden_tls_proto): New macro.
13830         (libc_hidden_tls_proto): Likewise.
13831         (rtld_hidden_tls_proto): Likewise.
13832         (libm_hidden_tls_proto): Likewise.
13833         (libresolv_hidden_tls_proto): Likewise.
13834         (librt_hidden_tls_proto): Likewise.
13835         (libdl_hidden_tls_proto): Likewise.
13836         (libnss_files_hidden_tls_proto): Likewise.
13837         (libnsl_hidden_tls_proto): Likewise.
13838         (libnss_nisplus_hidden_tls_proto): Likewise.
13839         (libutil_hidden_tls_proto): Likewise.
13840
13841 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
13842
13843         [BZ #10253]
13844         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
13845         (decompose_rpath): Defer expansion to fillin_rpath.
13846         (_dl_init_paths): Pass linkmap to fillin_rpath.
13847
13848 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13849
13850         * benchtests/Makefile: Add strsep.
13851         * benchtests/bench-strsep.c: New file: strsep benchtest.
13852         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
13853
13854 2013-11-18  Andreas Schwab  <schwab@suse.de>
13855
13856         * locale/programs/locale.c (show_info) [case byte]: Check for
13857         '\377' instead of '\177'.
13858         * locale/C-monetary.c (not_available): Always use "\377".
13859         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
13860         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
13861         detect unavailable sign_posn locale elements.
13862         * locale/localeconv.c (__localeconv): For grouping and
13863         mon_grouping handle "\177" and "\377" like no grouping.
13864         (INT_ELEM): New macro.  Use it to set all numeric members.
13865         * locale/programs/ld-monetary.c (monetary_read)
13866         <tok_mon_grouping>: Normalize single -1 to the empty string.
13867         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
13868         Likewise.
13869
13870 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
13871
13872         [BZ #16055]
13873         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
13874         when we match (nil).
13875         * stdio-common/tst-sscanf.c (struct test): Add testcase.
13876
13877 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
13878
13879         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
13880         (NO_TEST_INLINE): Update value.
13881         (ERRNO_UNCHANGED): Likewise.
13882         (ERRNO_EDOM): Likewise.
13883         (ERRNO_ERANGE): Likewise.
13884         (IGNORE_RESULT): Likewise.
13885         (check_float_internal): Check signs of NaN results if
13886         TEST_NAN_SIGN used.
13887         (check_complex): Pass TEST_NAN_SIGN flag through to second
13888         check_float_internal call.
13889         (copysign_test_data): Add tests with quiet NaNs as second
13890         argument.  Use TEST_NAN_SIGN.
13891         (fabs_test_data): Add test of negative quiet NaN argument.  Use
13892         TEST_NAN_SIGN.
13893         (signbit_test_data): Add tests of quiet NaN argument.
13894         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
13895
13896         * math/gen-libm-test.pl (show_exceptions): Take extra argument
13897         $ignore_result.
13898         (parse_args): Handle function results specified as IGNORE.
13899         * math/libm-test.inc (IGNORE_RESULT): New macro.
13900         (check_float_internal): Do not check numerical result if flag
13901         IGNORE_RESULT set.
13902         (check_complex): Pass through IGNORE_RESULT to second
13903         check_float_internal call.
13904         (check_int): Do not check numerical result if flag IGNORE_RESULT
13905         set.
13906         (check_long): Likewise.
13907         (check_bool): Likewise.
13908         (check_longlong): Likewise.
13909         (lrint_test_data): Add tests of infinite and NaN arguments.
13910         (lrint_tonearest_test_data): Likewise.
13911         (lrint_towardzero_test_data): Likewise.
13912         (lrint_downward_test_data): Likewise.
13913         (lrint_upward_test_data): Likewise.
13914         (llrint_test_data): Likewise.
13915         (llrint_tonearest_test_data): Likewise.
13916         (llrint_towardzero_test_data): Likewise.
13917         (llrint_downward_test_data): Likewise.
13918         (llrint_upward_test_data): Likewise.
13919         (lround_test_data): Likewise.
13920         (llround_test_data): Likewise.
13921
13922         * math/libm-test.inc (NO_TEST_INLINE): New macro.
13923         (ERRNO_UNCHANGED): Update value.
13924         (ERRNO_EDOM): Likewise.
13925         (ERRNO_ERANGE): Likewise.
13926         (NO_TEST_INLINE_FLOAT): New macro.
13927         (NO_TEST_INLINE_DOUBLE): Likewise.
13928         (enable_test): New function.
13929         (RUN_TEST_f_f): Check enable_test before running test.
13930         (RUN_TEST_2_f): Likewise.
13931         (RUN_TEST_fff_f): Likewise.
13932         (RUN_TEST_c_f): Likewise.
13933         (RUN_TEST_f_f1): Likewise.
13934         (RUN_TEST_fF_f1): Likewise.
13935         (RUN_TEST_fI_f1): Likewise.
13936         (RUN_TEST_ffI_f1): Likewise.
13937         (RUN_TEST_c_c): Likewise.
13938         (RUN_TEST_cc_c): Likewise.
13939         (RUN_TEST_f_i): Likewise.
13940         (RUN_TEST_f_i_tg): Likewise.
13941         (RUN_TEST_ff_i_tg): Likewise.
13942         (RUN_TEST_f_b): Likewise.
13943         (RUN_TEST_f_b_tg): Likewise.
13944         (RUN_TEST_f_l): Likewise.
13945         (RUN_TEST_f_L): Likewise.
13946         (RUN_TEST_fFF_11): Likewise.
13947         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
13948         conditionals.
13949         (cosh_test_data): Likewise.
13950         (exp_test_data): Likewise.
13951         (expm1_test_data): Likewise.
13952         (hypot_test_data): Likewise.
13953         (pow_test_data): Likewise.
13954         (sinh_test_data): Likewise.
13955         (tanh_test_data): Likewise.
13956         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
13957         flags argument.
13958
13959         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
13960         tests with quiet NaN input and output.
13961         (acosh_test_data): Likewise.
13962         (asin_test_data): Likewise.
13963         (asinh_test_data): Likewise.
13964         (atan_test_data): Likewise.
13965         (atanh_test_data): Likewise.
13966         (atan2_test_data): Likewise.
13967         (cbrt_test_data): Likewise.
13968         (cos_test_data): Likewise.
13969         (cosh_test_data): Likewise.
13970         (erf_test_data): Likewise.
13971         (erfc_test_data): Likewise.
13972         (exp_test_data): Likewise.
13973         (exp10_test_data): Likewise.
13974         (exp2_test_data): Likewise.
13975         (expm1_test_data): Likewise.
13976         (hypot_test_data): Likewise.
13977         (j0_test_data): Likewise.
13978         (j1_test_data): Likewise.
13979         (jn_test_data): Likewise.
13980         (lgamma_test_data): Likewise.
13981         (log_test_data): Likewise.
13982         (log10_test_data): Likewise.
13983         (log1p_test_data): Likewise.
13984         (log2_test_data): Likewise.
13985         (pow_test_data): Likewise.
13986         (scalb_test_data): Likewise.
13987         (sin_test_data): Likewise.
13988         (sincos_test_data): Likewise.
13989         (sinh_test_data): Likewise.
13990         (tan_test_data): Likewise.
13991         (tanh_test_data): Likewise.
13992         (tgamma_test_data): Likewise.
13993         (y0_test_data): Likewise.
13994         (y1_test_data): Likewise.
13995         (yn_test_data): Likewise.
13996
13997         [BZ #16167]
13998         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
13999         argument being NaN and avoid computations with second argument in
14000         that case.
14001         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14002         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14003         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14004
14005 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14006
14007         * locale/iso-639.def: Add Chitwani Tharu (the).
14008
14009 2013-11-14  Andreas Schwab  <schwab@suse.de>
14010
14011         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14012         word instead of empty string.
14013
14014 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14015
14016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14017         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14019         (__fe_nomask_env): Likewise.
14020
14021 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14022
14023         * benchtests/bench-timing.h: Include time.h.
14024
14025 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14026
14027         [BZ #15997]
14028         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14029         to 3.4.0 for x32.
14030         * sysdeps/unix/sysv/linux/configure: Regenerated.
14031
14032 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14033
14034         [BZ #16151]
14035         * stdlib/strtod_l.c (round_and_return): Do not consider
14036         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14037         exponent one less than half the least subnormal exponent.
14038         * stdlib/test-strtod-round-data: Add more tests.
14039         * stdlib/tst-strtod-round.c (tests): Regenerated.
14040
14041 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14042
14043         [BZ #14143]
14044         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14045         (__fe_mask_env): Likewise.
14046         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14047         libm_hidden_proto and add function prototype.
14048         (__fe_mask_env): Add function prototype.
14049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14050         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14052         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14054         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14055
14056 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14057
14058         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14059         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14060
14061 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14062
14063         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14064         of htab_find_slot().
14065
14066 2013-11-11  David S. Miller  <davem@davemloft.net>
14067
14068         [BZ #16150]
14069         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14070         symbol in the non-vis3 case in static builds.
14071         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14072         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14073         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14074         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14075
14076 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14077
14078         [BZ #387]
14079         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14080         it is empty.
14081
14082 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14083
14084         * benchtests/Makefile: Add bench-strtod.
14085         * benchtests/bench-strtod.c: New file: strtod benchtest
14086
14087 2013-11-11  Andreas Schwab  <schwab@suse.de>
14088
14089         [BZ #16153]
14090         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14091         terminating NUL in key length.
14092
14093 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14094
14095         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14096         Add artificial ODP entry for vDSO symbol for PPC64.
14097         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14098         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14099
14100 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14101
14102         [BZ #15374]
14103         * nss/getent.c (services_keys): Recognize services starting with digit.
14104
14105 2013-11-06  David S. Miller  <davem@davemloft.net>
14106
14107         [BZ #15985]
14108         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14109         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14110
14111 2013-11-06  Will Newton  <will.newton@linaro.org>
14112
14113         * manual/memory.texi (Malloc Examples): Remove register
14114         keyword from examples.
14115
14116 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14117
14118         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14119
14120 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14121
14122         [BZ #6981]
14123         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14124         depending on [__GCC_IEC_559 > 0].
14125         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14126         depending on [__GCC_IEC_559_COMPLEX > 0].
14127
14128 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14129
14130         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14131         to iso-639.def.
14132
14133 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14134
14135         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14136
14137 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14138
14139         [BZ #16112]
14140         * malloc/malloc (malloc_info): Do not handle first bin as
14141         special case.
14142
14143 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14144
14145         * locale/iso-639.def: Add Central Nahuatl (nhn).
14146
14147 2013-11-01  Bruno Haible  <bruno@clisp.org>
14148
14149         [BZ #7003]
14150         * manual/math.texi (BSD Random): Specify range upper bound as
14151         in POSIX.
14152
14153 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14154
14155         * locale/iso-639.def: Add Meadow Mari (mhr).
14156
14157 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14158
14159         [BZ #14752], [BZ #15763]
14160         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14161         Validate name.
14162         * rt/tst_shm.c: Add test for escaping directory.
14163
14164 2013-10-31  Andreas Schwab  <schwab@suse.de>
14165
14166         [BZ #15917]
14167         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14168         followed by 'x' as part of digit sequence.
14169         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14170
14171 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14172
14173         [BZ #16037]
14174         * configure.ac: allow GNU Make 4.0 and greater.
14175         * configure: Regenerated.
14176
14177 2013-10-30  Will Newton  <will.newton@linaro.org>
14178
14179         [BZ #16038]
14180         * malloc/hooks.c (memalign_check): Limit alignment to the
14181         maximum representable power of two.
14182         * malloc/malloc.c (__libc_memalign): Likewise.
14183         * malloc/tst-memalign.c (do_test): Add test for very
14184         large alignment values.
14185         * malloc/tst-posix_memalign.c (do_test): Likewise.
14186
14187 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14188
14189         [BZ #11087]
14190         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14191         (munmap_chunk): Likewise.
14192         (mremap_chunk): Likewise.
14193
14194 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14195
14196         [BZ #15799]
14197         * stdlib/div.c (div): Remove obsolete code.
14198         * stdlib/ldiv.c (ldiv): Likewise.
14199         * stdlib/lldiv.c (lldiv): Likewise.
14200
14201 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14202
14203         [BZ #16071]
14204         * nss/nss_files/files-XXX.c (get_contents_ret): New
14205         enumerator.
14206         (get_contents): New function.
14207         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14208
14209 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14210
14211         * configure.in: Moved to ...
14212         * configure.ac: ... here. Change reference to configure.in
14213         to configure.ac.
14214         * sysdeps/arm/preconfigure.ac: ... here.
14215         configure.in to configure.ac.
14216         * sysdeps/gnu/configure.in: Moved to ...
14217         * sysdeps/gnu/configure.ac: ... here.
14218         * sysdeps/i386/configure.in: Moved to ...
14219         * sysdeps/i386/configure.ac: ... here.
14220         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14221         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14222         * sysdeps/mach/configure.in: Moved to ...
14223         * sysdeps/mach/configure.ac: ... here.
14224         * sysdeps/mach/hurd/configure.in: Moved to ...
14225         * sysdeps/mach/hurd/configure.ac: ... here.
14226         * sysdeps/powerpc/configure.in: Moved to ...
14227         * sysdeps/powerpc/configure.ac: ... here.
14228         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14229         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14230         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14231         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14232         * sysdeps/s390/s390-32/configure.in: Moved to ...
14233         * sysdeps/s390/s390-32/configure.ac: ... here.
14234         * sysdeps/s390/s390-64/configure.in: Moved to ...
14235         * sysdeps/s390/s390-64/configure.ac: ... here.
14236         * sysdeps/sh/configure.in: Moved to ...
14237         * sysdeps/sh/configure.ac: ... here.
14238         * sysdeps/sparc/configure.in: Moved to ...
14239         * sysdeps/sparc/configure.ac: ... here.
14240         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14241         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14242         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14243         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14244         * sysdeps/x86_64/configure.in: Moved to ...
14245         * sysdeps/x86_64/configure.ac: ... here.
14246         * sysdeps/x86_64/preconfigure.in: Moved to ...
14247         * sysdeps/x86_64/preconfigure.ac: ... here.
14248         * aclocal.m4: Change reference to configure.in to configure.ac.
14249         * config.h.in: Likewise.
14250         * manual/install.texi: Likewise.
14251         * manual/maint.texi: Likewise.
14252         * Makefile: Likewise.
14253         * malloc/Makefile: Likewise.
14254         * nscd/Makefile: Likewise.
14255         * Makeconfig: Change reference to configure.in and
14256         preconfigure.in to configure.ac and preconfigure.ac
14257         respectively.
14258         * INSTALL: Regenerated.
14259         * configure: Likewise.
14260         * sysdeps/gnu/configure: Likewise.
14261         * sysdeps/i386/configure: Likewise.
14262         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14263         * sysdeps/mach/configure: Likewise.
14264         * sysdeps/mach/hurd/configure: Likewise.
14265         * sysdeps/powerpc/configure: Likewise.
14266         * sysdeps/powerpc/powerpc32/configure: Likewise.
14267         * sysdeps/powerpc/powerpc64/configure: Likewise.
14268         * sysdeps/s390/s390-32/configure: Likewise.
14269         * sysdeps/s390/s390-64/configure: Likewise.
14270         * sysdeps/sh/configure: Likewise.
14271         * sysdeps/sparc/configure: Likewise.
14272         * sysdeps/unix/sysv/linux/configure: Likewise.
14273         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14274         * sysdeps/x86_64/configure: Likewise.
14275         * sysdeps/x86_64/preconfigure: Likewise.
14276
14277 2013-10-29  Andreas Schwab  <schwab@suse.de>
14278
14279         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14280
14281 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14282
14283         * benchtests/pow-inputs: Add new inputs.
14284
14285         * benchtests/exp-inputs: Add new inputs.
14286
14287         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14288         conditional check for return value.
14289         (__cos32): Likewise.
14290
14291 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14292
14293         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14294         to provide a boost for large inputs with word alignment.
14295         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14296         implementation based on optimized PPC64 strcpy.
14297         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14298         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14299         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14300         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14301
14302 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14303
14304         [BZ #2801]
14305         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14306
14307 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14308
14309         [BZ #14876]
14310         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14311         * time/tst-strptime.c (day_tests): Add testcase.
14312
14313 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14314
14315         [BZ #14029]
14316         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14317
14318 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14319
14320         [BZ #16074]
14321         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14322         MAP_FAILED on error.
14323
14324 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14325
14326         [BZ #16072]
14327         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14328         heap for large requests.
14329
14330 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14331
14332         [BZ #9954]
14333         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14334         result if the result has no associated interface.
14335         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14336         interface for all 127.X.Y.Z addresses.
14337
14338 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14339
14340         * locale/iso-639.def: Add Ligurian (lij)
14341
14342 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14343
14344         [BZ #15825]
14345         * sunrpc/rpc_main.c: Document rpcgen -5.
14346
14347 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14348
14349         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14350
14351 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14352
14353         [BZ #10278]
14354         * posix/glob.c: Match only directories when trailing slash is present.
14355         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14356         (main): Add testcase.
14357
14358 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14359
14360         [BZ #15670]
14361         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14362
14363 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14364
14365         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14366         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14367         AUTH_DES and cindex for FIPS 140-2.
14368         (DES Encryption): Add cindex FIPS 46-3.
14369
14370         * locale/locarchive.h (struct locarhandle): Add fname.
14371         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14372         if an optional argument was specified to --list-archive,
14373         otherwise NULL.
14374         * locale/programs/locarchive.c (show_archive_content): Take new
14375         argument fname and pass it via ah.fname to open_archive.
14376         * locale/programs/localedef.h: Update decl.
14377         (open_archive): If AH->fname is non-null, open that file
14378         rather than the default file name, and don't ignore ENOENT.
14379         (create_archive): Set AH.fname to NULL.
14380         (delete_locales_from_archive): Likewise.
14381         (add_locales_to_archive): Likewise.
14382         * locale/programs/locfile.c (write_all_categories): Likewise.
14383
14384 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14385             Aldy Hernandez  <aldyh@redhat.com>
14386
14387         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14388         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14389         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14390         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14391         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14392         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14393         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14394         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14395         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14396         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14397         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14398         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14399         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14400         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14401         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14402         Likewise.
14403         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14404         Likewise.
14405         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14406         Likewise.
14407         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14408         Likewise.
14409         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14410         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14411         Likewise.
14412         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14413         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14414         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14415         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14416         Likewise.
14417         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14418         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14419         * sysdeps/powerpc/preconfigure: Likewise.
14420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14421         Likewise.
14422         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
14423         Replace contents of file by #include of <fenv_libc.h>.
14424         * sysdeps/powerpc/soft-fp/sfp-machine.h
14425         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
14426         and <sys/prctl.h>.
14427         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
14428         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
14429         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
14430         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
14431         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
14432         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
14433         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
14434         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
14435         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
14436         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
14437         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
14438         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
14439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14440         Allow copysignl PLT reference to be missing.
14441
14442 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
14443             Joseph Myers  <joseph@codesourcery.com
14444
14445         [BZ #15948]
14446         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
14447         single character.
14448         (add_to_tablewc): Assert sequence of wide characters is nonempty.
14449
14450 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14451
14452         * elf/tst-tls-dlinfo.c: Don't include tls.h.
14453         * elf/tst-tls1.c: Likewise.
14454         * elf/tst-tls10.h: Likewise.
14455         * elf/tst-tls14.c: Likewise.
14456         * elf/tst-tls2.c: Likewise.
14457         * elf/tst-tls3.c: Likewise.
14458         * elf/tst-tls4.c: Likewise.
14459         * elf/tst-tls5.c: Likewise.
14460         * elf/tst-tls6.c: Likewise.
14461         * elf/tst-tls7.c: Likewise.
14462         * elf/tst-tls8.c: Likewise.
14463         * elf/tst-tls9.c: Likewise.
14464         * elf/tst-tlsmod1.c: Likewise.
14465         * elf/tst-tlsmod13.c: Likewise.
14466         * elf/tst-tlsmod13a.c: Likewise.
14467         * elf/tst-tlsmod14a.c: Likewise.
14468         * elf/tst-tlsmod16a.c: Likewise.
14469         * elf/tst-tlsmod16b.c: Likewise.
14470         * elf/tst-tlsmod2.c: Likewise.
14471         * elf/tst-tlsmod3.c: Likewise.
14472         * elf/tst-tlsmod4.c: Likewise.
14473         * elf/tst-tlsmod5.c: Likewise.
14474         * elf/tst-tlsmod6.c: Likewise.
14475
14476 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
14477
14478         [BZ #12486]
14479         * malloc/malloc.c: remove checks for statistics.
14480
14481 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14482
14483         [BZ #15277]
14484         * inet/inet_net.c (inet_network): Detect additional invalid strings.
14485         * inet/tst-network.c: Add testcase.
14486
14487 2013-10-17  Andreas Schwab  <schwab@suse.de>
14488
14489         [BZ #15218]
14490         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
14491         to determine canonical name.
14492
14493 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14494
14495         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
14496         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
14497         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14498         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14499         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14500         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14501         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14502         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14503         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14504         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14505         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
14506         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14507         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14508         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14509         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14510         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14511         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14512         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14513         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
14514         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14515         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14516         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14517         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
14518         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
14519         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
14520         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
14521         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
14522         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
14523         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
14524         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
14525         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14526         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14527         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
14528         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
14529         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
14530         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
14531         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
14532         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
14533         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
14534         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14535         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
14536         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
14537         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
14538         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
14539         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
14540         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
14541         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
14542         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
14543         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
14544         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
14545         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
14546         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
14547         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
14548         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
14549         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
14550         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
14551         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14552         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
14553
14554 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
14555
14556         [BZ #16041]
14557         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
14558         make result into a quiet NaN.
14559
14560 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
14561
14562         * soft-fp/adddf3.c: Fix horizontal whitespace.
14563         * soft-fp/addsf3.c: Likewise.
14564         * soft-fp/addtf3.c: Likewise.
14565         * soft-fp/divdf3.c: Likewise.
14566         * soft-fp/divsf3.c: Likewise.
14567         * soft-fp/divtf3.c: Likewise.
14568         * soft-fp/double.h: Likewise.
14569         * soft-fp/eqdf2.c: Likewise.
14570         * soft-fp/eqsf2.c: Likewise.
14571         * soft-fp/eqtf2.c: Likewise.
14572         * soft-fp/extenddftf2.c: Likewise.
14573         * soft-fp/extended.h: Likewise.
14574         * soft-fp/extendsfdf2.c: Likewise.
14575         * soft-fp/extendsftf2.c: Likewise.
14576         * soft-fp/extendxftf2.c: Likewise.
14577         * soft-fp/fixdfdi.c: Likewise.
14578         * soft-fp/fixdfsi.c: Likewise.
14579         * soft-fp/fixdfti.c: Likewise.
14580         * soft-fp/fixsfdi.c: Likewise.
14581         * soft-fp/fixsfsi.c: Likewise.
14582         * soft-fp/fixsfti.c: Likewise.
14583         * soft-fp/fixtfdi.c: Likewise.
14584         * soft-fp/fixtfsi.c: Likewise.
14585         * soft-fp/fixtfti.c: Likewise.
14586         * soft-fp/fixunsdfdi.c: Likewise.
14587         * soft-fp/fixunsdfsi.c: Likewise.
14588         * soft-fp/fixunsdfti.c: Likewise.
14589         * soft-fp/fixunssfdi.c: Likewise.
14590         * soft-fp/fixunssfsi.c: Likewise.
14591         * soft-fp/fixunssfti.c: Likewise.
14592         * soft-fp/fixunstfdi.c: Likewise.
14593         * soft-fp/fixunstfsi.c: Likewise.
14594         * soft-fp/fixunstfti.c: Likewise.
14595         * soft-fp/floatdidf.c: Likewise.
14596         * soft-fp/floatdisf.c: Likewise.
14597         * soft-fp/floatditf.c: Likewise.
14598         * soft-fp/floatsidf.c: Likewise.
14599         * soft-fp/floatsisf.c: Likewise.
14600         * soft-fp/floatsitf.c: Likewise.
14601         * soft-fp/floattidf.c: Likewise.
14602         * soft-fp/floattisf.c: Likewise.
14603         * soft-fp/floattitf.c: Likewise.
14604         * soft-fp/floatundidf.c: Likewise.
14605         * soft-fp/floatundisf.c: Likewise.
14606         * soft-fp/floatunditf.c: Likewise.
14607         * soft-fp/floatunsidf.c: Likewise.
14608         * soft-fp/floatunsisf.c: Likewise.
14609         * soft-fp/floatunsitf.c: Likewise.
14610         * soft-fp/floatuntidf.c: Likewise.
14611         * soft-fp/floatuntisf.c: Likewise.
14612         * soft-fp/floatuntitf.c: Likewise.
14613         * soft-fp/fmadf4.c: Likewise.
14614         * soft-fp/fmasf4.c: Likewise.
14615         * soft-fp/fmatf4.c: Likewise.
14616         * soft-fp/gedf2.c: Likewise.
14617         * soft-fp/gesf2.c: Likewise.
14618         * soft-fp/getf2.c: Likewise.
14619         * soft-fp/ledf2.c: Likewise.
14620         * soft-fp/lesf2.c: Likewise.
14621         * soft-fp/letf2.c: Likewise.
14622         * soft-fp/muldf3.c: Likewise.
14623         * soft-fp/mulsf3.c: Likewise.
14624         * soft-fp/multf3.c: Likewise.
14625         * soft-fp/negdf2.c: Likewise.
14626         * soft-fp/negsf2.c: Likewise.
14627         * soft-fp/negtf2.c: Likewise.
14628         * soft-fp/op-1.h: Likewise.
14629         * soft-fp/op-2.h: Likewise.
14630         * soft-fp/op-4.h: Likewise.
14631         * soft-fp/op-8.h: Likewise.
14632         * soft-fp/op-common.h: Likewise.
14633         * soft-fp/quad.h: Likewise.
14634         * soft-fp/single.h: Likewise.
14635         * soft-fp/soft-fp.h: Likewise.
14636         * soft-fp/sqrtdf2.c: Likewise.
14637         * soft-fp/sqrtsf2.c: Likewise.
14638         * soft-fp/sqrttf2.c: Likewise.
14639         * soft-fp/subdf3.c: Likewise.
14640         * soft-fp/subsf3.c: Likewise.
14641         * soft-fp/subtf3.c: Likewise.
14642         * soft-fp/truncdfsf2.c: Likewise.
14643         * soft-fp/trunctfdf2.c: Likewise.
14644         * soft-fp/trunctfsf2.c: Likewise.
14645         * soft-fp/trunctfxf2.c: Likewise.
14646         * soft-fp/unorddf2.c: Likewise.
14647         * soft-fp/unordsf2.c: Likewise.
14648         * soft-fp/unordtf2.c: Likewise.
14649
14650 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
14651
14652         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
14653         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
14654
14655 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
14656
14657         * elf/dl-libc.c: Clear initfini list after freeing.
14658
14659 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
14660
14661         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
14662         * soft-fp/addsf3.c: Likewise.
14663         * soft-fp/addtf3.c: Likewise.
14664         * soft-fp/divdf3.c: Likewise.
14665         * soft-fp/divsf3.c: Likewise.
14666         * soft-fp/divtf3.c: Likewise.
14667         * soft-fp/double.h: Likewise.
14668         * soft-fp/eqdf2.c: Likewise.
14669         * soft-fp/eqsf2.c: Likewise.
14670         * soft-fp/eqtf2.c: Likewise.
14671         * soft-fp/extenddftf2.c: Likewise.
14672         * soft-fp/extended.h: Likewise.
14673         * soft-fp/extendsfdf2.c: Likewise.
14674         * soft-fp/extendsftf2.c: Likewise.
14675         * soft-fp/extendxftf2.c: Likewise.
14676         * soft-fp/fixdfdi.c: Likewise.
14677         * soft-fp/fixdfsi.c: Likewise.
14678         * soft-fp/fixdfti.c: Likewise.
14679         * soft-fp/fixsfdi.c: Likewise.
14680         * soft-fp/fixsfsi.c: Likewise.
14681         * soft-fp/fixsfti.c: Likewise.
14682         * soft-fp/fixtfdi.c: Likewise.
14683         * soft-fp/fixtfsi.c: Likewise.
14684         * soft-fp/fixtfti.c: Likewise.
14685         * soft-fp/fixunsdfdi.c: Likewise.
14686         * soft-fp/fixunsdfsi.c: Likewise.
14687         * soft-fp/fixunsdfti.c: Likewise.
14688         * soft-fp/fixunssfdi.c: Likewise.
14689         * soft-fp/fixunssfsi.c: Likewise.
14690         * soft-fp/fixunssfti.c: Likewise.
14691         * soft-fp/fixunstfdi.c: Likewise.
14692         * soft-fp/fixunstfsi.c: Likewise.
14693         * soft-fp/fixunstfti.c: Likewise.
14694         * soft-fp/floatdidf.c: Likewise.
14695         * soft-fp/floatdisf.c: Likewise.
14696         * soft-fp/floatditf.c: Likewise.
14697         * soft-fp/floatsidf.c: Likewise.
14698         * soft-fp/floatsisf.c: Likewise.
14699         * soft-fp/floatsitf.c: Likewise.
14700         * soft-fp/floattidf.c: Likewise.
14701         * soft-fp/floattisf.c: Likewise.
14702         * soft-fp/floattitf.c: Likewise.
14703         * soft-fp/floatundidf.c: Likewise.
14704         * soft-fp/floatundisf.c: Likewise.
14705         * soft-fp/floatunsidf.c: Likewise.
14706         * soft-fp/floatunsisf.c: Likewise.
14707         * soft-fp/floatuntidf.c: Likewise.
14708         * soft-fp/floatuntisf.c: Likewise.
14709         * soft-fp/floatuntitf.c: Likewise.
14710         * soft-fp/fmadf4.c: Likewise.
14711         * soft-fp/fmasf4.c: Likewise.
14712         * soft-fp/fmatf4.c: Likewise.
14713         * soft-fp/gedf2.c: Likewise.
14714         * soft-fp/gesf2.c: Likewise.
14715         * soft-fp/getf2.c: Likewise.
14716         * soft-fp/ledf2.c: Likewise.
14717         * soft-fp/lesf2.c: Likewise.
14718         * soft-fp/letf2.c: Likewise.
14719         * soft-fp/muldf3.c: Likewise.
14720         * soft-fp/mulsf3.c: Likewise.
14721         * soft-fp/multf3.c: Likewise.
14722         * soft-fp/negdf2.c: Likewise.
14723         * soft-fp/negsf2.c: Likewise.
14724         * soft-fp/negtf2.c: Likewise.
14725         * soft-fp/op-1.h: Likewise.
14726         * soft-fp/op-2.h: Likewise.
14727         * soft-fp/op-4.h: Likewise.
14728         * soft-fp/op-8.h: Likewise.
14729         * soft-fp/op-common.h: Likewise.
14730         * soft-fp/quad.h: Likewise.
14731         * soft-fp/single.h: Likewise.
14732         * soft-fp/soft-fp.h: Likewise.
14733         * soft-fp/sqrtdf2.c: Likewise.
14734         * soft-fp/sqrtsf2.c: Likewise.
14735         * soft-fp/sqrttf2.c: Likewise.
14736         * soft-fp/subdf3.c: Likewise.
14737         * soft-fp/subsf3.c: Likewise.
14738         * soft-fp/subtf3.c: Likewise.
14739         * soft-fp/truncdfsf2.c: Likewise.
14740         * soft-fp/trunctfdf2.c: Likewise.
14741         * soft-fp/trunctfsf2.c: Likewise.
14742         * soft-fp/trunctfxf2.c: Likewise.
14743         * soft-fp/unorddf2.c: Likewise.
14744         * soft-fp/unordsf2.c: Likewise.
14745         * soft-fp/unordtf2.c: Likewise.
14746
14747 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
14748
14749         [BZ #15672]
14750         * misc/error.c (error_tail): Fix possible buffer overflow.
14751
14752 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
14753
14754         [BZ #13028]
14755         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
14756         address.
14757
14758 2013-10-14  P. J. McDermott  <pj@pehjota.net>
14759
14760         [BZ #832]
14761         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
14762         testing pipefail option.
14763
14764 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14765
14766         * soft-fp/double.h: Indent preprocessor directives inside #if.
14767         * soft-fp/extended.h: Likewise.
14768         * soft-fp/op-2.h: Likewise.
14769         * soft-fp/op-4.h: Likewise.
14770         * soft-fp/op-common.h: Likewise.
14771         * soft-fp/quad.h: Likewise.
14772         * soft-fp/single.h: Likewise.
14773         * soft-fp/soft-fp.h: Likewise.
14774
14775 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
14776
14777         * iconv/iconv_prog.c: Fix typos.
14778         * stdio-common/psiginfo-data.h: Likewise.
14779
14780 2013-10-12   Reuben Thomas <rrt@sc3d.org>
14781
14782         [BZ #15764]
14783         * locale/setlocale.c: Fix typo.
14784
14785 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14786
14787         [BZ #16036]
14788         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
14789         signaling NaN arguments.
14790         * soft-fp/unordsf2.c (__unordsf2): Likewise.
14791         * soft-fp/unordtf2.c (__unordtf2): Likewise.
14792
14793         [BZ #14910]
14794         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
14795         unordered operands.
14796         * soft-fp/gesf2.c (__gesf2): Likewise.
14797         * soft-fp/getf2.c (__getf2): Likewise.
14798         * soft-fp/ledf2.c (__ledf2): Likewise.
14799         * soft-fp/lesf2.c (__lesf2): Likewise.
14800         * soft-fp/letf2.c (__letf2): Likewise.
14801
14802         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
14803         * soft-fp/eqsf2.c (__eqsf2): Likewise.
14804         * soft-fp/eqtf2.c (__eqtf2): Likewise.
14805         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
14806         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
14807         * soft-fp/fixdfti.c (__fixdfti): Likewise.
14808         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
14809         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
14810         * soft-fp/fixsfti.c (__fixsfti): Likewise.
14811         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
14812         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
14813         * soft-fp/fixtfti.c (__fixtfti): Likewise.
14814         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
14815         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
14816         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
14817         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
14818         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
14819         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
14820         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
14821         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
14822         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
14823         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
14824         * soft-fp/floatdisf.c (__floatdisf): Likewise.
14825         * soft-fp/floatsisf.c (__floatsisf): Likewise.
14826         * soft-fp/floattidf.c (__floattidf): Likewise.
14827         * soft-fp/floattisf.c (__floattisf): Likewise.
14828         * soft-fp/floattitf.c (__floattitf): Likewise.
14829         * soft-fp/floatundidf.c (__floatundidf): Likewise.
14830         * soft-fp/floatundisf.c (__floatundisf): Likewise.
14831         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
14832         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
14833         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
14834         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
14835         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
14836         * soft-fp/gesf2.c (__gesf2): Likewise.
14837         * soft-fp/getf2.c (__getf2): Likewise.
14838         * soft-fp/ledf2.c (__ledf2): Likewise.
14839         * soft-fp/lesf2.c (__lesf2): Likewise.
14840         * soft-fp/letf2.c (__letf2): Likewise.
14841
14842         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
14843         Undefine and redefine.
14844         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
14845         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
14846         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
14847         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
14848         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14849         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
14850         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14851         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
14852         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14853         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
14854         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14855         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
14856         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14857         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
14858         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14859
14860         [BZ #16032]
14861         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
14862         without decrementing exponent if mantissa >= that for the
14863         denominator, not >.
14864         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
14865         denominator, not >.  Decrement exponent in < case instead of
14866         incrementing in >= case.
14867         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
14868         without decrementing exponent if mantissa >= that for the
14869         denominator, not >.
14870
14871         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
14872         computing saturated result for unsigned overflow.
14873
14874 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14875             Jeff Law  <law@redhat.com>
14876
14877         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
14878         (atan2Mp): Add systemtap probe marker.
14879         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
14880         (__ieee754_log): Add systemtap probe marker.
14881         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
14882         (atanMp): Add systemtap probe marker.
14883         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
14884         (tanMp): Add systemtap probe marker.
14885         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
14886         (__slowexp): Add systemtap probe marker.
14887         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
14888         (__slowpow): Add systemtap probe marker.
14889         * manual/probes.texi: Document probes.
14890
14891 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
14892
14893         [BZ #15362]
14894         * libio/fileops.c (_IO_new_file_write): Return count of bytes
14895         written.
14896         (_IO_new_file_xsputn): Don't return EOF if nothing has been
14897         written.
14898         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
14899         written to buffer but not flushed.
14900         * libio/iofwrite_u.c:  Likewise.
14901         * libio/iopadn.c:  Return bytes returned even if EOF was
14902         encountered.
14903         * libio/iowpadn.c:  Likewise.
14904         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
14905         if _IO_padn does not write the whole buffer.
14906         [!COMPILE_WPRINTF] (PAD): Likewise.
14907
14908 2013-10-10  David S. Miller  <davem@davemloft.net>
14909
14910         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
14911         directory block.
14912
14913 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14914
14915         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
14916         instead of FSF address.
14917         * soft-fp/fixdfti.c: Likewise.
14918         * soft-fp/fixsfti.c: Likewise.
14919         * soft-fp/fixtfti.c: Likewise.
14920         * soft-fp/fixunsdfti.c: Likewise.
14921         * soft-fp/fixunssfti.c: Likewise.
14922         * soft-fp/fixunstfti.c: Likewise.
14923         * soft-fp/floattidf.c: Likewise.
14924         * soft-fp/floattisf.c: Likewise.
14925         * soft-fp/floattitf.c: Likewise.
14926         * soft-fp/floatuntidf.c: Likewise.
14927         * soft-fp/floatuntisf.c: Likewise.
14928         * soft-fp/floatuntitf.c: Likewise.
14929         * soft-fp/trunctfxf2.c: Likewise.
14930
14931         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
14932         * soft-fp/fixdfti.c: Likewise.
14933         * soft-fp/fixsfti.c: Likewise.
14934         * soft-fp/fixtfti.c: Likewise.
14935         * soft-fp/fixunsdfti.c: Likewise.
14936         * soft-fp/fixunssfti.c: Likewise.
14937         * soft-fp/fixunstfti.c: Likewise.
14938         * soft-fp/floattidf.c: Likewise.
14939         * soft-fp/floattisf.c: Likewise.
14940         * soft-fp/floattitf.c: Likewise.
14941         * soft-fp/floatuntidf.c: Likewise.
14942         * soft-fp/floatuntisf.c: Likewise.
14943         * soft-fp/floatuntitf.c: Likewise.
14944         * soft-fp/trunctfxf2.c: Likewise.
14945
14946 2013-10-10  David S. Miller  <davem@davemloft.net>
14947
14948         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14949
14950 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
14951
14952         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
14953         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
14954         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
14955         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
14956         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
14957         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
14958         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
14959
14960         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
14961         for NaNs before doing comparisons on argument.
14962         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
14963         Likewise.
14964
14965 2013-10-10  Will Newton  <will.newton@linaro.org>
14966
14967         * malloc/hooks.c (memalign_check): Ensure the value of bytes
14968         passed to _int_memalign does not overflow.
14969
14970 2013-10-10  Torvald Riegel  <triegel@redhat.com>
14971
14972         * scripts/bench.pl: Add include-sources directive.
14973         * benchtests/README: Update documentation.
14974
14975 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14976
14977         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
14978         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
14979         instead of FP_INIT_ROUNDMODE.
14980         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
14981         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
14982
14983         [BZ #16034]
14984         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
14985         copy class of input value.
14986         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
14987         not handle exceptions.
14988         * soft-fp/negsf2.c (__negsf2): Likewise.
14989         * soft-fp/negtf2.c (__negtf2): Likewise.
14990         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
14991
14992 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
14993
14994         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
14995         semicolon.  From Linux kernel.
14996
14997 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
14998
14999         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15000
15001 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15002
15003         [BZ #156]
15004         * manual/socket.texi: Added statement about buffer
15005         for gethostbyname2_r.
15006
15007 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15008
15009         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15010         Use .p2align directive instead, throughout.
15011         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15012         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15013         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15014         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15015         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15016         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15017         * sysdeps/x86_64/strchr.S: Likewise.
15018         * sysdeps/x86_64/strrchr.S: Likewise.
15019
15020 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15021
15022         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15023
15024         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15025
15026         * sysdeps/generic/math_private.h (__mpsin1): Remove
15027         declaration.
15028         (__mpcos1): Likewise.
15029         (__mpsin): New argument __range_reduce.
15030         (__mpcos): Likewise.
15031         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15032         (slow): Use __mpsin and __mpcos.
15033         (slow1): Likewise.
15034         (slow2): Likewise.
15035         (sloww): Likewise.
15036         (sloww1): Likewise.
15037         (sloww2): Likewise.
15038         (bsloww): Likewise.
15039         (bsloww1): Likewise.
15040         (bsloww2): Likewise.
15041         (cslow2): Likewise.
15042         (csloww): Likewise.
15043         (csloww1): Likewise.
15044         (csloww2): Likewise.
15045         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15046         range_reduce.  Merge in __mpsin1.
15047         (__mpcos): Likewise.
15048         (__mpsin1): Remove.
15049         (__mpcos1): Likewise.
15050
15051 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15052
15053         * locale/loadlocale.c (_nl_intern_locale_data): Use
15054         LOCFILE_ALIGNED_P.
15055         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15056         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15057         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15058         obstack data is appropriately aligned.
15059         (obstack_int32_grow_fast): Likewise.
15060         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15061         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15062         (add_locale_uint32_array): Likewise.
15063
15064 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15065
15066         * benchtests/Makefile: Remove ARGLIST and RET variables.
15067         ($(objpfx)bench-%.c): Pass only function name to the script.
15068         * benchtests/README: Update documentation.
15069         * benchtests/acos-inputs: Add new directives.
15070         * benchtests/acosh-inputs: Likewise.
15071         * benchtests/asin-inputs: Likewise.
15072         * benchtests/asinh-inputs: Likewise.
15073         * benchtests/atan-inputs: Likewise.
15074         * benchtests/atanh-inputs: Likewise.
15075         * benchtests/cos-inputs: Likewise.
15076         * benchtests/cosh-inputs: Likewise.
15077         * benchtests/exp-inputs: Likewise.
15078         * benchtests/log-inputs: Likewise.
15079         * benchtests/pow-inputs: Likewise.
15080         * benchtests/rint-inputs: Likewise.
15081         * benchtests/sin-inputs: Likewise.
15082         * benchtests/sinh-inputs: Likewise.
15083         * benchtests/tan-inputs: Likewise.
15084         * benchtests/tanh-inputs: Likewise.
15085         * scripts/bench.pl: Add support for new directives.
15086
15087 2013-10-07  Alan Modra  <amodra@gmail.com>
15088
15089         * README: Fix careless merge.
15090
15091 2013-10-05  Alan Modra  <amodra@gmail.com>
15092
15093         * NEWS: Mention powerpc64le support and bugs fixed.
15094         * README: Both big-endian and little-endian powerpc64 supported.
15095
15096 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15097
15098         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15099         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15100         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15101         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15102
15103 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15104
15105         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15106         match prototype.
15107
15108 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15109
15110         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15111         Move -mhard-float appending from
15112         ports/sysdeps/powerpc/powerpc32/Makefile.
15113         [$(with-fp) = yes] (ASFLAGS): Likewise.
15114         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15115         * sysdeps/powerpc/nofpu: Move directory from
15116         ports/sysdeps/powerpc/nofpu.
15117         * sysdeps/powerpc/soft-fp: Move directory from
15118         ports/sysdeps/powerpc/soft-fp.
15119         * sysdeps/powerpc/powerpc32/405: Move directory from
15120         ports/sysdeps/powerpc/powerpc32/405.
15121         * sysdeps/powerpc/powerpc32/440: Move directory from
15122         ports/sysdeps/powerpc/powerpc32/440.
15123         * sysdeps/powerpc/powerpc32/464: Move directory from
15124         ports/sysdeps/powerpc/powerpc32/464.
15125         * sysdeps/powerpc/powerpc32/476: Move directory from
15126         ports/sysdeps/powerpc/powerpc32/476.
15127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15128         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15130         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15132         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15134         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15136         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15137         * README: Update for powerpc-*-linux-gnu software floating point
15138         support in libc.
15139
15140         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15141         case to powerpc/powerpc32*.
15142         * sysdeps/unix/sysv/linux/configure: Regenerated.
15143
15144         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15145         (_FPU_MASK_OM): Define as 0x04.
15146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15147         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15148         0x00c10080.
15149         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15150         0x0000003c.
15151         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15152
15153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15154         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15155         getcontext_e500.
15156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15157         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15158         setcontext_e500.
15159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15160         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15161         and setcontext_e500.
15162
15163 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15164
15165         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15166
15167 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15168
15169         * manual/threads.texi (Default Thread Attributes): Fix typo.
15170
15171 2013-10-04  Will Newton  <will.newton@linaro.org>
15172
15173         * malloc/Makefile: Add tst-memalign.
15174         * malloc/tst-memalign.c: New file.
15175
15176         * malloc/tst-posix_memalign.c: Add comments.
15177         (do_test): Add comments and call free on all potentially
15178         allocated pointers. Add space after cast.
15179
15180         * malloc/tst-pvalloc.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.
15184
15185         * malloc/tst-valloc.c: Add comments.
15186         (do_test): Add comments and call free on all potentially
15187         allocated pointers. Remove duplicate check for NULL pointer.
15188         Add space after cast.
15189
15190 2013-10-04  Alan Modra  <amodra@gmail.com>
15191
15192         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15193         Use stdint types in rather than __attribute__((mode())).
15194         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15195
15196 2013-10-04  Alan Modra  <amodra@gmail.com>
15197
15198         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15199         Correct handling of unaligned relocs for little-endian.
15200         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15201
15202 2013-10-04  Alan Modra  <amodra@gmail.com>
15203
15204         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15205         * configure: Regenerate.
15206         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15207         * shlib-versions: Likewise.
15208
15209 2013-10-04  Alan Modra  <amodra@gmail.com>
15210
15211         * string/tester.c (test_memrchr): Increment reported test cycle.
15212
15213 2013-10-04  Alan Modra  <amodra@gmail.com>
15214
15215         * string/test-memcpy.c (do_one_test): When reporting errors, print
15216         string address and don't overrun end of string.
15217
15218 2013-10-04  Alan Modra  <amodra@gmail.com>
15219
15220         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15221         insrdi.  Make better use of reg selection to speed exit slightly.
15222         Schedule entry path a little better.  Remove useless "are we done"
15223         checks on entry to main loop.  Handle wrapping around zero address.
15224         Correct main loop count.  Handle single left-over word from main
15225         loop inline rather than by using loop_small.  Remove extra word
15226         case in loop_small caused by wrong loop count.  Add little-endian
15227         support.
15228         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15229         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15230         cache hint.
15231         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15232         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15233         support.  Avoid rlwimi.
15234         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15235
15236 2013-10-04  Alan Modra  <amodra@gmail.com>
15237
15238         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15239         insrdi.  Formatting.
15240         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15241         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15242         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15243         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15244         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15245         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15246
15247 2013-10-04  Alan Modra  <amodra@gmail.com>
15248
15249         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15250         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15251         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15252         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15253         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15254         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15255         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15256         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15257         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15258         use of regs.  Use power7 mtocrf.  Tidy function tails.
15259
15260 2013-10-04  Alan Modra  <amodra@gmail.com>
15261
15262         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15263         Formatting.  Consistently use rXXX register defines or rN defines.
15264         Use early exit labels that avoid restoring unused non-volatile regs.
15265         Make cr field use more consistent with rWORDn compares.  Rename
15266         regs used as shift registers for unaligned loop, using rN defines
15267         for short lifetime/multiple use regs.
15268         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15269         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15270         addi 1,1,64 to pop stack frame.  Simplify return value code.
15271         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15272
15273 2013-10-04  Alan Modra  <amodra@gmail.com>
15274
15275         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15276         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15277         rather than rlwimi.
15278         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15279         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15280         little-endian support.  Correct typos.
15281         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15282         rather than rlwimi.
15283         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15284         in loop and entry code to keep "and." results.
15285         (strchr): Add little-endian support.  Comment.  Move cntlzd
15286         earlier in tail.
15287         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15288
15289 2013-10-04  Alan Modra  <amodra@gmail.com>
15290
15291         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15292         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15293         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15294         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15295
15296 2013-10-04  Alan Modra  <amodra@gmail.com>
15297
15298         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15299         (rTMP): Define as r11.
15300         (strcmp): Add little-endian support.  Optimise tail.
15301         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15302         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15303         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15304         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15305         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15306         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15307         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15308
15309 2013-10-04  Alan Modra  <amodra@gmail.com>
15310
15311         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15312         little-endian support.  Remove unnecessary "are we done" tests.
15313         Handle "s" wrapping around zero and extremely large "size".
15314         Correct main loop count.  Handle single left-over word from main
15315         loop inline rather than by using small_loop.  Correct comments.
15316         Delete "zero" tail, use "end_max" instead.
15317         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15318
15319 2013-10-04  Alan Modra  <amodra@gmail.com>
15320
15321         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15322         support.  Don't branch over align.
15323         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15324         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15325         support.  Rearrange tmp reg use to suit.  Comment.
15326         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15327
15328 2013-10-04  Alan Modra  <amodra@gmail.com>
15329
15330         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15331
15332 2013-10-04  Alan Modra  <amodra@gmail.com>
15333
15334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15335         conditional form of branch and link when obtaining pc.
15336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15337
15338 2013-10-04  Alan Modra  <amodra@gmail.com>
15339
15340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15341         HIWORD/LOWORD.
15342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15344
15345 2013-10-04  Alan Modra  <amodra@gmail.com>
15346
15347         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15348         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15349         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15350         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15351         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15352         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15353         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15354         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15355         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15356         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15357
15358 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15359             Alistair Popple <alistair@ozlabs.au.ibm.com>
15360             Alan Modra <amodra@gmail.com>
15361
15362         [BZ #15723]
15363         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15364         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15365         _dl_hwcap access for little-endian.
15366         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15367         destroy vmx regs when saving unaligned.
15368         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15369         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15370         destroy vmx regs when saving unaligned.
15371
15372 2013-10-04  Alan Modra  <amodra@gmail.com>
15373
15374         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15375         Don't use a union to pack hi/low value.
15376
15377 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15378
15379         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15380         for little-endian.
15381         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15382         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15383         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15384         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15385         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15386
15387 2013-10-04  Alan Modra  <amodra@gmail.com>
15388
15389         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15390         constants to usual value for .cst8 section, and remove redundant
15391         high address load.
15392         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15393         constant for 0x1p52.  Load little-endian words of double from
15394         correct stack offsets.
15395
15396 2013-10-04  Alan Modra  <amodra@gmail.com>
15397
15398         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15399         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15400         words of double from correct stack offsets.
15401         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15402         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15403         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15404         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15405         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15406         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15407         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15408         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15409         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15410         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15411         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15412         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15413         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15414         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15415         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15416         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15417         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15418
15419 2013-10-04  Alan Modra  <amodra@gmail.com>
15420
15421         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
15422         64-bit int/double union.
15423         (_FPU_SETCW): Likewise.
15424         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
15425         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
15426
15427 2013-10-04  Alan Modra  <amodra@gmail.com>
15428
15429         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
15430         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
15431
15432 2013-10-04  Alan Modra  <amodra@gmail.com>
15433
15434         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
15435         use vector int constants.
15436         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
15437
15438 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15439
15440         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
15441         array with long long.
15442         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
15443         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
15444         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
15445         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
15446         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
15447         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
15448         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
15449         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
15450         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
15451         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
15452         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
15453         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
15454         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
15455
15456 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15457
15458         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
15459         (__signbit): Likewise.  Correct for little-endian.
15460         (__signbitl): Call __signbit.
15461         (lrint): Correct for little-endian.
15462         (lrintf): Call lrint.
15463
15464 2013-10-04  Alan Modra  <amodra@gmail.com>
15465
15466         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
15467         union 32-bit int array member with 64-bit int array.
15468         (t515, tm256): Double rather than long double.
15469         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
15470
15471 2013-10-04  Alan Modra  <amodra@gmail.com>
15472
15473         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
15474         Delete.
15475         (IEEE854_LONG_DOUBLE_BIAS): Delete.
15476         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
15477         version of math_ldbl.h.
15478
15479 2013-10-04  Alan Modra  <amodra@gmail.com>
15480
15481         [BZ #15734], [BZ #15735]
15482         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
15483         all uses of ieee875 long double macros and unions.  Simplify test
15484         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
15485         ldbl_extract_mantissa value for ix,iy exponents.  Properly
15486         normalize after ldbl_extract_mantissa, and don't add hidden bit
15487         already handled.  Don't treat low word of ieee854 mantissa like
15488         low word of IBM long double and mask off bit when testing for
15489         zero.
15490         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
15491         all uses of ieee875 long double macros and unions.  Simplify tests
15492         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
15493         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
15494         two1022, instead use their values.  Recognise that tests for large
15495         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
15496         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
15497         Rewrite all uses of ieee875 long double macros and unions.  Simplify
15498         test for 0.0L and nan.  Correct negation.
15499         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
15500         ieee875 long double macros and unions.  Correct output for large
15501         magnitude x.  Correct absolute value calculation.
15502         (__erfcl): Likewise.
15503         * math/libm-test.inc: Add tests for errors discovered in IBM long
15504         double versions of fmodl, remainderl, erfl and erfcl.
15505
15506 2013-10-04  Alan Modra  <amodra@gmail.com>
15507
15508         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
15509         all uses of ieee854 long double macros and unions.  Simplify tests
15510         for long doubles that are fully specified by the high double.
15511         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
15512         Likewise.
15513         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
15514         Remove dead code too.
15515         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
15516         (__ieee754_ynl): Likewise.
15517         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
15518         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
15519         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
15520         Remove dead code too.
15521         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
15522         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
15523         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
15524         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
15525         Simplify.
15526         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
15527         Simplify.
15528         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
15529         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
15530         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
15531         Comment on variable precision.
15532         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
15533         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
15534         Likewise.
15535         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15536         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
15537         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
15538         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
15539         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
15540
15541 2013-10-04  Alan Modra  <amodra@gmail.com>
15542
15543         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
15544         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
15545         all uses of ieee854 long double macros and unions.
15546         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
15547         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
15548         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
15549         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
15550         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
15551         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
15552         Likewise.
15553         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
15554         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
15555         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
15556         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
15557         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
15558         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
15559         Simplify sign and nan test too.
15560         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
15561         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
15562         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
15563         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
15564         Likewise.
15565         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
15566         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
15567         Likewise.
15568         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15569         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
15570         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
15571         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
15572         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
15573         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
15574
15575 2013-10-04  Alan Modra  <amodra@gmail.com>
15576
15577         * stdio-common/printf_size.c (__printf_size): Don't use
15578         union ieee854_long_double in fpnum union.
15579         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
15580         signbit macro to retrieve sign from long double.
15581         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
15582         retrieve sign from long double.
15583         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
15584         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
15585         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
15586         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
15587         * math/test-misc.c (main): Don't use union ieee854_long_double.
15588
15589 2013-10-04  Alan Modra  <amodra@gmail.com>
15590
15591         [BZ #15680]
15592         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
15593         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
15594         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
15595         calculation.  Remove unnecessary test for denormal exponent.
15596         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
15597         Correct handling of denormals.  Avoid undefined shift behaviour.
15598         Correct normalisation of low mantissa when low double is denormal.
15599         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
15600         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
15601         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
15602         Correct normalisation of low mantissa.  Test for overflow of high
15603         mantissa and normalise.
15604         (ldbl_nearbyint): Use more readable constant for two52.
15605         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
15606         (__mpn_construct_long_double): Fix test for overflow of high
15607         mantissa and correct normalisation.  Avoid undefined shift.
15608
15609 2013-10-04  Alan Modra  <amodra@gmail.com>
15610
15611         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
15612         (union ibm_extended_long_double): Define as an array of ieee754_double.
15613         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
15614         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
15615         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
15616         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
15617         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
15618         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
15619         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
15620         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
15621         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
15622         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
15623         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
15624
15625 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
15626
15627         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
15628         page size instead of calling getpagesize.
15629
15630         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
15631         (LOCFILE_ALIGN_MASK): Likewise.
15632         (LOCFILE_ALIGN_UP): Likewise.
15633         (LOCFILE_ALIGNED_P): Likewise.
15634         * locale/programs/ld-collate.c (collate_output): Use the new
15635         macros instead of __alignof__ (int32_t).
15636         * locale/weight.h (findidx): Likewise.
15637
15638 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
15639
15640         [BZ #431]
15641         * manual/string.texi: Fix strncat and wcsncat.
15642
15643 2013-10-03  Brooks Moses  <bmoses@google.com>
15644
15645         [BZ #15915]
15646         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
15647         * Makerules: ...here, and adjust associated comments.
15648
15649 2013-10-02  Will Newton  <will.newton@linaro.org>
15650
15651         * malloc/Makefile: Add tst-pvalloc.
15652         * malloc/tst-pvalloc.c: New file.
15653
15654 2013-10-02  Will Newton  <will.newton@linaro.org>
15655
15656         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
15657         improve test coverage.
15658
15659 2013-10-02  Will Newton  <will.newton@linaro.org>
15660
15661         * malloc/Makefile: Add tst-posix_memalign.
15662         * malloc/tst-posix_memalign.c: New file.
15663
15664 2013-10-01  Eric Blake  <eblake@redhat.com>
15665
15666         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
15667         Use __THROWNL rather than __THROW on static functions.
15668
15669 2013-09-30  Petr Machata  <pmachata@redhat.com>
15670
15671         * elf/elf.h (R_AARCH64_ABS16): New macro.
15672         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
15673         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
15674         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
15675         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
15676         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
15677         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
15678         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
15679         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
15680         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
15681         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
15682         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
15683         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
15684         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
15685         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
15686         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
15687         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
15688         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
15689         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
15690         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
15691         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
15692         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
15693         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
15694         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
15695         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
15696         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
15697         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
15698         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
15699         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
15700         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
15701         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
15702         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
15703         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
15704         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
15705         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
15706         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
15707         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
15708         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
15709         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
15710         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
15711         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
15712         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
15713         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
15714         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
15715         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
15716         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
15717         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
15718         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
15719         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
15720         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
15721         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
15722         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
15723         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
15724         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
15725         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
15726         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
15727         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
15728         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
15729         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
15730         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
15731         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
15732         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
15733         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
15734         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
15735         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
15736         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
15737         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
15738         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
15739         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
15740         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
15741         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
15742         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
15743         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
15744         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
15745         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
15746         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
15747         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
15748         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
15749         (R_AARCH64_TLSDESC_LDR): Likewise.
15750         (R_AARCH64_TLSDESC_ADD): Likewise.
15751         (R_AARCH64_TLSDESC_CALL): Likewise.
15752
15753 2013-09-30  Andreas Schwab  <schwab@suse.de>
15754
15755         [BZ #15048]
15756         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
15757         the nss database lookup.
15758         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15759         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
15760
15761 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
15762
15763         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
15764
15765 2013-09-28  P. J. McDermott  <pj@pehjota.net>
15766
15767         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
15768         ${Bash-specific parameter/pattern/string} parameter expansion.
15769         * sysdeps/unix/make-syscalls.sh: Likewise.
15770
15771 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15772
15773         * sysdeps/sh/stackguard-macros.h: New file.
15774
15775 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
15776
15777         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
15778         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
15779         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
15780         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
15781         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15782         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
15783
15784 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15785
15786         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
15787         Fix thread ID register.
15788
15789 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
15790
15791         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
15792         [POSIX || UNIX98]: Require rather than permitting all symbols from
15793         <time.h>.
15794         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
15795         element of struct sched_param.
15796         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
15797         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
15798         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
15799         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
15800         constant.
15801
15802 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
15803
15804         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
15805         argument calculation.
15806
15807 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15808
15809         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
15810         Expect macro.
15811         [POSIX] (pthread_attr_t): Do not require type.
15812         [POSIX] (pthread_cond_t): Likewise.
15813         [POSIX] (pthread_condattr_t): Likewise.
15814         [POSIX] (pthread_key_t): Likewise.
15815         [POSIX] (pthread_mutex_t): Likewise.
15816         [POSIX] (pthread_mutexattr_t): Likewise.
15817         [POSIX] (pthread_once_t): Likewise.
15818         [POSIX] (pthread_t): Likewise.
15819         [POSIX-based standards] (pthread_atfork): Expect function.
15820
15821 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15822             Richard Sandiford  <richard@codesourcery.com>
15823
15824         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
15825         (swap_endianness_p): New extern variable.
15826         (set_big_endian): New inline function.
15827         (maybe_swap_uint32): Likewise.
15828         (maybe_swap_uint32_array): Likewise.
15829         (maybe_swap_uint32_obstack): Likewise.
15830         * locale/programs/locfile.c: Include <stdbool.h>.
15831         (swap_endianness_p): New variable.
15832         (add_locale_uint32): Call maybe_swap_uint32.
15833         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
15834         (write_locale_data): Call maybe_swap_uint32_array.
15835         * locale/programs/ld-collate.c (obstack_int32_grow): Call
15836         maybe_swap_uint32.
15837         (obstack_int32_grow_fast): Likewise.
15838         (output_weightwc): Call maybe_swap_uint32_obstack.
15839         (collate_output): Likewise.
15840         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
15841         (OPT_LITTLE_ENDIAN): Likewise.
15842         (options): Add --little-endian and --big-endian options.
15843         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
15844         * locale/programs/locarchive.c: Include "locfile.h".
15845         (GET): New macro.
15846         (SET): Likewise.
15847         (INC): Likewise.
15848         (create_archive): Use the new macros to access fields of
15849         structures directly mapped from or written to locale archives.
15850         (oldlocrecentcmp): Likewise.
15851         (enlarge_archive): Likewise.
15852         (insert_name): Likewise.
15853         (add_alias): Likewise.
15854         (add_locale): Likewise.
15855         (delete_locales_from_archive): Likewise.
15856         (show_archive_content): Likewise.
15857         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
15858         locale data.
15859
15860 2013-09-24  Roland McGrath  <roland@hack.frob.com>
15861
15862         * manual/freemanuals.texi: Updated from (newly) canonical copy at
15863         http://www.gnu.org/doc/freemanuals.texi.
15864         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
15865
15866 2013-09-24  Will Newton  <will.newton@linaro.org>
15867
15868         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
15869         macro.
15870
15871 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
15872
15873         * locale/hashval.h (compute_hashval): Interpret bytes of key as
15874         unsigned char.
15875
15876 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
15877
15878         * manual/threads.texi (POSIX Threads): Fix a typo.
15879
15880 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15881
15882         [BZ #14547]
15883         * string/tst-strcoll-overflow.c: New test case.
15884         * string/Makefile (xtests): Add tst-strcoll-overflow.
15885         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
15886         cache if string sizes may cause integer overflow.
15887
15888         [BZ #14547]
15889         * string/strcoll_l.c (coll_seq): New members rule, idx,
15890         save_idx and back_us.
15891         (get_next_seq_nocache): New function.
15892         (do_compare_nocache): New function.
15893         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
15894         when malloc fails.
15895
15896 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
15897
15898         [BZ #15754]
15899         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
15900         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
15901         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
15902
15903         [BZ #15754]
15904         * elf/Makefile (tests): Add tst-ptrguard1.
15905         (tests-static): Add tst-ptrguard1-static.
15906         (tst-ptrguard1-ARGS): Define.
15907         (tst-ptrguard1-static-ARGS): Define.
15908         * elf/tst-ptrguard1.c: New file.
15909         * elf/tst-ptrguard1-static.c: New file.
15910         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
15911         * sysdeps/i386/stackguard-macros.h: Likewise.
15912         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
15913         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
15914         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
15915         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
15916         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
15917         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
15918
15919 2013-09-23  Hector Marco  <hecmargi@upv.es>
15920             Ismael Ripoll  <iripoll@disca.upv.es>
15921             Carlos O'Donell  <carlos@redhat.com>
15922
15923         [BZ #15754]
15924         * sysdeps/generic/stackguard-macros.h: Define
15925         __pointer_chk_guard_local and POINTER_CHK_GUARD.
15926         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
15927         Define __pointer_chk_guard_local.
15928         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
15929         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
15930
15931 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
15932
15933         [BZ #15859]
15934         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
15935
15936 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
15937
15938         * include/string.h (__ffs): Declare as hidden.
15939         * string/ffs.c (__ffs): Define as hidden.
15940         * sysdeps/i386/ffs.c (__ffs): Likewise.
15941         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
15942         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
15943         * sysdeps/s390/ffs.c (__ffs): Likewise.
15944         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
15945
15946 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
15947
15948         * NEWS: Mention malloc probes.
15949
15950         * malloc/arena.c (new_heap): New memory_heap_new probe.
15951         (grow_heap): New memory_heap_more probe.
15952         (shrink_heap): New memory_heap_less probe.
15953         (heap_trim): New memory_heap_free probe.
15954         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
15955         (systrim): New memory_sbrk_less probe.
15956         * manual/probes.texi: Document them.
15957
15958         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
15959         * manual/probes.texi: Document it.
15960
15961         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
15962         (__libc_realloc): Add memory_realloc_retry probe.
15963         (__libc_memalign): Add memory_memalign_retry probe.
15964         (__libc_valloc): Add memory_valloc_retry probe.
15965         (__libc_pvalloc): Add memory_pvalloc_retry probe.
15966         (__libc_calloc): Add memory_calloc_retry probe.
15967         * manual/probes.texi: Document them.
15968
15969         * malloc/arena.c (get_free_list): Add probe
15970         memory_arena_reuse_free_list.
15971         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
15972         and memory_arena_reuse.
15973         (arena_get2) [!PER_THREAD]: Likewise.
15974         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
15975         memory_arena_reuse_realloc.
15976         * manual/probes.texi: Document them.
15977
15978         * malloc/malloc.c (__libc_free): Add
15979         memory_mallopt_free_dyn_thresholds probe.
15980         (__libc_mallopt): Add multiple memory_mallopt probes.
15981         * manual/probes.texi: Document them.
15982
15983         * malloc/malloc.c: Include stap-probe.h.
15984         (__libc_mallopt): Add memory_mallopt probe.
15985         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
15986         * manual/probes.texi: New.
15987         * manual/Makefile (chapters): Add probes.
15988         * manual/threads.texi: Set next node.
15989
15990 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
15991
15992         [BZ #15963, #13985]
15993         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
15994         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
15995         Add `Chinese' to `nan' entry name.
15996
15997 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
15998
15999         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16000         (POLYNOMIAL): Likewise.
16001         (TAYLOR_SINCOS): Likewise.
16002         (TAYLOR_SLOW): Likewise.
16003         (__sin): Use TAYLOR_SINCOS.
16004         (__cos): Likewise.
16005         (slow): Use TAYLOR_SLOW.
16006         (sloww): Likewise.
16007         (bsloww): Likewise.
16008         (csloww): Likewise.
16009
16010 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16011
16012         * stdlib/strtod_l.c: Fix buffer overrun.
16013
16014 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16015
16016         * benchtests/Makefile (bench): Add sincos.
16017         * benchtests/bench-sincos.c: New file.
16018
16019         * math/libm-test.inc (cos_test_data): New test inputs.
16020         (sin_test_data): Likewise.
16021
16022         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16023         macro.
16024         (__sin): Use it.
16025         (__cos): Likewise.
16026         (slow1): Likewise.
16027         (slow2): Likewise.
16028         (sloww1): Likewise.
16029         (sloww2): Likewise.
16030         (bsloww1): Likewise.
16031         (bsloww2): Likewise.
16032         (cslow2): Likewise.
16033         (csloww1): Likewise.
16034         (csloww2): Likewise.
16035
16036         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16037         function.
16038         (__sin): Use it.
16039         (__cos): Likewise.
16040
16041         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16042         gotos.
16043         (__cos): Likewise.
16044
16045 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16046
16047         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16048         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16049         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16050         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16051         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16052         * elf/cache.c (print_entry): Handle the new cache flags.
16053
16054 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16055             Aldy Hernandez  <aldyh@redhat.com>
16056
16057         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16058         Change condition to [_SOFT_FLOAT].
16059         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16060         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16061         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16062         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16063         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16064         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16065         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16066         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16067         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16068         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16069         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16070         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16071         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16072         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16073         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16074         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16075         declaration.
16076
16077 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16078
16079         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16080         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16081         (__longjmp): Use LOAD_GP to load saved GPRs.
16082         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16083         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16084         (__sigsetjmp): Use SAVE_GP to save GPRs.
16085
16086         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16087         Do not append -msoft-float.
16088         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16089
16090 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16091
16092         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16093
16094 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16095
16096         [BZ #15966]
16097         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16098         (_FPU_GETCW): Use initial "__" on variable and field names but not
16099         on macro parameter name.
16100         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16101         parentheses around reference to macro parameter.
16102
16103 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16104
16105         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16106         prototype.
16107         (ctype_startup): Use uint32_t in cast and sizeof for
16108         ctype->charnames.
16109
16110 2013-09-11  Jia Liu  <proljc@gmail.com>
16111
16112         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16113         __daddr_t_defined.
16114         [__FreeBSD__]: Likewise.
16115
16116 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16117
16118         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16119         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16120         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16121         (strchr): Remove __strchr_sse42 ifunc selection.
16122         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16123         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16124
16125 2013-09-11  Will Newton  <will.newton@linaro.org>
16126
16127         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16128         parameter to RES. Remove hardcoded 1000 value.
16129         * benchtests/bench-skeleton.c (main): Pass RES parameter
16130         to TIMING_INIT and multiply result by 1000.
16131
16132 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16133
16134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16135
16136 2013-09-11  Andreas Schwab  <schwab@suse.de>
16137
16138         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16139         if not defined.
16140         (O_TMPFILE) [__USE_GNU]: Define.
16141         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16142         Define.
16143
16144 2013-09-11  Will Newton  <will.newton@linaro.org>
16145
16146         [BZ #15857]
16147         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16148         does not overflow.
16149
16150 2013-09-11  Will Newton  <will.newton@linaro.org>
16151
16152         [BZ #15856]
16153         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16154         does not overflow.
16155
16156 2013-09-11  Will Newton  <will.newton@linaro.org>
16157
16158         [BZ #15855]
16159         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16160         does not overflow.
16161
16162 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16163
16164         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16165         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16166         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16167         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16168         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16169
16170 2013-09-10  Allan McRae  <allan@archlinux.org>
16171
16172         [BZ #15748]
16173         * manual/arith.texi (Parsing of Floats): Clarify
16174         cross-reference.
16175
16176         [BZ #15849]
16177         * manual/install.texi (Running make install): Mention
16178         --enable-pt-chown.
16179         * INSTALL: Regenerated.
16180
16181 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16182
16183         * csu/init-first.c (_init): Remove the !SHARED condition around
16184         FPU control word initialization.
16185         * elf/dl-support.c (_dl_fpu_control): New variable.
16186         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16187         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16188         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16189         * math/test-fpucw-static.c: New file.
16190         * math/test-fpucw-ieee.c: New file.
16191         * math/test-fpucw-ieee-static.c: New file.
16192         * math/Makefile (tests): Add `test-fpucw-ieee' and
16193         `$(tests-static)'.
16194         (tests-static): New variable.
16195         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16196         dependency to...
16197         [($(build-shared),yes)]
16198         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16199         ... this.
16200         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16201         New dependency.
16202
16203 2013-09-09  Allan McRae  <allan@archlinux.org>
16204
16205         [BZ #15939]
16206         * manual/string.texi (Collation Functions): Fix typo in
16207         strcoll example.
16208         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16209
16210         [BZ #15893]
16211         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16212
16213         [BZ #15892]
16214         * libio/memstream.c (open_memstream): Fix memory leak.
16215         * libio/wmemstream.c (open_wmemstream): Likewise.
16216
16217         [BZ #15895]
16218         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16219
16220 2013-09-09  Will Newton  <will.newton@linaro.org>
16221
16222         * malloc/Makefile: Add tst-realloc to tests.
16223         * malloc/tst-realloc.c: New file.
16224
16225 2013-09-09  Allan McRae  <allan@archlinux.org>
16226
16227         [BZ #15844]
16228         * COPYING: Update from GNU website to fix FSF address.
16229         * COPYING.LIB: Likewise.
16230
16231 2013-09-06  David S. Miller  <davem@davemloft.net>
16232
16233         * po/zh_TW.po: Update Chinese (traditional) translation from
16234         translation project.
16235
16236 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16237             Joseph Myers  <joseph@codesourcery.com>
16238
16239         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16240         "localeinfo.h".
16241         (obstack_chunk_alloc): New macro.
16242         (obstack_chunk_free): Likewise.
16243         (record_offset): New function.
16244         (init_locale_data): Likewise.
16245         (align_locale_data): Likewise.
16246         (add_locale_empty): Likewise.
16247         (add_locale_raw_data): Likewise.
16248         (add_locale_raw_obstack): Likewise.
16249         (add_locale_string): Likewise.
16250         (add_locale_wstring): Likewise.
16251         (add_locale_uint32): Likewise.
16252         (add_locale_uint32_array): Likewise.
16253         (add_locale_char): Likewise.
16254         (start_locale_structure): Likewise.
16255         (end_locale_structure): Likewise.
16256         (start_locale_prelude): Likewise.
16257         (end_locale_prelude): Likewise.
16258         (write_locale_data): Take locale_file structure rather than an
16259         iovec.
16260         * locale/programs/locfile.h: Include "obstack.h".
16261         (struct locale_file): Change to store locale file contents instead
16262         of header.
16263         (init_locale_data): New prototype.
16264         (align_locale_data): Likewise.
16265         (add_locale_empty): Likewise.
16266         (add_locale_raw_data): Likewise.
16267         (add_locale_raw_obstack): Likewise.
16268         (add_locale_string): Likewise.
16269         (add_locale_wstring): Likewise.
16270         (add_locale_uint32): Likewise.
16271         (add_locale_uint32_array): Likewise.
16272         (add_locale_char): Likewise.
16273         (start_locale_structure): Likewise.
16274         (end_locale_structure): Likewise.
16275         (start_locale_prelude): Likewise.
16276         (end_locale_prelude): Likewise.
16277         (write_locale_data): Update prototype.
16278         * locale/programs/3level.h (struct TABLE): Remove result field.
16279         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16280         Use new locale_file interface.
16281         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16282         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16283         * locale/programs/ld-address.c (address_output): Use new
16284         locale_file interface.
16285         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16286         NO_ADD_LOCALE.
16287         (collate_finish): Don't call collseq_table_finalize.
16288         (collate_output): Use new locale_file interface.
16289         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16290         in file.
16291         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16292         (TABLE): Move defines earlier in file.
16293         (ELEMENT): Likewise.
16294         (DEFAULT): Likewise.
16295         (wctrans_table_add): Move macro and inline function earlier in
16296         file.
16297         (struct wctype_table): Move type earlier in file.
16298         (add_locale_wctype_table): New static prototype.
16299         (struct locale_ctype_t): Use logical types instead of struct iovec
16300         pointers for members.
16301         (ctype_output): Use new locale_file interface.
16302         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16303         new locale_file interface.
16304         (allocate_arrays): Update for use of new locale_file interface.
16305         * locale/programs/ld-identification.c (identification_output): Use
16306         new locale_file interface.
16307         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16308         * locale/programs/ld-messages.c (messages_output): Likewise.
16309         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16310         * locale/programs/ld-name.c (name_output): Likewise.
16311         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16312         * locale/programs/ld-paper.c (paper_output): Likewise.
16313         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16314         * locale/programs/ld-time.c (time_output): Likewise.
16315
16316 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16317
16318         * benchtests/Makefile: Add memrchr benchmark.
16319         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16320         benchmark as memrchr.
16321         * benchtests/bench-memrchr-ifunc.c: New file.
16322         * benchtests/bench-memrchr.c: New file.
16323
16324 2013-09-06   Will Newton  <will.newton@linaro.org>
16325
16326         * benchtests/Makefile (string-bench): Add memcpy.
16327
16328 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16329             Cong Wang  <amwang@redhat.com>
16330
16331         [BZ #15850]
16332         * sysdeps/unix/sysv/linux/bits/in.h
16333         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16334         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16335         before __USE_KERNEL_IPV6_DEFS uses.
16336         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16337         IPPROTO_BEETPH.
16338         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16339         sockaddr_in6, or ipv6_mreq.
16340
16341 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16342
16343         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16344         memory access for final bytes in some large inputs.
16345         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16346
16347 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16348
16349         * string/test-memrchr.c: New file.
16350         * string/test-memrchr-ifunc.c: New file.
16351         * string/Makefile: Add new memrchr testcase.
16352
16353 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16354
16355         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16356         fanotify_init returns EPERM.
16357
16358 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16359
16360         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16361         errors.
16362         (top level): Treat second token from macro or constant entries for
16363         allowed headers as allowed.
16364         * include/complex.h: Condition internal declarations on
16365         [!_ISOMAC].
16366         * include/fenv.h: Condition include of <stdbool.h> and internal
16367         declarations on [!_ISOMAC].
16368
16369 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16370
16371         [BZ #15923]
16372         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16373
16374 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16375
16376         * configure.in (--enable-versioning): Remove configure option.
16377         (libc_cv_asm_symver_directive): Remove configure test.
16378         (libc_cv_ld_version_script_option): Likewise.
16379         (VERSIONING): Remove variable and AC_SUBST.
16380         (DO_VERSIONING): Remove AC_DEFINE.
16381         * configure: Regenerated.
16382         * config.h.in (DO_VERSIONING): Remove macro.
16383         * Makerules [$(versioning) = yes]: Change conditionals to
16384         [$(build-shared) = yes].
16385         * config.make.in (versioning): Remove variable.
16386         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16387         [$(build-shared) = yes].
16388         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16389         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16390         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16391         [$(build-shared) = yes].
16392         * extra-lib.mk [$(versioning) = yes]: Likewise.
16393         * hurd/Makefile [$(versioning) = yes]: Likewise.
16394         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16395         [SHARED].
16396         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16397         [SHARED].
16398         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16399         [SHARED && !NO_HIDDEN].
16400         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16401         [SHARED].
16402         [SHARED && DO_VERSIONING]: Likewise..
16403         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16404         [$(build-shared) = yes].
16405         * manual/install.texi (--disable-versioning): Remove
16406         documentation.
16407         * INSTALL: Regenerated.
16408         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16409         to [SHARED].
16410         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16411         [$(build-shared) = yes].
16412         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16413         * sysdeps/i386/i686/multiarch/strstr-c.c
16414         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16415         [SHARED && !NO_HIDDEN].
16416         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16417         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16418         * sysdeps/powerpc/powerpc32/dl-machine.c
16419         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16420         * sysdeps/powerpc/powerpc32/sysdep.h
16421         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
16422         to [SHARED && PIC && !NO_HIDDEN].
16423         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
16424         conditional to [SHARED].
16425
16426 2013-09-04   Will Newton  <will.newton@linaro.org>
16427
16428         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
16429         * benchtests/bench-string.h: Include bench-timing.h instead
16430         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
16431         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
16432         call to HP_TIMING_DIFF_INIT.
16433         * benchtests/bench-memccpy.c: Use bench-timing.h macros
16434         instead of hp-timing.h macros.
16435         * benchtests/bench-memchr.c: Likewise.
16436         * benchtests/bench-memcmp.c: Likewise.
16437         * benchtests/bench-memcpy.c: Likewise.
16438         * benchtests/bench-memmem.c: Likewise.
16439         * benchtests/bench-memmove.c: Likewise.
16440         * benchtests/bench-memset.c: Likewise.
16441         * benchtests/bench-rawmemchr.c: Likewise.
16442         * benchtests/bench-strcasecmp.c: Likewise.
16443         * benchtests/bench-strcasestr.c: Likewise.
16444         * benchtests/bench-strcat.c: Likewise.
16445         * benchtests/bench-strchr.c: Likewise.
16446         * benchtests/bench-strcmp.c: Likewise.
16447         * benchtests/bench-strcpy.c: Likewise.
16448         * benchtests/bench-strcpy_chk.c: Likewise.
16449         * benchtests/bench-strlen.c: Likewise.
16450         * benchtests/bench-strncasecmp.c: Likewise.
16451         * benchtests/bench-strncat.c: Likewise.
16452         * benchtests/bench-strncmp.c: Likewise.
16453         * benchtests/bench-strncpy.c: Likewise.
16454         * benchtests/bench-strnlen.c: Likewise.
16455         * benchtests/bench-strpbrk.c: Likewise.
16456         * benchtests/bench-strrchr.c: Likewise.
16457         * benchtests/bench-strspn.c: Likewise.
16458         * benchtests/bench-strstr.c: Likewise.
16459
16460 2013-09-04  Will Newton  <will.newton@linaro.org>
16461
16462         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
16463
16464 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
16465
16466         [BZ #15427]
16467         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
16468         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
16469         * math/libm-test.inc (lgamma_test_data): Add more tests.
16470         * sysdeps/i386/fpu/libm-test-ulps: Update.
16471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16472
16473 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
16474
16475         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
16476         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
16477         Add ifunc.
16478         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
16479         Add strcmp-sse2-unaligned
16480         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
16481
16482 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16483
16484         * Versions.def (libc): Add GLIBC_2.19.
16485
16486 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16487
16488         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
16489         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
16490
16491 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
16492
16493         [BZ #14155]
16494         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
16495         intermediate calculations in recurrence.
16496         (__ieee754_ynf): Likewise.
16497         * math/libm-test.inc (jn_test_data): Do not allow spurious
16498         underflow exception.  Add more tests.
16499         (yn_test_data): Add more tests.
16500         * sysdeps/i386/fpu/libm-test-ulps: Update.
16501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16502
16503 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
16504
16505         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
16506
16507 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16508
16509         * csu/init-first.c: Fix then/than typos.
16510         * locale/programs/ld-collate.c: Likewise.
16511         * locale/programs/linereader.h: Likewise.
16512         * manual/charset.texi: Likewise.
16513         * manual/filesys.texi: Likewise.
16514         * manual/stdio.texi: Likewise.
16515         * manual/string.texi: Likewise.
16516         * stdlib/fmtmsg.c: Likewise.
16517         * sysdeps/i386/stpncpy.S: Likewise.
16518         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16519         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16520         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16521         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16522
16523 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16524
16525         * elf/dl-open.c: Fix typos.
16526         * iconvdata/gbbig5.c: Likewise.
16527         * iconvdata/iso-2022-jp.c: Likewise.
16528         * iconv/gconv_int.h: Likewise.
16529         * iconv/loop.c: Likewise.
16530         * nis/rpcsvc/nis.h: Likewise.
16531         * resolv/ns_name.c: Likewise.
16532         * stdio-common/vfscanf.c: Likewise.
16533         * streams/stropts.h: Likewise.
16534         * sunrpc/rpc_thread.c: Likewise.
16535         * sysdeps/i386/strpbrk.S: Likewise.
16536         * sysdeps/ieee754/k_standard.c: Likewise.
16537         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
16538         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16539         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
16540         * sysdeps/mach/hurd/profil.c: Likewise.
16541         * sysdeps/s390/dl-procinfo.h: Likewise.
16542         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
16543         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
16544         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
16545         * sysdeps/x86_64/dl-trampoline.S: Likewise.
16546         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
16547
16548 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
16549
16550         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
16551         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
16552
16553 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
16554
16555         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
16556         aix specific files.
16557         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
16558         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
16559         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
16560         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
16561         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
16562         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
16563         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
16564         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
16565
16566 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16567             Roland McGrath  <roland@hack.frob.com>
16568
16569         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
16570         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
16571
16572 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16573
16574         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
16575         __executable_start symbol instead of _start.
16576
16577 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16578
16579         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
16580         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
16581         Move macros to...
16582         * sysdeps/gnu/ldsodefs.h: ... this new file.
16583
16584         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
16585         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
16586         instead of ELFOSABI_LINUX.
16587
16588         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
16589         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
16590         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
16591         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
16592         Likewise.
16593         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
16594         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
16595         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
16596         Likewise.
16597         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16598         (ibm_extended_long_double): Add ieee_nan member.
16599         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
16600         (do_test): New function.
16601
16602         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
16603         TEST_TRUNC.
16604         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
16605         functions, renamed from truncdfsf_test, trunctfsf_test,
16606         trunctfdf_test.
16607         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
16608         functions.
16609         (do_test): Run all these.
16610
16611 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
16612
16613         * argp/argp-help.c: Fix typos.
16614         * argp/argp-parse.c: Likewise.
16615         * debug/backtracesyms.c: Likewise.
16616         * elf/elf.h: Likewise.
16617         * malloc/malloc.c: Likewise.
16618         * nis/nis_print.c: Likewise.
16619         * resolv/res_comp.c: Likewise.
16620         * stdlib/stdlib.h: Likewise.
16621         * sunrpc/clnt_tcp.c: Likewise.
16622         * sunrpc/clnt_udp.c: Likewise.
16623         * sunrpc/clnt_unix.c: Likewise.
16624         * sysdeps/unix/bsd/ptsname.c: Likewise.
16625         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
16626         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
16627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
16628         Likewise.
16629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
16630         Likewise.
16631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
16632         Likewise.
16633         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
16634
16635 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16636
16637         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
16638         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16639
16640 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
16641
16642         [BZ #15897]
16643         * dlfcn/Makefile (tests): Add bug-dl-leaf.
16644         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
16645         ($(objpfx)bug-dl-leaf): New rule.
16646         ($(objpfx)bug-dl-leaf.so): Likewise.
16647         ($(objpfx)bug-dl-leaf.out): Likewise.
16648         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
16649         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
16650         * dlfcn/bug-dl-leaf.c: New test.
16651         * dlfcn/bug-dl-leaf-lib.c: Likewise.
16652         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
16653         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
16654         (dlclose): Likewise.
16655         (dlmopen): Likewise.
16656
16657 2013-08-27  Roland McGrath  <roland@hack.frob.com>
16658
16659         * include/netdb.h [!_ISOMAC]:
16660         Don't include <tls.h>.
16661         (h_errno, __libc_h_errno): Move declaration and macros out of
16662         [_LIBC_REENTRANT].
16663
16664         * include/resolv.h [_RESOLV_H_]:
16665         Don't include <tls.h>.
16666         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
16667         * resolv/res_libc.c: Don't include <tls.h>.
16668         (_res): Use __attribute__ ((nocommon)) in place of
16669         __attribute__ ((section (".bss"))).
16670
16671         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
16672         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
16673
16674         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
16675
16676         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
16677         only under [SIOCGIFCONF && SIOCGIFNETMASK].
16678
16679         * resolv/res_mkquery.c: Include <sys/time.h>.
16680
16681         * inet/ifreq.c: Moved to ...
16682         * sysdeps/unix/ifreq.c: ... here.
16683         * inet/ifreq.c: New file, true stub version.
16684
16685         * socket/sa_len.c: New file.
16686         * socket/Makefile (aux): Add it.
16687         * sysdeps/unix/sysv/linux/Makefile
16688         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
16689         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
16690         and #include <socket/sa_len.c>.
16691         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
16692         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
16693
16694         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
16695         * bits/socket.h: ... here.
16696
16697         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
16698         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
16699         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
16700
16701 2013-08-27  Andreas Schwab  <schwab@suse.de>
16702
16703         [BZ #15736]
16704         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
16705         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
16706         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
16707         * string/test-strcasecmp.c (test_main): Run tests in several
16708         locales.
16709         * string/test-strncasecmp.c (test_main): Likewise.
16710
16711         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
16712         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
16713         to __strcasecmp_nonascii and __strncasecmp_nonascii.
16714         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
16715         (__strncasecmp_ssse3) [PIC]: Likewise.
16716
16717 2013-08-26  Roland McGrath  <roland@hack.frob.com>
16718
16719         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
16720
16721         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
16722         instead of explicitly declaring xdecrypt.
16723         * nis/nss_nis/nis-publickey.c: Likewise.
16724
16725 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16726
16727         [BZ #15890]
16728         * nscd/aicache.c: Include res_hconf.h.
16729         (addhstaiX): Initialize res_hconf.
16730
16731 2013-08-26  Andreas Schwab  <schwab@suse.de>
16732
16733         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
16734         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
16735
16736 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16737
16738         * nscd/aicache.c (addhstaiX): Fix indentation.
16739
16740 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
16741
16742         * configure.ac: Quote $build_pt_chown test.
16743         * configure: Regenerated.
16744
16745 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
16746
16747         [BZ #15532]
16748         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
16749         * math/s_cexpf.c (__cexpf): Likewise.
16750         * math/s_cexpl.c (__cexpl): Likewise.
16751         * math/libm-test.inc (cexp_test_data): Correct expected return
16752         value for NaN + i0.  Add another test.
16753
16754 2013-08-22  David S. Miller  <davem@davemloft.net>
16755
16756         * po/ca.po: Update Catalan translation from translation project.
16757         * po/uk.po: Add Ukrainian translations from translation project.
16758
16759 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
16760
16761         [BZ #15797]
16762         * math/s_fdim.c (__fdim): Check for infinite arguments if result
16763         is infinite, not alongside NaN test.
16764         * math/s_fdimf.c (__fdimf): Likewise.
16765         * math/s_fdiml.c (__fdiml): Likewise.
16766         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
16767         errno is unchanged.
16768
16769 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
16770
16771         * argp/argp-help.c: Fix typos.
16772         * crypt/speeds.c: Likewise.
16773         * csu/check_fds.c: Likewise.
16774         * elf/dl-load.c: Likewise.
16775         * elf/dl-open.c: Likewise.
16776         * elf/reldep3.c: Likewise.
16777         * elf/reldep.c: Likewise.
16778         * elf/sprof.c: Likewise.
16779         * iconv/iconv_charmap.c: Likewise.
16780         * iconv/skeleton.c: Likewise.
16781         * iconv/strtab.c: Likewise.
16782         * io/lockf64.c: Likewise.
16783         * libio/libioP.h: Likewise.
16784         * resolv/gai_notify.c: Likewise.
16785         * resolv/ns_name.c: Likewise.
16786         * resolv/ns_samedomain.c: Likewise.
16787         * resolv/res_send.c: Likewise.
16788         * stdlib/random.c: Likewise.
16789         * sunrpc/rpc/xdr.h: Likewise.
16790         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
16791         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
16792         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
16793         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
16794         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
16795         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
16796         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
16797         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
16798         * sysdeps/mach/hurd/check_fds.c: Likewise.
16799         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
16800         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16801         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16802         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
16803         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16804         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
16805         * sysdeps/pthread/aio_notify.c: Likewise.
16806         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
16807         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
16808         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
16809         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
16810         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16811
16812 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16813
16814         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
16815         version if bit_Slow_SSE4_2 is set.
16816         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
16817         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
16818
16819 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16820
16821         [BZ #15867]
16822         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
16823         trampoline stack frame information.
16824         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
16825         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
16826         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
16827         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
16828         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
16829         * sysdeps/unix/sysv/linux/powerpc/init-first.c
16830         (_libc_vdso_platform_setup): Initialize the signal trampolines.
16831         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
16832         sa_flags value.
16833         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
16834         interrupting a syscall and set with option SA_SIGINFO.
16835
16836 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16837
16838         [BZ #15531]
16839         * math/s_cproj.c (__cproj): Only return an infinity if one part of
16840         argument is infinite.
16841         * math/s_cprojf.c (__cprojf): Likewise.
16842         * math/s_cprojl.c (__cprojl): Likewise.
16843         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
16844         * math/libm-test.inc (cproj_test_data): Add more tests.
16845
16846         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
16847
16848         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
16849         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
16850         size.  Use __ffs to determine corresponding shift.
16851
16852 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16853             Roland McGrath  <roland@hack.frob.com>
16854
16855         * Makefile (INSTALL): Remove trailing blank lines from output of
16856         makeinfo.
16857
16858 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16859
16860         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
16861         Align 32 bit compat elf_greg to 8 bytes.
16862
16863 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16864
16865         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
16866
16867 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16868
16869         * string/strcoll_l.c (coll_seq): New structure.
16870         (get_next_seq_cached): New function.
16871         (get_next_seq): New function.
16872         (do_compare): New function.
16873         (STRCOLL): Use GNU style definition.  Simplify implementation
16874         by using get_next_seq, get_next_seq_cached and do_compare.
16875
16876 2013-08-16  Florian Weimer  <fweimer@redhat.com>
16877
16878         [BZ #14699]
16879         CVE-2013-4237
16880         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
16881         member.
16882         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
16883         member.
16884         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
16885         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
16886         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
16887         conditional.
16888         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
16889         GETDENTS_64BIT_ALIGNED.
16890         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
16891         * manual/filesys.texi (Reading/Closing Directory): Document
16892         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
16893         strongly.
16894         * manual/conf.texi (Limits for Files): Add portability note to
16895         NAME_MAX, PATH_MAX.
16896         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
16897
16898 2013-08-13  Andreas Schwab  <schwab@suse.de>
16899
16900         [BZ #15749]
16901         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
16902         of fabs.
16903         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
16904         LDBL_MAX_EXP >= 16384]: Add tests for it.
16905
16906 2013-08-12  David S. Miller  <davem@davemloft.net>
16907
16908         * version.h (RELEASE): Set to "development".
16909         (VERSION): Set to "2.18.90".
16910         * NEWS: Add 2.19 section.
16911
16912 2013-08-03  David S. Miller  <davem@davemloft.net>
16913
16914         * po/ko.po: Update Korean translation from translation project.
16915
16916 2013-08-01  David S. Miller  <davem@davemloft.net>
16917
16918         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
16919         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
16920         Bilka.
16921
16922 2013-07-30  David S. Miller  <davem@davemloft.net>
16923
16924         * po/fr.po: Update French translation from translation project.
16925
16926 2013-07-28  David S. Miller  <davem@davemloft.net>
16927
16928         * po/cs.po: Update Czech translation from translation project.
16929
16930         * po/sv.po: Update Swedish translation from translation project.
16931
16932 2013-07-27  David S. Miller  <davem@davemloft.net>
16933
16934         * po/eo.po: Update Esperanto translation from translation project.
16935
16936         * po/vi.po: Update Vietnamese translation from translation project.
16937
16938         * po/de.po: Update German translation from translation project.
16939
16940 2013-07-26  David S. Miller  <davem@davemloft.net>
16941
16942         * po/bg.po: Update Bulgarian translation from translation project.
16943
16944         * po/nl.po: Update Dutch translation from translation project.
16945         * po/pl.po: Update Polish translation from translation project.
16946         * po/ru.po: Update Russian translation from translation project.
16947
16948 2013-07-24  David S. Miller  <davem@davemloft.net>
16949
16950         * po/libc.pot: Update.
16951
16952 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16953
16954         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
16955         variable page size.
16956         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
16957         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
16958         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
16959
16960 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16961
16962         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
16963
16964 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16965             Andreas Schwab  <schwab@suse.de>
16966             Roland McGrath  <roland@hack.frob.com>
16967             Joseph Myers  <joseph@codesourcery.com>
16968             Carlos O'Donell  <carlos@redhat.com>
16969
16970         [BZ #15755]
16971         * config.h.in: Define HAVE_PT_CHOWN.
16972         * config.make.in (build-pt-chown): New variable.
16973         * configure.in (--enable-pt_chown): New configure option.
16974         * configure: Regenerate.
16975         * login/Makefile: Include Makeconfig.  Build pt_chown only if
16976         build-pt-chown is enabled.
16977         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
16978         pt_chown to fix pty ownership.
16979         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
16980         CLOSE_ALL_FDS.
16981         * manual/install.texi (Configuring and compiling): Mention
16982         --enable-pt_chown. Add @findex for grantpt.
16983         * INSTALL: Regenerate.
16984
16985 2013-07-20  David S. Miller  <davem@davemloft.net>
16986
16987         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
16988         difference between 32-bit and 64-bit.
16989
16990 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
16991
16992         [BZ #15711]
16993         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
16994         Avoid system header dependency with -ffreestanding.
16995         ($(objpfx)bits/syscall%d): Likewise.
16996
16997 2013-07-13  David S. Miller  <davem@davemloft.net>
16998
16999         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17000         underflows from atanl/atan2l due to bug 15319.
17001         (casinh_test_data): Likewise.
17002
17003 2013-07-07  David S. Miller  <davem@davemloft.net>
17004
17005         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17006
17007 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17008
17009         * sysdeps/i386/fpu/libm-test-ulps: Update.
17010         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17011
17012 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17013
17014         * configure.in (--enable-lock-elision): Fix message text.
17015         * INSTALL: Regenerate.
17016         * configure: Regenerate.
17017
17018 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17019
17020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17021
17022 2013-07-03  Andreas Jaeger  <aj@suse.de>
17023
17024         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17025         define.
17026         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17027         (ptrace_peeksiginfo_args): Add.
17028         (__ptrace_peeksiginfo_flags): Add.
17029         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17030         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17031         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17032
17033 2013-07-03  Allan McRae  <allan@archlinux.org>
17034
17035         * sysdeps/i386/fpu/libm-test-ulps: Update.
17036
17037 2013-07-02  David S. Miller  <davem@davemloft.net>
17038
17039         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17040
17041 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17042
17043         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17044
17045 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17046
17047         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17049
17050 2013-07-02  Andi Kleen <ak@linux.intel.com>
17051
17052         * config.h.in (ENABLE_LOCK_ELISION): Add.
17053         * configure.in (--enable-lock-elision): Add option.
17054         * manual/install.texi: Document --enable lock elision.
17055         * configure: Regenerate
17056         * INSTALL: Regenerate.
17057
17058 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17059
17060         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17061         SSE4.2 strcasecmp for libc.a.
17062         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17063
17064 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17065
17066         [BZ #13304]
17067         * soft-fp/op-common.h (_FP_FMA): New macro.
17068         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17069         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17070         (_FP_MUL_MEAT_1_imm): ... here.
17071         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17072         (_FP_MUL_MEAT_1_wide): ... here.
17073         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17074         (_FP_MUL_MEAT_1_hard): ... here.
17075         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17076         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17077         (_FP_MUL_MEAT_2_wide): ... here.
17078         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17079         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17080         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17081         (_FP_MUL_MEAT_2_gmp): ... here.
17082         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17083         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17084         (_FP_MUL_MEAT_4_wide): ... here.
17085         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17086         (_FP_MUL_MEAT_4_gmp): ... here.
17087         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17088         (_FP_WFRACBITS_DW_S): Likewise.
17089         (_FP_WFRACXBITS_DW_S): Likewise.
17090         (_FP_HIGHBIT_DW_S): Likewise.
17091         (FP_FMA_S): Likewise.
17092         (_FP_FRAC_HIGH_DW_S): Likewise.
17093         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17094         (_FP_WFRACBITS_DW_D): Likewise.
17095         (_FP_WFRACXBITS_DW_D): Likewise.
17096         (_FP_HIGHBIT_DW_D): Likewise.
17097         (FP_FMA_D): Likewise.
17098         (_FP_FRAC_HIGH_DW_D): Likewise.
17099         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17100         (_FP_WFRACBITS_DW_E): Likewise.
17101         (_FP_WFRACXBITS_DW_E): Likewise.
17102         (_FP_HIGHBIT_DW_E): Likewise.
17103         (FP_FMA_E): Likewise.
17104         (_FP_FRAC_HIGH_DW_E): Likewise.
17105         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17106         (_FP_WFRACBITS_DW_Q): Likewise.
17107         (_FP_WFRACXBITS_DW_Q): Likewise.
17108         (_FP_HIGHBIT_DW_Q): Likewise.
17109         (FP_FMA_Q): Likewise.
17110         (_FP_FRAC_HIGH_DW_Q): Likewise.
17111         * soft-fp/fmasf4.c: New file.
17112         * soft-fp/fmadf4.c: Likewise.
17113         * soft-fp/fmatf4.c: Likewise.
17114
17115 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17116
17117         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17118         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17119         Silvermont.
17120         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17121         macro.
17122         (index_Slow_SSE4_2): Likewise.
17123         (index_Prefer_PMINUB_for_stringop): Likewise.
17124         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17125         bit_Slow_SSE4_2 is set.
17126         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17127         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17128
17129 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17130
17131         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17132         rtld_global._dl_hwcap2.
17133         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17134         POWER8.
17135         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17136         POWER8 feature descriptions defined in _dl_hwcap2.
17137         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17138         string handling for POWER8 feature bits.
17139         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17140         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17141         _dl_powerpc_cap_flags.
17142         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17143         * sysdeps/powerpc/rtld-global-offsets.sym
17144         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17145         _dl_hwcap2 in the rtld_global_ro structure.
17146
17147 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17148
17149         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17150         hardware capabilities in support of AT_HWCAP2.
17151         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17152         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17153         GLRO(dl_hwcap2).
17154         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17155         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17156         explicitly the unknown a_type display mechanism is used.
17157         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17158         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17159         struct member.
17160         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17161         to macro prototype for AT_HWCAP2 support.
17162         * sysdeps/i386/dl-procinfo.h: Likewise.
17163         * sysdeps/s390/dl-procinfo.h: Likewise.
17164         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17165         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17166         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17167         return -1 for unknown a_type display fallback.
17168         * sysdeps/sparc/dl-procinfo.h: Likewise.
17169         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17170         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17171
17172 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17173
17174         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17175         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17176
17177 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17178
17179         [BZ #12492]
17180         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17181         mprotect making __stack_prot writable.
17182
17183 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17184             Joseph Myers  <joseph@codesourcery.com>
17185
17186         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17187         as being properly aligned.
17188
17189 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17190
17191         * dlfcn/modstatic5.c: New file.
17192         * dlfcn/tststatic5.c: New file.
17193         * dlfcn/Makefile (tests): Add tststatic5.
17194         (tests-static): Likewise.
17195         (modules-names): Add modstatic5.
17196         (tststatic5-ENV): New variable.
17197         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17198
17199         [BZ #15022]
17200         * elf/dl-support.c (_dl_main_map): New variable.
17201         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17202         (_dl_nns, _dl_load_adds): Set to 1.
17203         (_dl_initial_searchlist): Refer to _dl_main_map.
17204         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17205         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17206         call to _dl_get_origin.
17207         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17208         around call_map.
17209         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17210         * dlfcn/modstatic3.c: New file.
17211         * dlfcn/tststatic3.c: New file.
17212         * dlfcn/tststatic4.c: New file.
17213         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17214         (tests-static): Likewise.
17215         (modules-names): Add modstatic3.
17216         (tststatic3-ENV, tststatic4-ENV): New variables.
17217         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17218         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17219
17220 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17221
17222         * configure.in (CC): Require GCC version 4.4 or later.
17223         * configure: Regenerated.
17224         * manual/install.texi (Tools for Compilation): Update GCC version
17225         requirement.
17226         * INSTALL: Regenerated.
17227
17228 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17229
17230         [BZ #15674]
17231         * string/test-memcmp.c (check2): New.
17232         (main): Call check2.
17233
17234         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17235
17236 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17237
17238         [BZ #15022]
17239         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17240         over to...
17241         (dl_open_worker) [!SHARED]: ... here.
17242
17243 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17244
17245         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17246
17247 2013-06-25  Richard Henderson  <rth@redhat.com>
17248
17249         * locale/programs/locarchive.c: Include <libc-internal.h>
17250
17251 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17252
17253         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17254         trailing whitespace removed.
17255
17256 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17257
17258         [BZ #10283]
17259         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17260         * locale/programs/locarchive.c: Include libc-mmap.h.
17261         (prepare_address_space): Take two new outputs (the mmap base and len).
17262         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17263         values.
17264         (create_archive): Declare new mmap base and len values for
17265         prepare_address_space, and store the result in ah.
17266         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17267         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17268         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17269         Declare new mmap base and len values for
17270         prepare_address_space, and store the result in new_ah.
17271         (open_archive): Declare new mmap base and len values for
17272         prepare_address_space, and store the result in ah.
17273         (close_archive): If ah->mmap_base is not NULL, use that and
17274         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17275         * sysdeps/generic/libc-mmap.h: New file.
17276
17277 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17278
17279         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17280         (ALIGN_UP): Likewise.
17281         (PTR_ALIGN_DOWN): Likewise.
17282         (PTR_ALIGN_UP): Likewise.
17283
17284 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17285
17286         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17287         entry mapped to PPC_PLATFORM_POWER8.
17288         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17289         POWER8.
17290         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17291         (_dl_string_platform): Add case for exporting platform position for
17292         POWER8.
17293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17294         search path to sysdeps/powerpc/powerpc32/power8 directory.
17295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17296         search path to sysdeps/powerpc/powerpc64/power8 directory.
17297         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17298         power7 directories.
17299         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17300         power7 directories.
17301
17302 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17303
17304         * INSTALL: Regenerate.
17305
17306         * nscd/connections.c (nscd_init): Fix comment.
17307
17308 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17309
17310         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17311
17312         [BZ #15667]
17313         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17314         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17315
17316 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17317
17318         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17319         DL_DST_REQ_STATIC.
17320         (DL_DST_REQ_STATIC): Remove macro.
17321
17322 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17323
17324         [BZ #7006]
17325         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17326         with a shift of 0 bits.
17327
17328 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17329
17330         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17331         $(tststatic-ENV).
17332
17333 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17334
17335         [BZ #15655]
17336         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17337
17338 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17339
17340         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17341         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17342         accepts -fno-tree-loop-distribute-patterns.
17343         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17344         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17345         recursive call.
17346         * string/memset.c (memset): Likewise.
17347         * string/test-memmove.c (simple_memmove): Disable loop transformation
17348         to library calls.
17349         * string/test-memset.c (simple_memset): Likewise.
17350         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17351         * benchtests/bench-memset.c (simple_memset): Likewise.
17352         * configure: Regenerated.
17353
17354 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17355
17356         * math/test-misc.c (main): Ignore fesetround failure when failures
17357         of subsequent rounding tests would be ignored.
17358
17359         [BZ #15654]
17360         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17361         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17362         * math/fegetenv.c (__fegetenv): Return 0.
17363         * math/fegetexcept.c (fegetexcept): Return 0.
17364         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17365         FE_TONEAREST.
17366         * math/feholdexcpt.c (feholdexcept): Return 0.
17367         * math/fesetenv.c (__fesetenv): Return 0.
17368         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17369         argument FE_TONEAREST.
17370         * math/feupdateenv.c (__feupdateenv): Return 0.
17371         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17372
17373 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17374
17375         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17376         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17377         ($(objpfx)rtld-%.os rules): Use them.
17378
17379 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17380
17381         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17382         fields.
17383
17384 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17385
17386         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17387         length of target pattern, then descending length of dependency pattern.
17388         * configure.in (AWK): Require gawk 3.1.2 or newer.
17389         * manual/install.texi (Tools for Compilation): Say that we do.
17390         * configure: Regenerated.
17391
17392         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17393         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17394         * scripts/sysd-rules.awk: ... this new script.
17395         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17396         than a glob-style pattern.
17397
17398 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17399
17400         * math/test-misc.c (main): Do not treat incorrectly rounded
17401         conversions as failure unless ROUNDING_TESTS passes.
17402
17403 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17404
17405         [BZ #15631]
17406         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17407         restore exception state around main square root computation, then
17408         check for inexactness explicitly.
17409
17410         * math/libm-test.inc (fma_test_data): Add another test.
17411
17412 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17413
17414         * manual/threads.texi (Non-POSIX Extensions): New document
17415         node.  Document pthread_getattr_default_np and
17416         pthread_setattr_default_np.
17417
17418         * Versions.def (libpthread): Add GLIBC_2.18.
17419         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17421         Likewise.
17422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
17423         Likewise.
17424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17425         Likewise.
17426         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17427         Likewise.
17428         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
17429         Likewise.
17430         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
17431         Likewise.
17432         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
17433         Likewise.
17434         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
17435         Likewise.
17436         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
17437         Likewise.
17438
17439 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17440
17441         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17442         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
17443
17444 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17445             H.J. Lu  <hjl.tools@gmail.com>
17446
17447         [BZ #15627]
17448         * sysdeps/x86_64/rtld-memset.c: Remove file.
17449         * sysdeps/x86_64/rtld-memset.S: New file.
17450
17451 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
17452
17453         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
17454         (test_in_one_mode): Take arguments for whether the rounding mode
17455         is supported for each floating-point type.
17456         (do_test): Pass new arguments to test_in_one_mode using
17457         ROUNDING_TESTS.
17458
17459 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17460
17461         * posix/tst-waitid.c (do_test): Distinguish different instances of
17462         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
17463         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
17464         before entering the kernel for waitpid.
17465
17466 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17467
17468         * NEWS: Fix note on clock function precision.  Text by Roland
17469         McGrath.
17470
17471 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17472
17473         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
17474         it into place only when and if the sanity check passes.
17475
17476 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
17477
17478         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
17479         output for whether conversion result is exact.  Take argument
17480         indicating whether type is IBM long double.
17481         (round_for_all): Change need_exact field to ibm_ld.
17482         * stdlib/tst-strtod-round.c (struct exactness): New type.
17483         (struct test): Change bool ld_ok field to struct exactness exact.
17484         (TEST): Update all definitions for change to field.
17485         (tests): Regenerate array contents.
17486         (test_in_one_mode): Take pointer to new field instead of old ld_ok
17487         field value.  Check for IBM long double here.
17488         (do_test): Update calls to test_in_one_mode.
17489
17490 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17491
17492         [BZ #12515]
17493         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
17494         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
17495
17496 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17497
17498         [BZ #15605]
17499         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
17500         generated by the compiler on loop optimizations.
17501         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
17502         general definitions.
17503
17504 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
17505
17506         * math/bug-nextafter.c: Include <math-tests.h>.
17507         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17508         the relevant type.
17509         * math/bug-nexttoward.c: Include <math-tests.h>.
17510         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17511         the relevant type.
17512         * math/test-misc.c: Include <math-tests.h>.
17513         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17514         the relevant type.
17515
17516 2013-06-12  Andreas Jaeger  <aj@suse.de>
17517
17518         * po/ia.po: Update Interlingua translation from translation
17519         project.
17520
17521 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17522
17523         * include/fenv.h: Include stdbool.h.
17524         (struct rm_ctx): New structure.
17525         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
17526         Define macro.
17527         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
17528         (SET_RESTORE_ROUNDF): Likewise.
17529         (SET_RESTORE_ROUNDL): Likewise.
17530         (SET_RESTORE_ROUND_NOEX): Likewise.
17531         (SET_RESTORE_ROUND_NOEXF): Likewise.
17532         (SET_RESTORE_ROUND_NOEXL): Likewise.
17533         (SET_RESTORE_ROUND_53BIT): Likewise.
17534         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
17535         (libc_feresetround_noexf_ctx): Likewise.
17536         (libc_feresetround_noexl_ctx): Likewise.
17537         (libc_feholdsetround_53bit_ctx): Likewise.
17538         (libc_feresetround_53bit_ctx): Likewise.
17539         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
17540         (libc_feholdexcept_setround_sse_ctx): New function.
17541         (libc_fesetenv_sse_ctx): Likewise.
17542         (libc_feupdateenv_sse_ctx): Likewise.
17543         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
17544         (libc_feholdexcept_setround_387_ctx): Likewise.
17545         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
17546         (libc_feholdsetround_387_prec_ctx): Likewise.
17547         (libc_feholdsetround_387_ctx): Likewise.
17548         (libc_feholdsetround_387_53bit_ctx): Likewise.
17549         (libc_feholdsetround_sse_ctx): Likewise.
17550         (libc_feresetround_sse_ctx): Likewise.
17551         (libc_feresetround_387_ctx): Likewise.
17552         (libc_feupdateenv_387_ctx): Likewise.
17553         (libc_feholdexcept_setroundf_ctx): Define macro.
17554         (libc_fesetenvf_ctx): Likewise.
17555         (libc_feupdateenvf_ctx): Likewise.
17556         (libc_feholdsetroundf_ctx): Likewise.
17557         (libc_feresetroundf_ctx): Likewise.
17558         (libc_feholdexcept_setround_ctx): Likewise.
17559         (libc_fesetenv_ctx): Likewise.
17560         (libc_feupdateenv_ctx): Likewise.
17561         (libc_feholdsetround_ctx): Likewise.
17562         (libc_feresetround_ctx): Likewise.
17563         (libc_feholdexcept_setroundl_ctx): Likewise.
17564         (libc_feupdateenvl_ctx): Likewise.
17565         (libc_feholdsetroundl_ctx): Likewise.
17566         (libc_feresetroundl_ctx): Likewise.
17567         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
17568         (libc_feresetround_53bit_ctx): Likewise.
17569
17570 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17571
17572         * locale/iso-639.def: Convert to UTF-8.
17573
17574 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
17575
17576         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
17577         (EXCEPTION_TESTS_double): Likewise.
17578         (EXCEPTION_TESTS_long_double): Likewise.
17579         (EXCEPTION_TESTS): Likewise.
17580         * math/libm-test.inc (test_exceptions): Only test exceptions if
17581         EXCEPTION_TESTS (FLOAT).
17582
17583 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17584
17585         * benchtests/Makefile (string-bench): Add strcpy_chk and
17586         stpcpy_chk.
17587         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
17588         * benchtests/bench-stpcpy_chk.c: New file.
17589         * benchtests/bench-strcpy_chk-ifunc.c: New file.
17590         * benchtests/bench-strcpy_chk.c: New file.
17591         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
17592         code.
17593         (do_test): Likewise.
17594
17595 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17596
17597         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
17598         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
17599         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
17600         with tabs where appropriate.
17601         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
17602         dl-procinfo.h.
17603         [PPC_PLATFORM_PPC440]: Likewise.
17604         [PPC_PLATFORM_PPC464]: Likewise.
17605         [PPC_PLATFORM_PPC476]: Likewise.
17606         (_dl_string_platform): Add support for detecting ppc405, ppc440,
17607         ppc464, and ppc476 platform strings merging from ports/
17608         dl-procinfo.h.
17609
17610 2013-06-11  Andreas Schwab  <schwab@suse.de>
17611
17612         [BZ #14991]
17613         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
17614         (from_ucs4_idx): Regenerate.
17615         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
17616         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
17617         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
17618         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
17619         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
17620         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
17621         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
17622         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
17623         from FROM_LOOP and TO_LOOP specific macros.
17624         (BODY): Handle combining characters.
17625         * iconvdata/BIG5HKSCS.irreversible: Update.
17626         * iconvdata/BIG5HKSCS.precomposed: New file.
17627         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
17628         characters.
17629         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
17630
17631 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17632
17633         * include/sys/time.h: Fix indentation and add copyright header.
17634
17635         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
17636         (do_test): Likewise.
17637         * string/test-memchr.c (do_one_test): Likewise.
17638         (do_test): Likewise.
17639         * string/test-memcmp.c (do_one_test): Likewise.
17640         (do_test): Likewise.
17641         * string/test-memcpy.c (do_one_test): Likewise.
17642         (do_test): Likewise.
17643         * string/test-memmem.c (do_one_test): Likewise.
17644         (do_test): Likewise.
17645         (do_random_tests): Likewise.
17646         * string/test-memmove.c (do_one_test): Likewise.
17647         (do_test): Likewise.
17648         * string/test-memset.c (do_one_test): Likewise.
17649         (do_test): Likewise.
17650         * string/test-rawmemchr.c (do_one_test): Likewise.
17651         (do_test): Likewise.
17652         * string/test-strcasecmp.c (do_one_test): Likewise.
17653         (do_test): Likewise.
17654         * string/test-strcasestr.c (do_one_test): Likewise.
17655         (do_test): Likewise.
17656         * string/test-strcat.c (do_one_test): Likewise.
17657         (do_test): Likewise.
17658         * string/test-strchr.c (do_one_test): Likewise.
17659         (do_test): Likewise.
17660         * string/test-strcmp.c (do_one_test): Likewise.
17661         (do_test): Likewise.
17662         * string/test-strcpy.c (do_one_test): Likewise.
17663         (do_test): Likewise.
17664         * string/test-string.h: Likewise.
17665         (test_init): Likewise.
17666         * string/test-strlen.c (do_one_test): Likewise.
17667         (do_test): Likewise.
17668         * string/test-strncasecmp.c (do_one_test): Likewise.
17669         (do_test): Likewise.
17670         * string/test-strncat.c (do_one_test): Likewise.
17671         (do_test): Likewise.
17672         * string/test-strncmp.c (do_one_test): Likewise.
17673         (do_test_limit): Likewise.
17674         (do_test): Likewise.
17675         * string/test-strncpy.c (do_one_test): Likewise.
17676         (do_test): Likewise.
17677         * string/test-strnlen.c (do_one_test): Likewise.
17678         (do_test): Likewise.
17679         * string/test-strpbrk.c (do_one_test): Likewise.
17680         (do_test): Likewise.
17681         * string/test-strrchr.c (do_one_test): Likewise.
17682         (do_test): Likewise.
17683         * string/test-strspn.c (do_one_test): Likewise.
17684         (do_test): Likewise.
17685         * string/test-strstr.c (do_one_test): Likewise.
17686         (do_test): Likewise.
17687
17688         * benchtests/Makefile (string-bench): Add string benchmarks.
17689         * benchtests/bench-bcopy-ifunc.c: New file.
17690         * benchtests/bench-bcopy.c: New file.
17691         * benchtests/bench-bzero-ifunc.c: New file.
17692         * benchtests/bench-bzero.c: New file.
17693         * benchtests/bench-memccpy-ifunc.c: New file.
17694         * benchtests/bench-memccpy.c: New file.
17695         * benchtests/bench-memchr-ifunc.c: New file.
17696         * benchtests/bench-memchr.c: New file.
17697         * benchtests/bench-memcmp-ifunc.c: New file.
17698         * benchtests/bench-memcmp.c: New file.
17699         * benchtests/bench-memmem-ifunc.c: New file.
17700         * benchtests/bench-memmem.c: New file.
17701         * benchtests/bench-memmove-ifunc.c: New file.
17702         * benchtests/bench-memmove.c: New file.
17703         * benchtests/bench-mempcpy-ifunc.c: New file.
17704         * benchtests/bench-mempcpy.c: New file.
17705         * benchtests/bench-memset-ifunc.c: New file.
17706         * benchtests/bench-memset.c: New file.
17707         * benchtests/bench-rawmemchr-ifunc.c: New file.
17708         * benchtests/bench-rawmemchr.c: New file.
17709         * benchtests/bench-stpcpy-ifunc.c: New file.
17710         * benchtests/bench-stpcpy.c: New file.
17711         * benchtests/bench-stpncpy-ifunc.c: New file.
17712         * benchtests/bench-stpncpy.c: New file.
17713         * benchtests/bench-strcasecmp-ifunc.c: New file.
17714         * benchtests/bench-strcasecmp.c: New file.
17715         * benchtests/bench-strcasestr-ifunc.c: New file.
17716         * benchtests/bench-strcasestr.c: New file.
17717         * benchtests/bench-strcat-ifunc.c: New file.
17718         * benchtests/bench-strcat.c: New file.
17719         * benchtests/bench-strchr-ifunc.c: New file.
17720         * benchtests/bench-strchr.c: New file.
17721         * benchtests/bench-strchrnul-ifunc.c: New file.
17722         * benchtests/bench-strchrnul.c: New file.
17723         * benchtests/bench-strcmp-ifunc.c: New file.
17724         * benchtests/bench-strcmp.c: New file.
17725         * benchtests/bench-strcpy-ifunc.c: New file.
17726         * benchtests/bench-strcpy.c: New file.
17727         * benchtests/bench-strcspn-ifunc.c: New file.
17728         * benchtests/bench-strcspn.c: New file.
17729         * benchtests/bench-strlen-ifunc.c: New file.
17730         * benchtests/bench-strlen.c: New file.
17731         * benchtests/bench-strncasecmp-ifunc.c: New file.
17732         * benchtests/bench-strncasecmp.c: New file.
17733         * benchtests/bench-strncat-ifunc.c: New file.
17734         * benchtests/bench-strncat.c: New file.
17735         * benchtests/bench-strncmp-ifunc.c: New file.
17736         * benchtests/bench-strncmp.c: New file.
17737         * benchtests/bench-strncpy-ifunc.c: New file.
17738         * benchtests/bench-strncpy.c: New file.
17739         * benchtests/bench-strnlen-ifunc.c: New file.
17740         * benchtests/bench-strnlen.c: New file.
17741         * benchtests/bench-strpbrk-ifunc.c: New file.
17742         * benchtests/bench-strpbrk.c: New file.
17743         * benchtests/bench-strrchr-ifunc.c: New file.
17744         * benchtests/bench-strrchr.c: New file.
17745         * benchtests/bench-strspn-ifunc.c: New file.
17746         * benchtests/bench-strspn.c: New file.
17747         * benchtests/bench-strstr-ifunc.c: New file.
17748         * benchtests/bench-strstr.c: New file.
17749
17750         * benchtests/Makefile: Disable parallel execution of targets.
17751         (string-bench): Add memcpy.
17752         (benchset): New variable to store a list of benchmark sets.
17753         (bench-func): Renamed from bench.
17754         (bench-set): New target.
17755         (bench): Depend on bench-func and bench-set.
17756         * benchtests/README: Add section on benchmark sets.
17757         * benchtests/bench-memcpy-ifunc.c: New file.
17758         * benchtests/bench-memcpy.c: New file.
17759         * benchtests/bench-string.h: New file.
17760
17761 2013-06-11  Andreas Schwab  <schwab@suse.de>
17762
17763         [BZ #15577]
17764         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
17765         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
17766         values in the triple.
17767         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
17768         terminator in the group key.
17769
17770 2013-06-11  Andreas Jaeger  <aj@suse.de>
17771
17772         * po/zh_TW.po: Update Chinese (traditional) translation from
17773         translation project.
17774
17775 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17776
17777         * include/time.h (__clock_gettime): Add libc_hidden_proto.
17778         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
17779         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
17780         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17781         (clock_getcpuclockid): Likewise.
17782         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
17783         Add weak_alias and libc_hidden_def.
17784         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
17785         * rt/clock_gettime.c (clock_gettime): Rename to
17786         __clock_gettime.  Add weak_alias and libc_hidden_def.
17787         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
17788         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
17789         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
17790         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
17791         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
17792         Likewise.
17793         * rt/clock_settime.c (clock_settime): Rename to
17794         __clock_settime.  Add weak_alias and libc_hidden_def.
17795         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
17796
17797 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
17798
17799         * mach/err_boot.sub: Remove trailing whitespace.
17800         * mach/err_ipc.sub: Likewise.
17801         * mach/err_mach.sub: Likewise.
17802
17803         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
17804         (ROUNDING_TESTS_double): Likewise.
17805         (ROUNDING_TESTS_long_double): Likewise.
17806         (ROUNDING_TESTS): Likewise.
17807         * math/libm-test.inc: Include <math-tests.h>.
17808         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
17809         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
17810         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
17811         (IF_ROUND_INIT_FE_UPWARD): Likewise.
17812
17813 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17814
17815         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
17816         of assigning.
17817
17818 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
17819
17820         * sysdeps/gnu/errlist.awk: Do not generate space at end of
17821         otherwise empty TRANS lines.
17822         * sysdeps/gnu/errlist.c: Regenerated.
17823
17824         * catgets/gencat.c (error_print): Use (void) in function
17825         definition.
17826         * crypt/crypt_util.c (__init_des): Likewise.
17827         * crypt/speeds.c (Stop): Likewise.
17828         (main): Likewise.
17829         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
17830         * inet/ruserpass.c (token): Likewise.
17831         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
17832         * intl/localealias.c (extend_alias_table): Likewise.
17833         * intl/plural-exp.c (init_germanic_plural): Likewise.
17834         * libio/fcloseall.c (__fcloseall): Likewise.
17835         * libio/genops.c (_IO_flush_all): Likewise.
17836         (_IO_flush_all_linebuffered): Likewise.
17837         (_IO_cleanup): Likewise.
17838         (_IO_iter_begin): Likewise.
17839         (_IO_iter_end): Likewise.
17840         (_IO_list_lock): Likewise.
17841         (_IO_list_unlock): Likewise.
17842         (_IO_list_resetlock): Likewise.
17843         * libio/getchar.c (getchar): Likewise.
17844         * libio/getchar_u.c (getchar_unlocked): Likewise.
17845         * libio/getwchar.c (getwchar): Likewise.
17846         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
17847         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
17848         * login/getpt.c (__getpt): Likewise.
17849         * login/tst-utmp.c (main): Likewise.
17850         * malloc/hooks.c (__malloc_check_init): Likewise.
17851         * malloc/malloc.c (__malloc_stats): Likewise.
17852         * malloc/mtrace.c (tr_break): Likewise.
17853         (mtrace): Likewise.
17854         (muntrace): Likewise.
17855         * misc/fstab.c (endfsent): Likewise.
17856         * misc/getclktck.c (__getclktck): Likewise.
17857         * misc/getdtsz.c (__getdtablesize): Likewise.
17858         * misc/gethostid.c (gethostid): Likewise.
17859         * misc/getpagesize.c (__getpagesize): Likewise.
17860         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
17861         (__get_nprocs): Likewise.
17862         (__get_phys_pages): Likewise.
17863         (__get_avphys_pages): Likewise.
17864         * misc/getttyent.c (getttyent): Likewise.
17865         (setttyent): Likewise.
17866         (endttyent): Likewise.
17867         * misc/getusershell.c (getusershell): Likewise.
17868         (endusershell): Likewise.
17869         (setusershell): Likewise.
17870         (initshells): Likewise.
17871         * misc/hsearch.c (__hdestroy): Likewise.
17872         * misc/sync.c (sync): Likewise.
17873         * misc/syslog.c (closelog_internal): Likewise.
17874         (closelog): Likewise.
17875         * misc/ttyslot.c (ttyslot): Likewise.
17876         * misc/vhangup.c (vhangup): Likewise.
17877         * posix/fork.c (__fork): Likewise.
17878         * posix/getegid.c (__getegid): Likewise.
17879         * posix/geteuid.c (__geteuid): Likewise.
17880         * posix/getgid.c (__getgid): Likewise.
17881         * posix/getpid.c (__getpid): Likewise.
17882         * posix/getppid.c (__getppid): Likewise.
17883         * posix/getuid.c (__getuid): Likewise.
17884         * posix/pause.c (pause): Likewise.
17885         * posix/setpgrp.c (setpgrp): Likewise.
17886         * posix/setsid.c (__setsid): Likewise.
17887         * posix/test-vfork.c (noop): Likewise.
17888         * resolv/gethnamaddr.c (_endhtent): Likewise.
17889         (_gethtent): Likewise.
17890         (ht_endhostent): Likewise.
17891         (gethostent): Likewise.
17892         (dns_service): Likewise.
17893         * stdlib/drand48.c (drand48): Likewise.
17894         * stdlib/lrand48.c (lrand48): Likewise.
17895         * stdlib/mrand48.c (mrand48): Likewise.
17896         * stdlib/rand.c (rand): Likewise.
17897         * stdlib/random.c (__random): Likewise.
17898         * stdlib/setenv.c (clearenv): Likewise.
17899         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
17900         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
17901         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
17902         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
17903         (__get_nprocs): Likewise.
17904         (__get_phys_pages): Likewise.
17905         (__get_avphys_pages): Likewise.
17906         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
17907         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
17908         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
17909         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
17910         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
17911         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
17912         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
17913         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
17914         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
17915         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
17916         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
17917         * sysdeps/mach/hurd/sync.c (sync): Likewise.
17918         * sysdeps/posix/clock.c (clock): Likewise.
17919         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
17920         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
17921         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
17922         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
17923         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
17924         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
17925         (__get_nprocs_conf): Likewise.
17926         (__get_phys_pages): Likewise.
17927         (__get_avphys_pages): Likewise.
17928         * time/clock.c (clock): Likewise.
17929         * time/tzset.c (__tzname_max): Likewise.
17930
17931 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
17932
17933         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
17934         (__bswap_32): Do not use "register".
17935         * crypt/crypt.c (_ufc_doit_r): Likewise.
17936         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17937         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17938         * gmon/gmon.c (__monstartup): Likewise.
17939         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
17940         * hurd/hurdmalloc.c (more_memory): Likewise.
17941         (malloc): Likewise.
17942         (free): Likewise.
17943         (realloc): Likewise.
17944         (malloc_fork_prepare): Likewise.
17945         (malloc_fork_parent): Likewise.
17946         (malloc_fork_child): Likewise.
17947         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
17948         (_svcauth_des): Likewise.
17949         * inet/inet_lnaof.c (inet_lnaof): Likewise.
17950         * inet/inet_net.c (inet_network): Likewise.
17951         * inet/inet_netof.c (inet_netof): Likewise.
17952         * inet/rcmd.c (__validuser2_sa): Likewise.
17953         * io/fts.c (fts_open): Likewise.
17954         (fts_load): Likewise.
17955         (fts_close): Likewise.
17956         (fts_read): Likewise.
17957         (fts_children): Likewise.
17958         (fts_build): Likewise.
17959         (fts_stat): Likewise.
17960         (fts_sort): Likewise.
17961         (fts_alloc): Likewise.
17962         (fts_lfree): Likewise.
17963         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
17964         (_IO_file_xsgetn): Likewise.
17965         (_IO_file_xsgetn_mmap): Likewise.
17966         * libio/iofopncook.c (_IO_cookie_read): Likewise.
17967         (_IO_cookie_write): Likewise.
17968         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
17969         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
17970         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
17971         * malloc/obstack.c (_obstack_begin): Likewise.
17972         (_obstack_begin_1): Likewise.
17973         (_obstack_newchunk): Likewise.
17974         (_obstack_allocated_p): Likewise.
17975         (obstack_free): Likewise.
17976         (_obstack_memory_used): Likewise.
17977         * misc/getttyent.c (getttynam): Likewise.
17978         (getttyent): Likewise.
17979         (skip): Likewise.
17980         (value): Likewise.
17981         * misc/getusershell.c (initshells): Likewise.
17982         * misc/syslog.c (__vsyslog_chk): Likewise.
17983         * misc/ttyslot.c (ttyslot): Likewise.
17984         * nis/nis_hash.c (__nis_hash): Likewise.
17985         * posix/fnmatch_loop.c (FCT): Likewise.
17986         * posix/getconf.c (print_all): Likewise.
17987         (main): Likewise.
17988         * posix/getopt.c (exchange): Likewise.
17989         * posix/glob.c (globfree): Likewise.
17990         (prefix_array): Likewise.
17991         (__glob_pattern_type): Likewise.
17992         * resolv/arpa/nameser.h (NS_GET16): Likewise.
17993         (NS_GET32): Likewise.
17994         (NS_PUT16): Likewise.
17995         (NS_PUT32): Likewise.
17996         * resolv/gethnamaddr.c (getanswer): Likewise.
17997         (gethostbyname2): Likewise.
17998         (gethostbyaddr): Likewise.
17999         (_gethtent): Likewise.
18000         (_gethtbyname2): Likewise.
18001         (_gethtbyaddr): Likewise.
18002         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18003         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18004         * resolv/res_init.c (__res_vinit): Likewise.
18005         (net_mask): Likewise.
18006         * resolv/res_mkquery.c (outchar): Likewise.
18007         (PRINT): Likewise.
18008         * stdio-common/printf_fp.c (outchar): Likewise.
18009         (PRINT): Likewise.
18010         * stdio-common/printf_fphex.c (outchar): Likewise.
18011         (PRINT): Likewise.
18012         * stdio-common/printf_size.c (outchar): Likewise.
18013         (PRINT): Likewise.
18014         * stdio-common/test_rdwr.c (main): Likewise.
18015         * stdio-common/tfformat.c (matches): Likewise.
18016         * stdio-common/vfprintf.c (outchar): Likewise.
18017         (printf_unknown): Likewise.
18018         (buffered_vfprintf): Likewise.
18019         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18020         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18021         (ReadFile): Likewise.
18022         * stdlib/qsort.c (SWAP): Likewise.
18023         (_quicksort): Likewise.
18024         * stdlib/setenv.c (__add_to_environ): Likewise.
18025         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18026         * stdlib/strtol_l.c (__strtol_l): Likewise.
18027         * stdlib/tst-strtod.c (main): Likewise.
18028         * stdlib/tst-strtol.c (main): Likewise.
18029         * stdlib/tst-strtoll.c (main): Likewise.
18030         * string/bits/string2.h (__strcmp_cc): Likewise.
18031         (__strcmp_cg): Likewise.
18032         (__strcspn_c1): Likewise.
18033         (__strcspn_c2): Likewise.
18034         (__strcspn_c3): Likewise.
18035         (__strspn_c1): Likewise.
18036         (__strspn_c2): Likewise.
18037         (__strspn_c3): Likewise.
18038         (__strsep_1c): Likewise.
18039         (__strsep_2c): Likewise.
18040         (__strsep_3c): Likewise.
18041         * string/memccpy.c (__memccpy): Likewise.
18042         * string/stpcpy.c (__stpcpy): Likewise.
18043         * string/strcmp.c (strcmp): Likewise.
18044         * string/strrchr.c (strrchr): Likewise.
18045         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18046         Likewise.
18047         * sysdeps/mach/hurd/getcwd.c
18048         (_hurd_canonicalize_directory_name_internal): Likewise.
18049         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18050         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18051         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18052         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18053         Likewise, in both definitions.
18054         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18055         definitions.
18056         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18057         64] (__bswap_64): Likewise.
18058         * time/test_time.c (main): Likewise.
18059         * time/tzfile.c (__tzfile_read): Likewise.
18060         (__tzfile_compute): Likewise.
18061         * time/tzset.c (__tzset_parse_tz): Likewise.
18062         (tzset_internal): Likewise.
18063         (compute_change): Likewise.
18064         * wcsmbs/wcscat.c (__wcscat): Likewise.
18065         * wcsmbs/wcschr.c (wcschr): Likewise.
18066         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18067         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18068         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18069         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18070         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18071         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18072         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18073         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18074         * wcsmbs/wmemset.c (wmemset): Likewise.
18075
18076 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18077
18078         * scripts/config.guess: Update to version 2013-05-16.
18079         * scripts/config.sub: Update to version 2013-04-24.
18080         * scripts/install-sh: Update to version 2011-11-20.07.
18081         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18082         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18083
18084 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18085
18086         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18087         * elf/sln.c: Likewise.
18088         * hurd/hurd/ioctl.h: Likewise.
18089         * hurd/hurdmalloc.c: Likewise.
18090         * hurd/xattr.c: Likewise.
18091         * include/shlib-compat.h: Likewise.
18092         * inet/ruserpass.c: Likewise.
18093         * libio/iofgets_u.c: Likewise.
18094         * libio/iofgetws_u.c: Likewise.
18095         * locale/programs/ld-identification.c: Likewise.
18096         * locale/programs/ld-time.c: Likewise.
18097         * mach/msg-destroy.c: Likewise.
18098         * nss/nss_files/files-netgrp.c: Likewise.
18099         * resolv/res_data.c: Likewise.
18100         * soft-fp/op-1.h: Likewise.
18101         * soft-fp/op-2.h: Likewise.
18102         * soft-fp/op-4.h: Likewise.
18103         * soft-fp/op-common.h: Likewise.
18104         * stdio-common/printf_fphex.c: Likewise.
18105         * stdlib/strtod_l.c: Likewise.
18106         * sunrpc/rpc/clnt.h: Likewise.
18107         * sysdeps/generic/framestate.c: Likewise.
18108         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18109         * sysdeps/i386/bsd-setjmp.S: Likewise.
18110         * sysdeps/i386/__longjmp.S: Likewise.
18111         * sysdeps/i386/setjmp.S: Likewise.
18112         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18113         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18114         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18115         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18116         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18117         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18118         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18119         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18120         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18121         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18122         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18123         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18124         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18125         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18126         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18127         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18128         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18129         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18130         * sysdeps/ieee754/support.c: Likewise.
18131         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18132         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18133         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18134         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18135         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18136         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18137         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18138         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18139         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18140         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18141         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18142         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18143         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18144         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18145         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18146         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18147         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18149
18150 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18151
18152         * posix/transbug.c: Remove executable mode.
18153
18154 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18155
18156         * crypt/speeds.c: Remove trailing whitespace.
18157         * dlfcn/default.c: Likewise.
18158         * elf/ifuncdep2.c: Likewise.
18159         * elf/ifuncmain1.c: Likewise.
18160         * elf/ifuncmain1vis.c: Likewise.
18161         * elf/testobj.h: Likewise.
18162         * elf/tst-stackguard1.c: Likewise.
18163         * gmon/sys/gmon.h: Likewise.
18164         * hurd/hurdmsg.c: Likewise.
18165         * hurd/new-fd.c: Likewise.
18166         * hurd/ports-get.c: Likewise.
18167         * iconvdata/ibm1008_420.c: Likewise.
18168         * inet/tst-getni1.c: Likewise.
18169         * inet/tst-getni2.c: Likewise.
18170         * libio/ioungetc.c: Likewise.
18171         * libio/wfiledoalloc.c: Likewise.
18172         * manual/libm-err-tab.pl: Likewise.
18173         * math/w_dremf.c: Likewise.
18174         * misc/ftruncate.c: Likewise.
18175         * posix/bug-glob2.c: Likewise.
18176         * posix/tst-pcre.c: Likewise.
18177         * posix/wait4.c: Likewise.
18178         * resolv/README: Likewise.
18179         * resolv/res_debug.h: Likewise.
18180         * resolv/tst-inet_ntop.c: Likewise.
18181         * setjmp/bug269-setjmp.c: Likewise.
18182         * soft-fp/extended.h: Likewise.
18183         * soft-fp/op-1.h: Likewise.
18184         * soft-fp/op-2.h: Likewise.
18185         * soft-fp/op-4.h: Likewise.
18186         * soft-fp/op-8.h: Likewise.
18187         * soft-fp/testit.c: Likewise.
18188         * stdio-common/bug16.c: Likewise.
18189         * stdlib/random.c: Likewise.
18190         * sunrpc/rpcsvc/rquota.x: Likewise.
18191         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18192         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18193         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18194         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18195         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18196         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18197         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18198         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18199         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18200         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18201         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18202         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18203         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18204         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18205         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18206         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18207         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18208         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18209         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18210         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18211         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18212         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18213         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18214         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18215         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18216         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18217         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18218         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18219         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18220         * sysdeps/ieee754/s_lib_version.c: Likewise.
18221         * sysdeps/mach/hurd/check_fds.c: Likewise.
18222         * sysdeps/mach/hurd/getsockname.c: Likewise.
18223         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18224         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18225         * sysdeps/powerpc/bits/link.h: Likewise.
18226         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18227         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18228         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18229         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18230         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18231         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18232         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18233         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18234         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18235         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18236         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18237         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18238         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18239         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18240         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18241         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18242         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18243         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18244         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18245         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18246         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18247         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18248         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18249         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18250         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18251         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18252         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18253         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18254         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18255         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18256         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18257         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18258         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18259         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18260         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18261         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18262         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18263         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18264         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18265         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18266         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18267         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18268         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18269         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18270         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18271         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18272         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18273         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18274         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18275         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18276         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18277         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18278         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18279         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18280         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18281         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18282         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18283         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18284         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18285         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18286         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18287         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18288         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18289         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18290         * sysdeps/powerpc/sysdep.h: Likewise.
18291         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18292         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18293         * sysdeps/sh/dl-trampoline.S: Likewise.
18294         * sysdeps/sh/memset.S: Likewise.
18295         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18296         * sysdeps/sh/strlen.S: Likewise.
18297         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18298         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18299         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18300         * sysdeps/sparc/sparc32/rem.S: Likewise.
18301         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18302         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18303         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18304         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18305         * sysdeps/sparc/sparc32/urem.S: Likewise.
18306         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18307         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18308         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18309         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18310         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18311         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18312         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18313         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18314         * sysdeps/unix/bsd/times.c: Likewise.
18315         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18316         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18320         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18321         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18322         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18323         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18324         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18325         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18326         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18327         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18328         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18329         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18330         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18331         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18332         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18333         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18334         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18335         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18336         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18337         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18338         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18339         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18340         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18341         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18342         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18343         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18344         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18345         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18346         * sysdeps/x86_64/strcspn.S: Likewise.
18347
18348 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18349
18350         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18351         generated file.  Regenerate properly from gen-translit.pl.
18352         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18353         locale/C-translit.h.
18354
18355 2013-06-05  Andreas Schwab  <schwab@suse.de>
18356
18357         [BZ #15100]
18358         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18359         week as 6 instead of -1.
18360         * time/tst-strptime.c (day_tests): Add test case.
18361
18362 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18363
18364         * sysdeps/generic/math_private.h
18365         (libc_feholdexcept_setround_53bit): Replace with
18366         libc_feholdsetround_53bit.
18367         (libc_feupdateenv_53bit): Replace with
18368         libc_feresetround_53bit.
18369         (SET_RESTORE_ROUND_53BIT): Adjust.
18370
18371 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18372
18373         * string/test-strchrnul.c: Add copyright header.
18374
18375         * posix/tst-getaddrinfo4.c: Increase test timeout.
18376
18377 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18378
18379         [BZ #15536]
18380         * math/libm-test.inc (MAX_EXP): Remove
18381         (MIN_EXP): Define.
18382         (ulp): Use MIN_EXP - MANT_DIG.
18383         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18384
18385 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18386
18387         * po/be.po: Revert last change.
18388         * po/zh_CN.po: Likewise.
18389         * po/header.pot: Likewise.
18390
18391 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18392
18393         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18394         link-libc-deps to empty as target-specific variable.
18395         * Makerules (link-libc-args): New variable.
18396         (libc-for-link): Likewise.
18397         (link-libc-deps): Likewise.
18398         (lib%.so): Depend on $(link-libc-deps).  Link with
18399         $(link-libc-args).
18400         (build-module): Link with $(link-libc-args).
18401         (build-module-asneeded): Likewise.
18402         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18403         list of objects.
18404         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18405         target-specific variable.
18406         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18407         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18408         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18409         libc.
18410         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18411         libc and ld.so.
18412         ($(objpfx)libpcprofile.so): Likewise.
18413         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18414         libc_nonshared.a.
18415         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18416         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18417         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18418         $(link-libc-deps).
18419         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18420         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18421         * login/Makefile ($(objpfx)libutil.so): Likewise.
18422         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
18423         * math/Makefile ($(objpfx)libm.so): Likewise.
18424         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
18425         $(objpfx)libnsl.so): Define libc-for-link as target-specific
18426         variable instead of depending directly on libc.
18427         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
18428         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
18429         $(link-libc-deps).
18430         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
18431         libc.
18432         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
18433         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
18434         ($(objpfx)libanl.so): Likewise.
18435         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
18436         ld.so.
18437         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
18438         $(link-libc-deps).
18439         * sysdeps/i386/fpu/Makefile: Remove file.
18440         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
18441         ($(objpfx)libm.so): Remove dependency on ld.so.
18442
18443 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
18444
18445         [BZ # 15553]
18446         * nis/yp_xdr.c (XDRMAXNAME): Define.
18447         (XDRMAXRECORD): Define.
18448         (xdr_domainname): Use XDRMAXNAME.
18449         (xdr_mapname): Likewise.
18450         (xdr_peername): Likewise.
18451         (xdr_keydat): Use XDRMAXRECORD.
18452         (xdr_valdat): Likewise.
18453
18454 2013-05-30  Jeff Law  <law@redhat.com>
18455
18456         [BZ #14256]
18457         * manual/errno.texi (ESTALE): Update to account for more than
18458         just NFS file systems.
18459         * sysdeps/gnu/errlist.c: Regenerated.
18460
18461 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18462
18463         [BZ #15465]
18464         * elf/Makefile (tests): Add tst-null-argv.
18465         (modules-names):  Add tst-null-argv-lib.
18466         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
18467         (tst-null-argv-ENV): Set environment for tst-null-argv.
18468         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
18469         (RTLD_PROGNAME): New macro.
18470         * elf/tst-null-argv.c: New test case.
18471         * elf/tst-null-argv-lib.c: Library for test case.
18472         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
18473         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
18474         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
18475         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
18476         * elf/dl-init.c (call_init): Likewise.
18477         (_dl_init): Likewise.
18478         * elf/dl-load.c (print_search_path): Likewise.
18479         (_dl_map_object): Likewise.
18480         * elf/dl-lookup.c (do_lookup_x): Likewise.
18481         (add_dependency): Likewise.
18482         (_dl_lookup_symbol_x): Likewise.
18483         (_dl_debug_bindings): Likewise.
18484         * elf/dl-open.c (_dl_show_scope): Likewise.
18485         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18486         * elf/dl-version.c (match_symbol): Likewise.
18487         (_dl_check_map_versions): Likewise.
18488         * elf/rtld.c (dl_main): Likewise.
18489         (print_unresolved): Use RTLD_PROGNAME.
18490         (print_missing_version): Likewise.
18491         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
18492         (elf_machine_rela): Likewise.
18493         * sysdeps/powerpc/powerpc32/dl-machine.c
18494         (__process_machine_rela): Likewise.
18495         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
18496         Likewise.
18497         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
18498         Likewise.
18499         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
18500         Likewise.
18501         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18502         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
18503         Likewise.
18504         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
18505         Likewise.
18506         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
18507
18508 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
18509
18510         * po/be.po: Add descriptive title.
18511         * po/zh_CN.po: Likewise.
18512         * po/header.pot: Likewise.
18513
18514 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
18515
18516         * locale/programs/locarchive.c (create_archive): Inlucde fname in
18517         error message.
18518         (enlarge_archive): Likewise.
18519
18520 2013-05-28  Ben North  <ben@redfrontdoor.org>
18521
18522         * manual/arith.texi (frexp): It is the magnitude of the return
18523         value which lies in [0.5, 1), not the return value itself.
18524
18525 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18526
18527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18528
18529 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
18530
18531         * stdio-common/bug26.c (main): Correct fscanf template.
18532
18533         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
18534         declare _dl_skip_args.
18535
18536         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
18537         Don't declare.
18538
18539         * manual/platform.texi: Add missing @end deftypefun.
18540
18541 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18542
18543         [BZ #15529]
18544         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
18545         bit of mantissa of 2^16382.
18546         * math/libm-test.inc (hypot_test_data): Add more tests.
18547
18548         * math/libm-test.inc: Add drem and pow10 to list of tested
18549         functions.
18550         (pow10_test): New function.
18551         (drem_test): Likewise.
18552         (drem_test_tonearest): Likewise.
18553         (drem_test_towardzero): Likewise.
18554         (drem_test_downward): Likewise.
18555         (drem_test_upward): Likewise.
18556         (main): Call the new functions.
18557
18558         * math/libm-test.inc (finite_test_data): Remove.
18559         (finite_test): Run tests from isfinite_test_data.
18560         (gamma_test_data): Remove.
18561         (gamma_test): Run tests from lgamma_test_data.
18562         * sysdeps/i386/fpu/libm-test-ulps: Update.
18563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18564
18565 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18566
18567         * manual/platform.texi: Add PowerPC PPR function set documentation.
18568         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
18569         implementation.
18570
18571 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
18572
18573         * math/libm-test.inc (MAX_EXP): Define.
18574         (ULPDIFF): Define.
18575         (ulp): New function.
18576         (check_float_internal): Use ULPDIFF.
18577         (cpow_test): Disable failing test.
18578         (check_ulp): Test ulp() implemetnation.
18579         (main): Call check_ulp before starting tests.
18580
18581 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18582
18583         * math/gen-libm-test.pl (generate_testfile): Do not handle
18584         START_DATA and END_DATA.
18585         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
18586         END_DATA.
18587         (acos_tonearest_test_data): Likewise.
18588         (acos_towardzero_test_data): Likewise.
18589         (acos_downward_test_data): Likewise.
18590         (acos_upward_test_data): Likewise.
18591         (acosh_test_data): Likewise.
18592         (asin_test_data): Likewise.
18593         (asin_tonearest_test_data): Likewise.
18594         (asin_towardzero_test_data): Likewise.
18595         (asin_downward_test_data): Likewise.
18596         (asin_upward_test_data): Likewise.
18597         (asinh_test_data): Likewise.
18598         (atan_test_data): Likewise.
18599         (atanh_test_data): Likewise.
18600         (atan2_test_data): Likewise.
18601         (cabs_test_data): Likewise.
18602         (cacos_test_data): Likewise.
18603         (cacosh_test_data): Likewise.
18604         (carg_test_data): Likewise.
18605         (casin_test_data): Likewise.
18606         (casinh_test_data): Likewise.
18607         (catan_test_data): Likewise.
18608         (catanh_test_data): Likewise.
18609         (cbrt_test_data): Likewise.
18610         (ccos_test_data): Likewise.
18611         (ccosh_test_data): Likewise.
18612         (ceil_test_data): Likewise.
18613         (cexp_test_data): Likewise.
18614         (cimag_test_data): Likewise.
18615         (clog_test_data): Likewise.
18616         (clog10_test_data): Likewise.
18617         (conj_test_data): Likewise.
18618         (copysign_test_data): Likewise.
18619         (cos_test_data): Likewise.
18620         (cos_tonearest_test_data): Likewise.
18621         (cos_towardzero_test_data): Likewise.
18622         (cos_downward_test_data): Likewise.
18623         (cos_upward_test_data): Likewise.
18624         (cosh_test_data): Likewise.
18625         (cosh_tonearest_test_data): Likewise.
18626         (cosh_towardzero_test_data): Likewise.
18627         (cosh_downward_test_data): Likewise.
18628         (cosh_upward_test_data): Likewise.
18629         (cpow_test_data): Likewise.
18630         (cproj_test_data): Likewise.
18631         (creal_test_data): Likewise.
18632         (csin_test_data): Likewise.
18633         (csinh_test_data): Likewise.
18634         (csqrt_test_data): Likewise.
18635         (ctan_test_data): Likewise.
18636         (ctan_tonearest_test_data): Likewise.
18637         (ctan_towardzero_test_data): Likewise.
18638         (ctan_downward_test_data): Likewise.
18639         (ctan_upward_test_data): Likewise.
18640         (ctanh_test_data): Likewise.
18641         (ctanh_tonearest_test_data): Likewise.
18642         (ctanh_towardzero_test_data): Likewise.
18643         (ctanh_downward_test_data): Likewise.
18644         (ctanh_upward_test_data): Likewise.
18645         (erf_test_data): Likewise.
18646         (erfc_test_data): Likewise.
18647         (exp_test_data): Likewise.
18648         (exp_tonearest_test_data): Likewise.
18649         (exp_towardzero_test_data): Likewise.
18650         (exp_downward_test_data): Likewise.
18651         (exp_upward_test_data): Likewise.
18652         (exp10_test_data): Likewise.
18653         (exp2_test_data): Likewise.
18654         (expm1_test_data): Likewise.
18655         (fabs_test_data): Likewise.
18656         (fdim_test_data): Likewise.
18657         (finite_test_data): Likewise.
18658         (floor_test_data): Likewise.
18659         (fma_test_data): Likewise.
18660         (fma_towardzero_test_data): Likewise.
18661         (fma_downward_test_data): Likewise.
18662         (fma_upward_test_data): Likewise.
18663         (fmax_test_data): Likewise.
18664         (fmin_test_data): Likewise.
18665         (fmod_test_data): Likewise.
18666         (fpclassify_test_data): Likewise.
18667         (frexp_test_data): Likewise.
18668         (gamma_test_data): Likewise.
18669         (hypot_test_data): Likewise.
18670         (ilogb_test_data): Likewise.
18671         (isfinite_test_data): Likewise.
18672         (isgreater_test_data): Likewise.
18673         (isgreaterequal_test_data): Likewise.
18674         (isinf_test_data): Likewise.
18675         (isless_test_data): Likewise.
18676         (islessequal_test_data): Likewise.
18677         (islessgreater_test_data): Likewise.
18678         (isnan_test_data): Likewise.
18679         (isnormal_test_data): Likewise.
18680         (issignaling_test_data): Likewise.
18681         (isunordered_test_data): Likewise.
18682         (j0_test_data): Likewise.
18683         (j1_test_data): Likewise.
18684         (jn_test_data): Likewise.
18685         (ldexp_test_data): Likewise.
18686         (lgamma_test_data): Likewise.
18687         (lrint_test_data): Likewise.
18688         (lrint_tonearest_test_data): Likewise.
18689         (lrint_towardzero_test_data): Likewise.
18690         (lrint_downward_test_data): Likewise.
18691         (lrint_upward_test_data): Likewise.
18692         (llrint_test_data): Likewise.
18693         (llrint_tonearest_test_data): Likewise.
18694         (llrint_towardzero_test_data): Likewise.
18695         (llrint_downward_test_data): Likewise.
18696         (llrint_upward_test_data): Likewise.
18697         (log_test_data): Likewise.
18698         (log10_test_data): Likewise.
18699         (log1p_test_data): Likewise.
18700         (log2_test_data): Likewise.
18701         (logb_test_data): Likewise.
18702         (logb_downward_test_data): Likewise.
18703         (lround_test_data): Likewise.
18704         (llround_test_data): Likewise.
18705         (modf_test_data): Likewise.
18706         (nearbyint_test_data): Likewise.
18707         (nextafter_test_data): Likewise.
18708         (nexttoward_test_data): Likewise.
18709         (pow_test_data): Likewise.
18710         (pow_tonearest_test_data): Likewise.
18711         (pow_towardzero_test_data): Likewise.
18712         (pow_downward_test_data): Likewise.
18713         (pow_upward_test_data): Likewise.
18714         (remainder_test_data): Likewise.
18715         (remainder_tonearest_test_data): Likewise.
18716         (remainder_towardzero_test_data): Likewise.
18717         (remainder_downward_test_data): Likewise.
18718         (remainder_upward_test_data): Likewise.
18719         (remquo_test_data): Likewise.
18720         (rint_test_data): Likewise.
18721         (rint_tonearest_test_data): Likewise.
18722         (rint_towardzero_test_data): Likewise.
18723         (rint_downward_test_data): Likewise.
18724         (rint_upward_test_data): Likewise.
18725         (round_test_data): Likewise.
18726         (scalb_test_data): Likewise.
18727         (scalbn_test_data): Likewise.
18728         (scalbln_test_data): Likewise.
18729         (signbit_test_data): Likewise.
18730         (sin_test_data): Likewise.
18731         (sin_tonearest_test_data): Likewise.
18732         (sin_towardzero_test_data): Likewise.
18733         (sin_downward_test_data): Likewise.
18734         (sin_upward_test_data): Likewise.
18735         (sincos_test_data): Likewise.
18736         (sinh_test_data): Likewise.
18737         (sinh_tonearest_test_data): Likewise.
18738         (sinh_towardzero_test_data): Likewise.
18739         (sinh_downward_test_data): Likewise.
18740         (sinh_upward_test_data): Likewise.
18741         (sqrt_test_data): Likewise.
18742         (tan_test_data): Likewise.
18743         (tan_tonearest_test_data): Likewise.
18744         (tan_towardzero_test_data): Likewise.
18745         (tan_downward_test_data): Likewise.
18746         (tan_upward_test_data): Likewise.
18747         (tanh_test_data): Likewise.
18748         (tgamma_test_data): Likewise.
18749         (trunc_test_data): Likewise.
18750         (y0_test_data): Likewise.
18751         (y1_test_data): Likewise.
18752         (yn_test_data): Likewise.
18753         (significand_test_data): Likewise.
18754
18755         * math/gen-libm-test.pl (@functions): Remove variable.
18756         (generate_testfile): Don't handle START and END lines.
18757         * math/libm-test.inc (START): New macro.
18758         (END): Likewise.
18759         (END_COMPLEX): Likewise.
18760         (acos_test): Use END macro without arguments.
18761         (acos_test_tonearest): Likewise.
18762         (acos_test_towardzero): Likewise.
18763         (acos_test_downward): Likewise.
18764         (acos_test_upward): Likewise.
18765         (acosh_test): Likewise.
18766         (asin_test): Likewise.
18767         (asin_test_tonearest): Likewise.
18768         (asin_test_towardzero): Likewise.
18769         (asin_test_downward): Likewise.
18770         (asin_test_upward): Likewise.
18771         (asinh_test): Likewise.
18772         (atan_test): Likewise.
18773         (atanh_test): Likewise.
18774         (atan2_test): Likewise.
18775         (cabs_test): Likewise.
18776         (cacos_test): Use END_COMPLEX macro without arguments.
18777         (cacosh_test): Likewise.
18778         (carg_test): Use END macro without arguments.
18779         (casin_test): Use END_COMPLEX macro without arguments.
18780         (casinh_test): Likewise.
18781         (catan_test): Likewise.
18782         (catanh_test): Likewise.
18783         (cbrt_test): Use END macro without arguments.
18784         (ccos_test): Use END_COMPLEX macro without arguments.
18785         (ccosh_test): Likewise.
18786         (ceil_test): Use END macro without arguments.
18787         (cexp_test): Use END_COMPLEX macro without arguments.
18788         (cimag_test): Use END macro without arguments.
18789         (clog_test): Use END_COMPLEX macro without arguments.
18790         (clog10_test): Likewise.
18791         (conj_test): Likewise.
18792         (copysign_test): Use END macro without arguments.
18793         (cos_test): Likewise.
18794         (cos_test_tonearest): Likewise.
18795         (cos_test_towardzero): Likewise.
18796         (cos_test_downward): Likewise.
18797         (cos_test_upward): Likewise.
18798         (cosh_test): Likewise.
18799         (cosh_test_tonearest): Likewise.
18800         (cosh_test_towardzero): Likewise.
18801         (cosh_test_downward): Likewise.
18802         (cosh_test_upward): Likewise.
18803         (cpow_test): Use END_COMPLEX macro without arguments.
18804         (cproj_test): Likewise.
18805         (creal_test): Use END macro without arguments.
18806         (csin_test): Use END_COMPLEX macro without arguments.
18807         (csinh_test): Likewise.
18808         (csqrt_test): Likewise.
18809         (ctan_test): Likewise.
18810         (ctan_test_tonearest): Likewise.
18811         (ctan_test_towardzero): Likewise.
18812         (ctan_test_downward): Likewise.
18813         (ctan_test_upward): Likewise.
18814         (ctanh_test): Likewise.
18815         (ctanh_test_tonearest): Likewise.
18816         (ctanh_test_towardzero): Likewise.
18817         (ctanh_test_downward): Likewise.
18818         (ctanh_test_upward): Likewise.
18819         (erf_test): Use END macro without arguments.
18820         (erfc_test): Likewise.
18821         (exp_test): Likewise.
18822         (exp_test_tonearest): Likewise.
18823         (exp_test_towardzero): Likewise.
18824         (exp_test_downward): Likewise.
18825         (exp_test_upward): Likewise.
18826         (exp10_test): Likewise.
18827         (exp2_test): Likewise.
18828         (expm1_test): Likewise.
18829         (fabs_test): Likewise.
18830         (fdim_test): Likewise.
18831         (finite_test): Likewise.
18832         (floor_test): Likewise.
18833         (fma_test): Likewise.
18834         (fma_test_towardzero): Likewise.
18835         (fma_test_downward): Likewise.
18836         (fma_test_upward): Likewise.
18837         (fmax_test): Likewise.
18838         (fmin_test): Likewise.
18839         (fmod_test): Likewise.
18840         (fpclassify_test): Likewise.
18841         (frexp_test): Likewise.
18842         (gamma_test): Likewise.
18843         (hypot_test): Likewise.
18844         (ilogb_test): Likewise.
18845         (isfinite_test): Likewise.
18846         (isgreater_test): Likewise.
18847         (isgreaterequal_test): Likewise.
18848         (isinf_test): Likewise.
18849         (isless_test): Likewise.
18850         (islessequal_test): Likewise.
18851         (islessgreater_test): Likewise.
18852         (isnan_test): Likewise.
18853         (isnormal_test): Likewise.
18854         (issignaling_test): Likewise.
18855         (isunordered_test): Likewise.
18856         (j0_test): Likewise.
18857         (j1_test): Likewise.
18858         (jn_test): Likewise.
18859         (ldexp_test): Likewise.
18860         (lgamma_test): Likewise.
18861         (lrint_test): Likewise.
18862         (lrint_test_tonearest): Likewise.
18863         (lrint_test_towardzero): Likewise.
18864         (lrint_test_downward): Likewise.
18865         (lrint_test_upward): Likewise.
18866         (llrint_test): Likewise.
18867         (llrint_test_tonearest): Likewise.
18868         (llrint_test_towardzero): Likewise.
18869         (llrint_test_downward): Likewise.
18870         (llrint_test_upward): Likewise.
18871         (log_test): Likewise.
18872         (log10_test): Likewise.
18873         (log1p_test): Likewise.
18874         (log2_test): Likewise.
18875         (logb_test): Likewise.
18876         (logb_test_downward): Likewise.
18877         (lround_test): Likewise.
18878         (llround_test): Likewise.
18879         (modf_test): Likewise.
18880         (nearbyint_test): Likewise.
18881         (nextafter_test): Likewise.
18882         (nexttoward_test): Likewise.
18883         (pow_test): Likewise.
18884         (pow_test_tonearest): Likewise.
18885         (pow_test_towardzero): Likewise.
18886         (pow_test_downward): Likewise.
18887         (pow_test_upward): Likewise.
18888         (remainder_test): Likewise.
18889         (remainder_test_tonearest): Likewise.
18890         (remainder_test_towardzero): Likewise.
18891         (remainder_test_downward): Likewise.
18892         (remainder_test_upward): Likewise.
18893         (remquo_test): Likewise.
18894         (rint_test): Likewise.
18895         (rint_test_tonearest): Likewise.
18896         (rint_test_towardzero): Likewise.
18897         (rint_test_downward): Likewise.
18898         (rint_test_upward): Likewise.
18899         (round_test): Likewise.
18900         (scalb_test): Likewise.
18901         (scalbn_test): Likewise.
18902         (scalbln_test): Likewise.
18903         (signbit_test): Likewise.
18904         (sin_test): Likewise.
18905         (sin_test_tonearest): Likewise.
18906         (sin_test_towardzero): Likewise.
18907         (sin_test_downward): Likewise.
18908         (sin_test_upward): Likewise.
18909         (sincos_test): Likewise.
18910         (sinh_test): Likewise.
18911         (sinh_test_tonearest): Likewise.
18912         (sinh_test_towardzero): Likewise.
18913         (sinh_test_downward): Likewise.
18914         (sinh_test_upward): Likewise.
18915         (sqrt_test): Likewise.
18916         (tan_test): Likewise.
18917         (tan_test_tonearest): Likewise.
18918         (tan_test_towardzero): Likewise.
18919         (tan_test_downward): Likewise.
18920         (tan_test_upward): Likewise.
18921         (tanh_test): Likewise.
18922         (tgamma_test): Likewise.
18923         (trunc_test): Likewise.
18924         (y0_test): Likewise.
18925         (y1_test): Likewise.
18926         (yn_test): Likewise.
18927         (significand_test): Likewise.
18928
18929 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
18930
18931         [BZ #15381]
18932         * libio/genops.c (_IO_no_init): Initialize wide struct info.
18933
18934 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
18935
18936         [BZ #14894]
18937         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
18938         __ppc_mdoio and __ppc_mdoom.
18939         * manual/platform.texi: Document new functions __ppc_yield,
18940         __ppc_mdoio and __ppc_mdoom.
18941
18942 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
18943
18944         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
18945         (main): Mention "tls" pseudo-hwcap is legacy.
18946         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
18947
18948 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
18949
18950         * math/gen-libm-test.pl (parse_args): Output only string of
18951         arguments as text for test name, not full call or descriptions of
18952         tests for extra outputs.
18953         (generate_testfile): Do not pass function name to parse_args.
18954         Generate this_func variable from START.
18955         * math/libm-test.inc (struct test_f_f_data): Rename test_name
18956         field to arg_str.
18957         (struct test_ff_f_data): Likewise.
18958         (test_ff_f_data_nexttoward): Likewise.
18959         (struct test_fi_f_data): Likewise.
18960         (struct test_fl_f_data): Likewise.
18961         (struct test_if_f_data): Likewise.
18962         (struct test_fff_f_data): Likewise.
18963         (struct test_c_f_data): Likewise.
18964         (struct test_f_f1_data): Likewise.  Remove field extra_name.
18965         (struct test_fF_f1_data): Likewise.
18966         (struct test_ffI_f1_data): Likewise.
18967         (struct test_c_c_data): Rename test_name field to arg_str.
18968         (struct test_cc_c_data): Likewise.
18969         (struct test_f_i_data): Likewise.
18970         (struct test_ff_i_data): Likewise.
18971         (struct test_f_l_data): Likewise.
18972         (struct test_f_L_data): Likewise.
18973         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
18974         and extra2_name.
18975         (COMMON_TEST_SETUP): New macro.
18976         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
18977         (COMMON_TEST_CLEANUP): Likewise.
18978         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
18979         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
18980         macros.
18981         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
18982         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
18983         macros.
18984         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
18985         (RUN_TEST_fff_f): Take argument string.  Call new setup and
18986         cleanup macros.
18987         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
18988         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
18989         macros.
18990         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
18991         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
18992         macros.
18993         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
18994         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
18995         cleanup macros.
18996         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
18997         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
18998         cleanup macros.
18999         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19000         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19001         cleanup macros.
19002         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19003         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19004         macros.
19005         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19006         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19007         macros.
19008         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19009         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19010         macros.
19011         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19012         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19013         cleanup macros.
19014         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19015         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19016         cleanup macros.
19017         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19018         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19019         macros.
19020         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19021         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19022         cleanup macros.
19023         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19024         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19025         macros.
19026         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19027         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19028         macros.
19029         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19030         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19031         cleanup macros.
19032         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19033
19034 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19035
19036         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19037         to _sifields.sigfault.
19038         (si_addr_lsb): Define new macro.
19039         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19040         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19041         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19042
19043 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19044
19045         [BZ #15441]
19046         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19047         returns -1.
19048         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19049         null return -1.
19050         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19051         loading the domain.
19052
19053 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19054
19055         * math/gen-libm-test.pl (parse_args): Do not include expected
19056         result in test name.
19057         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19058         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19059         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19060         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19061         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19063
19064 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19065
19066         * benchtests/Makefile: Sort function entries.
19067
19068         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19069         tanh, asinh, acosh, atanh.
19070         * benchtests/acos-inputs: New file.
19071         * benchtests/acosh-inputs: New file.
19072         * benchtests/asin-inputs: New file.
19073         * benchtests/asinh-inputs: New file.
19074         * benchtests/atanh-inputs: New file.
19075         * benchtests/cosh-inputs: New file.
19076         * benchtests/log-inputs: New file.
19077         * benchtests/sinh-inputs: New file.
19078         * benchtests/tanh-inputs: New file.
19079
19080 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19081
19082         [BZ #15339]
19083         * posix/tst-getaddrinfo4.c: New test.
19084         * posix/Makefile (tests): Add it.
19085
19086 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19087
19088         [BZ #15339]
19089         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19090         when no services were used.
19091         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19092         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19093
19094 2013-05-21  Andreas Schwab  <schwab@suse.de>
19095
19096         [BZ #15014]
19097         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19098         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19099         successful.
19100         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19101         redundant variable declarations and reallocation of buffer when
19102         parsing as IPv6 address.  Always set NSS status when called from
19103         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19104         buffer too small.  Correct computation of needed size.
19105         * nss/Makefile (tests): Add test-digits-dots.
19106         * nss/test-digits-dots.c: New test.
19107
19108 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19109
19110         * benchtests/Makefile: Remove instructions for adding
19111         benchmark tests.
19112         * benchtests/README: New file to explain how to execute and
19113         enhance the benchmark tests.
19114
19115 2013-05-21  Andreas Schwab  <schwab@suse.de>
19116
19117         [BZ #15493]
19118         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19119         * setjmp/tst-sigsetjmp.c: New test.
19120
19121 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19122
19123         * sysdeps/x86_64/memset.S (memset): New implementation.
19124         (__bzero): Likewise.
19125         (__memset_tail): New function.
19126
19127 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19128
19129         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19130         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19131         __memcpy_sse2_unaligned ifunc selection.
19132         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19133         Add memcpy-sse2-unaligned.S.
19134         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19135         Add: __memcpy_sse2_unaligned.
19136
19137 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19138
19139         [BZ #15490]
19140         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19141         math_force_eval before restoring floating-point envrionment.
19142         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19143         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19144         Likewise.
19145         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19146         <math_private.h>.
19147         (__nearbyintl): Use math_force_eval before restoring
19148         floating-point environment.
19149         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19150
19151         * math/gen-libm-test.pl (special_functions): Remove.
19152         (parse_args): Don't handle TEST_extra.  Handle functions with no
19153         return value.
19154         * math/libm-test.inc (struct test_sincos_data): Replace with
19155         struct test_fFF_11_data.
19156         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19157         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19158         (sincos_test_data): Change element type to struct
19159         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19160         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19161         RUN_TEST_LOOP_sincos.
19162         * math/README.libm-test: Don't mention special handling of
19163         individual functions.
19164         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19165         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19166         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19167         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19168         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19170
19171         * math/gen-libm-test.pl (get_variable): Remove function.
19172         (parse_args): Don't show pointer parameters to call in test
19173         names.  Use "extra output N" in test names for extra outputs
19174         rather than naming variables.
19175
19176 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19177
19178         [BZ #15488]
19179         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19180         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19181         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19182         double tests.
19183         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19184         disable.
19185         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19186         check_long_double.
19187
19188         * math/gen-libm-test.pl (@tests): Remove variable.
19189         ($count): Likewise.
19190         (new_test): Remove function.
19191         (show_exceptions): New function.
19192         (special_functions): Use show_exceptions instead of new_test.
19193         (parse_args): Likewise.
19194         (generate_testfile): Pass only function name in generated call to
19195         print_max_error or print_complex_max_error.
19196         (get_ulps): Do not handle complex tests specially.
19197         (output_test): Rename to ...
19198         (get_all_ulps_for_test): ... this.  Return a string rather than
19199         printing to a file.  Require ulps to be present.
19200         (output_ulps): Generate arrays rather than #defines.
19201         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19202         (struct ulp_data): New type.
19203         (BUILD_COMPLEX_ULP): Remove macro.
19204         (compare_ulp_data): New function.
19205         (find_ulps): Likewise.
19206         (find_test_ulps): Likewise.
19207         (find_function_ulps): Likewise.
19208         (find_complex_function_ulps): Likewise.
19209         (print_max_error): Determine allowed ulps using
19210         find_function_ulps.
19211         (print_complex_max_error): Determine allowed ulps using
19212         find_complex_function_ulps.
19213         (check_float_internal): Determine max ulps using find_test_ulps.
19214         (check_float): Do not take max_ulp parameter.  Update call to
19215         check_float_internal.
19216         (check_complex): Likewise.
19217         (check_int): Do not take max_ulp parameter.
19218         (check_long): Likewise.
19219         (check_bool): Likewise.
19220         (check_longlong): Likewise.
19221         (struct test_f_f_data): Remove max_ulp field.
19222         (struct test_ff_f_data): Likewise.
19223         (struct test_ff_f_data_nexttoward): Likewise.
19224         (struct test_fi_f_data): Likewise.
19225         (struct test_fl_f_data): Likewise.
19226         (struct test_if_f_data): Likewise.
19227         (struct test_fff_f_data): Likewise.
19228         (struct test_c_f_data): Likewise.
19229         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19230         (struct test_fF_f1_data): Likewise.
19231         (struct test_ffI_f1_data): Likewise.
19232         (struct test_c_c_data): Remove max_ulp field.
19233         (struct test_cc_c_data): Likewise.
19234         (struct test_f_i_data): Likewise.
19235         (struct test_ff_i_data): Likewise.
19236         (struct test_f_l_data): Likewise.
19237         (struct test_f_L_data): Likewise.
19238         (struct test_sincos_data): Likewise.
19239         (RUN_TEST_f_f): Do not handle ulps.
19240         (RUN_TEST_LOOP_f_f): Likewise.
19241         (RUN_TEST_2_f): Likewise.
19242         (RUN_TEST_LOOP_2_f): Likewise.
19243         (RUN_TEST_fff_f): Likewise.
19244         (RUN_TEST_LOOP_fff_f): Likewise.
19245         (RUN_TEST_c_f): Likewise.
19246         (RUN_TEST_LOOP_c_f): Likewise.
19247         (RUN_TEST_f_f1): Likewise.
19248         (RUN_TEST_LOOP_f_f1): Likewise.
19249         (RUN_TEST_fF_f1): Likewise.
19250         (RUN_TEST_LOOP_fF_f1): Likewise.
19251         (RUN_TEST_fI_f1): Likewise.
19252         (RUN_TEST_LOOP_fI_f1): Likewise.
19253         (RUN_TEST_ffI_f1): Likewise.
19254         (RUN_TEST_LOOP_ffI_f1): Likewise.
19255         (RUN_TEST_c_c): Likewise.
19256         (RUN_TEST_LOOP_c_c): Likewise.
19257         (RUN_TEST_cc_c): Likewise.
19258         (RUN_TEST_LOOP_cc_c): Likewise.
19259         (RUN_TEST_f_i): Likewise.
19260         (RUN_TEST_LOOP_f_i): Likewise.
19261         (RUN_TEST_f_i_tg): Likewise.
19262         (RUN_TEST_LOOP_f_i_tg): Likewise.
19263         (RUN_TEST_ff_i_tg): Likewise.
19264         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19265         (RUN_TEST_f_b): Likewise.
19266         (RUN_TEST_LOOP_f_b): Likewise.
19267         (RUN_TEST_f_b_tg): Likewise.
19268         (RUN_TEST_LOOP_f_b_tg): Likewise.
19269         (RUN_TEST_f_l): Likewise.
19270         (RUN_TEST_LOOP_f_l): Likewise.
19271         (RUN_TEST_f_L): Likewise.
19272         (RUN_TEST_LOOP_f_L): Likewise.
19273         (RUN_TEST_sincos): Likewise.
19274         (RUN_TEST_LOOP_sincos): Likewise.
19275
19276 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19277
19278         [BZ #15480]
19279         [BZ #15485]
19280         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19281         main case of finite arguments, set rounding mode to FE_TONEAREST
19282         and discard exceptions.
19283         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19284         exceptions.
19285         (remainder_tonearest_test_data): New variable.
19286         (remainder_test_tonearest): New function.
19287         (remainder_towardzero_test_data): New variable.
19288         (remainder_test_towardzero): New function.
19289         (remainder_downward_test_data): New variable.
19290         (remainder_test_downward): New function.
19291         (remainder_upward_test_data): New variable.
19292         (remainder_test_upward): New function.
19293         (main): Call the new test functions.
19294
19295         * math/libm-test.inc (struct test_f_f1_data): Remove field
19296         extra_init.
19297         (struct test_fF_f1_data): Likewise.
19298         (struct test_ffI_f1_data): Likewise.
19299         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19300         based on value of EXTRA_EXPECTED.
19301         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19302         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19303         EXTRA_VAR based on value of EXTRA_EXPECTED.
19304         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19305         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19306         EXTRA_VAR based on value of EXTRA_EXPECTED.
19307         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19308         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19309         EXTRA_VAR based on value of EXTRA_EXPECTED.
19310         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19311         * math/gen-libm-test.pl (parse_args): Don't output initializers
19312         for extra output values.
19313
19314         * math/libm-test.inc (check_int): Expect result to be exactly
19315         equal to expected value and do not handle ulps.
19316         (check_long): Likewise.
19317         (check_longlong): Likewise.
19318
19319         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19320         exceptions.
19321         (cimag_test_data): Likewise.
19322         (conj_test_data): Likewise.
19323         (copysign_test_data): Likewise.
19324         (cproj_test_data): Likewise.
19325         (creal_test_data): Likewise.
19326         (fabs_test_data): Likewise.
19327         (fdim_test_data): Likewise.
19328         (finite_test_data): Likewise.
19329         (floor_test_data): Likewise.
19330         (fmax_test_data): Likewise.
19331         (fmin_test_data): Likewise.
19332         (fmod_test_data): Likewise.
19333         (fpclassify_test_data): Likewise.
19334         (frexp_test_data): Likewise.
19335         (ilogb_test_data): Likewise.
19336         (isfinite_test_data): Likewise.
19337         (isgreater_test_data): Likewise.
19338         (isgreaterequal_test_data): Likewise.
19339         (isinf_test_data): Likewise.
19340         (isless_test_data): Likewise.
19341         (islessequal_test_data): Likewise.
19342         (islessgreater_test_data): Likewise.
19343         (isnan_test_data): Likewise.
19344         (isnormal_test_data): Likewise.
19345         (issignaling_test_data): Likewise.
19346         (isunordered_test_data): Likewise.
19347         (ldexp_test_data): Likewise.
19348         (lrint_test_data): Likewise.
19349         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19350         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19351         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19352         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19353         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19354         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19355         test input.
19356         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19357         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19358         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19359         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19360         that test input.
19361         (lrint_downward_test_data): Test for "inexact" exceptions.
19362         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19363         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19364         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19365         test input.
19366         (lrint_upward_test_data): Test for "inexact" exceptions.
19367         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19368         test input.
19369         (llrint_test_data): Test for "inexact" exceptions.
19370         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19371         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19372         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19373         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19374         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19375         (llrint_downward_test_data): Test for "inexact" exceptions.
19376         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19377         (llrint_upward_test_data): Test for "inexact" exceptions.
19378         (logb_test_data): Likewise.
19379         (logb_downward_test_data): Likewise.
19380         (nextafter_test_data): Likewise.
19381         (nexttoward_test_data): Likewise.
19382         (remainder_test_data): Likewise.
19383         (remquo_test_data): Likewise.
19384         (scalbn_test_data): Likewise.
19385         (scalbln_test_data): Likewise.
19386         (signbit_test_data): Likewise.
19387         (sqrt_test_data): Likewise.
19388         (significand_test_data): Likewise.
19389
19390 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19391
19392         [BZ #15424]
19393         * benchtests/bench-modf.c (struct args): Mark arg0 as
19394         volatile.
19395         * scripts/bench.pl: Mark members of struct args as volatile.
19396
19397 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19398
19399         [BZ # 15497]
19400         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19401         negative infinity on POWER6 or lower.
19402         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19403
19404 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19405
19406         [BZ #15442]
19407         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19408         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19409         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19410         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19411         (_FP_SETQNAN): New macro.
19412         (_FP_SETQNAN_SEMIRAW): Likewise.
19413         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19414         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19415         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19416         (FP_EXTEND): Use _FP_FRAC_SNANP.
19417         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19418         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19419         into account.
19420         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19421         New macro.
19422         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19423         Likewise.
19424
19425 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19426
19427         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
19428         with DIVIDE_BY_ZERO_EXCEPTION.
19429         (gamma_test_data): Likewise.
19430         (lgamma_test_data): Likewise.
19431         (log_test_data): Likewise.
19432         (log10_test_data): Likewise.
19433         (log2_test_data): Likewise.
19434         (tgamma_test_data): Likewise.
19435
19436         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
19437         (acos_test_tonearest): Likewise.
19438         (acos_test_towardzero): Likewise.
19439         (acos_test_downward): Likewise.
19440         (acos_test_upward): Likewise.
19441         (acosh_test): Likewise.
19442         (asin_test): Likewise.
19443         (asin_test_tonearest): Likewise.
19444         (asin_test_towardzero): Likewise.
19445         (asin_test_downward): Likewise.
19446         (asin_test_upward): Likewise.
19447         (asinh_test): Likewise.
19448         (atan_test): Likewise.
19449         (atanh_test): Likewise.
19450         (atan2_test): Likewise.
19451         (cabs_test): Likewise.
19452         (cacos_test): Likewise.
19453         (cacosh_test): Likewise.
19454         (casin_test): Likewise.
19455         (casinh_test): Likewise.
19456         (catan_test): Likewise.
19457         (catanh_test): Likewise.
19458         (cbrt_test): Likewise.
19459         (ccos_test): Likewise.
19460         (ccosh_test): Likewise.
19461         (cexp_test): Likewise.
19462         (clog_test): Likewise.
19463         (clog10_test): Likewise.
19464         (cos_test): Likewise.
19465         (cos_test_tonearest): Likewise.
19466         (cos_test_towardzero): Likewise.
19467         (cos_test_downward): Likewise.
19468         (cos_test_upward): Likewise.
19469         (cosh_test): Likewise.
19470         (cosh_test_tonearest): Likewise.
19471         (cosh_test_towardzero): Likewise.
19472         (cosh_test_downward): Likewise.
19473         (cosh_test_upward): Likewise.
19474         (cpow_test): Likewise.
19475         (csin_test): Likewise.
19476         (csinh_test): Likewise.
19477         (csqrt_test): Likewise.
19478         (ctan_test): Likewise.
19479         (ctan_test_tonearest): Likewise.
19480         (ctan_test_towardzero): Likewise.
19481         (ctan_test_downward): Likewise.
19482         (ctan_test_upward): Likewise.
19483         (ctanh_test): Likewise.
19484         (ctanh_test_tonearest): Likewise.
19485         (ctanh_test_towardzero): Likewise.
19486         (ctanh_test_downward): Likewise.
19487         (ctanh_test_upward): Likewise.
19488         (erf_test): Likewise.
19489         (erfc_test): Likewise.
19490         (exp_test): Likewise.
19491         (exp_test_tonearest): Likewise.
19492         (exp_test_towardzero): Likewise.
19493         (exp_test_downward): Likewise.
19494         (exp_test_upward): Likewise.
19495         (exp10_test): Likewise.
19496         (exp2_test): Likewise.
19497         (expm1_test): Likewise.
19498         (fmod_test): Likewise.
19499         (gamma_test): Likewise.
19500         (hypot_test): Likewise.
19501         (j0_test): Likewise.
19502         (j1_test): Likewise.
19503         (jn_test): Likewise.
19504         (lgamma_test): Likewise.
19505         (log_test): Likewise.
19506         (log10_test): Likewise.
19507         (log1p_test): Likewise.
19508         (log2_test): Likewise.
19509         (logb_test_downward): Likewise.
19510         (pow_test): Likewise.
19511         (pow_test_tonearest): Likewise.
19512         (pow_test_towardzero): Likewise.
19513         (pow_test_downward): Likewise.
19514         (pow_test_upward): Likewise.
19515         (remainder_test): Likewise.
19516         (remquo_test): Likewise.
19517         (sin_test): Likewise.
19518         (sin_test_tonearest): Likewise.
19519         (sin_test_towardzero): Likewise.
19520         (sin_test_downward): Likewise.
19521         (sin_test_upward): Likewise.
19522         (sincos_test): Likewise.
19523         (sinh_test): Likewise.
19524         (sinh_test_tonearest): Likewise.
19525         (sinh_test_towardzero): Likewise.
19526         (sinh_test_downward): Likewise.
19527         (sinh_test_upward): Likewise.
19528         (sqrt_test): Likewise.
19529         (tan_test): Likewise.
19530         (tan_test_tonearest): Likewise.
19531         (tan_test_towardzero): Likewise.
19532         (tan_test_downward): Likewise.
19533         (tan_test_upward): Likewise.
19534         (tanh_test): Likewise.
19535         (tgamma_test): Likewise.
19536         (y0_test): Likewise.
19537         (y1_test): Likewise.
19538         (yn_test): Likewise.
19539
19540         * math/gen-libm-test.pl (adjust_arg): Remove function.
19541         (special_function): Remove argument $in_func.  Only handle
19542         generating output for tables of tests, not inside functions.
19543         (parse_args): Likewise.
19544         (generate_testfile): Remove variable $in_func.  Update call to
19545         parse_args.
19546         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
19547         (MINUS_ZERO_INIT): Rename macro to minus_zero.
19548         (PLUS_INFTY_INIT): Rename macro to plus_infty.
19549         (MINUS_INFTY_INIT): Rename macro to minus_infty.
19550         (QNAN_VALUE_INIT): Rename macro to qnan_value.
19551         (MAX_VALUE_INIT): Rename macro to max_value.
19552         (MIN_VALUE_INIT): Rename macro to min_value.
19553         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
19554         (plus_zero): Remove variable.
19555         (minus_zero): Likewise.
19556         (plus_infty): Likewise.
19557         (minus_infty): Likewise.
19558         (qnan_value): Likewise.
19559         (max_value): Likewise.
19560         (min_value): Likewise.
19561         (min_subnorm_value): Likewise.
19562
19563 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19564
19565         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
19566         uint64_t or uint32_t usage.
19567         * crypt/sha256-block.c: Likewise.
19568         * crypt/sha256-crypt.c: Likewise.
19569         * crypt/sha256.c: Likewise.
19570         * crypt/sha512-block.c: Likewise.
19571         * crypt/sha512-crypt.c: Likewise.
19572         * crypt/sha512.c: Likewise.
19573         * debug/backtrace-tst.c: Likewise.
19574         * debug/pcprofiledump.c: Likewise.
19575         * elf/cache.c: Likewise.
19576         * elf/dl-cache.c: Likewise.
19577         * elf/dl-misc.c: Likewise.
19578         * elf/dl-profile.c: Likewise.
19579         * elf/dl-support.c: Likewise.
19580         * elf/ldconfig.c: Likewise.
19581         * elf/sprof.c: Likewise.
19582         * iconv/dummy-repertoire.c: Likewise.
19583         * iconv/iconv_charmap.c: Likewise.
19584         * iconv/skeleton.c: Likewise.
19585         * iconvdata/8bit-generic.c: Likewise.
19586         * iconvdata/cp737.h: Likewise.
19587         * iconvdata/cp775.h: Likewise.
19588         * iconvdata/ibm1008.h: Likewise.
19589         * iconvdata/ibm1025.h: Likewise.
19590         * iconvdata/ibm1046.h: Likewise.
19591         * iconvdata/ibm1097.h: Likewise.
19592         * iconvdata/ibm1112.h: Likewise.
19593         * iconvdata/ibm1122.h: Likewise.
19594         * iconvdata/ibm1123.h: Likewise.
19595         * iconvdata/ibm1124.h: Likewise.
19596         * iconvdata/ibm1129.h: Likewise.
19597         * iconvdata/ibm1130.h: Likewise.
19598         * iconvdata/ibm1132.h: Likewise.
19599         * iconvdata/ibm1133.h: Likewise.
19600         * iconvdata/ibm1137.h: Likewise.
19601         * iconvdata/ibm1140.h: Likewise.
19602         * iconvdata/ibm1141.h: Likewise.
19603         * iconvdata/ibm1142.h: Likewise.
19604         * iconvdata/ibm1143.h: Likewise.
19605         * iconvdata/ibm1144.h: Likewise.
19606         * iconvdata/ibm1145.h: Likewise.
19607         * iconvdata/ibm1146.h: Likewise.
19608         * iconvdata/ibm1147.h: Likewise.
19609         * iconvdata/ibm1148.h: Likewise.
19610         * iconvdata/ibm1149.h: Likewise.
19611         * iconvdata/ibm1153.h: Likewise.
19612         * iconvdata/ibm1154.h: Likewise.
19613         * iconvdata/ibm1155.h: Likewise.
19614         * iconvdata/ibm1156.h: Likewise.
19615         * iconvdata/ibm1157.h: Likewise.
19616         * iconvdata/ibm1158.h: Likewise.
19617         * iconvdata/ibm1160.h: Likewise.
19618         * iconvdata/ibm1161.h: Likewise.
19619         * iconvdata/ibm1162.h: Likewise.
19620         * iconvdata/ibm1163.h: Likewise.
19621         * iconvdata/ibm1164.h: Likewise.
19622         * iconvdata/ibm1166.h: Likewise.
19623         * iconvdata/ibm1167.h: Likewise.
19624         * iconvdata/ibm12712.h: Likewise.
19625         * iconvdata/ibm1390.h: Likewise.
19626         * iconvdata/ibm1399.h: Likewise.
19627         * iconvdata/ibm16804.h: Likewise.
19628         * iconvdata/ibm4517.h: Likewise.
19629         * iconvdata/ibm4899.h: Likewise.
19630         * iconvdata/ibm4909.h: Likewise.
19631         * iconvdata/ibm4971.h: Likewise.
19632         * iconvdata/ibm5347.h: Likewise.
19633         * iconvdata/ibm803.h: Likewise.
19634         * iconvdata/ibm856.h: Likewise.
19635         * iconvdata/ibm901.h: Likewise.
19636         * iconvdata/ibm902.h: Likewise.
19637         * iconvdata/ibm9030.h: Likewise.
19638         * iconvdata/ibm9066.h: Likewise.
19639         * iconvdata/ibm921.h: Likewise.
19640         * iconvdata/ibm922.h: Likewise.
19641         * iconvdata/ibm9448.h: Likewise.
19642         * iconvdata/isiri-3342.h: Likewise.
19643         * iconvdata/jis0201.h: Likewise.
19644         * include/link.h: Likewise.
19645         * include/netdb.h: Likewise.
19646         * inet/check_native.c: Likewise.
19647         * inet/check_pf.c: Likewise.
19648         * inet/getipv4sourcefilter.c: Likewise.
19649         * inet/getnameinfo.c: Likewise.
19650         * inet/getsourcefilter.c: Likewise.
19651         * inet/htonl.c: Likewise.
19652         * inet/setipv4sourcefilter.c: Likewise.
19653         * inet/setsourcefilter.c: Likewise.
19654         * inet/test-inet6_opt.c: Likewise.
19655         * inet/tst-network.c: Likewise.
19656         * locale/C-collate.c: Likewise.
19657         * locale/C-ctype.c: Likewise.
19658         * locale/C-time.c: Likewise.
19659         * locale/C-translit.h: Likewise.
19660         * locale/loadarchive.c: Likewise.
19661         * locale/programs/3level.h: Likewise.
19662         * locale/programs/charmap.c: Likewise.
19663         * locale/programs/charmap.h: Likewise.
19664         * locale/programs/ld-address.c: Likewise.
19665         * locale/programs/ld-collate.c: Likewise.
19666         * locale/programs/ld-ctype.c: Likewise.
19667         * locale/programs/ld-identification.c: Likewise.
19668         * locale/programs/ld-measurement.c: Likewise.
19669         * locale/programs/ld-messages.c: Likewise.
19670         * locale/programs/ld-monetary.c: Likewise.
19671         * locale/programs/ld-name.c: Likewise.
19672         * locale/programs/ld-numeric.c: Likewise.
19673         * locale/programs/ld-paper.c: Likewise.
19674         * locale/programs/ld-telephone.c: Likewise.
19675         * locale/programs/ld-time.c: Likewise.
19676         * locale/programs/linereader.c: Likewise.
19677         * locale/programs/locale.c: Likewise.
19678         * locale/programs/locarchive.c: Likewise.
19679         * locale/programs/locfile.h: Likewise.
19680         * locale/programs/repertoire.c: Likewise.
19681         * locale/programs/simple-hash.c: Likewise.
19682         * locale/programs/simple-hash.h: Likewise.
19683         * malloc/memusage.c: Likewise.
19684         * malloc/memusagestat.c: Likewise.
19685         * nis/nis_defaults.c: Likewise.
19686         * nis/nis_hash.c: Likewise.
19687         * nis/nis_print.c: Likewise.
19688         * nis/nis_xdr.c: Likewise.
19689         * nscd/connections.c: Likewise.
19690         * nscd/hstcache.c: Likewise.
19691         * nscd/nscd_gethst_r.c: Likewise.
19692         * nscd/nscd_getserv_r.c: Likewise.
19693         * nscd/nscd_helper.c: Likewise.
19694         * nscd/servicescache.c: Likewise.
19695         * nss/makedb.c: Likewise.
19696         * nss/nss_db/db-XXX.c: Likewise.
19697         * nss/nss_db/db-initgroups.c: Likewise.
19698         * nss/nss_db/db-netgrp.c: Likewise.
19699         * nss/nss_files/files-network.c: Likewise.
19700         * nss/nss_files/files-parse.c: Likewise.
19701         * posix/bug-regex5.c: Likewise.
19702         * posix/fnmatch_loop.c: Likewise.
19703         * posix/regcomp.c: Likewise.
19704         * posix/regexec.c: Likewise.
19705         * posix/tst-rfc3484-2.c: Likewise.
19706         * posix/tst-rfc3484-3.c: Likewise.
19707         * posix/tst-rfc3484.c: Likewise.
19708         * resolv/nss_dns/dns-canon.c: Likewise.
19709         * resolv/nss_dns/dns-network.c: Likewise.
19710         * resolv/res_init.c: Likewise.
19711         * resolv/res_mkquery.c: Likewise.
19712         * resolv/tst-aton.c: Likewise.
19713         * stdlib/cxa_atexit.c: Likewise.
19714         * stdlib/cxa_finalize.c: Likewise.
19715         * stdlib/gen-fpioconst.c: Likewise.
19716         * stdlib/strtol_l.c: Likewise.
19717         * string/tst-endian.c: Likewise.
19718         * sunrpc/auth_des.c: Likewise.
19719         * sunrpc/clnt_udp.c: Likewise.
19720         * sunrpc/rtime.c: Likewise.
19721         * sunrpc/svcauth_des.c: Likewise.
19722         * sunrpc/xdr.c: Likewise.
19723         * sunrpc/xdr_intXX_t.c: Likewise.
19724         * sunrpc/xdr_rec.c: Likewise.
19725         * sysdeps/generic/ldconfig.h: Likewise.
19726         * sysdeps/generic/ldsodefs.h: Likewise.
19727         * sysdeps/generic/memusage.h: Likewise.
19728         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
19729         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
19730         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
19731         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
19732         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19733         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
19734         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
19735         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
19736         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19737         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19738         * sysdeps/posix/getaddrinfo.c: Likewise.
19739         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
19740         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
19741         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
19742         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
19743         * sysdeps/powerpc/test-gettimebase.c: Likewise.
19744         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
19745         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
19746         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
19747         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
19748         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
19749         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
19750         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
19751         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
19752         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
19753         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
19754         * sysdeps/x86_64/dl-tls.h: Likewise.
19755         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
19756         * time/alt_digit.c: Likewise.
19757         * time/era.c: Likewise.
19758         * wcsmbs/tst-c16c32-1.c: Likewise.
19759
19760 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19761
19762         * math/libm-test.inc (struct test_sincos_data): New type.
19763         (RUN_TEST_LOOP_sincos): New macro.
19764         (sincos_test_data): New variable.
19765         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
19766
19767 2013-05-16  Richard Henderson  <rth@redhat.com>
19768
19769         * math/atest-exp2.c (LIMB64): New macro.
19770         (CONSTSZ): New macro.
19771         (mp_exp1, mp_exp_m1, mp_log2): New variables.
19772         (hexdig): Move ...
19773         (print_mpn_fp): ... to function scope.
19774         (read_mpn_hex): Remove.
19775         (get_log2): Remove.
19776         (exp2_mpn): Use mp_log2.
19777         (main): Use mp_exp1.
19778
19779 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19780
19781         * math/libm-test.inc: Remove comment about not testing "inexact"
19782         exceptions.
19783         (INEXACT_EXCEPTION): New macro.
19784         (NO_INEXACT_EXCEPTION): Likewise.
19785         (INVALID_EXCEPTION_OK): Update value.
19786         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
19787         (OVERFLOW_EXCEPTION_OK): Likewise.
19788         (UNDERFLOW_EXCEPTION_OK): Likewise.
19789         (IGNORE_ZERO_INF_SIGN): Likewise.
19790         (ERRNO_UNCHANGED): Likewise.
19791         (ERRNO_EDOM): Likewise.
19792         (ERRNO_ERANGE): Likewise.
19793         (test_exceptions): Handle testing "inexact" exceptions.
19794         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
19795         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
19796         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
19797         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
19798         INEXACT_EXCEPTION.
19799         (rint_towardzero_test_data): Likewise.
19800         (rint_downward_test_data): Likewise.
19801         (rint_upward_test_data): Likewise.
19802
19803         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
19804         with OVERFLOW_EXCEPTION.
19805         (exp10_test_data): Likewise.
19806         (exp2_test_data): Likewise.
19807         (expm1_test_data): Likewise.
19808         (lgamma_test_data): Likewise.
19809         (pow_test_data): Likewise.
19810         (tgamma_test_data): Likewise.
19811         (yn_test_data): Remove duplicate test of overflow.
19812
19813         * math/libm-test.inc (struct test_cc_c_data): New type.
19814         (RUN_TEST_LOOP_cc_c): New macro.
19815         (cpow_test_data): New variable.
19816         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
19817
19818         * math/libm-test.inc (struct test_f_L_data): New type.
19819         (RUN_TEST_LOOP_f_L): New macro.
19820         (llrint_test_data): New variable.
19821         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
19822         (llrint_tonearest_test_data): New variable.
19823         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
19824         (llrint_towardzero_test_data): New variable.
19825         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
19826         (llrint_downward_test_data): New variable.
19827         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
19828         (llrint_upward_test_data): New variable.
19829         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
19830         (llround_test_data): New variable.
19831         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
19832
19833 2013-05-13  Peter Collingbourne  <pcc@google.com>
19834
19835         * math/atest-exp2.c (get_log2): Remove const attribute.
19836
19837 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19838
19839         * math/libm-test.inc (struct test_f_l_data): New type.
19840         (RUN_TEST_LOOP_f_l): New macro.
19841         (lrint_test_data): New variable.
19842         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
19843         (lrint_tonearest_test_data): New variable.
19844         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
19845         (lrint_towardzero_test_data): New variable.
19846         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
19847         (lrint_downward_test_data): New variable.
19848         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
19849         (lrint_upward_test_data): New variable.
19850         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
19851         (lround_test_data): New variable.
19852         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
19853
19854 2013-05-15  Peter Collingbourne  <pcc@google.com>
19855
19856         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
19857         (EXTRACT_WORDS64) Use where appropriate.
19858         (INSERT_WORDS64) Likewise.
19859
19860         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
19861         constraints with x constraints.
19862         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
19863
19864         * malloc/obstack.c (_obstack_compat): Add initializer.
19865
19866 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19867
19868         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
19869         si_trapno and add si_addr_lsb to _sifields.sigfault.
19870         (si_trapno): Remove macro.
19871         (si_addr_lsb): Define new macro.
19872         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19873
19874 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19875
19876         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
19877         instead of TEST_f_l.
19878         (llrint_test_tonearest): Likewise.
19879         (llrint_test_towardzero): Likewise.
19880         (llrint_test_downward): Likewise.
19881         (llrint_test_upward): Likewise.
19882         (llround_test): Likewise.
19883
19884         * math/libm-test.inc (struct test_f_i_data): Add comment.
19885         (RUN_TEST_LOOP_f_b): New macro.
19886         (RUN_TEST_LOOP_f_b_tg): Likewise.
19887         (finite_test_data): New variable.
19888         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
19889         (isfinite_test_data): New variable.
19890         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19891         (isinf_test_data): New variable.
19892         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19893         (isnan_test_data): New variable.
19894         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19895         (isnormal_test_data): New variable.
19896         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19897         (issignaling_test_data): New variable.
19898         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19899         (signbit_test_data): New variable.
19900         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19901
19902         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
19903         with INVALID_EXCEPTION.
19904         (acosh_test_data): Likewise.
19905         (asin_test_data): Likewise.
19906         (atanh_test_data): Likewise.
19907         (fmod_test_data): Likewise.
19908         (log_test_data): Likewise.
19909         (log10_test_data): Likewise.
19910         (log2_test_data): Likewise.
19911         (pow_test_data): Likewise.
19912         (sqrt_test_data): Likewise.
19913         (y0_test_data): Likewise.
19914         (y1_test_data): Likewise.
19915         (yn_test_data): Likewise.
19916
19917         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
19918         function contents.
19919
19920         * math/libm-test.inc (struct test_ff_i_data): New type.
19921         (RUN_TEST_LOOP_ff_i_tg): New macro.
19922         (isgreater_test_data): New variable.
19923         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19924         (isgreaterequal_test_data): New variable.
19925         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19926         (isless_test_data): New variable.
19927         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19928         (islessequal_test_data): New variable.
19929         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19930         (islessgreater_test_data): New variable.
19931         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19932         (isunordered_test_data): New variable.
19933         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19934
19935 2013-05-14  David S. Miller  <davem@davemloft.net>
19936
19937         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19938
19939 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
19940
19941         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
19942
19943         * math/libm-test.inc (struct test_fF_f1_data): Change type of
19944         extra_test to int.
19945         (struct test_f_i_data): Change type of max_ulp to int.
19946
19947         * math/libm-test.inc (test_ffI_f1_data): New type.
19948         (RUN_TEST_LOOP_ffI_f1): New macro.
19949         (remquo_test_data): New variable.
19950         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
19951
19952         * setjmp/tst-setjmp-fp.c: New file.
19953         * setjmp/Makefile (tests): Add tst-setjmp-fp.
19954         (link-libm): New variable.
19955         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
19956
19957         * math/libm-test.inc (struct test_f_i_data): New type.
19958         (RUN_TEST_LOOP_f_i): New macro.
19959         (RUN_TEST_LOOP_f_i_tg): Likewise.
19960         (fpclassify_test_data): New variable.
19961         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
19962         (ilogb_test_data): New variable.
19963         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
19964
19965         * math/libm-test.inc (scalbln_test): Correct function name in END
19966         call.
19967
19968         * math/libm-test.inc (struct test_f_f1_data): Add comment.
19969         (RUN_TEST_LOOP_fI_f1): New macro.
19970         (frexp_test_data): New variable.
19971         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
19972
19973         * math/libm-test.inc (struct test_fF_f1_data): New type.
19974         (RUN_TEST_LOOP_fF_f1): New macro.
19975         (modf_test_data): New variable.
19976         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
19977
19978         * math/libm-test.inc (struct test_f_f1_data): New type.
19979         (RUN_TEST_LOOP_f_f1): New macro.
19980         (gamma_test_data): New variable.
19981         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19982         (lgamma_test_data): New variable.
19983         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19984
19985 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
19986
19987         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
19988         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
19989         (main): Comment "tls" pseudo-hwcap.
19990
19991 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
19992
19993         * math/libm-test.inc (struct test_fl_f_data): New type.
19994         (RUN_TEST_LOOP_fl_f): New variable.
19995         (scalbln_test_data): New variable.
19996         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
19997
19998         * math/libm-test.inc (struct test_fi_f_data): New type.
19999         (RUN_TEST_LOOP_fi_f): New macro.
20000         (ldexp_test_data): New variable.
20001         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20002         (scalbn_test_data): New variable.
20003         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20004
20005         * math/libm-test.inc (struct test_c_f_data): New type.
20006         (RUN_TEST_LOOP_c_f): New macro.
20007         (cabs_test_data): New variable.
20008         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20009         (carg_test_data): New variable.
20010         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20011         (cimag_test_data): New variable.
20012         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20013         (creal_test_data): New variable.
20014         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20015
20016         * math/libm-test.inc (struct test_if_f_data): New type.
20017         (RUN_TEST_LOOP_if_f): New macro.
20018         (jn_test_data): New variable.
20019         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20020         (yn_test_data): New variable.
20021         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20022
20023         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20024
20025 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20026
20027         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20028         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20029
20030 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20031
20032         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20033         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20034         (bench-deps): Add bench-timing.h.
20035         * benchtests-bench-skeleton.c: Include bench-timing.h.
20036         (main): Use TIMING_* macros instead of clock_gettime.
20037         * benchtests/bench-timing.h: New file.
20038
20039         [BZ #14582]
20040         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20041         Renamed from _LIB_VERSION.
20042         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20043
20044 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20045
20046         * math/libm-test.inc (struct test_fff_f_data): New type.
20047         (RUN_TEST_LOOP_fff_f): New macro.
20048         (fma_test_data): New variable.
20049         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20050         (fma_towardzero_test_data): New variable.
20051         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20052         (fma_downward_test_data): New variable.
20053         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20054         (fma_upward_test_data): New variable.
20055         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20056
20057         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20058         (struct test_c_c_data): New type.
20059         (RUN_TEST_LOOP_c_c): New macro.
20060         (cacos_test_data): New variable.
20061         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20062         (cacosh_test_data): New variable.
20063         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20064         (casin_test_data): New variable.
20065         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20066         (casinh_test_data): New variable.
20067         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20068         (catan_test_data): New variable.
20069         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20070         (catanh_test_data): New variable.
20071         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20072         (ccos_test_data): New variable.
20073         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20074         (ccosh_test_data): New variable.
20075         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20076         (cexp_test_data): New variable.
20077         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20078         (clog_test_data): New variable.
20079         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20080         (clog10_test_data): New variable.
20081         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20082         (conj_test_data): New variable.
20083         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20084         (cproj_test_data): New variable.
20085         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20086         (csin_test_data): New variable.
20087         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20088         (csinh_test_data): New variable.
20089         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20090         (csqrt_test_data): New variable.
20091         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20092         (ctan_test_data): New variable.
20093         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20094         (ctan_tonearest_test_data): New variable.
20095         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20096         (ctan_towardzero_test_data): New variable.
20097         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20098         (ctan_downward_test_data): New variable.
20099         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20100         (ctan_upward_test_data): New variable.
20101         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20102         (ctanh_test_data): New variable.
20103         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20104         (ctanh_tonearest_test_data): New variable.
20105         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20106         (ctanh_towardzero_test_data): New variable.
20107         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20108         (ctanh_downward_test_data): New variable.
20109         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20110         (ctanh_upward_test_data): New variable.
20111         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20112         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20113         of BUILD_COMPLEX.
20114
20115         * math/libm-test.inc (struct test_ff_f_data): New type.
20116         (struct test_ff_f_data_nexttoward): Likewise.
20117         (RUN_TEST_LOOP_2_f): New macro.
20118         (RUN_TEST_LOOP_ff_f): Likewise.
20119         (atan2_test_data): New variable.
20120         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20121         (copysign_test_data): New variable.
20122         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20123         (fdim_test_data): New variable.
20124         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20125         (fmax_test_data): New variable.
20126         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20127         (fmin_test_data): New variable.
20128         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20129         (fmod_test_data): New variable.
20130         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20131         (hypot_test_data): New variable.
20132         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20133         (nextafter_test_data): New variable.
20134         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20135         (nexttoward_test_data): New variable.
20136         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20137         (pow_test_data): New variable.
20138         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20139         (pow_tonearest_test_data): New variable.
20140         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20141         (pow_towardzero_test_data): New variable.
20142         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20143         (pow_downward_test_data): New variable.
20144         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20145         (pow_upward_test_data): New variable.
20146         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20147         (remainder_test_data): New variable.
20148         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20149         (scalb_test_data): New variable.
20150         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20151         * sysdeps/i386/fpu/libm-test-ulps: Update.
20152
20153 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20154
20155         * math/libm-test.inc (fma_test): Use max_value instead of local
20156         variable fltmax.
20157         (nextafter_test): Likewise.
20158
20159         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20160         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20161         (acos_downward_test_data): New variable.
20162         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20163         (acos_upward_test_data): New variable.
20164         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20165         (acosh_test_data): New variable.
20166         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20167         (asin_test_data): New variable.
20168         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20169         (asin_tonearest_test_data): New variable.
20170         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20171         (asin_towardzero_test_data): New variable.
20172         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20173         (asin_downward_test_data): New variable.
20174         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20175         (asin_upward_test_data): New variable.
20176         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20177         (asinh_test_data): New variable.
20178         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20179         (atan_test_data): New variable.
20180         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20181         (atanh_test_data): New variable.
20182         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20183         (cbrt_test_data): New variable.
20184         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20185         (ceil_test_data): New variable.
20186         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20187         (cos_test_data): New variable.
20188         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20189         (cos_tonearest_test_data): New variable.
20190         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20191         (cos_towardzero_test_data): New variable.
20192         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20193         (cos_downward_test_data): New variable.
20194         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20195         (cos_upward_test_data): New variable.
20196         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20197         (cosh_test_data): New variable.
20198         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20199         (cosh_tonearest_test_data): New variable.
20200         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20201         (cosh_towardzero_test_data): New variable.
20202         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20203         (cosh_downward_test_data): New variable.
20204         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20205         (cosh_upward_test_data): New variable.
20206         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20207         (erf_test_data): New variable.
20208         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20209         (erfc_test_data): New variable.
20210         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20211         (exp_test_data): New variable.
20212         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20213         (exp_tonearest_test_data): New variable.
20214         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20215         (exp_towardzero_test_data): New variable.
20216         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20217         (exp_downward_test_data): New variable.
20218         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20219         (exp_upward_test_data): New variable.
20220         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20221         (exp10_test_data): New variable.
20222         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20223         (exp2_test_data): New variable.
20224         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20225         (expm1_test_data): New variable.
20226         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20227         (fabs_test_data): New variable.
20228         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20229         (floor_test_data): New variable.
20230         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20231         (j0_test_data): New variable.
20232         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20233         (j1_test_data): New variable.
20234         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20235         (log_test_data): New variable.
20236         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20237         (log10_test_data): New variable.
20238         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20239         (log1p_test_data): New variable.
20240         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20241         (log2_test_data): New variable.
20242         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20243         (logb_test_data): New variable.
20244         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20245         (logb_downward_test_data): New variable.
20246         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20247         (nearbyint_test_data): New variable.
20248         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20249         (rint_test_data): New variable.
20250         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20251         (rint_tonearest_test_data): New variable.
20252         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20253         (rint_towardzero_test_data): New variable.
20254         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20255         (rint_downward_test_data): New variable.
20256         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20257         (rint_upward_test_data): New variable.
20258         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20259         (round_test_data): New variable.
20260         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20261         (sin_test_data): New variable.
20262         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20263         (sin_tonearest_test_data): New variable.
20264         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20265         (sin_towardzero_test_data): New variable.
20266         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20267         (sin_downward_test_data): New variable.
20268         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20269         (sin_upward_test_data): New variable.
20270         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20271         (sinh_test_data): New variable.
20272         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20273         (sinh_tonearest_test_data): New variable.
20274         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20275         (sinh_towardzero_test_data): New variable.
20276         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20277         (sinh_downward_test_data): New variable.
20278         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20279         (sinh_upward_test_data): New variable.
20280         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20281         (sqrt_test_data): New variable.
20282         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20283         (tan_test_data): New variable.
20284         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20285         (tan_tonearest_test_data): New variable.
20286         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20287         (tan_towardzero_test_data): New variable.
20288         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20289         (tan_downward_test_data): New variable.
20290         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20291         (tan_upward_test_data): New variable.
20292         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20293         (tanh_test_data): New variable.
20294         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20295         (tgamma_test_data): New variable.
20296         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20297         (trunc_test_data): New variable.
20298         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20299         (y0_test_data): New variable.
20300         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20301         (y1_test_data): New variable.
20302         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20303         (significand_test_data): New variable.
20304         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20305
20306 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20307
20308         [BZ #12387]
20309         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20310
20311 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20312
20313         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20314
20315 2013-05-10  Andreas Jaeger  <aj@suse.de>
20316
20317         [BZ #15448]
20318         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20319         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20320
20321 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20322
20323         * math/gen-libm-test.pl (adjust_arg): New function.
20324         (special_functions): Handle generating output in both functions
20325         and arrays.
20326         (parse_args): Likewise.
20327         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20328         $in_func argument to parse_args.
20329         * math/libm-test.inc (struct test_f_f_data): New type.
20330         (IF_ROUND_INIT_): New macro.
20331         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20332         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20333         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20334         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20335         (ROUND_RESTORE_): Likewise.
20336         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20337         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20338         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20339         (ROUND_RESTORE_FE_UPWARD): Likewise.
20340         (RUN_TEST_LOOP_f_f): New macro.
20341         (acos_test_data): New variable.
20342         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20343         (acos_tonearest_test_data): New variable.
20344         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20345
20346 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20347
20348         * benchtests/bench-skeleton.c (startup): Fix coding style.
20349
20350 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20351
20352         [BZ #6809]
20353         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20354         negative infinity argument.
20355         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20356         negative infinity argument.
20357         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20358         negative infinity argument.
20359         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20360         domain errors.
20361
20362 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20363
20364         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20365         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20366         * iconv/iconv_prog.c (main): Likewise.
20367         * locale/programs/charmap-dir.c (charmap_readdir)
20368         (fopen_uncompressed): Likewise.
20369         * locale/programs/locfile.c (siblings_uncached)
20370         (write_locale_data): Use lstat64 instead of lstat.
20371         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20372         stat.
20373
20374 2013-05-10  Andreas Jaeger  <aj@suse.de>
20375
20376         [BZ #15395]
20377         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20378         localization.
20379         Include <locale.h>.
20380
20381 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20382
20383         * elf/dl-close.c (_dl_close_worker): Add comments.
20384
20385 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20386
20387         [BZ #15359]
20388         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20389         high part of pi/2.
20390         (__ieee754_rem_pio2l): Update comments.
20391
20392         [BZ #15429]
20393         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20394         high part of pi/2.
20395         (__ieee754_rem_pio2l): Update comments.
20396
20397         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20398         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20399
20400         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20401         M_PI_4l.
20402
20403         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20404         (M_PI_34_LOG10El): Likewise.
20405         (M_PI2_LOG10El): Likewise.
20406         (M_PI4_LOG10El): Likewise.
20407         (M_PI_LOG10El): Likewise.
20408
20409 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20410
20411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20412
20413 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20414
20415         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20416         (MINUS_ZERO_INIT): Likewise.
20417         (PLUS_INFTY_INIT): Likewise.
20418         (MINUS_INFTY_INIT): Likewise.
20419         (QNAN_VALUE_INIT): Likewise.
20420         (MAX_VALUE_INIT): Likewise.
20421         (MIN_VALUE_INIT): Likewise.
20422         (MIN_SUBNORM_VALUE_INIT): Likewise.
20423         (plus_zero): Initialize with PLUS_ZERO_INIT.
20424         (minus_zero): Initialize with MINUS_ZERO_INIT.
20425         (plus_infty): Initialize with PLUS_INFTY_INIT.
20426         (minus_infty): Initialize with MINUS_INFTY_INIT.
20427         (qnan_value): Initialize with QNAN_VALUE_INIT.
20428         (max_value): Initialize with MAX_VALUE_INIT.
20429         (min_value): Initialize with MIN_VALUE_INIT.
20430         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
20431
20432         * math/libm-test.inc (RUN_TEST_if_f): New macro.
20433         (jn_test): Use TEST_if_f instead of TEST_ff_f.
20434         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
20435         (yn_test): Use TEST_if_f instead of TEST_ff_f.
20436
20437         * math/libm-test.inc (RUN_TEST_f_f): New macro.
20438         (RUN_TEST_2_f): Likewise.
20439         (RUN_TEST_ff_f): Likewise.
20440         (RUN_TEST_fi_f): Likewise.
20441         (RUN_TEST_fl_f): Likewise.
20442         (RUN_TEST_fff_f): Likewise.
20443         (RUN_TEST_c_f): Likewise.
20444         (RUN_TEST_f_f1): Likewise.
20445         (RUN_TEST_fF_f1): Likewise.
20446         (RUN_TEST_fI_f1): Likewise.
20447         (RUN_TEST_ffI_f1): Likewise.
20448         (RUN_TEST_c_c): Likewise.
20449         (RUN_TEST_cc_c): Likewise.
20450         (RUN_TEST_f_i): Likewise.
20451         (RUN_TEST_f_i_tg): Likewise.
20452         (RUN_TEST_ff_i_tg): Likewise.
20453         (RUN_TEST_f_b): Likewise.
20454         (RUN_TEST_f_b_tg): Likewise.
20455         (RUN_TEST_f_l): Likewise.
20456         (RUN_TEST_f_L): Likewise.
20457         (RUN_TEST_sincos): Likewise.
20458         * math/gen-libm-test.pl (new_test): Take new argument to indicate
20459         whether to show exceptions.  Do not include ");\n" in return
20460         value.
20461         (special_functions): Output call to RUN_TEST_sincos instead of
20462         check_float calls.  Update calls to new_test.
20463         (parse_args): Output call to single RUN_TEST_* macro instead of
20464         check_* calls and other assignments.  Update calls to new_test.
20465
20466         [BZ #2546]
20467         [BZ #2560]
20468         [BZ #5159]
20469         [BZ #15426]
20470         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
20471         input to result for tgamma overflow.
20472         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
20473         (gamma_coeff): New variable.
20474         (NCOEFF): New macro.
20475         (gamma_positive): New function.
20476         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
20477         underflow here.  Use gamma_positive instead of exp (lgamma) for
20478         other arguments.
20479         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
20480         (gamma_coeff): New variable.
20481         (NCOEFF): New macro.
20482         (gammaf_positive): New function.
20483         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
20484         underflow here.  Use gamma_positive instead of exp (lgamma) for
20485         other arguments.
20486         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
20487         (gamma_coeff): New variable.
20488         (NCOEFF): New macro.
20489         (gammal_positive): New function.
20490         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
20491         underflow here.  Use gamma_positive instead of exp (lgamma) for
20492         other arguments.
20493         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
20494         (gamma_coeff): New variable.
20495         (NCOEFF): New macro.
20496         (gammal_positive): New function.
20497         (__ieee754_gammal_r): Handle positive infinity, overflow and
20498         underflow here.  Handle NaN the same as positive infinity.  Remove
20499         check x < 0xffffffff for negative integers.  Use gamma_positive
20500         instead of exp (lgamma) for other arguments.
20501         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
20502         (gamma_coeff): New variable.
20503         (NCOEFF): New macro.
20504         (gammal_positive): New function.
20505         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
20506         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
20507         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
20508         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
20509         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
20510         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
20511         * sysdeps/generic/math_private.h (__gamma_productf): New
20512         prototype.
20513         (__gamma_product): Likewise.
20514         (__gamma_productl): Likewise.
20515         * math/Makefile (libm-calls): Add gamma_product.
20516         * math/libm-test.inc (tgamma_test): Add more tests.
20517         * sysdeps/i386/fpu/libm-test-ulps: Update.
20518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20519
20520 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
20521
20522         * benchtests/bench-skeleton.c (main): Preheat CPU.
20523
20524 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
20525
20526         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
20527
20528 2013-05-07  Roland McGrath  <roland@hack.frob.com>
20529
20530         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
20531         and _dl_skip_args_internal.
20532
20533 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
20534
20535         * manual/message.texi (Message Translation): Talk about users.
20536         Message to key mapping impacts design.
20537
20538 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20539
20540         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
20541
20542         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
20543
20544         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
20545         * sysdeps/wordsize-64/glob64.c: ... here.
20546
20547         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
20548         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
20549         New macros.
20550
20551         * debug/getlogin_r_chk.c: Moved to ...
20552         * login/getlogin_r_chk.c: ... here.
20553         * debug/Makefile (routines): Move getlogin_r_chk to ...
20554         * login/Makefile (routines): ... here.
20555         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
20556         * login/Versions (libc: GLIBC_2.4): ... here.
20557
20558         * io/poll.c (__poll): Renamed from poll.
20559         Add libc_hidden_def.
20560         (poll): Define as weak alias.
20561
20562         * debug/ptsname_r_chk.c: Moved to ...
20563         * login/ptsname_r_chk.c: ... here.
20564         * debug/Makefile (routines): Move ptsname_r_chk to ...
20565         * login/Makefile (routines): ... here.
20566         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
20567         * login/Versions (libc: GLIBC_2.4): ... here.
20568
20569         * posix/getlogin.c: Moved to ...
20570         * login/getlogin.c: ... here.
20571         * posix/getlogin_r.c: Moved to ...
20572         * login/getlogin_r.c: ... here.
20573         * posix/getlogin_r.c: Moved to ...
20574         * login/getlogin_r.c: ... here.
20575         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
20576         * login/Makefile (routines): ... here.
20577         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
20578         * login/Versions (libc: GLIBC_2.0): ... here.
20579
20580         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
20581         (setrlimit): Define as weak alias.
20582
20583         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
20584         Call __ names for open, ftruncate, and close.
20585         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
20586         (truncate): Define as weak alias.
20587
20588 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
20589
20590         * math/gen-libm-test.pl (parse_args): Initialize x before each
20591         test of frexp, modf and remquo.
20592
20593         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
20594         test signgam value.
20595
20596 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20597
20598         [BZ #15418]
20599         [BZ #15419]
20600         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
20601         internal tests.
20602         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20603
20604 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20605
20606         * elf/dl-writev.h: New file.
20607         * elf/dl-misc.c: Include it.
20608         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
20609         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
20610
20611 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
20612
20613         * math/libm-test.inc (noXFails): Remove variable.
20614         (noXPasses): Likewise.
20615         (BUILD_COMPLEX_INT): Remove macro.
20616         (print_screen): Remove xfail argument.
20617         (print_screen_max_error): Likewise.
20618         (update_stats): Likewise.
20619         (print_max_error): Likewise.  Update calls to other affected
20620         functions.
20621         (print_complex_max_error): Likewise.
20622         (test_single_exception): Update calls to print_screen.
20623         (test_single_errno): Likewise.
20624         (check_float_internal): Remove xfail argument.  Update calls to
20625         other affected functions.
20626         (check_float): Likewise.
20627         (check_complex): Likewise.
20628         (check_int): Likewise.
20629         (check_long): Likewise.
20630         (check_bool): Likewise.
20631         (check_longlong): Likewise.
20632         (main): Don't print noXFails and noXPasses.
20633         * math/gen-libm-test.pl (top level): Don't mention expected
20634         failure handling in comment.
20635         (new_test): Don't handle expected failures.
20636         (parse_args): Don't mention expected failure handling in comment.
20637         (generate_testfile): Don't handle expected failures.
20638         (parse_ulps): Likewise.
20639         (print_ulps_file): Likewise.
20640         (get_failure): Remove function.
20641         (output_test): Don't handle expected failures.
20642         * make/README.libm-test: Don't mention expected failure handling.
20643
20644         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
20645         (minus_zero): Likewise.
20646         (plus_infty): Likewise.
20647         (minus_infty): Likewise.
20648         (qnan_value): Likewise.
20649         (max_value): Likewise.
20650         (min_value): Likewise.
20651         (min_subnorm_value): Likewise.
20652         (initialize): Do not initialize those variables dynamically.
20653
20654 2013-05-03  Roland McGrath  <roland@hack.frob.com>
20655
20656         * io/open.c (__open_2): Moved to ...
20657         * io/open_2.c: ... this new file.
20658         * io/open64.c (__open64_2): Moved to ...
20659         * io/open64_2.c: ... this new file.
20660         * io/openat.c (__openat_2): Moved to ...
20661         * io/openat_2.c: ... this new file.
20662         * io/openat64.c (__openat64_2): Moved to ...
20663         * io/openat64_2.c: ... this new file.
20664         * io/Makefile (routines): Add them.
20665         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
20666         * sysdeps/unix/sysv/linux/open_2.c: File removed.
20667         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
20668         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
20669         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
20670         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
20671         (__openat64): Add hidden_ver.
20672         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
20673         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
20674
20675         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
20676         Separately conditionalize setting of GLRO(dl_sysinfo) so
20677         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
20678         as well, but the actual setting is only under [NEED_DL_SYSINFO].
20679
20680 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20681
20682         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
20683         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
20684         definition.
20685         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
20686         * sysdeps/unix/sysv/linux/powerpc/init-first.c
20687         (_libc_vdso_platform_setup): Add __vdso_time initialization.
20688         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
20689         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
20690
20691 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
20692
20693         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
20694         test signgam value.
20695
20696         * math/libm-test.inc (hypot_test): Do not use
20697         IGNORE_ZERO_INF_SIGN.
20698
20699 2013-05-03  Andreas Jaeger  <aj@suse.de>
20700
20701         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
20702         Linux 3.9.
20703         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
20704         (PF_MAX): Adjust for VSOCK change.
20705
20706 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20707
20708         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20709
20710 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
20711
20712         [BZ #15264]
20713         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
20714         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
20715         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
20716
20717 2013-05-02  David S. Miller  <davem@davemloft.net>
20718
20719         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20720
20721 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
20722
20723         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
20724
20725 2013-05-01  Roland McGrath  <roland@hack.frob.com>
20726
20727         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
20728
20729 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
20730
20731         [BZ #14952]
20732         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
20733         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20734         Use __attribute__ ((__gnu_inline__)).
20735         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20736         Don't use __attribute__ ((__gnu_inline__)).
20737
20738 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
20739
20740         [BZ #15423]
20741         * math/s_catan.c (__catan): Handle small real or imaginary part of
20742         input specially to avoid spurious underflow.
20743         * math/s_catanf.c (__catanf): Likewise.
20744         * math/s_catanh.c (__catanh): Likewise.
20745         * math/s_catanhf.c (__catanhf): Likewise.
20746         * math/s_catanhl.c (__catanhl): Likewise.
20747         * math/s_catanl.c (__catanl): Likewise.
20748         * math/libm-test.inc (catan_test): Add more tests.
20749         (catanh_test): Likewise.
20750         * sysdeps/i386/fpu/libm-test-ulps: Update.
20751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20752
20753 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20754
20755         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20756
20757 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
20758
20759         [BZ #15416]
20760         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
20761         accurately for denominator in atan2.
20762         * math/s_catanf.c (__catanf): Likewise.
20763         * math/s_catanh.c (__catanh): Likewise.
20764         * math/s_catanhf.c (__catanhf): Likewise.
20765         * math/s_catanhl.c (__catanhl): Likewise.
20766         * math/s_catanl.c (__catanl): Likewise.
20767         * math/libm-test.inc (catan_test): Add more tests.
20768         (catanh_test): Likewise.
20769         * sysdeps/i386/fpu/libm-test-ulps: Update.
20770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20771
20772 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20773
20774         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
20775
20776         * benchtests/Makefile (bench): Remove slow benchmarks.
20777         * benchtests/atan-inputs: Add slow benchmark inputs.
20778         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
20779         (BENCH_FUNC): Accept variant offset.
20780         (VARIANT): Define.
20781         * benchtests/bench-skeleton.c (main): Run benchmark for each
20782         variant.
20783         * benchtests/cos-inputs: Add slow benchmark inputs.
20784         * benchtests/exp-inputs: Likewise.
20785         * benchtests/pow-inputs: Likewise.
20786         * benchtests/sin-inputs: Likewise.
20787         * benchtests/slowatan-inputs: Remove.
20788         * benchtests/slowatan.c: Remove.
20789         * benchtests/slowcos-inputs: Remove.
20790         * benchtests/slowcos.c: Remove.
20791         * benchtests/slowexp-inputs: Remove.
20792         * benchtests/slowexp.c: Remove.
20793         * benchtests/slowpow-inputs: Remove.
20794         * benchtests/slowpow.c: Remove.
20795         * benchtests/slowsin-inputs: Remove.
20796         * benchtests/slowsin.c: Remove.
20797         * benchtests/slowtan-inputs: Remove.
20798         * benchtests/slowtan.c: Remove.
20799         * benchtests/tan-inputs: Add slow benchmark inputs.
20800         * scripts/bench.pl: Parse comments and directives.
20801
20802         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
20803         in CPPFLAGS.
20804         ($(objpfx)bench-%.c): Remove *-ITER.
20805         * benchtests/bench-modf.c: Remove definition of ITER.
20806         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
20807         (main): Loop for DURATION seconds instead of fixed number of
20808         iterations.
20809         * scripts/bench.pl: Don't expect iterations in parameters.
20810
20811 2013-04-29  Roland McGrath  <roland@hack.frob.com>
20812
20813         * io/fchdir.c (__fchdir): Renamed from fchdir.
20814         (fchdir): Define as weak alias.
20815
20816 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20817
20818         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
20819         (ERRNO_EDOM): Likewise.
20820         (ERRNO_ERANGE): Likewise.
20821         (noErrnoTests): New variable.
20822         (init_max_error): Set errno to 0.
20823         (test_single_errno): New function.
20824         (test_errno): Likewise.
20825         (check_float_internal): Call test_errno.  Set errno to 0.
20826         (check_complex): Refer to errno tests in comment.
20827         (check_int): Call test_errno.  Set errno to 0.
20828         (check_long): Likewise.
20829         (check_bool): Likewise.
20830         (check_longlong): Likewise.
20831         (cos_test): Use ERRNO_* flags for errno tests instead of
20832         check_int.
20833         (expm1_test): Likewise.
20834         (fmod_test): Likewise.
20835         (ilogb_test): Likewise.
20836         (lgamma_test): Likewise.
20837         (pow_test): Likewise.
20838         (remainder_test): Likewise.
20839         (sin_test): Likewise.
20840         (tan_test): Likewise.
20841         (yn_test): Likewise.
20842         (initialize): Set errno to 0.
20843         (main): Print number of errno tests.
20844         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
20845
20846 2013-04-29  Andreas Jaeger  <aj@suse.de>
20847
20848         [BZ #15084]
20849         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
20850         and RES_USEVC.
20851
20852         [BZ #15085]
20853         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
20854         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
20855         unimplemented.
20856
20857         [BZ #15380]
20858         * stdlib/random.c (__initstate): Return NULL if
20859         __initstate fails.
20860
20861         [BZ #15086]
20862         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
20863         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
20864         RES_SNGLKUPREOP.
20865
20866 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20867
20868         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20869
20870 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20871
20872         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
20873         of individual tests.
20874         (casin_test): Likewise.
20875         (casinh_test): Likewise.
20876
20877 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
20878
20879         [BZ #15409]
20880         * math/s_catan.c (__catan): Handle arguments with large real or
20881         imaginary part separately without squaring.
20882         * math/s_catanf.c (__catanf): Likewise.
20883         * math/s_catanh.c (__catanh): Likewise.
20884         * math/s_catanhf.c (__catanhf): Likewise.
20885         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20886         and redefine.
20887         (__catanhl): Handle arguments with large real or imaginary part
20888         separately without squaring.
20889         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20890         and redefine.
20891         (__catanl): Handle arguments with large real or imaginary part
20892         separately without squaring.
20893         * math/libm-test.inc (catan_test): Add more tests.
20894         (catanh_test): Likewise.
20895         * sysdeps/i386/fpu/libm-test-ulps: Update.
20896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20897
20898 2013-04-27  Andreas Jaeger  <aj@suse.de>
20899
20900         [BZ #15007]
20901         * stdlib/stdlib.h: Update guards for qecvt.
20902         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
20903         <stdlib.h>.
20904
20905 2013-04-27  Allan McRae  <allan@archlinux.org>
20906
20907         * sysdeps/i386/fpu/libm-test-ulps: Update.
20908
20909 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
20910
20911         [BZ #15406]
20912         * math/s_catan.c: Include <float.h>.
20913         (__catan): Ensure underflow exception occurs for underflowed
20914         result.
20915         * math/s_catanf.c: Include <float.h>.
20916         (__catanf): Ensure underflow exception occurs for underflowed
20917         result.
20918         * math/s_catanh.c: Include <float.h>.
20919         (__catanh): Ensure underflow exception occurs for underflowed
20920         result.
20921         * math/s_catanhf.c: Include <float.h>.
20922         (__catanhf): Ensure underflow exception occurs for underflowed
20923         result.
20924         * math/s_catanhl.c: Include <float.h>.
20925         (__catanhl): Ensure underflow exception occurs for underflowed
20926         result.
20927         * math/s_catanl.c: Include <float.h>.
20928         (__catanl): Ensure underflow exception occurs for underflowed
20929         result.
20930         * math/libm-test.inc (catan_test): Add more tests.
20931         (catanh_test): Likewise.
20932
20933         [BZ #15405]
20934         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
20935         underflowed result.
20936         * math/s_ccoshf.c (__ccoshf): Likewise.
20937         * math/s_ccoshl.c (__ccoshl): Likewise.
20938         * math/s_csin.c (__csin): Likewise.
20939         * math/s_csinf.c (__csinf): Likewise.
20940         * math/s_csinh.c (__csinh): Likewise.
20941         * math/s_csinhf.c (__csinhf): Likewise.
20942         * math/s_csinhl.c (__csinhl): Likewise.
20943         * math/s_csinl.c (__csinl): Likewise.
20944         * math/libm-test.inc (ccos_test): Add more tests.
20945         (ccosh_test): Likewise.
20946         (csin_test): Likewise.
20947         (csinh_test): Likewise.
20948
20949 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20950
20951         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
20952         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
20953         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
20954         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
20955         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
20956         powerpc/power5+/fpu folders.
20957         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
20958
20959
20960 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
20961
20962         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20963
20964 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
20965
20966         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
20967         additions to variable.
20968         [$(config-machine) = x86_64] (modules-names): Likewise.
20969         ($(objpfx)tst-audit3): Remove dependency.
20970         ($(objpfx)tst-audit3.out): Likewise.
20971         ($(objpfx)tst-audit4): Likewise.
20972         ($(objpfx)tst-audit4.out): Likewise.
20973         ($(objpfx)tst-audit5): Likewise.
20974         ($(objpfx)tst-audit5.out): Likewise.
20975         ($(objpfx)tst-audit6): Likewise.
20976         ($(objpfx)tst-audit6.out): Likewise.
20977         ($(objpfx)tst-audit7): Likewise.
20978         ($(objpfx)tst-audit7.out): Likewise.
20979         (tst-audit3-ENV): Remove variable.
20980         (tst-audit4-ENV): Likewise.
20981         (tst-audit5-ENV): Likewise.
20982         (tst-audit6-ENV): Likewise.
20983         (tst-audit7-ENV): Likewise.
20984         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
20985         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
20986         addition to variable.
20987         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
20988         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
20989         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
20990         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
20991         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
20992         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
20993         tst-audit3, tst-audit4 and tst-audit5.
20994         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
20995         tst-audit6 and tst-audit7.
20996         [$(subdir) = elf] (modules-names): Add audit modules for those
20997         tests.
20998         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
20999         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21000         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21001         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21002         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21003         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21004         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21005         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21006         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21007         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21008         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21009         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21010         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21011         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21012         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21013         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21014         Likewise.
21015         [$(subdir) = elf && $(config-cflags-avx) = yes]
21016         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21017         [$(subdir) = elf && $(config-cflags-avx) = yes]
21018         (CFLAGS-tst-auditmod4a.c): Likewise.
21019         [$(subdir) = elf && $(config-cflags-avx) = yes]
21020         (CFLAGS-tst-auditmod4b.c): Likewise.
21021         [$(subdir) = elf && $(config-cflags-avx) = yes]
21022         (CFLAGS-tst-auditmod6b.c): Likewise.
21023         [$(subdir) = elf && $(config-cflags-avx) = yes]
21024         (CFLAGS-tst-auditmod6c.c): Likewise.
21025         [$(subdir) = elf && $(config-cflags-avx) = yes]
21026         (CFLAGS-tst-auditmod7b.c): Likewise.
21027         * elf/tst-audit3.c: Move to ...
21028         * sysdeps/x86_64/tst-audit3.c: ... here.
21029         * elf/tst-audit4.c: Move to ...
21030         * sysdeps/x86_64/tst-audit4.c: ... here.
21031         * elf/tst-audit5.c: Move to ...
21032         * sysdeps/x86_64/tst-audit5.c: ... here.
21033         * elf/tst-audit6.c: Move to ...
21034         * sysdeps/x86_64/tst-audit6.c: ... here.
21035         * elf/tst-audit7.c: Move to ...
21036         * sysdeps/x86_64/tst-audit7.c: ... here.
21037         * elf/tst-auditmod3a.c: Move to ...
21038         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21039         * elf/tst-auditmod3b.c: Move to ...
21040         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21041         * elf/tst-auditmod4a.c: Move to ...
21042         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21043         * elf/tst-auditmod4b.c: Move to ...
21044         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21045         * elf/tst-auditmod5a.c: Move to ...
21046         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21047         * elf/tst-auditmod5b.c: Move to ...
21048         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21049         * elf/tst-auditmod6a.c: Move to ...
21050         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21051         * elf/tst-auditmod6b.c: Move to ...
21052         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21053         * elf/tst-auditmod6c.c: Move to ...
21054         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21055         * elf/tst-auditmod7a.c: Move to ...
21056         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21057         * elf/tst-auditmod7b.c: Move to ...
21058         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21059
21060 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21061
21062         [BZ #15366]
21063         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21064         define unconditionally.
21065         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21066         define unconditionally.
21067         (INT8_C, INT16_C, etc.): Likewise.
21068
21069 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21070
21071         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21072         __ehdr_start with hidden visibility.
21073
21074         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21075
21076 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21077
21078         * math/libm-test.inc (cos_test): Use accurate hex constants.
21079         (sincost_test): Likewise.
21080
21081 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21082
21083         * math/libm-test.inc (catan_test): Add more tests.
21084         (catanh_test): Likewise.
21085
21086         * math/s_catanf.c (__catanf): Use suffixed floating-point
21087         constants.
21088         * math/s_catanhf.c (__catanhf): Likewise.
21089         * math/s_catanhl.c (__catanhl): Likewise.
21090         * math/s_catanl.c (__catanl): Likewise.
21091
21092         [BZ #15394]
21093         * math/s_catan.c (__catan): Calculate imaginary part of result
21094         with log1p not log unless computing log of number close to 0.
21095         * math/s_catanf.c (__catanf): Likewise.
21096         * math/s_catanl.c (__catanl): Likewise.
21097         * math/s_catanh.c (__catanh): Calculate real part of result with
21098         log1p not log unless computing log of number close to 0.
21099         * math/s_catanhf.c (__catanhf): Likewise.
21100         * math/s_catanhl.c (__catanhl): Likewise.
21101         * math/libm-test.inc (catan_test): Add more tests.
21102         (catanh_test): Likewise.
21103         * sysdeps/i386/fpu/libm-test-ulps: Update.
21104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21105
21106 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21107
21108         * benchtests/Makefile: Mention files in which fast and slow
21109         paths of math functions are implemented.
21110
21111 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21112
21113         * sysdeps/posix/timespec_get.c: New file.
21114
21115 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21116
21117         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21118         POWER.
21119         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21120         for POWER.
21121         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21122         powerpc/power5/fpu folders.
21123         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21124         * benchtests/Makefile: Add modf testcase.
21125         * benchtests/bench-modf.c: New file: Benchmark test for mo
21126
21127 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21128
21129         [BZ #14888]
21130         * time/Makefile (tests): Add tst-strptime-whitespace.
21131         * time/strptime_l.c (get_number): Use ISSPACE.
21132         (__strptime_internal): Likewise.
21133         * time/tst-strptime-whitespace.c: New test case.
21134
21135 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21136
21137         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21138         member.
21139         (_nss_files_init): Set it here.
21140
21141 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21142
21143         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21144         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21145         unsigned.
21146
21147 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21148
21149         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21150
21151 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21152
21153         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21154         size just once.
21155
21156 2013-04-21  David S. Miller  <davem@davemloft.net>
21157
21158         * po/ru.po: Update Russion translation from translation project.
21159
21160 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21161
21162         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21163         and setfsgid.
21164
21165 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21166
21167         * configure.in: Remove i386 configure warning. Remove i386 case.
21168         * configure: Regenerate.
21169         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21170         Add example to error message.
21171         * sysdeps/i386/configure: Regenerate.
21172
21173 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21174
21175         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21176         slowtan.
21177         * benchtests/cos-inputs: New file.
21178         * benchtests/slowcos-inputs: New file.
21179         * benchtests/slowcos.c: New file.
21180         * benchtests/slowtan-inputs: New file.
21181         * benchtests/slowtan.c: New file.
21182         * benchtests/tan-inputs: New file.
21183
21184 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21185
21186         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21187         considered kosher.
21188
21189 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21190
21191         * benchtests/Makefile: Include cppflags-iterator.mk to add
21192         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21193
21194         * Makefile.in (bench-clean): New target.
21195         * benchtests/Makefile (bench-clean): Likewise.
21196
21197 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21198
21199         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21200
21201 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21202
21203         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21204
21205 2013-04-15  Andreas Schwab  <schwab@suse.de>
21206
21207         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21208         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21209         * nscd/pwdcache.c (cache_addpw): Likewise.
21210         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21211         more than recsize.
21212
21213 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21214
21215         * benchtests/Makefile (bench): Write all output to
21216         bench-out.tmp together.
21217
21218 2013-04-15  Andreas Schwab  <schwab@suse.de>
21219
21220         * nscd/nscd.c (main): Don't fork again after closing files.
21221
21222 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21223
21224         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21225
21226         * benchtests/Rules (bench-deps): Collect dependencies into a
21227         single variable.  Add Makefile to dependencies.
21228         ($(objpfx)bench-%.c): Depend on bench-deps.
21229
21230 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21231             Xavier Roche  <roche+kml2@exalead.com>
21232
21233         [BZ #15361]
21234         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21235         just that it's a file descriptor.
21236         * manual/llio.texi (Synchronizing AIO Operations): Update description
21237         for EBADF error from aio_fsync.
21238
21239 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21240
21241         * Rules (bench): Move target definition...
21242         * benchtests/Makefile: ... here.
21243
21244 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21245
21246         * math/libm-test.inc (cos_test): Fix PI/2 test.
21247         (sincos_test): Likewise.
21248         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21249         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21250
21251 2013-04-11  Andreas Schwab  <schwab@suse.de>
21252
21253         [BZ #13988]
21254         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21255         accept exponent character only when digits were seen.
21256         * stdio-common/Makefile (tests): Add bug26.
21257         * stdio-common/bug26.c: New file.
21258
21259         [BZ #14293]
21260         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21261         non-freeable.
21262
21263 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21264
21265         * Makeconfig (rtld-prefix): Define built linker prefix.
21266         * Rules (run-bench): Use it.
21267         * math/Makefile (run-regen-ulps): Likewise.
21268
21269         * Rules (bench): Remove eval.
21270
21271 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21272             Roland McGrath  <roland@hack.frob.com>
21273             Ondrej Bilka  <neleai@seznam.cz>
21274
21275         [BZ #15346]
21276         * time/getdate.c: Include ctype.h and alloca.h.
21277         (__getdate_r): Trim leading and trailing spaces of input.
21278         * time/tst-getdate.c (tests): Add tests with leading and
21279         trailing spaces.
21280
21281 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21282
21283         [BZ #14280]
21284         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21285         when computing value.
21286
21287 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21288
21289         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21290         Use testrun.sh to run libm tests.
21291
21292         [BZ #15309]
21293         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21294
21295 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21296
21297         [BZ #15264]
21298         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21299
21300 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21301
21302         * Makefile.in (regen-ulps): New target.
21303         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21304         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21305         [ifneq (no,$(PERL)] (regen-ulps): New target.
21306         [ifeq (no,$(PERL)] (regen-ulps): New target.
21307         * math/libm-test.inc (ulps_file_name): Define.
21308         (output_dir): New variable.
21309         (options): Add "output-dir" option.
21310         (parse_opt): Handle 'o' case.
21311         (main): If output_dir is non-NULL use it as a prefix
21312         otherwise use "".
21313         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21314
21315 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21316
21317         [BZ #10060, #10062]
21318         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21319         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21320         fail configure if __sync_val_compare_and_swap is not inlined.
21321         * sysdeps/i386/configure: Regenerate.
21322         * configure.in: Build for i686 when configured for i386.
21323         * configure: Regenerate.
21324         * README: Remove i386 reference.
21325
21326 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21327
21328         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21329         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21330
21331 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21332
21333         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21334         (lmsnanval): New variables.
21335         (F): Add conversion tests.
21336         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21337         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21338
21339         * stdio-common/tstdiomisc.c (F): Properly collect individual
21340         tests' results.
21341
21342         [BZ #14686, #15336]
21343         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21344         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21345         Instead, use input NaN values or generate a qNaN by arithmetic
21346         operation.  Also fix bugs to comply with the standard.
21347         * math/libm-test.inc (remainder_test): Add more tests.
21348
21349         [BZ #15335, #15342]
21350         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21351         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21352         input NaN values or generate a qNaN by arithmetic operation.
21353
21354         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21355         unreachable code.
21356
21357         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21358         definitions.
21359
21360 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21361
21362         [BZ #14478]
21363         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21364         underflowed result.
21365         * math/s_cexpf.c (__cexpf): Likewise.
21366         * math/s_cexpl.c (__cexpl): Likewise.
21367         * math/libm-test.inc (cexp_test): Add more tests.
21368
21369 2013-04-03  Andreas Schwab  <schwab@suse.de>
21370
21371         [BZ #15330]
21372         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21373         order arrays from heap if bigger than alloca cutoff.
21374
21375 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21376
21377         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21378         (SNAN_TESTS_double): Refer to GCC PR56831.
21379         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21380         GCC PR56828.
21381
21382 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21383
21384         * Rules (bench): Move bench.out after the run is complete.
21385
21386         * Rules (bench): Echo currently running benchmark.
21387
21388         * benchtests/Makefile (bench): Add atan and slowatan.
21389         * benchtests/atan-inputs: New file.
21390         * benchtests/slowatan-inputs: New file.
21391         * benchtests/slowatan.c: New file.
21392
21393         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21394         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21395         its value.
21396
21397         [BZ #15305]
21398         * sysdeps/unix/sysv/linux/kernel-features.h
21399         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21400         __ASSUME_XFS_RESTRICTED_CHOWN.
21401         * sysdeps/unix/sysv/linux/pathconf.c
21402         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21403         Save and restore errno.
21404
21405 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21406
21407         [BZ #15327]
21408         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21409         arguments using __kernel_casinh.
21410         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21411         arguments using __kernel_casinhf.
21412         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21413         arguments using __kernel_casinhl.
21414         * math/libm-test.inc (cacosh_test): Add more tests.
21415         * sysdeps/i386/fpu/libm-test-ulps: Update.
21416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21417
21418 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21419
21420         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21421         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
21422
21423         * bench/Makefile (bench): Add sin and slowsin.
21424         * benchtests/sin-inputs: New file.
21425         * benchtests/slowsin-inputs: New file.
21426         * benchtests/slowsin.c: New file.
21427
21428         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
21429         (bench): Add slowexp and slowpow.
21430         (exp-ITER): Increase iterations.
21431         (pow-ITER): Likewise.
21432         * benchtests/exp-inputs: Change input.
21433         * benchtests/pow-inputs: Likewise.
21434         * benchtests/slowexp-inputs: New file.
21435         * benchtests/slowexp.c: New file.
21436         * benchtests/slowpow-inputs: New file.
21437         * benchtests/slowpow.c: New file.
21438
21439 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21440
21441         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
21442         instructions.
21443         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21444         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
21445         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21446         * benchtests/Makefile: Add rint benchtest.
21447         * benchtests/rint-inputs: Input for rint benchtest.
21448
21449 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
21450
21451         * Versions.def (libm): Add GLIBC_2.18.
21452         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
21453         hidden libm prototypes.
21454         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
21455         * math/Makefile (libm-calls): Add s_issignaling.
21456         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
21457         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
21458         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
21459         declaration.
21460         * math/math.h [__USE_GNU] (issignaling): New macro.
21461         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
21462         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
21463         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
21464         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
21465         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
21466         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
21467         * manual/arith.texi (issignaling): New section.
21468         * manual/libm-err-tab.pl (@all_functions): Update comment.
21469         * math/gen-libm-test.pl (parse_args): Apply special handling for
21470         issignaling.
21471         * math/libm-test.inc (print_float, issignaling_test): New
21472         functions.
21473         (check_float_internal): Add issignaling checks.
21474         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
21475         default definition.
21476         * sysdeps/powerpc/math-tests.h: New file.
21477         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
21478         tests.
21479         * math/test-snan.c (TEST_FUNC): Likewise.
21480
21481 2013-03-30  David S. Miller  <davem@davemloft.net>
21482
21483         * po/de.po: Update from translation team.
21484
21485 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
21486
21487         [BZ #10357]
21488         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21489         imaginary part less than 1.0 and real part less than 0.5
21490         specially.
21491         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21492         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21493         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
21494         (cacos_test): Add more tests.
21495         (casin_test): Likewise.
21496         (casinh_test): Likewise.
21497         * sysdeps/i386/fpu/libm-test-ulps: Update.
21498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21499
21500 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21501
21502         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
21503         ONE with its value.
21504
21505         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
21506         (__pow_mp): Replace ONE and MONE with their values.
21507         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21508         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
21509         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21510         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
21511         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21512         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21513
21514         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
21515
21516         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
21517         (__pow_mp): Replace ZERO and MZERO with their values.
21518         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21519         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21520         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21521         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
21522         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21523         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
21524         (__sqr): Likewise.
21525
21526         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
21527
21528         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
21529
21530 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21531
21532         * include/stdlib.h [!SHARED] (__call_tls_dtors):
21533         Declare with __attribute__ ((weak)).
21534         * stdlib/exit.c (__libc_atexit) [!SHARED]:
21535         Call __call_tls_dtors only if it's not NULL.
21536
21537 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21538
21539         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
21540         didn't do it already, then set _dl_phdr and _dl_phnum based on the
21541         magic __ehdr_start linker symbol if it's defined.
21542         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
21543         them up here if it was already done.
21544
21545         * elf/dl-support.c (_dl_phdr): Make pointer to const.
21546         (_dl_aux_init): Use const in cast when setting it.
21547         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
21548         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
21549         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
21550
21551         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
21552         Declare them here.
21553         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
21554         * csu/libc-tls.c: Nor here.
21555         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
21556
21557         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
21558         (__libc_message): Never call vsyslog.
21559
21560 2013-03-28  Alan Modra  <amodra@gmail.com>
21561
21562         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
21563         Define as empty.
21564         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
21565         Likewise.
21566
21567 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21568
21569         [BZ #15214]
21570         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
21571         underflow.
21572         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21573
21574 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21575
21576         [BZ #15304]
21577         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
21578         Don't add gid passed as argument.
21579
21580         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
21581
21582 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
21583
21584         [BZ #15307]
21585         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21586         imaginary part between 1.0 and 1.5 and real part less than 0.5
21587         specially.
21588         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21589         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21590         * math/libm-test.inc (cacos_test): Add more tests.
21591         (casin_test): Likewise.
21592         (casinh_test): Likewise.
21593         * sysdeps/i386/fpu/libm-test-ulps: Update.
21594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21595
21596 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21597
21598         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
21599         constants.
21600         (norm): Likewise.
21601         (denorm): Likewise.
21602         (__dbl_mp): Likewise.
21603         (add_magnitudes): Likewise.
21604         (sub_magnitudes): Likewise.
21605         (__add): Likewise.
21606         (__sub): Likewise.
21607         (__mul): Likewise.
21608         (__sqr): Likewise.
21609         (__inv): Likewise.
21610         (__dvd): Likewise.
21611
21612         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
21613         commented code.
21614         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
21615         (__dubcos): Likewise.
21616         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
21617         (__ieee754_acos): Likewise.
21618         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21619         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
21620         (__exp1): Likewise.
21621         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21622         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
21623         (log1): Likewise.
21624         (my_log2): Likewise.
21625         (checkint): Likewise.
21626         * sysdeps/ieee754/dbl-64/e_remainder.c
21627         (__ieee754_remainder): Likewise.
21628         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21629         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
21630         (bsloww): Likewise.
21631         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21632
21633         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
21634         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
21635         MANTISSA_STORE_T to store computations on mantissa.  Use
21636         macros for rounding and division.
21637         (denorm): Likewise.
21638         (__dbl_mp): Likewise.
21639         (add_magnitudes): Likewise.
21640         (sub_magnitudes): Likewise.
21641         (__mul): Likewise.
21642         (__sqr): Likewise.
21643         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
21644         powers of two in terms of TWOPOW macro.
21645         (mp_no): Make type of mantissa as MANTISSA_T.
21646         [!RADIXI]: Define RADIXI.
21647         [!TWO52]: Define TWO52.
21648         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
21649
21650 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21651
21652         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
21653         llroundl symbol when building for PPC32.
21654
21655 2013-03-24  Mark H Weaver  <mhw@netris.org>
21656
21657         * manual/arith.texi (Normalization Functions): Fix prototypes for
21658         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
21659
21660 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21661
21662         [BZ #13889]
21663         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
21664         high value to check if expl overflow.
21665         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
21666         to check for underflow and overflow.
21667         * math/libm-test.inc: Add exp test.
21668
21669 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
21670
21671         [BZ #11120]
21672         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
21673         with NOT_IN_libc.
21674
21675 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21676
21677         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
21678         symbol.
21679
21680 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21681
21682         * math/gen-libm-test.pl (parse_args, special_functions): Properly
21683         wrap blocks consisting of several statements.
21684
21685         * sysdeps/generic/math-tests.h: New file.
21686         * sysdeps/i386/fpu/math-tests.h: Likewise.
21687         * math/test-snan.c: Include it.
21688         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
21689
21690 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21691
21692         [BZ #15285]
21693         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
21694         (__ieee754_j0l): Do not improve calculations using cos of twice
21695         input for inputs above LDBL_MAX / 2.0L.
21696         (__ieee754_y0l): Likewise.
21697         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
21698         (__ieee754_j1l): Do not improve calculations using cos of twice
21699         input for inputs above LDBL_MAX / 2.0L.
21700         (__ieee754_y1l): Likewise.
21701         * math/libm-test.inc (j0_test): Add another test.
21702         (j1_test): Likewise.
21703         (y0_test): Likewise.
21704         (y1_test): Likewise.
21705         * sysdeps/i386/fpu/libm-test-ulps: Update.
21706
21707 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21708
21709         * Rules ($(objpfx)bench-%.c): Include code from a C source
21710         file.
21711
21712 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21713
21714         [BZ #15287]
21715         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21716         imaginary part 1.0 and real part less than 0.5 specially.
21717         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21718         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21719         * math/libm-test.inc (cacos_test): Add more tests.
21720         (casin_test): Likewise.
21721         (casinh_test): Likewise.
21722         * sysdeps/i386/fpu/libm-test-ulps: Update.
21723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21724
21725 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21726
21727         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
21728         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
21729
21730 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
21731
21732         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
21733         * config.make.in (config-cflags-sse4): Remove variable.
21734         (config-cflags-avx): Likewise.
21735         (config-cflags-sse2avx): Likewise.
21736         (config-cflags-novzeroupper): Likewise.
21737         (config-asflags-i686): Likewise.
21738         (have-mfma4): Likewise.
21739         (have-as-vis3): Likewise.
21740         (MIG): Likewise.
21741         * configure.in (MIG): Do not AC_SUBST.
21742         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
21743         (libc_cv_cc_sse4): Do not AC_SUBST.
21744         (libc_cv_cc_avx): Likewise.
21745         (libc_cv_cc_sse2avx): Likewise.
21746         (libc_cv_cc_novzeroupper): Likewise.
21747         (libc_cv_cc_fma4): Likewise.
21748         (libc_cv_as_i686): Likewise.
21749         (libc_cv_sparc_as_vis3): Likewise.
21750         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
21751         LIBC_CONFIG_VAR.
21752         (config-asflags-i686): Likewise.
21753         (config-cflags-avx): Likewise.
21754         (config-cflags-sse2avx): Likewise.
21755         (have-mfma4): Likewise.
21756         (config-cflags-novzeroupper): Likewise.
21757         * sysdeps/mach/configure.in (MIG): Likewise.
21758         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
21759         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
21760         LIBC_CONFIG_VAR.
21761         (config-cflags-avx): Likewise.
21762         (config-cflags-sse2avx): Likewise.
21763         (have-mfma4): Likewise.
21764         (config-cflags-novzeroupper): Likewise.
21765         * configure: Regenerated.
21766         * sysdeps/i386/configure: Likewise.
21767         * sysdeps/mach/configure: Likewise.
21768         * sysdeps/sparc/configure: Likewise.
21769         * sysdeps/x86_64/configure: Likewise.
21770
21771 2013-03-20  Roland McGrath  <roland@hack.frob.com>
21772
21773         [BZ #14812]
21774         * locale/programs/localedef.c (options): Put N_ translation marker
21775         on argument names, not just descriptions.
21776
21777 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21778
21779         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
21780
21781 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
21782
21783         [BZ #14176]
21784         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
21785
21786 2013-03-19  Roland McGrath  <roland@hack.frob.com>
21787
21788         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
21789         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
21790         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
21791         [!BEFORE_ABORT] (before_abort): New function.
21792         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
21793         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
21794         (writev_for_fatal): New function.
21795         (WRITEV_FOR_FATAL): New macro; call that.
21796         (backtrace_and_maps): New function.
21797         (BEFORE_ABORT): New macro; call that.
21798         (struct str_list): Type removed.
21799         (__libc_message, __libc_fatal): Functions removed.
21800         Include <sysdeps/posix/libc_fatal.c> instead.
21801
21802 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
21803
21804         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
21805         constants.
21806         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
21807         double constants.
21808
21809 2013-03-19  Andreas Schwab  <schwab@suse.de>
21810
21811         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
21812         * sysdeps/gnu/configure: Regenerate.
21813
21814         * configure.in: Substitute libc_cv_rtlddir.
21815         * configure: Regenerate.
21816         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
21817         * Makeconfig (rtlddir, inst_rtlddir): New variables.
21818         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
21819         * elf/Makefile (install-others, CFLAGS-interp.c)
21820         (ldso_install, common-ldd-rewrite): Likewise.
21821         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
21822         $(inst_slibdir)/$(rtld-installed-name).
21823         * scripts/rellns-sh: Add -p option.
21824         * Makerules (make-shlib-link): Use rellns-sh to get relative name
21825         for source.
21826
21827 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21828
21829         * manual/nptl.texi: Renamed to ...
21830         * manual/threads.texi: ... this.
21831         * manual/Makefile (chapters): Update.
21832
21833 2013-03-18  Roland McGrath  <roland@hack.frob.com>
21834
21835         [BZ #14812]
21836         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
21837         on argument names, not just descriptions.
21838         * malloc/memusagestat.c (options): Likewise.
21839         * nss/getent.c (options): Likewise.
21840
21841 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
21842
21843         [BZ #14812]
21844         * iconv/iconv_prog.c (options): Put N_ translation marker
21845         on argument names, not just descriptions.
21846         * iconv/iconvconfig.c (options): Likewise.
21847
21848 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
21849
21850         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
21851         implementation which is faster on all x86_64 architectures.
21852         Tested on AMD, Intel Nehalem, SNB, IVB.
21853         * sysdeps/x86_64/strnlen.S: Likewise.
21854
21855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21856         Remove all multiarch strlen and strnlen versions.
21857         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21858         Remove strlen and strnlen related parts.
21859
21860         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
21861         Inline strlen part.
21862         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
21863
21864         * sysdeps/x86_64/multiarch/strlen.S: Remove.
21865         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
21866         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
21867         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
21868         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
21869         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
21870
21871 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
21872
21873         * manual/memory.texi (Malloc Tunable Parameters):
21874         Sort parameters alphabetically. Add comments for missing entries.
21875
21876 2013-03-17  David S. Miller  <davem@davemloft.net>
21877
21878         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21879
21880 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
21881
21882         [BZ #15283]
21883         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
21884         for arguments at most half maximum finite value.
21885         * math/libm-test.inc (j0_test): Add more tests.
21886         (j1_test): Likewise.
21887         (y0_test): Likewise.
21888         (y1_test): Likewise.
21889         * sysdeps/i386/fpu/libm-test-ulps: Update.
21890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21891
21892         [BZ #14155]
21893         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
21894         1 / x and functions P and Q for arguments above 0x1p256L.
21895         (__ieee754_y0l): Likewise.
21896         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
21897         (__ieee754_y1l): Likewise.
21898         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
21899         (j1_test): Likewise.
21900         (y0_test): Likewise.
21901         (y1_test): Likewise.
21902
21903 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
21904
21905         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
21906         variable.
21907
21908 2013-03-15  Roland McGrath  <roland@hack.frob.com>
21909
21910         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
21911         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
21912         zero since it's initialized to EXEC_PAGESIZE.
21913
21914         * sysdeps/unix/sysv/linux/ldsodefs.h
21915         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
21916         * sysdeps/generic/ldsodefs.h: ... here.
21917
21918 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
21919
21920         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
21921
21922         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
21923         math/test-snan.c.
21924         * math/test-snan.c: Renamed from
21925         sysdeps/powerpc/fpu/test-powerpc-snan.c.
21926         * math/Makefile (tests): Add test-snan.
21927         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
21928         test-powerpc-snan.
21929
21930         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
21931         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
21932         functions.
21933         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
21934         __builtin_nan family of functions.
21935         * math/libm-test.inc (initialize): Initialize qnan_value with
21936         __builtin_nan family of functions.
21937         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
21938         Remove variables.
21939         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
21940         Remove functions.
21941         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
21942         storage class.  Initialize qNaN_var and sNaN_var with
21943         __builtin_nan and __builtin_nans families of functions,
21944         respectively.
21945
21946         * math/libm-test.inc (acosh_test): Also test with qNaN input.
21947         (sqrt_test): Remove duplicate test with qNaN input.
21948         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
21949         (round_test, signbit_test, significand_test): Note missing +/-Inf
21950         as well as qNaN tests.
21951
21952         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
21953         qNaN_var.  Fix a few strings, too.
21954         * math/libm-test.inc (nan_value): Rename to qnan_value.
21955         * math/gen-libm-test.pl (%beautify): Adjust to that.
21956         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
21957         * math/test-misc.c (main): Likewise.
21958         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
21959         to __qnan_bytes, and __qnan_union, respectively.
21960         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
21961         Likewise.
21962         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
21963         and lqnanval, respectively.
21964         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
21965         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
21966         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
21967         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
21968
21969         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
21970         * math/test-misc.c (main) [__x86_64__]: Enable test for long
21971         doubles.
21972
21973         * math/test-misc.c (main): Fix copy'n'pastos.
21974         * misc/tst-efgcvt.c (special): Likewise.
21975
21976         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
21977         Remove declarations.
21978
21979 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21980
21981         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
21982         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
21983         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
21984         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
21985
21986 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21987
21988         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
21989         macro to return vdso values correctly in IFUNC implementations.
21990         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
21991         Optimization by using IFUNC.
21992
21993 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21994             Richard Henderson  <rth@redhat.com>
21995             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
21996
21997         * Makefile.in (bench): New target.
21998         * NEWS: Mention the benchmark framework.
21999         * Rules (bench): Likewise.
22000         (binaries-bench): Generate binaries for functions to
22001         benchmark.
22002         * benchtests/Makefile: New makefile for benchmark tests.
22003         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22004         programs.
22005         * benchtests/exp-inputs: New input file for EXP function.
22006         * benchtests/pow-inputs: New input file for POW function.
22007         * scripts/bench.pl: New script to generate source files for
22008         benchmark programs.
22009
22010 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22011
22012         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22013         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22014         computations on mantissa.  Use macros for rounding and
22015         division.
22016         (denorm): Likewise.
22017         (__dbl_mp): Likewise.
22018         (add_magnitudes): Likewise.
22019         (sub_magnitudes): Likewise.
22020         (__mul): Likewise.
22021         (__sqr): Likewise.
22022         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22023         powers of two in terms of TWOPOW macro.
22024         (mp_no): Make type of mantissa as MANTISSA_T.
22025         [!RADIXI]: Define RADIXI.
22026         [!TWO52]: Define TWO52.
22027         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22028
22029         * manual/nptl.texi (cindex): Modify threads to pthreads.
22030
22031 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22032
22033         * sysdeps/x86_64/preconfigure: Regenerated.
22034
22035 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22036
22037         [BZ #14155]
22038         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22039         0x1p28 and above.
22040         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22041         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22042         0x1p28 and above.
22043         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22044         * math/libm-test.inc (j0_test): Do not allow one spurious
22045         underflow exception.
22046         (y1_test): Likewise.
22047
22048 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22049
22050         * manual/Makefile (chapters): Add nptl.
22051         * manual/debug.texi (Debugging Support): Add link to Threads
22052         chapter.
22053         * manual/nptl.texi: New file.
22054
22055         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22056
22057 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22058
22059         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22060         for non-NULL pointer before the memory validity test. Pointed
22061         out by Holger Brunck <holger.brunck@keymile.com>.
22062
22063 2013-03-13  Andreas Schwab  <schwab@suse.de>
22064
22065         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22066         instead of .os.
22067
22068 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22069
22070         * timezone/zic.c: Update from tzcode 2013b.
22071
22072 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22073
22074         * manual/install.texi (Configuring and compiling):
22075         Mention i686 and i586.
22076         * INSTALL: Regenerate.
22077
22078 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22079
22080         * sysdeps/init_array/elf-init.c: New file.
22081         * csu/elf-init.c
22082         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22083         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22084
22085         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22086         __gmon_start__ as global, but as static with a .preinit_array pointer.
22087         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22088         * sysdeps/init_array/crti.S: New file, empty except for comments.
22089         * sysdeps/init_array/crtn.S: Likewise.
22090
22091 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22092
22093         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22094         definining bcopy.
22095         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22096         Remove Prefer_SSE_for_memop.
22097         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22098         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22099         HAS_PREFER_SSE_FOR_MEMOP.
22100         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22101         memset-x86-64.
22102         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22103         Remove bzero, memset ifunc support.
22104         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22105         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22106         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22107         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22108
22109 2013-03-11  Andreas Schwab  <schwab@suse.de>
22110
22111         [BZ #15234]
22112         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22113         by SHLIB_COMPAT.
22114         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22115         (GLIBC_2.16): Remove pthread_atfork.
22116
22117 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22118
22119         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22120         (ptestcases.h): Likewise.
22121
22122 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22123
22124         * Makeconfig ($(common-objpfx)config.status): Depend on
22125         sysdeps/*/preconfigure{,.in} too.
22126
22127 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22128
22129         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22130         (__free_hook): Use void * instead of __malloc_ptr_t.
22131         (__malloc_hook): Likewise.
22132         (__realloc_hook): Likewise.
22133         (__memalign_hook): Likewise.
22134         (__after_morecore_hook): Likewise.
22135         * malloc/arena.c (save_malloc_hook): Likewise.
22136         (save_free_hook): Likewise.
22137         * malloc/hooks.c (malloc_hook_ini): Likewise.
22138         (realloc_hook_ini): Likewise.
22139         (memalign_hook_ini): Likewise.
22140         * malloc/malloc.c (malloc_hook_ini): Likewise.
22141         (realloc_hook_ini): Likewise.
22142         (memalign_hook_ini): Likewise.
22143         (__free_hook): Likewise.
22144         (__malloc_hook): Likewise.
22145         (__realloc_hook): Likewise.
22146         (__memalign_hook): Likewise.
22147         (__libc_malloc): Likewise.
22148         (__libc_free): Likewise.
22149         (__libc_realloc): Likewise.
22150         (__libc_memalign): Likewise.
22151         (__libc_valloc): Likewise.
22152         (__libc_pvalloc): Likewise.
22153         (__libc_calloc): Likewise.
22154         (__posix_memalign): Likewise.
22155         * malloc/morecore.c (__sbrk): Likewise.
22156         (__default_morecore): Likewise.
22157
22158         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22159
22160         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22161         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22162         __malloc_ptrdiff_t.
22163
22164         * malloc/malloc.h (__malloc_size_t): Remove macro.
22165         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22166         __malloc_size_t.
22167         (old_memalign_hook): Likewise.
22168         (old_realloc_hook): Likewise.
22169         (struct hdr): Likewise.
22170         (flood): Likewise.
22171         (mallochook): Likewise.
22172         (memalignhook): Likewise.
22173         (reallochook): Likewise.
22174         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22175         (tr_old_realloc_hook): Likewise.
22176         (tr_old_memalign_hook): Likewise.
22177         (tr_mallochook): Likewise.
22178         (tr_reallochook): Likewise.
22179         (tr_memalignhook): Likewise.
22180
22181 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22182
22183         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22184         default_ldbl_pack and using as default implementation.
22185         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22186         implementation.
22187         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22188         redundant definition.
22189         (ldbl_insert_mantissa): Likewise.
22190         (ldbl_canonicalize): Likewise.
22191         (ldbl_nearbyint): Likewise.
22192         (ldbl_pack): Rename to ldbl_pack_ppc.
22193         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22194         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22195         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22196
22197 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22198
22199         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22200         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22201         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22202         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22203         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22204         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22205         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22206         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22207
22208 2013-03-07  Andreas Jaeger  <aj@suse.de>
22209
22210         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22211         bits/mman-linux.h.
22212
22213 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22214
22215         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22216         Include mpa.h and declare __MPEXP.
22217         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22218         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22219         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22220         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22221         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22222         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22223         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22224
22225         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22226         (__slowpow): Use long double EXPL and LOGL functions to
22227         compute POW.
22228         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22229         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22230         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22231         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22232         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22233         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22234
22235         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22236         intermediate variable to calculate exponent.
22237         (__sqr): Likewise.
22238         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22239         Likewise.
22240         (__sqr): Likewise.
22241
22242         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22243         [!NO__SQR]: Define __sqr.
22244         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22245         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22246         sysdeps/ieee754/dbl-64/mpa.c.
22247         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22248
22249         [BZ #12723]
22250         * posix/Makefile (tests): Add tst-pathconf.
22251         * posix/tst-pathconf.c: New test case.
22252         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22253         _PC_PIPE_BUF.
22254         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22255
22256 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22257
22258         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22259
22260 2013-03-06  Andreas Jaeger  <aj@suse.de>
22261
22262         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22263         definition via __MAP_ANONYMOUS.
22264
22265         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22266         it's not part of Linux headers.
22267
22268         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22269         (MAP_HUGE_MASK): Define.
22270
22271         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22272         Define.
22273         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22274         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22275         Define.
22276         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22277         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22278         Define.
22279         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22280         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22281         Define.
22282         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22283
22284         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22285         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22286         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22287         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22288         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22289         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22290
22291         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22292         Handle f2fs.
22293
22294         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22295         Handle f2fs and efivarfs.
22296
22297         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22298         f2fs.
22299
22300         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22301         (EFIVARFS_MAGIC): Add.
22302         (F2FS_LINK_MAX): Add.
22303
22304 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22305
22306         * stdio-common/vfprintf.c: Replace __builtin_expect with
22307         __glibc_unlikely.
22308
22309 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22310
22311         [BZ #13550]
22312         * sysdeps/generic/bp-sym.h: Remove file.
22313         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22314         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22315         <bp-sym.h> and <bp-asm.h>.
22316         (__longjmp): Don't use BP_SYM.
22317         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22318         and <bp-asm.h>.
22319         (memcpy): Don't use BP_SYM.
22320         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22321         <bp-sym.h> and <bp-asm.h>.
22322         (memcpy): Don't use BP_SYM.
22323         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22324         <bp-asm.h>.
22325         (memcpy): Don't use BP_SYM.
22326         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22327         <bp-asm.h>.
22328         (memset): Don't use BP_SYM.
22329         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22330         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22331         (__bzero): Don't use BP_SYM.
22332         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22333         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22334         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22335         <bp-sym.h> and <bp-asm.h>.
22336         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22337         pointers.
22338         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22339         <bp-sym.h> and <bp-asm.h>.
22340         (memcpy): Don't use BP_SYM.
22341         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22342         <bp-sym.h> and <bp-asm.h>.
22343         (memset): Don't use BP_SYM.
22344         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22345         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22346         (__bzero): Don't use BP_SYM.
22347         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22348         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22349         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
22350         <bp-sym.h> and <bp-asm.h>.
22351         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22352         pointers.
22353         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22354         <bp-sym.h> and <bp-asm.h>.
22355         (memcpy): Don't use BP_SYM.
22356         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
22357         <bp-sym.h> and <bp-asm.h>.
22358         (memset): Don't use BP_SYM.
22359         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22360         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22361         (__bzero): Don't use BP_SYM.
22362         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22363         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22364         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
22365         <bp-sym.h> and <bp-asm.h>.
22366         (__memchr): Don't use BP_SYM.
22367         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22368         <bp-sym.h> and <bp-asm.h>.
22369         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22370         pointers.
22371         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22372         <bp-sym.h> and <bp-asm.h>.
22373         (memcpy): Don't use BP_SYM.
22374         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22375         <bp-sym.h> and <bp-asm.h>.
22376         (__mempcpy): Don't use BP_SYM.
22377         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22378         <bp-sym.h> and <bp-asm.h>.
22379         (__memrchr): Don't use BP_SYM.
22380         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22381         <bp-sym.h> and <bp-asm.h>.
22382         (memset): Don't use BP_SYM.
22383         (__bzero): Likewise.
22384         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22385         <bp-sym.h> and <bp-asm.h>.
22386         (__rawmemchr): Don't use BP_SYM.
22387         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22388         <bp-sym.h> and <bp-asm.h>.
22389         (__STRCMP): Don't use BP_SYM.
22390         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22391         <bp-sym.h> and <bp-asm.h>.
22392         (strchr): Don't use BP_SYM.
22393         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22394         <bp-sym.h> and <bp-asm.h>.
22395         (__strchrnul): Don't use BP_SYM.
22396         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22397         <bp-sym.h> and <bp-asm.h>.
22398         (strlen): Don't use BP_SYM.
22399         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22400         <bp-sym.h> and <bp-asm.h>.
22401         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22402         pointers.
22403         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22404         <bp-sym.h> and <bp-asm.h>.
22405         (__strnlen): Don't use BP_SYM.
22406         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22407         <bp-sym.h> and <bp-asm.h>.
22408         (__GI__setjmp): Don't use BP_SYM.
22409         (_setjmp): Likewise.
22410         (__sigsetjmp): Likewise.
22411         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22412         (L(start_addresses)): Don't use BP_SYM.
22413         (_start): Likewise.
22414         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22415         <bp-asm.h>.
22416         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22417         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22418         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22419         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22420         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22421         <bp-asm.h>.
22422         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
22423         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
22424         about bounded pointers.
22425         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22426         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22427         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
22428         <bp-asm.h>.
22429         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22430         about bounded pointers.  Remove GKM FIXME comments.
22431         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22432         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
22433         <bp-asm.h>.
22434         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
22435         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
22436         Remove GKM FIXME comments.
22437         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22438         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22439         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
22440         <bp-asm.h>.
22441         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22442         about bounded pointers.  Remove GKM FIXME comment.
22443         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
22444         and <bp-asm.h>.
22445         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22446         pointers.
22447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
22448         <bp-sym.h> and <bp-asm.h>.
22449         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
22451         <bp-sym.h> and <bp-asm.h>.
22452         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22453         comment.
22454
22455 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22456
22457         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
22458         call free(NULL).
22459
22460 2013-03-05  David S. Miller  <davem@davemloft.net>
22461
22462         * po/es.po: Update from translation team.
22463
22464 2013-03-05  Andreas Jaeger  <aj@suse.de>
22465
22466         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
22467         <bits/mman-linux.h>.
22468         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22469         is fine.
22470         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
22471         <bits/mman-linux.h> to end of file.
22472         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22473         is fine.
22474         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
22475         <bits/mman-linux.h> to end of file.
22476         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22477         is fine.
22478         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
22479         <bits/mman-linux.h> to end of file.
22480
22481         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
22482         (MCL_CURRENT, MCL_FUTURE): Define here.
22483
22484 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22485
22486         [BZ #15232]
22487         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
22488         attribute_hidden.
22489         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
22490
22491 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22492
22493         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
22494         fourth parameter needed for rt_sigprocmask syscall.
22495         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22496         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22497         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
22498         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22499         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22500         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
22501
22502 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
22503
22504         [BZ #13550]
22505         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
22506         comment about bounded pointers.
22507         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
22508         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
22509
22510 2013-03-04  Andreas Jaeger  <aj@suse.de>
22511
22512         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
22513         common definitions.
22514
22515         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
22516         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
22517         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
22518         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
22519         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
22520         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
22521
22522 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22523
22524         [BZ #15055]
22525         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
22526         __ieee754_sqrl instead of __sqrl.
22527
22528 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
22529
22530         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
22531         * sysdeps/powerpc/fpu_control.h: ... here.
22532         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
22533         * sysdeps/powerpc/bits/fenvinline.h: ... here.
22534         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
22535         * sysdeps/powerpc/bits/mathinline.h: ... here.
22536
22537 2013-03-01  Roland McGrath  <roland@hack.frob.com>
22538
22539         * elf/dl-hwcaps.c (_dl_important_hwcaps):
22540         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
22541         to just [NEED_DL_SYSINFO_DSO].
22542         * elf/dl-support.c: Likewise.
22543         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
22544         * elf/rtld.c (dl_main): Likewise.
22545         * elf/setup-vdso.h (setup_vdso): Likewise.
22546         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
22547         * sysdeps/unix/sysv/linux/dl-sysdep.c
22548         (_dl_discover_osversion): Likewise.
22549
22550 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
22551
22552         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
22553         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22554
22555 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22556
22557         * NEWS: Mention libm performance improvements and non-x86 PI
22558         futex support.
22559
22560         * csu/libc-start.c (__pthread_initialize_minimal): Change
22561         function arguments.
22562         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22563
22564 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
22565
22566         [BZ #13550]
22567         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
22568         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
22569         <bp-sym.h> and <bp-asm.h>.
22570         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22571         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
22572         and <bp-asm.h>.
22573         (memcpy): Don't use BP_SYM.
22574         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
22575         <bp-asm.h>.
22576         (__mpn_add_n): Don't use BP_SYM.
22577         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
22578         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
22579         and <bp-asm.h>.
22580         (__mpn_addmul_1): Don't use BP_SYM.
22581         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22582         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
22583         <bp-sym.h>.
22584         (_setjmp): Don't use BP_SYM.
22585         (__novmx_setjmp): Likewise.
22586         (__GI__setjmp): Likewise.
22587         (__vmx_setjmp): Likewise.
22588         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
22589         <bp-sym.h>.
22590         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
22591         (__bzero): Don't use BP_SYM.
22592         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22593         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22594         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
22595         <bp-sym.h> and <bp-asm.h>.
22596         (memcpy): Don't use BP_SYM.
22597         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
22598         <bp-sym.h> and <bp-asm.h>.
22599         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22600         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
22601         <bp-sym.h> and <bp-asm.h>.
22602         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22603         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
22604         <bp-asm.h>.
22605         (__mpn_lshift): Don't use BP_SYM.
22606         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22607         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
22608         <bp-asm.h>.
22609         (memset): Don't use BP_SYM.
22610         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22611         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22612         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
22613         <bp-asm.h>.
22614         (__mpn_mul_1): Don't use BP_SYM.
22615         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22616         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
22617         <bp-sym.h> and <bp-asm.h>.
22618         (memcmp): Don't use BP_SYM.
22619         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
22620         <bp-sym.h> and <bp-asm.h>.
22621         (memcpy): Don't use BP_SYM.
22622         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
22623         <bp-sym.h> and <bp-asm.h>.
22624         (memset): Don't use BP_SYM.
22625         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
22626         <bp-sym.h> and <bp-asm.h>.
22627         (strncmp): Don't use BP_SYM.
22628         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
22629         <bp-sym.h> and <bp-asm.h>.
22630         (memcpy): Don't use BP_SYM.
22631         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
22632         <bp-sym.h> and <bp-asm.h>.
22633         (memset): Don't use BP_SYM.
22634         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
22635         <bp-sym.h> and <bp-asm.h>.
22636         (__memchr): Don't use BP_SYM.
22637         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
22638         <bp-sym.h> and <bp-asm.h>.
22639         (memcmp): Don't use BP_SYM.
22640         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
22641         <bp-sym.h> and <bp-asm.h>.
22642         (memcpy): Don't use BP_SYM.
22643         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
22644         <bp-sym.h> and <bp-asm.h>.
22645         (__mempcpy): Don't use BP_SYM.
22646         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
22647         <bp-sym.h> and <bp-asm.h>.
22648         (__memrchr): Don't use BP_SYM.
22649         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
22650         <bp-sym.h> and <bp-asm.h>.
22651         (memset): Don't use BP_SYM.
22652         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
22653         <bp-sym.h> and <bp-asm.h>.
22654         (__rawmemchr): Don't use BP_SYM.
22655         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
22656         <bp-sym.h> and <bp-asm.h>.
22657         (__STRCMP): Don't use BP_SYM.
22658         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
22659         <bp-sym.h> and <bp-asm.h>.
22660         (strchr): Don't use BP_SYM.
22661         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
22662         <bp-sym.h> and <bp-asm.h>.
22663         (__strchrnul): Don't use BP_SYM.
22664         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
22665         <bp-sym.h> and <bp-asm.h>.
22666         (strlen): Don't use BP_SYM.
22667         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
22668         <bp-sym.h> and <bp-asm.h>.
22669         (strncmp): Don't use BP_SYM.
22670         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
22671         <bp-sym.h> and <bp-asm.h>.
22672         (__strnlen): Don't use BP_SYM.
22673         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
22674         <bp-asm.h>.
22675         (__mpn_rshift): Don't use BP_SYM.
22676         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22677         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
22678         <bp-sym.h> and <bp-asm.h>.
22679         (__sigsetjmp): Don't use BP_SYM.
22680         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
22681         (L(start_addresses)): Don't use BP_SYM.
22682         (_start): Likewise.
22683         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
22684         <bp-asm.h>.
22685         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
22686         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22687         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22688         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
22689         <bp-asm.h>.
22690         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
22691         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22692         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22693         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
22694         <bp-asm.h>.
22695         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22696         comments.
22697         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22698         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
22699         <bp-asm.h>.
22700         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
22701         FIXME comments.
22702         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22703         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22704         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
22705         <bp-asm.h>.
22706         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22707         comment.
22708         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
22709         and <bp-asm.h>.
22710         (strncmp): Don't use BP_SYM,
22711         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
22712         <bp-asm.h>.
22713         (__mpn_sub_n): Don't use BP_SYM.
22714         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
22715         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
22716         and <bp-asm.h>.
22717         (__mpn_submul_1): Don't use BP_SYM.
22718         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
22720         <bp-sym.h> and <bp-asm.h>.
22721         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
22723         <bp-sym.h> and <bp-asm.h>.
22724         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22725         comment.
22726
22727 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22728
22729         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
22730         Use ZK to minimize writes to Z.
22731         (sub_magnitudes): Simplify code a bit.
22732         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
22733         Use ZK to minimize writes to Z.
22734         (sub_magnitudes): Simplify code a bit.
22735
22736 2013-02-27  Roland McGrath  <roland@hack.frob.com>
22737
22738         * csu/gmon-start.c: Add special exception to license text.
22739
22740 2013-02-27  Richard Henderson  <rth@redhat.com>
22741
22742         * scripts/config.guess: Update from config.git.
22743         * scripts/config.sub: Likewise.
22744
22745 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
22746
22747         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
22748
22749         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
22750
22751         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
22752
22753         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
22754
22755         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
22756
22757 2013-02-26  Roland McGrath  <roland@hack.frob.com>
22758
22759         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
22760         [$(build-shared = yes].
22761
22762 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22763
22764         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
22765         (__mul): Reduce iterations for calculating mantissa.
22766
22767         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
22768         MPTWO.
22769         (__mpranred): Likewise.
22770
22771         [BZ #15160]
22772         * malloc/memusagestat.c (main): Draw graphs for heap and stack
22773         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
22774
22775 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22776
22777         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
22778         Define __attribute__.
22779
22780 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22781
22782         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
22783         unused.
22784         * posix/regex_internal.h (__attribute): Remove.
22785         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
22786         (re_string_context_at): Likewise.
22787         (bitset_not): Use __attribute__ and mark function as possibly
22788         unused.
22789         (bitset_merge): Likewise.
22790         (bitset_mask): Likewise.
22791         (re_string_char_size_at): Likewise.
22792         (re_string_wchar_at): Likewise.
22793         (re_string_elem_size_at): Likewise.
22794
22795 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22796
22797         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
22798         code.
22799         (cc32): Likewise.
22800
22801         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
22802         (__acr): Likewise.
22803         (__cpy): Likewise.
22804         (norm): Likewise.
22805         (denorm): Likewise.
22806         (__dbl_mp): Likewise.
22807         (add_magnitudes): Likewise.
22808         (sub_magnitudes): Likewise.
22809         (__mul): Likewise.
22810         (__inv): Likewise.
22811
22812         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
22813         style.
22814
22815         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
22816         style.
22817
22818         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
22819         code.
22820
22821         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
22822         up changes with default code.
22823         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
22824         Likewise.
22825
22826 2013-02-24  Allan McRae  <allan@archlinux.org>
22827
22828         * manual/socket.texi (The Internet Namespace): Order menu items
22829         to match that in the file.
22830
22831         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
22832         node listing of the info page menu.
22833
22834 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
22835
22836         [BZ #13550]
22837         * sysdeps/i386/bp-asm.h: Remove file.
22838         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
22839         (PARMS): Do not use macros from bp-asm.h.
22840         (S1): Likewise.
22841         (S2): Likewise.
22842         (SIZE): Likewise.
22843         (__mpn_add_n): Do not use BP_SYM
22844         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
22845         "bp-asm.h".
22846         (PARMS): Do not use macros from bp-asm.h.
22847         (S1): Likewise.
22848         (SIZE): Likewise.
22849         (__mpn_addmul_1): 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/bsd-setjmp.S: Do not include "bp-sym.h" and
22856         "bp-asm.h".
22857         (PARMS): Do not use macros from bp-asm.h.
22858         (SIGMSK): Likewise.
22859         (setjmp): Likewise.  Do not use BP_SYM.
22860         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
22861         "bp-asm.h".
22862         (PARMS): Do not use macros from bp-asm.h.
22863         (__frexp): Do not use BP_SYM.
22864         (frexp): Likewise.
22865         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
22866         "bp-asm.h".
22867         (PARMS): Do not use macros from bp-asm.h.
22868         (__frexpf): Do not use BP_SYM.
22869         (frexpf): Likewise.
22870         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
22871         "bp-asm.h".
22872         (PARMS): Do not use macros from bp-asm.h.
22873         (__frexpl): Do not use BP_SYM.
22874         (frexpl): Likewise.
22875         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
22876         "bp-asm.h".
22877         (PARMS): Do not use macros from bp-asm.h.
22878         (__remquo): Do not use BP_SYM.
22879         (remquo): Likewise.
22880         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
22881         "bp-asm.h".
22882         (PARMS): Do not use macros from bp-asm.h.
22883         (__remquof): Do not use BP_SYM.
22884         (remquof): Likewise.
22885         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
22886         "bp-asm.h".
22887         (PARMS): Do not use macros from bp-asm.h.
22888         (__remquol): Do not use BP_SYM.
22889         (remquol): Likewise.
22890         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
22891         "bp-asm.h".
22892         (PARMS): Do not use macros from bp-asm.h.
22893         (DEST): Likewise.
22894         (SRC): Likewise.
22895         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
22896         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
22897         "bp-asm.h".
22898         (PARMS): Do not use macros from bp-asm.h.
22899         (strlen): Do not use BP_SYM.
22900         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
22901         "bp-asm.h".
22902         (PARMS): Do not use macros from bp-asm.h.
22903         (S1): Likewise.
22904         (S2): Likewise.
22905         (SIZE): Likewise.
22906         (__mpn_add_n): Do not use BP_SYM.
22907         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
22908         "bp-asm.h".
22909         (PARMS): Do not use macros from bp-asm.h.
22910         (S1): Likewise.
22911         (SIZE): Likewise.
22912         (__mpn_addmul_1): Do not use BP_SYM.
22913         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
22914         weak_alias.
22915         (bzero): Likewise.
22916         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
22917         "bp-asm.h".
22918         (PARMS): Do not use macros from bp-asm.h.
22919         (S): Likewise.
22920         (SIZE): Likewise.
22921         (__mpn_lshift): Do not use BP_SYM.
22922         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
22923         "bp-asm.h".
22924         (PARMS): Do not use macros from bp-asm.h.
22925         (DEST): Likewise.
22926         (SRC): Likewise.
22927         (LEN): Likewise.
22928         (memcpy): Likewise.  Do not use BP_SYM.
22929         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
22930         libc_hidden_def and weak_alias.
22931         (mempcpy): Do not use BP_SYM in weak_alias.
22932         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
22933         "bp-asm.h".
22934         (PARMS): Do not use macros from bp-asm.h.
22935         (DEST): Likewise.
22936         (LEN): Likewise.
22937         [!BZERO_P] (CHR): Likewise.
22938         (memset): Likewise.  Do not use BP_SYM.
22939         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
22940         "bp-asm.h".
22941         (PARMS): Do not use macros from bp-asm.h.
22942         (S1): Likewise.
22943         (SIZE): Likewise.
22944         (__mpn_mul_1): Do not use BP_SYM.
22945         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
22946         "bp-asm.h".
22947         (PARMS): Do not use macros from bp-asm.h.
22948         (S): Likewise.
22949         (SIZE): Likewise.
22950         (__mpn_rshift): Do not use BP_SYM.
22951         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
22952         "bp-asm.h".
22953         (PARMS): Do not use macros from bp-asm.h.
22954         (STR): Likewise.
22955         (CHR): Likewise.
22956         (strchr): Likewise.  Do not use BP_SYM.
22957         (index): Do not use BP_SYM in weak_alias.
22958         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
22959         "bp-asm.h".
22960         (PARMS): Do not use macros from bp-asm.h.
22961         (DEST): Likewise.
22962         (SRC): Likewise.
22963         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
22964         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
22965         "bp-asm.h".
22966         (PARMS): Do not use macros from bp-asm.h.
22967         (strlen): Do not use BP_SYM.
22968         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
22969         "bp-asm.h".
22970         (PARMS): Do not use macros from bp-asm.h.
22971         (S1): Likewise.
22972         (S2): Likewise.
22973         (SIZE): Likewise.
22974         (__mpn_sub_n): Do not use BP_SYM.
22975         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
22976         "bp-asm.h".
22977         (PARMS): Do not use macros from bp-asm.h.
22978         (S1): Likewise.
22979         (SIZE): Likewise.
22980         (__mpn_submul_1): Do not use BP_SYM.
22981         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
22982         "bp-asm.h".
22983         (PARMS): Do not use macros from bp-asm.h.
22984         (S1): Likewise.
22985         (S2): Likewise.
22986         (SIZE): Likewise.
22987         (__mpn_add_n): Do not use BP_SYM.
22988         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
22989         weak_alias.
22990         (bzero): Likewise.
22991         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
22992         "bp-asm.h".
22993         (PARMS): Do not use macros from bp-asm.h.
22994         (BLK2): Likewise.
22995         (LEN): Likewise.
22996         (memcmp): Do not use BP_SYM.
22997         (bcmp): Do not use BP_SYM in weak_alias.
22998         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
22999         "bp-asm.h".
23000         (PARMS): Do not use macros from bp-asm.h.
23001         (DEST): Likewise.
23002         (SRC): Likewise.
23003         (LEN): Likewise.
23004         (memcpy): Likewise.  Do not use BP_SYM.
23005         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23006         "bp-asm.h".
23007         (PARMS): Do not use macros from bp-asm.h.
23008         (DEST): Likewise.
23009         (SRC): Likewise.
23010         (LEN): Likewise.
23011         (memmove): Likewise.  Do not use BP_SYM.
23012         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23013         "bp-asm.h".
23014         (PARMS): Do not use macros from bp-asm.h.
23015         (DEST): Likewise.
23016         (SRC): Likewise.
23017         (LEN): Likewise.
23018         (__mempcpy): Likewise.  Do not use BP_SYM.
23019         (mempcpy): Do not use BP_SYM in weak_alias.
23020         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23021         "bp-asm.h".
23022         (PARMS): Do not use macros from bp-asm.h.
23023         (DEST): Likewise.
23024         (LEN): Likewise.
23025         [!BZERO_P] (CHR): Likewise.
23026         (memset): Likewise.  Do not use BP_SYM.
23027         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23028         "bp-asm.h".
23029         (PARMS): Do not use macros from bp-asm.h.
23030         (STR2): Likewise.
23031         (strcmp): Do not use BP_SYM.
23032         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23033         "bp-asm.h".
23034         (PARMS): Do not use macros from bp-asm.h.
23035         (STR): Likewise.
23036         (DELIM): Likewise.
23037         [USE_AS_STRTOK_R] (SAVE): Likewise.
23038         (FUNCTION): Likewise.  Do not use BP_SYM.
23039         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23040         aliases.
23041         (strtok_r): Likewise.
23042         (__GI___strtok_r): Likewise.
23043         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23044         (PARMS): Do not use macros from bp-asm.h.
23045         (S): Likewise.
23046         (SIZE): Likewise.
23047         (__mpn_lshift): Do not use BP_SYM.
23048         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23049         (PARMS): Do not use macros from bp-asm.h.
23050         (STR): Likewise.
23051         (CHR): Likewise.
23052         (__memchr): Do not use BP_SYM.
23053         (memchr): Do not use BP_SYM in weak_alias.
23054         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23055         (PARMS): Do not use macros from bp-asm.h.
23056         (BLK2): Likewise.
23057         (LEN): Likewise.
23058         (memcmp): Do not use BP_SYM.
23059         (bcmp): Do not use BP_SYM in weak_alias.
23060         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23061         (PARMS): Do not use macros from bp-asm.h.
23062         (S1): Likewise.
23063         (SIZE): Likewise.
23064         (__mpn_mul_1): Do not use BP_SYM.
23065         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23066         "bp-asm.h".
23067         (PARMS): Do not use macros from bp-asm.h.
23068         (STR): Likewise.
23069         (CHR): Likewise.
23070         (__rawmemchr): Do not use BP_SYM.
23071         (rawmemchr): Do not use BP_SYM in weak_alias.
23072         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23073         (PARMS): Do not use macros from bp-asm.h.
23074         (S): Likewise.
23075         (SIZE): Likewise.
23076         (__mpn_rshift): Do not use BP_SYM.
23077         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23078         (PARMS): Do not use macros from bp-asm.h.
23079         (SIGMSK): Likewise.
23080         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23081         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23082         (_start): Do not use BP_SYM.
23083         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23084         (PARMS): Do not use macros from bp-asm.h.
23085         (DEST): Likewise.
23086         (SRC): Likewise.
23087         (__stpcpy): Likewise.  Do not use BP_SYM.
23088         (stpcpy): Do not use BP_SYM in weak_alias.
23089         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23090         "bp-asm.h".
23091         (PARMS): Do not use macros from bp-asm.h.
23092         (DEST): Likewise.
23093         (SRC): Likewise.
23094         (LEN): Likewise.
23095         (__stpncpy): Likewise.  Do not use BP_SYM.
23096         (stpncpy): Do not use BP_SYM in weak_alias.
23097         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23098         (PARMS): Do not use macros from bp-asm.h.
23099         (STR): Likewise.
23100         (CHR): Likewise.
23101         (strchr): Likewise.  Do not use BP_SYM.
23102         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23103         "bp-asm.h".
23104         (PARMS): Do not use macros from bp-asm.h.
23105         (STR): Likewise.
23106         (CHR): Likewise.
23107         (__strchrnul): Likewise.  Do not use BP_SYM.
23108         (strchrnul): Do not use BP_SYM in weak_alias.
23109         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23110         "bp-asm.h".
23111         (PARMS): Do not use macros from bp-asm.h.
23112         (STOP): Likewise.
23113         (strcspn): Do not use BP_SYM.
23114         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23115         "bp-asm.h".
23116         (PARMS): Do not use macros from bp-asm.h.
23117         (STR): Likewise.
23118         (STOP): Likewise.
23119         (strpbrk): Likewise.  Do not use BP_SYM.
23120         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23121         "bp-asm.h".
23122         (PARMS): Do not use macros from bp-asm.h.
23123         (STR): Likewise.
23124         (CHR): Likewise.
23125         (strrchr): Likewise.  Do not use BP_SYM.
23126         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23127         (PARMS): Do not use macros from bp-asm.h.
23128         (SKIP): Likewise.
23129         (strspn): Do not use BP_SYM.
23130         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23131         (PARMS): Do not use macros from bp-asm.h.
23132         (STR): Likewise.
23133         (DELIM): Likewise.
23134         (SAVE): Likewise.
23135         (FUNCTION): Likewise.  Do not use BP_SYM.
23136         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23137         aliases.
23138         (strtok_r): Likewise.
23139         (__GI___strtok_r): Likewise.
23140         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23141         (PARMS): Do not use macros from bp-asm.h.
23142         (S1): Likewise.
23143         (S2): Likewise.
23144         (SIZE): Likewise.
23145         (__mpn_sub_n): Do not use BP_SYM.
23146         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23147         "bp-asm.h".
23148         (PARMS): Do not use macros from bp-asm.h.
23149         (S1): Likewise.
23150         (SIZE): Likewise.
23151         (__mpn_submul_1): Do not use BP_SYM.
23152         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23153         <bp-sym.h>.
23154         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23155         and <bp-asm.h>.
23156         (PARMS): Do not use macros from bp-asm.h.
23157         (FLAGS): Likewise.
23158         (PTID): Likewise.
23159         (TLS): Likewise.
23160         (CTID): Likewise.
23161         (__clone): Do not use BP_SYM.
23162         (clone): Do not use BP_SYM in weak_alias.
23163         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23164         and <bp-asm.h>.
23165         (PARMS): Do not use macros from bp-asm.h.
23166         (LEN): Likewise.
23167         (__mmap64): Do not use BP_SYM.
23168         (mmap64): Do not use BP_SYM in weak_alias.
23169         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23170         <bp-sym.h> and <bp-asm.h>.
23171         (PARMS): Do not use macros from bp-asm.h.
23172         (__posix_fadvise64_l64): Do not use BP_SYM.
23173         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23174         (PARMS): Do not use macros from bp-asm.h.
23175         (NSOPS): Likewise.
23176         (semtimedop): Do not use BP_SYM.
23177         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23178         and <bp-asm.h>.
23179
23180 2013-02-21  Allan McRae  <allan@archlinux.org>
23181
23182         * manual/message.texi (Charset conversion in gettext):
23183         Move @end statement to beginning of line.
23184
23185 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23186
23187         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23188         static.
23189         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23190         Likewise.
23191
23192         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23193         (denorm): Likewise.
23194         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23195         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23196
23197 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23198
23199         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23200         tail-call to the resolved function if pltexit isn't needed.
23201
23202 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23203
23204         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23205         or Y being zero as being unlikely.
23206         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23207         Likewise.
23208
23209 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23210
23211         * manual/nss.texi (System Databases and Name Service Switch):
23212         Remove frobnicate @pxref.
23213
23214 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23215
23216         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23217         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23218
23219 2013-02-20  Petr Machata  <pmachata@redhat.com>
23220
23221         * elf/elf.h (R_ARM_TARGET1): New macro.
23222         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23223         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23224         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23225         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23226         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23227         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23228         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23229         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23230         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23231         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23232         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23233         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23234         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23235         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23236         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23237         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23238         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23239         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23240         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23241         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23242         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23243         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23244         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23245         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23246         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23247         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23248         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23249         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23250         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23251         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23252         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23253         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23254         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23255         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23256         (R_ARM_THM_GOT_BREL12): Likewise.
23257         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23258         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23259         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23260         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23261         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23262         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23263         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23264         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23265         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23266
23267 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23268
23269         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23270         __attribute_used__ to __attribute__ ((unused)).
23271
23272 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23273
23274         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23275         powerpc mpa.c.
23276         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23277         comment formatting.
23278         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23279
23280 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23281
23282         [BZ #13550]
23283         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23284         Remove macro.
23285         (ENTER): Remove both macro definitions.
23286         (LEAVE): Likewise.
23287         (CHECK_BOUNDS_LOW): Likewise.
23288         (CHECK_BOUNDS_HIGH): Likewise.
23289         (CHECK_BOUNDS_BOTH): Likewise.
23290         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23291         (RETURN_BOUNDED_POINTER): Likewise.
23292         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23293         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23294         (POP_ERRNO_LOCATION_RETURN): Likewise.
23295         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23296         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23297         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23298         macros.
23299         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23300         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23301         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23302         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23303         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23304         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23305         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23306         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23307         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23308         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23309         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23310         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23311         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23312         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23313         removed macros.
23314         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23315         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23316         macros.
23317         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23318         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23319         * sysdeps/i386/i586/memset.S (memset): Likewise.
23320         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23321         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23322         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23323         macros.
23324         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23325         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23326         Change uses of L(2) to L(out).
23327         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23328         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23329         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23330         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23331         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23332         removed macros.
23333         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23334         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23335         macros.
23336         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23337         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23338         (RETURN): Do not use macro LEAVE.
23339         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23340         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23341         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23342         * sysdeps/i386/i686/memset.S (memset): Likewise.
23343         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23344         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23345         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23346         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23347         Likewise.
23348         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23349         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23350         L(1_2) and L(1_3) into L(1).
23351         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23352         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23353         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23354         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23355         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23356         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23357         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23358         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23359         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23360         macros.
23361         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23362         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23363         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23364         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23365         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23366         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23367         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23368         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23369         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23370         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23371         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23372         * sysdeps/i386/strspn.S (strspn): Likewise.
23373         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23374         conditional code.
23375         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23376         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23377         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23378         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23379         L(1_3) into L(1_1).
23380         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23381         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23382         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23383         macros.
23384         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23385
23386 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23387
23388         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23389         macro.
23390
23391 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23392
23393         * math/atest-exp.c (exp_mpn): Remove ROUND.
23394         * math/atest-exp2.c (exp_mpn): Likewise.
23395         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23396
23397         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23398         * stdlib/tst-tls-atexit-lib.c: Likewise.
23399         * stdlib/tst-tls-atexit.c: Likewise.
23400
23401 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23402
23403         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23404         and __attribute_alloc_size__.
23405
23406 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23407
23408         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23409         __attribute_alloc_size__.
23410         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23411         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23412
23413 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23414
23415         * include/programs/xmalloc.h: New file.
23416         * catgets/gencat.c: Include it.
23417         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23418         * elf/pldd.c: Likewise.
23419         * iconv/iconv_charmap.c: Likewise.
23420         * iconv/iconvconfig.c: Likewise.
23421         * iconv/strtab.c: Likewise.
23422         * locale/programs/locale.c: Likewise.
23423         * locale/programs/localedef.h: Likewise.
23424         * locale/programs/simple-hash.c: Likewise.
23425         * nscd/nscd.h: Likewise.
23426         * nss/makedb.c: Likewise.
23427         * sysdeps/generic/ldconfig.h: Likewise.
23428
23429 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23430
23431         * Versions.def: Add GLIBC_2.18.
23432         * include/link.h (struct link_map): New member l_tls_dtor_count.
23433         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
23434         (__call_tls_dtors): Likewise.
23435         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
23436         __cxa_thread_atexit_impl.
23437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23438         Likewise.
23439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23440         Likewise.
23441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23442         Likewise.
23443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23444         Likewise.
23445         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
23446         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
23447         Likewise.
23448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
23449         Likewise.
23450         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
23451         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23452         Likewise.
23453         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
23454         (tests): Add test case tst-tls-atexit.
23455         (modules-names): Add shared library for tst-tls-atexit.
23456         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
23457         (GLIBC_PRIVATE): Add __call_tls_dtors.
23458         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
23459         for libstdc++.
23460         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
23461         * stdlib/tst-tls-atexit.c: New test case.
23462         * stdlib/tst-tls-atexit-lib.c: New test case.
23463
23464         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
23465
23466         * elf/Versions (ld): Add _dl_find_dso_for_object.
23467         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
23468         * elf/dl-open.c (_dl_find_dso_for_object): New function.
23469         (dl_open_worker): Use _dl_find_dso_for_object.
23470         * elf/dl-sym.c (do_sym): Likewise.
23471         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
23472
23473 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23474
23475         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
23476         Syntactic changes only.
23477         (_dl_runtime_profile): Do a tail-call to the resolved function.
23478
23479 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
23480
23481         [BZ #13550]
23482         * sysdeps/x86_64/bp-asm.h: Remove file.
23483         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
23484         <bp-sym.h> and <bp-asm.h>.
23485         (__clone): Do not use BP_SYM.
23486         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
23487         <bp-sym.h> and <bp-asm.h>.
23488         * sysdeps/unix/x86_64/sysdep.S: Likewise.
23489         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
23490         "bp-asm.h".
23491         (_setjmp): Do not use BP_SYM.
23492         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
23493         "bp-asm.h".
23494         (setjmp): Do not use BP_SYM.
23495         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
23496         libc_hidden_def.
23497         (mempcpy): Do not use BP_SYM in weak_alias.
23498         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
23499         "bp-asm.h".
23500         (strchr): Do not use BP_SYM.
23501         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
23502         "bp-asm.h".
23503         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
23504         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
23505         (_start): Do not use BP_SYM.
23506         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
23507         "bp-asm.h".
23508         (strcat): Do not use BP_SYM.
23509         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
23510         "bp-asm.h".
23511         (STRCMP): Do not use BP_SYM.
23512         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
23513         "bp-asm.h".
23514         (STRCPY): Do not use BP_SYM.
23515         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
23516         "bp-asm.h".
23517         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
23518         "bp-asm.h".
23519         (FUNCTION): Do not use BP_SYM.
23520         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
23521         weak_alias.
23522         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
23523
23524 2013-02-17  Andreas Jaeger  <aj@suse.de>
23525
23526         * time/Versions: Sort entries.
23527         * string/Versions: Likewise.
23528         * resolv/Versions: Likewise.
23529         * posix/Versions: Likewise.
23530         * iconv/Versions: Likewise.
23531         * elf/Versions: Likewise.
23532         * wcsmbs/Versions: Likewise.
23533
23534 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23535
23536         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
23537         loop termination condition.
23538
23539         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
23540         variable to calculate EZ.
23541         (__sqr): Likewise.
23542
23543         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
23544         the lower precision input.
23545
23546 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
23547
23548         [BZ #13550]
23549         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
23550         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
23551         (run-via-rtld-prefix): Do not handle %-bp tests.
23552         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
23553         (all-object-suffixes): Remove .ob.
23554         (bppfx): Remove variable.
23555         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
23556         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
23557         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
23558         [$(build-bounded) = yes] (libtype.ob): Likewise.
23559         * Makerules (elide-routines.ob): Remove variable.
23560         (do-tests-clean): Do not handle *-bp.out.
23561         (common-mostlyclean): Do not handle *-bp and *-bp.out.
23562         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
23563         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
23564         (tests): Do not include $(tests-bp.out).
23565         (xtests): Do not include $(xtests-bp.out).
23566         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
23567         [$(build-bounded) = yes] ($(addprefix
23568         $(objpfx),$(binaries-bounded))): Remove rule.
23569         ($(objpfx)%-bp.out): Remove rule.
23570         * config.make.in (build-bounded): Remove variable.
23571         * crypt/Makefile [$(build-bounded) = yes]
23572         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
23573         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
23574         append to variable.
23575         [$(build-bounded) = yes] (install-lib): Likewise.
23576         [$(build-bounded) = yes] (generated): Likewise.
23577         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
23578         Remove rule.
23579         * intl/Makefile [$(build-bounded) = yes]
23580         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
23581         * math/Makefile [$(build-bounded) = yes]
23582         ($(tests:%=$(objpfx)%-bp): Likewise.
23583         * misc/Makefile [$(build-bounded) = yes]
23584         ($(objpfx)tst-tsearch-bp): Likewise.
23585         * nptl/Makeconfig (bounded-thread-library): Remove variable.
23586         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
23587         Remove dependency.
23588         * string/Makefile (o-objects.ob): Remove variable.
23589         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
23590         (CFLAGS-.ob): Remove variable.
23591         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
23592         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
23593         both definitions of variable.
23594         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
23595         (ASFLAGS-.ob): Remove variable.
23596
23597 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
23598
23599         [BZ #13550]
23600         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
23601         Remove __BOUNDED_POINTERS__ from condition.
23602         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
23603         * string/bits/string2.h [!__NO_STRING_INLINES &&
23604         !__BOUNDED_POINTERS__]: Likewise.
23605         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
23606         Likewise.
23607         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
23608         Remove conditional code.
23609         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
23610         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
23611         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
23612         condition.
23613
23614         [BZ #13550]
23615         * csu/libc-start.c: Do not include <bp-sym.h>.
23616         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
23617         * elf/dl-open.c: Do not include <bp-sym.h>.
23618         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
23619         * math/fegetenv.c: Do not include <bp-sym.h>.
23620         (fegetenv): Do not use BP_SYM in versioned symbols.
23621         * nptl/sysdeps/pthread/bits/libc-lockP.h
23622         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
23623         <bp-sym.h>.
23624         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23625         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
23626         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23627         (__pthread_mutex_destroy): Likewise.
23628         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23629         (__pthread_mutex_lock): Likewise.
23630         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23631         (__pthread_mutex_trylock): Likewise.
23632         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23633         (__pthread_mutex_unlock): Likewise.
23634         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23635         (__pthread_mutexattr_init): Likewise.
23636         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23637         (__pthread_mutexattr_destroy): Likewise.
23638         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23639         (__pthread_mutexattr_settype): Likewise.
23640         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23641         (__pthread_rwlock_init): Likewise.
23642         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23643         (__pthread_rwlock_destroy): Likewise.
23644         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23645         (__pthread_rwlock_rdlock): Likewise.
23646         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23647         (__pthread_rwlock_tryrdlock): Likewise.
23648         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23649         (__pthread_rwlock_wrlock): Likewise.
23650         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23651         (__pthread_rwlock_trywrlock): Likewise.
23652         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23653         (__pthread_rwlock_unlock): Likewise.
23654         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23655         (__pthread_key_create): Likewise.
23656         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23657         (__pthread_setspecific): Likewise.
23658         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23659         (__pthread_getspecific): Likewise.
23660         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
23661         Likewise.
23662         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23663         (_pthread_cleanup_push_defer): Likewise.
23664         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23665         (_pthread_cleanup_pop_restore): Likewise.
23666         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23667         (pthread_setcancelstate): Likewise.
23668         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
23669         <bp-sym.h>.
23670         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
23671         (memchr): Do not use BP_SYM in weak_alias.
23672         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
23673         (fegetenv): Do not use BP_SYM in versioned symbols.
23674         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
23675         (fesetenv): Do not use BP_SYM in versioned symbols.
23676         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23677         (feupdateenv): Do not use BP_SYM in versioned symbols.
23678         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23679         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23680         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
23681         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
23682         (open64): Do not use BP_SYM in weak_alias.
23683         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
23684         (fegetenv): Do not use BP_SYM in versioned symbols.
23685         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
23686         (fesetenv): Do not use BP_SYM in versioned symbols.
23687         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23688         (feupdateenv): Do not use BP_SYM in versioned symbols.
23689         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
23690         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
23691         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
23692         (feraiseexcept): Do not use BP_SYM in versioned symbols.
23693         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23694         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23695         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
23696         <bp-sym.h>.
23697         (__libc_start_main): Do not use BP_SYM.
23698
23699 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23700
23701         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
23702         redundant return line.
23703         (norm): Likewise.
23704         (denorm): Likewise.
23705         (dbl_mp): Likewise.
23706         (sub_magnitudes): Likewise.
23707         (__add): Likewise.
23708         (__sub): Likewise.
23709         (__mul): Likewise.
23710         (__inv): Likewise.
23711         (__dvd): Likewise.
23712         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
23713         (norm): Likewise.
23714         (denorm): Likewise.
23715         (dbl_mp): Likewise.
23716         (sub_magnitudes): Likewise.
23717         (__add): Likewise.
23718         (__sub): Likewise.
23719         (__mul): Likewise.
23720         (__inv): Likewise.
23721         (__dvd): Likewise.
23722
23723         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
23724         instead of __mul.
23725         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
23726         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
23727         (cc32): Likewise.
23728
23729         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
23730         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
23731         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
23732         of __mul for squares.
23733         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
23734         function
23735         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
23736         Likewise.
23737         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
23738         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
23739
23740 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
23741
23742         [BZ #13550]
23743         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
23744         code.
23745         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
23746         prototype or function definition.  Rename ubp_* variables and
23747         parameters.  Remove argv definitions conditional on
23748         [__BOUNDED_POINTERS__].
23749         * debug/backtrace.c (__backtrace): Do not use __unbounded.
23750         * elf/dl-runtime.c (_dl_fixup): Likewise.
23751         * include/set-hooks.h (RUN_HOOK): Likewise.
23752         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
23753         definition.
23754         * string/strcpy.c (strcpy): Do not use __unbounded.
23755         * sysdeps/generic/frame.h (struct layout): Likewise.
23756         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
23757         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
23758         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
23759         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
23760         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
23761         (__backtrace): Likewise.
23762         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
23763         use __ptrvalue.
23764         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
23765         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
23766         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
23767         Likewise.
23768         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
23769         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
23770         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
23771         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
23772         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
23773         Do not use __unbounded.
23774         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
23775         Rename __unboundedrlimits parameter to rlimits in prototype.
23776         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
23777         Do not use __unbounded.
23778         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
23779         not use __ptrvalue.
23780         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
23781         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
23782         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
23783         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
23784         __ptrvalue or __unbounded.
23785         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
23786         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
23787         use __unbounded.
23788         (__new_msgctl): Do not use __ptrvalue.
23789         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
23790         __unbounded.
23791         (__libc_msgrcv): Do not use __ptrvalue.
23792         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
23793         startup_info): Do not use __unbounded.
23794         (__libc_start_main): Likewise.  Rename ubp_* variables and
23795         parameters.  Remove argv definitions conditional on
23796         [__BOUNDED_POINTERS__].
23797         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
23798         __ptrvalue.
23799         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
23800         use __unbounded.
23801         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
23802         or __ptrvalue.
23803         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
23804         use __unbounded.
23805         (__new_shmctl): Do not use __ptrvalue.
23806         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
23807         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
23808         Likewise.
23809         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
23810         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
23811         (__libc_sigaction): Likewise.
23812         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
23813         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
23814         Likewise.
23815         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
23816
23817 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
23818
23819         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
23820
23821         * string/mempcpy.c: Implement by calling memcpy.
23822
23823 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23824
23825         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
23826
23827         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
23828         evaluation.
23829
23830         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
23831         values in the mantissa.
23832
23833         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
23834         minimize writes to Z.
23835         (sub_magnitudes): Simplify code a bit.
23836
23837 2013-02-12  Roland McGrath  <roland@hack.frob.com>
23838
23839         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
23840         from the message.  The linker prefixes all warnings with that already.
23841
23842 2013-02-12  Andreas Schwab  <schwab@suse.de>
23843
23844         [BZ #15078]
23845         * posix/regexec.c (extend_buffers): Add parameter min_len.
23846         (check_matching): Pass minimum needed length.
23847         (clean_state_log_if_needed): Likewise.
23848         (get_subexp): Likewise.
23849         * posix/Makefile (tests): Add bug-regex34.
23850         (bug-regex34-ENV): Define.
23851         * posix/bug-regex34.c: New file.
23852
23853         [BZ #11561]
23854         * posix/regcomp.c (parse_bracket_exp): When looking up collating
23855         elements compare against the byte sequence of it, not its name.
23856         * posix/Makefile (tests): Add bug-regex35.
23857         (bug-regex35-ENV): Define.
23858         * posix/bug-regex35.c: New file.
23859
23860 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23861
23862         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
23863         comment.
23864         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
23865         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
23866         (CHECK_EOL): Add undef.
23867
23868 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
23869
23870         * bits/stdlib-bsearch.h: New file.
23871         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
23872         * stdlib/stdlib.h: Likewise.
23873
23874 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23875
23876         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
23877         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
23878         declaration.
23879         * manual/search.texi (Array Search Function): Add missing const in
23880         lfind prototype.
23881         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
23882         declaration to use rlim_t.
23883         (Basic Scheduling Functions): Remove erroneous const from
23884         sched_getparam prototype.  Remove erroneous * from
23885         sched_get_priority_max and sched_get_priority_min prototypes.
23886         (Resource Usage): Fix summary @comment on vtimes to refer to
23887         sys/vtimes.h rather than vtimes.h.
23888         Add missing *s in vtimes prototype.
23889         (Limits on Resources): Fix ulimit prototype to return long int.
23890         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
23891         prototypes to use long int rather than double.
23892         (BSD Random): Fix initstate and setstate to use char *, not void *.
23893         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
23894         prototype to make second argument 'struct aiocb64 *const[]'.
23895         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
23896         (Status of AIO Operations): Remove erroneous const in aio_return and
23897         aio_return64 prototypes.
23898         (Synchronizing I/O): Fix sync prototype to return void.
23899         * manual/startup.texi (Suboptions): Remove an erroneous const in
23900         getsubopt prototype.
23901         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
23902         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
23903         use size_t rather than int.
23904         (Scanning All Users): Likewise for getpwent_r.
23905         (Setting Groups): Add missing const to setgroups prototype.
23906         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
23907         * manual/socket.texi (Host Names): Fix gethostbyaddr and
23908         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
23909         'const void *' rather than 'const char *'.
23910         (Host Address Functions): Likewise for inet_ntop.
23911         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
23912         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
23913         ssize_t for return value.
23914         (Sending Data): Likewise for send, sendto, sendmsg.
23915         (Socket Option Functions): Add a missing const in setsockopt prototype.
23916         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
23917         use wchar_t for the argument.
23918         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
23919         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
23920         take no arguments.
23921         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
23922         double/float/long double for second argument.
23923         Fix return types of significand, significandf, significandl.
23924         * manual/filesys.texi (Setting Permissions): Use mode_t for second
23925         argument in fchmod prototype.
23926         (File Owner): Use uid_t and gid_t in fchown prototype.
23927         (File Times): Add const to utimes, futimes, and lutimes prototypes.
23928         (Making Special Files): Use mode_t and dev_t in mknod prototype.
23929         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
23930         use 'const struct dirent **' as argument types to CMP function pointer
23931         argument.
23932         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
23933         (File Times): Fix summary magic @comment for struct utimbuf and utime
23934         to refer to utime.h, not time.h.
23935         * manual/string.texi (Argz Functions): Add missing const in
23936         argz_extract and argz_next prototypes.
23937         (Finding Tokens in a String): Likewise for basename.
23938         (String/Array Comparison): Fix typo in wcscasecmp prototype.
23939         (Copying and Concatenation): Fix typo in wmemmove prototype.
23940         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
23941         (Signal Stack): Remove erroneous const in sigstack prototype.
23942         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
23943         prototype.
23944         (Simple Calendar Time): Likewise for stime.
23945         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
23946         prototype.
23947         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
23948         say sys/sysctl.h instead.
23949         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
23950         and vsyslog prototypes.
23951
23952 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23953
23954         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
23955         Remove.
23956
23957 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23958
23959         * misc/sys/mman.h: Fix typo in mremap comment.
23960
23961 2013-02-08  Roland McGrath  <roland@hack.frob.com>
23962
23963         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
23964         the '\0' terminator.
23965
23966 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
23967
23968         [BZ #13550]
23969         * debug/segfault.c: Don't include <bp-checks.h>.
23970         * sysdeps/generic/bp-checks.h: Remove file.
23971         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
23972         (__GETDENTS): Don't use CHECK_N.
23973         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
23974         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
23975         (__getgroups): Don't use CHECK_N.
23976         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
23977         (setgroups): Don't use CHECK_N.
23978         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
23979         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
23980         (__libc_msgrcv): Don't use CHECK_N.
23981         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
23982         (__libc_msgsnd): Don't use CHECK_N.
23983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
23984         <bp-checks.h>.
23985         (__libc_pread): Don't use CHECK_N.
23986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
23987         include <bp-checks.h>.
23988         (__libc_pread64): Don't use CHECK_N.
23989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
23990         include <bp-checks.h>.
23991         (__libc_pwrite): Don't use CHECK_N.
23992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
23993         include <bp-checks.h>.
23994         (__libc_pwrite64): Don't use CHECK_N.
23995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
23996         <bp-checks.h>.
23997         (__libc_pread): Don't use CHECK_N.
23998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
23999         include <bp-checks.h>.
24000         (__libc_pread64): Don't use CHECK_N.
24001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24002         include <bp-checks.h>.
24003         (__libc_pwrite): Don't use CHECK_N.
24004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24005         include <bp-checks.h>.
24006         (__libc_pwrite64): Don't use CHECK_N.
24007         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24008         (do_pread): Don't use CHECK_N.
24009         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24010         (do_pread64): Don't use CHECK_N.
24011         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24012         (do_pwrite): Don't use CHECK_N.
24013         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24014         (do_pwrite64): Don't use CHECK_N.
24015         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24016         (__libc_readv): Don't use CHECK_N.
24017         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24018         (semop): Don't use CHECK_N.
24019         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24020         <bp-checks.h>.
24021         (semtimedop): Don't use CHECK_N.
24022         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24023         (__libc_pread): Don't use CHECK_N.
24024         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24025         <bp-checks.h>.
24026         (__libc_pread64): Don't use CHECK_N.
24027         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24028         <bp-checks.h>.
24029         (__libc_pwrite): Don't use CHECK_N.
24030         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24031         <bp-checks.h>.
24032         (__libc_pwrite64): Don't use CHECK_N.
24033         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24034         <bp-checks.h>.
24035         (__libc_msgrcv): Don't use CHECK_N.
24036         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24037         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24038         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24039         (__libc_writev): Don't use CHECK_N.
24040
24041 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24042
24043         * string/strcpy.c: Removed unused variable.
24044
24045         * Makeconfig (+sysdep-includes): Define with := rather than =.
24046         Use an existing include/ subdir of each sysdeps dir before it.
24047
24048 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24049
24050         * nscd/connection.c (register_traced_file): Comment function.
24051         [HAVE_INOTIFY] (union __inev): Define.
24052         [HAVE_INOTIFY] (inotify_check_files): New function.
24053         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24054         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24055         clear_db_cache.
24056         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24057
24058 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24059
24060         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24061         loaded if not already and that a failure is permanent.
24062
24063 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24064
24065         [BZ #15006]
24066         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24067         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24068
24069 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24070
24071         [BZ #13550]
24072         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24073         (CHECK_1_NULL_OK): Likewise.
24074         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24075         (__fxstat): Do not use CHECK_1.
24076         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24077         <bp-checks.h>.
24078         (___fxstat64): Do not use CHECK_1.
24079         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24080         <bp-checks.h>.
24081         (__fxstatat): Do not use CHECK_1.
24082         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24083         <bp-checks.h>.
24084         (__fxstatat64): Do not use CHECK_1.
24085         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24086         <bp-checks.h>.
24087         (__fxstat): Do not use CHECK_1.
24088         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24089         <bp-checks.h>.
24090         (__fxstatat): Do not use CHECK_1.
24091         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24092         <bp-checks.h>.
24093         (__getresgid): Do not use CHECK_1.
24094         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24095         <bp-checks.h>.
24096         (__getresuid): Do not use CHECK_1.
24097         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24098         <bp-checks.h>.
24099         (__lxstat): Do not use CHECK_1.
24100         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24101         <bp-checks.h>.
24102         (__old_msgctl): Do not use CHECK_1.
24103         (__new_msgctl): Likewise.
24104         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24105         <bp-checks.h>.
24106         (__new_setrlimit): Do not use CHECK_1.
24107         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24108         <bp-checks.h>.
24109         (__old_shmctl): Do not use CHECK_1.
24110         (__new_shmctl): Likewise.
24111         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24112         <bp-checks.h>.
24113         (__xstat): Do not use CHECK_1.
24114         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24115         (__lxstat): Do not use CHECK_1.
24116         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24117         <bp-checks.h>.
24118         (___lxstat64): Do not use CHECK_1.
24119         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24120         (__old_msgctl): Do not use CHECK_1.
24121         (__new_msgctl): Likewise.
24122         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24123         <bp-checks.h>.
24124         (__gettimeofday): Do not use CHECK_1.
24125         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24126         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24127         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24128         <bp-checks.h>.
24129         (__gettimeofday): Do not use CHECK_1.
24130         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24131         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24132         (__new_shmctl): Do not use CHECK_1.
24133         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24134         <bp-checks.h>.
24135         (do_sigtimedwait): Do not use CHECK_1.
24136         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24137         <bp-checks.h>.
24138         (do_sigwaitinfo): Do not use CHECK_1.
24139         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24140         <bp-checks.h>.
24141         (msgctl): Do not use CHECK_1.
24142         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24143         <bp-checks.h>.
24144         (shmctl): Do not use CHECK_1.
24145         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24146         (ustat): Do not use CHECK_1.
24147         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24148         <bp-checks.h>.
24149         (__fxstat): Do not use CHECK_1.
24150         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24151         <bp-checks.h>.
24152         (__fxstatat): Do not use CHECK_1.
24153         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24154         <bp-checks.h>.
24155         (__lxstat): Do not use CHECK_1.
24156         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24157         <bp-checks.h>.
24158         (__xstat): Do not use CHECK_1.
24159         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24160         (__xstat): Do not use CHECK_1.
24161         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24162         (___xstat64): Do not use CHECK_1.
24163
24164         [BZ #13550]
24165         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24166         definitions.
24167         (CHECK_BOUNDS_HIGH): Likewise.
24168         * string/strcpy.c: Do not include <bp-checks.h>.
24169         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24170
24171 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24172
24173         * nscd/nscd-client.h (__nscd_drop_map_ref):
24174         Add __attribute__ ((unused)).
24175         * nis/nss-nisplus.h (niserr2nss): Likewise.
24176
24177         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24178         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24179
24180         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24181         Remove inline keyword.
24182         * include/rounding-mode.h (round_away): Likewise.
24183         * libio/wfileops.c (adjust_wide_data): Likewise.
24184         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24185         (__m128i_strloadu_tolower): Likewise.
24186         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24187         (__m128i_strloadu_tolower): Likewise.
24188         * time/mktime.c (ydhms_diff): Likewise.
24189         * locale/elem-hash.h (elem_hash): Likewise.
24190         * locale/setlocale.c (setdata): Likewise.
24191         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24192         (re_string_wchar_at): Likewise.
24193         (bitset_not, bitset_merge, bitset_mask): Likewise.
24194         [!(__GNUC__ > 3)] (inline): Remove macro.
24195         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24196         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24197         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24198         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24199         * string/memcmp.c (memcmp_bytes): Likewise.
24200         * locale/programs/locarchive.c (compute_hashval): Likewise.
24201         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24202         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24203         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24204         * nss/getent.c (print_rpc, print_protocols): Likewise.
24205         (print_passwd, print_group, print_aliases): Likewise.
24206         * nis/nss-nisplus.h (niserr2nss): Likewise.
24207         * nscd/connections.c (restart_p): Likewise.
24208         Change return type to bool.
24209
24210 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24211
24212         * Makeconfig (all-Depend-files): Add existing
24213         $(sorted-subdirs:=/Depend) files.
24214         (all-subdirs): Remove nss.
24215         * sysdeps/unix/inet/Subdirs: Add it here instead.
24216         * hesiod/Depend: New file.
24217
24218         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24219         instead of calling alloca.
24220
24221         * io/lseek.c (__lseek): Rename to __libc_lseek.
24222         Define __lseek as an alias.
24223
24224         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24225
24226 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24227
24228         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24229         else clause and remove check for non-standard endianness.
24230
24231 2013-02-04  David S. Miller  <davem@davemloft.net>
24232
24233         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24234
24235 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24236
24237         [BZ #13550]
24238         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24239         (__ubp_memchr): Remove prototype.
24240         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24241         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24242         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24243         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24244         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24245         Remove alias.
24246         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24247         (__ubp_memchr): Likewise.
24248         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24249         (__ubp_memchr): Likewise.
24250         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24251         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24252         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24253         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24254         CHECK_STRING.
24255         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24256         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24257         (__getcwd): Do not use CHECK_STRING.
24258         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24259         <bp-checks.h>.
24260         (__real_chown): Do not use CHECK_STRING.
24261         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24262         <bp-checks.h>.
24263         (fchownat): Do not use CHECK_STRING.
24264         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24265         CHECK_STRING.
24266         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24267         <bp-checks.h>.
24268         (__lchown): Do not use CHECK_STRING.
24269         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24270         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24271         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24272         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24274         include <bp-checks.h>.
24275         (truncate64): Do not use CHECK_STRING.
24276         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24277         <bp-checks.h>.
24278         (__real_chown): Do not use CHECK_STRING.
24279         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24280         <bp-checks.h>.
24281         (__lchown): Do not use CHECK_STRING.
24282         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24283         <bp-checks.h>.
24284         (__chown): Do not use CHECK_STRING.
24285         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24286         <bp-checks.h>.
24287         (truncate64): Do not use CHECK_STRING.
24288         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24289         Likewise.
24290         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24291         (__xmknod): Do not use CHECK_STRING.
24292         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24293         <bp-checks.h>.
24294         (__xmknodat): Do not use CHECK_STRING.
24295         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24296         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24297
24298 2013-02-04  Andreas Schwab  <schwab@suse.de>
24299
24300         [BZ #14142]
24301         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24302         * include/netdb.h: Likewise for h_errno.
24303         * elf/tst-stackguard1.c: Include <tls.h>.
24304
24305 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24306
24307         * elf/link.h (struct link_map): Extend the l_addr comment.
24308         * include/link.h (struct link_map): Likewise.
24309
24310 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24311
24312         [BZ #13550]
24313         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24314         (BOUNDED_1): Remove macro.
24315         * debug/backtrace.c: Don't include <bp-checks.h>.
24316         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24317         (__backtrace): Likewise.
24318         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24319         <bp-checks.h>.
24320         (__backtrace): Don't use BOUNDED_1.
24321         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24322         <bp-checks.h>.
24323         (__backtrace): Don't use BOUNDED_1.
24324         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24325         (__backtrace): Don't use BOUNDED_1.
24326         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24327         (shmat): Don't use BOUNDED_N.
24328
24329 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24330
24331         [BZ #13550]
24332         * sysdeps/generic/bp-start.h: Remove file.
24333         * csu/libc-start.c: Don't include <bp-start.h>.
24334         (LIBC_START_MAIN): Set up __environ directly instead of using
24335         INIT_ARGV_and_ENVIRON.
24336         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24337         <bp-start.h>.
24338
24339         [BZ #13550]
24340         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24341         definitions.
24342         (CHECK_FCNTL): Likewise.
24343         (CHECK_N_PAGES): Likewise.
24344
24345         [BZ #13550]
24346         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24347         definitions.
24348         (CHECK_SIGSET_NULL_OK): Likewise.
24349         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24350         <bp-checks.h>.
24351         (sigpending): Don't use CHECK_SIGSET.
24352         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24353         <bp-checks.h>.
24354         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24355         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24356         <bp-checks.h>.
24357         (do_sigsuspend): Don't use CHECK_SIGSET.
24358         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24359         use CHECK_SIGSET.
24360         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24361         (do_sigwait): Don't use CHECK_SIGSET.
24362         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24363         use CHECK_SIGSET.
24364         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24365         include <bp-checks.h>.
24366         (sigpending): Don't use CHECK_SIGSET.
24367         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24368         include <bp-checks.h>.
24369         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24370         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24371         <bp-checks.h>.
24372         (sigpending): Don't use CHECK_SIGSET.
24373         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24374         <bp-checks.h>.
24375         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24376
24377         [BZ #13550]
24378         * sysdeps/generic/bp-semctl.h: Remove file.
24379         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24380         <bp-checks.h> and <bp-semctl.h>.
24381         (__old_semctl): Don't use CHECK_SEMCTL.
24382         (__new_semctl): Likewise.
24383         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24384         and <bp-semctl.h>.
24385         (__old_semctl): Don't use CHECK_SEMCTL.
24386         (__new_semctl): Likewise.
24387         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24388         <bp-checks.h> and <bp-semctl.h>.
24389         (__old_semctl): Don't use CHECK_SEMCTL.
24390         (__new_semctl): Likewise.
24391         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24392         <bp-checks.h> and <bp-semctl.h>.
24393         (semctl): Don't use CHECK_SEMCTL.
24394
24395         [BZ #13550]
24396         * Makerules (elide-bp-thunks): Remove variable.
24397         (elide-routines.oS): Don't use $(elide-bp-thunks).
24398         (elide-routines.os): Likewise.
24399         (elide-routines.o): Likewise.
24400         (elide-routines.op): Likewise.
24401         (elide-routines.og): Likewise.
24402         (objects): Don't use $(bp-thunks).
24403         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24404         include.
24405         (common-generated): Do not add s-proto-bp.d.
24406         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24407         (int): Likewise.
24408         (typ): Likewise.
24409         Do not generate makefile rules for bounded-pointer thunks.
24410         * sysdeps/generic/bp-thunks.h: Remove file.
24411         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24412         * sysdeps/unix/s-proto-bp.S: Likewise.
24413
24414         [BZ #15062]
24415         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24416         parts of result separately when argument is not close to line from
24417         -i to i and one part of argument is small.
24418         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24419         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24420         * math/libm-test.inc (cacos_test): Add more tests.
24421         (casin_test): Likewise.
24422         (casinh_test): Likewise.
24423         * sysdeps/i386/fpu/libm-test-ulps: Update.
24424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24425
24426 2013-01-31  David S. Miller  <davem@davemloft.net>
24427
24428         * po/de.po: Update from translation team.
24429
24430 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
24431
24432         * time/tzfile.c: Include stdint.h for SIZE_MAX.
24433
24434 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
24435
24436         * configure.in (_AC_PROG_CC_C89): New definition.
24437         * configure: Regenerate.
24438
24439         * configure.in (AC_PROG_CPP): New definition.
24440         * configure: Regenerate.
24441
24442 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24443
24444         * debug/tst-backtrace.h: New file.
24445         * debug/tst-backtrace2.c: Include tst-backtrace.h.
24446         (ret): Remove variable.
24447         (x): Likewise.
24448         (FAIL): Remove macro.
24449         (NO_INLINE): Likewise.
24450         (fn1): Use match function instead of strstr.
24451         * debug/tst-backtrace3.c: Include tst-backtrace.h.
24452         (ret): Remove variable.
24453         (x): Likewise.
24454         (FAIL): Remove macro.
24455         (NO_INLINE): Likewise.
24456         (fn): Use match function instead of strstr.
24457         * debug/tst-backtrace4.c: Include tst-backtrace.h.
24458         (ret): Remove variable.
24459         (x): Likewise.
24460         (FAIL): Remove macro.
24461         (NO_INLINE): Likewise.
24462         (handle_signal): Use match function instead of strstr.
24463         * debug/tst-backtrace5.c: Include tst-backtrace.h.
24464         (ret): Remove variable.
24465         (x): Likewise.
24466         (FAIL): Remove macro.
24467         (NO_INLINE): Likewise.
24468         (handle_signal): Use match function instead of strstr.
24469
24470 2013-01-23  Roland McGrath  <roland@hack.frob.com>
24471
24472         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
24473
24474 2013-01-23  David S. Miller  <davem@davemloft.net>
24475
24476         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
24477         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
24478         argument of CAS if possible.
24479         * sysdeps/sparc/sparc64/bits/atomic.h
24480         (__arch_compare_and_exchange_val_32_acq): Likewise.
24481         (__arch_compare_and_exchange_val_64_acq): Likewise.
24482
24483 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
24484
24485         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
24486         * sysdeps/posix/ulimit.c: ... this.
24487         Include <limits.h>.
24488         * sysdeps/unix/bsd/ulimit.c: Remove file.
24489
24490 2013-01-23  Adam Conrad  <adconrad@0c3.net>
24491
24492         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
24493         (LDFLAGS-tst-array5): Likewise.
24494
24495 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24496
24497         [BZ #15036]
24498         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
24499         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
24500         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
24501         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
24502
24503 2013-01-21  David S. Miller  <davem@davemloft.net>
24504
24505         * sysdeps/sparc/backtrace.c: New file.
24506         * sysdeps/sparc/sparc32/backtrace.h: New file.
24507         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
24508         * sysdeps/sparc/sparc64/backtrace.h: New file.
24509         * sysdeps/sparc/sparc64/backtrace.c: Delete.
24510         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
24511         -funwind-tables.
24512
24513 2013-01-21  Andreas Schwab  <schwab@suse.de>
24514
24515         [BZ #15020]
24516         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
24517         closed its stdout.
24518
24519 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
24520
24521         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
24522         "mpa2.h".
24523         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24524
24525 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
24526             Mark Mitchell  <mark@codesourcery.com>
24527             Tom de Vries  <tom@codesourcery.com>
24528             Paul Pluzhnikov  <ppluzhnikov@google.com>
24529
24530         * debug/tst-backtrace2.c: New file.
24531         * debug/tst-backtrace3.c: Likewise.
24532         * debug/tst-backtrace4.c: Likewise.
24533         * debug/tst-backtrace5.c: Likewise.
24534         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
24535         (CFLAGS-tst-backtrace3.c): Likewise.
24536         (CFLAGS-tst-backtrace4.c): Likewise.
24537         (CFLAGS-tst-backtrace5.c): Likewise.
24538         (LDFLAGS-tst-backtrace2): Likewise.
24539         (LDFLAGS-tst-backtrace3): Likewise.
24540         (LDFLAGS-tst-backtrace4): Likewise.
24541         (LDFLAGS-tst-backtrace5): Likewise.
24542         (tests): Add new tests tst-backtrace2, tst-backtrace3,
24543         tst-backtrace4 and tst-backtrace5.
24544
24545 2013-01-18  Anton Blanchard  <anton@samba.org>
24546             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24547
24548         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
24549         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
24550         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
24551         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
24552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
24553         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
24554         "+r" and remove output regs list as redundant.  Add explicit inline
24555         asm to specify register of return val to work around compiler codegen
24556         bug.  Remove (int) cast on return value.  Add return type parameter to
24557         use in macro so that this macro does not truncate return value for
24558         64-bit values.
24559         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
24560         pass to INTERNAL_VSYSCALL_NCS.
24561         (INLINE_VSYSCALL): Add 'long int' as return type to
24562         INTERNAL_VSYSCALL_NCS macro invocation.
24563         (INTERNAL_VSYSCALL): Add 'long int' as return type to
24564         INTERNAL_VSYSCALL_NCS macro invocation.
24565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24566
24567 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24568
24569         [BZ #14496]
24570         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
24571         Fix application of SIMD FP exception mask.
24572
24573         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
24574         mp_no from a power of two.
24575         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
24576         __mpexp_twomm1.  Use __pow_mp.
24577
24578         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
24579         multiplication.
24580
24581 2013-01-17  David S. Miller  <davem@davemloft.net>
24582
24583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24584
24585 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24586
24587         [BZ #15023]
24588         * include/complex.h: Condition contents on [!_COMPLEX_H].
24589         (__kernel_casinhf): New prototype.
24590         (__kernel_casinh): Likewise.
24591         (__kernel_casinhl): Likewise.
24592         * math/Makefile (libm_calls): Add k_casinh.
24593         * math/k_casinh.c: New file.
24594         * math/k_casinhf.c: Likewise.
24595         * math/k_casinhl.c: Likewise.
24596         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
24597         finite nonzero arguments.
24598         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
24599         finite nonzero arguments.
24600         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
24601         finite nonzero arguments.
24602         * math/s_casinh.c: Do not include <float.h>.
24603         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
24604         * math/s_casinhf.c: Do not include <float.h>.
24605         (__casinhf): Move code for finite nonzero arguments to
24606         k_casinhf.c.
24607         * math/s_casinhl.c: Do not include <float.h>.
24608         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
24609         redefine.
24610         (__casinhl): Move code for finite nonzero arguments to
24611         k_casinhl.c.
24612         * math/libm-test.inc (cacos_test): Add more tests.
24613         * sysdeps/i386/fpu/libm-test-ulps: Update.
24614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24615
24616 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
24617
24618         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
24619         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
24620         [!HAVE_MREMAP]: Remove [defined linux] case.
24621         * malloc/arena.c: Do not include <malloc-sysdep.h>.
24622
24623 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24624
24625         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
24626
24627 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
24628
24629         * elf/elf.h (R_386_SIZE32): New relocation.
24630         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
24631         R_386_SIZE32.
24632         (elf_machine_rela): Likewise.
24633         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
24634         R_X86_64_SIZE64 and R_X86_64_SIZE32.
24635
24636 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24637
24638         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
24639         (FP_FAST_FMA): Do not define.
24640         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
24641         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
24642         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
24643         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
24644         !_SOFT_FLOAT]: Likewise.
24645         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
24646         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
24647         value.
24648         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
24649         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
24650         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
24651         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
24652         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
24653         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
24654         file.
24655
24656 2013-01-16  Andreas Schwab  <schwab@suse.de>
24657
24658         [BZ #14327]
24659         * include/stdlib.h (__mktemp): Add declaration.
24660         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
24661         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
24662
24663 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24664
24665         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
24666         definitions.
24667         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
24668         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
24669         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
24670         definitions here.
24671         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
24672         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
24673         definitions.
24674         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
24675         and ONE.
24676         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
24677         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
24678         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
24679         definitions.
24680         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
24681         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
24682         definitions.
24683         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
24684
24685         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
24686
24687 2013-01-15  David S. Miller  <davem@davemloft.net>
24688
24689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24690         trunc{,f} to libm-sysdep_routes.
24691         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
24693         file.
24694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
24695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
24696         file.
24697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
24698         file.
24699         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
24700         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
24701         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
24702         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
24703         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
24704         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
24705         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
24706         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
24707
24708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24709         nearbyint{,f} to libm-sysdep_routes.
24710         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
24712         New file.
24713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
24714         file.
24715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
24716         New file.
24717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
24718         file.
24719         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
24720         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
24721         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
24722         file.
24723         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
24724         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
24725         file.
24726         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
24727         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
24728         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
24729
24730         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24731         libc_feholdexcept and libc_fesetenv.
24732
24733 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
24734
24735         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
24736
24737 2013-01-14  David S. Miller  <davem@davemloft.net>
24738
24739         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
24740         (SPARC_ASM_VIS2_IFUNC): Likewise.
24741         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
24742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
24743         use of 'siam' instruction.
24744         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
24745         Likewise.
24746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
24747         Likewise.
24748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
24749         Likewise.
24750         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
24751         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
24752         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
24753         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
24754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
24755         file.
24756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
24757         file.
24758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
24759         file.
24760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
24761         file.
24762         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
24763         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
24764         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
24765         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
24766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
24767         new VIS2 routines.
24768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
24769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
24770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
24771         Likewise.
24772         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
24773         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
24774         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
24775         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
24776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
24777         routines to libm-sysdep_routines.
24778         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24779
24780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24781         fdim/fdimf to libm-sysdep_routines.
24782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
24783         file.
24784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
24785         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
24786         file.
24787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
24788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
24789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
24790         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
24791         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
24792         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
24793         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
24794
24795 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24796
24797         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
24798         to optimize copies.
24799
24800         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
24801         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
24802         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24803
24804         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
24805         local variable MPTWO.
24806         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24807         Likewise.
24808
24809 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24810
24811         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
24812         GLOB_NOESCAPE.
24813
24814 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24815
24816         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
24817
24818 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24819
24820         * manual/pattern.texi (glob_t): Document gl_flags.
24821         (glob64_t): Likewise.
24822
24823 2013-01-11  David S. Miller  <davem@davemloft.net>
24824
24825         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
24826         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
24827         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
24828         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
24829         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
24830         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
24831         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
24832         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
24833         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
24834         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
24835         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
24836         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
24837         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
24838
24839         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
24840         sparc V9 rather than using V8 code.
24841         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
24842         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
24843
24844         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
24845         Move to...
24846         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
24847         Here.
24848
24849 2013-01-11  Roland McGrath  <roland@hack.frob.com>
24850
24851         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
24852         not in the main loop.
24853         * configure: Regenerated.
24854
24855 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
24856
24857         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
24858         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
24859         to just #else.
24860         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
24861         [!__GLIBC_HAVE_LONG_LONG] case.
24862         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
24863         condition to just #else.
24864         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
24865         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
24866         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
24867         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
24868         unconditional.
24869         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
24870         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24871         #elif condition to just #else.
24872         * sysdeps/unix/sysv/linux/sys/sysmacros.h
24873         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
24874         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24875         #elif condition to just #else.
24876
24877 2013-01-11  Steve Ellcey  <sellcey@mips.com>
24878
24879         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
24880         (EF_MIPS_ARCH_64): Fix value.
24881         (EF_MIPS_ARCH_32R2): New.
24882         (EF_MIPS_ARCH_64R2): New.
24883
24884 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
24885
24886         * Makeconfig (+link-pie-before-libc): New.
24887         (+link-pie-after-libc): Likewise.
24888         (+link-pie-tests): Likewise.
24889         (+link-pie): Rewritten.
24890         (link-before-libc): Remove $(config-LDFLAGS).
24891         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
24892         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
24893         (config-LDFLAGS): Renamed to ...
24894         (rtld-LDFLAGS): This.
24895         (rtld-tests-LDFLAGS): New macro.
24896         (link-libc-rpath-link): Likewise.
24897         (link-libc-tests-rpath-link): Likewise.
24898         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
24899         (link-libc): Prepand $(link-libc-rpath-link).
24900         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
24901         (test-program-prefix): New macro.
24902         (test-via-rtld-prefix): Likewise.
24903         (test-program-cmd): Likewise.
24904         (host-test-program-cmd): Likewise.
24905         * Makefile ($(common-objpfx)testrun.sh): Replace
24906         $(run-program-prefix) with $(test-program-prefix).
24907         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
24908         $(rtld-LDFLAGS).
24909         ($(common-objpfx)shlib.lds): Likewise.
24910         (build-module-helper): Likewise.
24911         ($(common-objpfx)format.lds): Likewise.
24912         * Rules (binaries-pie-tests): New.
24913         (binaries-pie-notests): Likewise.
24914         (binaries-pie): Rewritten.
24915         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
24916         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
24917         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
24918         (make-test-out): Replace $(host-built-program-cmd) with
24919         $(host-test-program-cmd).
24920         * config.make.in (build-hardcoded-path-in-tests): New variable.
24921         * configure.in (--enable-hardcoded-path-in-tests): New configure
24922         option.
24923         (hardcoded_path_in_tests): New AC_SUBST.
24924         * configure: Regenerated.
24925         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
24926         $(built-program-cmd) with $(test-program-cmd).
24927         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
24928         (test_program_cmd): This.
24929         * elf/Makefile ($(objpfx)order.out): Run test with
24930         $(test-program-prefix).
24931         ($(objpfx)order2.out): Likewise.
24932         ($(objpfx)tst-initorder.out): Likewise.
24933         ($(objpfx)tst-initorder2.out): Likewise.
24934         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
24935         $(test-program-cmd).
24936         ($(objpfx)tst-array1-static.out): Likewise.
24937         ($(objpfx)tst-array2.out): Likewise.
24938         ($(objpfx)tst-array3.out): Likewise.
24939         ($(objpfx)tst-array4.out): Likewise.
24940         ($(objpfx)tst-array5.out): Likewise.
24941         ($(objpfx)tst-array5-static.out): Likewise.
24942         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
24943         $(test-program-cmd).
24944         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
24945         $(run-program-prefix) with $(test-program-prefix).
24946         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
24947         (test_program_prefix): This.
24948         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
24949         $(run-program-prefix) with $(test-program-prefix).
24950         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
24951         (test_program_prefix): This.
24952         * iconvdata/tst-tables.sh: Likewise.
24953         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
24954         $(run-program-prefix) with $(test-program-prefix).
24955         ($(objpfx)tst-translit.out): Likewise.
24956         ($(objpfx)tst-gettext2.out): Likewise.
24957         ($(objpfx)tst-gettext4.out): Likewise.
24958         ($(objpfx)tst-gettext6.out): Likewise.
24959         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
24960         (test_program_prefix): This.
24961         * intl/tst-gettext2.sh: Likewise.
24962         * intl/tst-gettext4.sh  Likewise.
24963         * intl/tst-gettext6.sh: Likewise.
24964         * intl/tst-translit.sh: Likewise.
24965         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
24966         with $(test-program-cmd).
24967         * libio/Makefile ($(objpfx)test-freopen.out): Replace
24968         $(run-program-prefix) with $(test-program-prefix).
24969         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
24970         (test_program_prefix): This.
24971         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
24972         $(run-program-prefix) with $(test-program-prefix).
24973         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
24974         (test_program_prefix): This.
24975         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
24976         * posix/Makefile ($(objpfx)globtest.out): Replace
24977         $(run-via-rtld-prefix) and $(test-wrapper) with
24978         $(test-program-prefix) and $(test-via-rtld-prefix).
24979         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
24980         $(test-program-prefix).
24981         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
24982         $(host-test-program-cmd).
24983         (tst-spawn-ARGS): Likewise.
24984         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
24985         $(test-program-prefix).
24986         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
24987         (test_via_rtld_prefix): This.
24988         (test_wrapper): Renamed to ...
24989         (test_program_prefix): This.
24990         (run_program_prefix): Replaced by test_program_prefix.
24991         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
24992         (test_program_prefix): This.
24993         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
24994         with $(host-test-program-cmd).
24995         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
24996         $(run-program-prefix) with $(test-program-prefix).
24997         ($(objpfx)tst-printf.out): Likewise.
24998         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
24999         $(test-program-cmd).
25000         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25001         (test_program_prefix): This.
25002         * stdio-common/tst-unbputc.sh: Likewise.
25003         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25004         $(run-program-prefix) with $(test-program-prefix).
25005         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25006         (test_program_prefix): This.
25007         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25008         $(built-program-cmd) with $(test-program-cmd).
25009
25010 2013-01-11  Andreas Jaeger  <aj@suse.de>
25011
25012         [BZ #15003]
25013         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25014         value. Sync with Linux 3.7.
25015
25016 2013-01-10  David S. Miller  <davem@davemloft.net>
25017
25018         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25019         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25020         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25021
25022 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25023
25024         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25025         never set.
25026         * configure: Regenerated.
25027
25028 2013-01-10  David S. Miller  <davem@davemloft.net>
25029
25030         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25031         sparc V9 rather than using V8 code.
25032         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25033         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25034
25035 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25036
25037         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25038         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25039         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25040         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25041         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25042         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25043         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25044         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25045         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25046         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25047         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25048         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25049         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25050         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25051         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25052         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25053         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25054         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25055         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25056         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25057         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25058         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25059         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25060         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25061         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25062         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25063         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25064
25065 2013-01-10  David S. Miller  <davem@davemloft.net>
25066
25067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25068
25069 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25070
25071         * posix/Makefile (tests-static): New variable.
25072         (tests): Add $(tests-static).
25073         (tst-exec-static-ARGS): New variable.
25074         (tst-spawn-static-ARGS): Likewise.
25075         * posix/tst-exec-static.c: New file.
25076         * posix/tst-spawn-static.c: Likewise.
25077         * posix/tst-exec.c: Support run directly.
25078         * posix/tst-spawn.c: Likewise.
25079
25080 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25081
25082         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25083         long.
25084         * math/bits/mathcalls.h (llrint): Likewise.
25085         (llround): Likewise.
25086         * stdlib/stdlib.h (struct drand48_data): Likewise.
25087         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25088         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25089         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25090         Likewise.
25091         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25092         Likewise.
25093         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25094         (elf_greg_t): Likewise.
25095         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25096         (__jmp_buf): Likewise.
25097         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25098         definitions.
25099         (llrint): Likewise, for all definitions.
25100         (llrintl): Likewise.
25101
25102         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25103         Remove [__GNUC__] condition.
25104         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25105         condition to just [__USE_ISOC99].
25106         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25107
25108 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25109
25110         [BZ #14200]
25111         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25112         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25113         defined.
25114         (_POSIX_V6_ILP32_OFF32): Likewise.
25115         (_XBS5_ILP32_OFF32): Likewise.
25116         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25117         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25118
25119 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25120
25121         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25122
25123         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25124         doubles __mpexp_twomm1.  Adjust usage.
25125         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25126         Remove.
25127
25128 2013-01-10  Andreas Schwab  <schwab@suse.de>
25129
25130         [BZ #14964]
25131         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25132         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25133
25134 2013-01-09  David S. Miller  <davem@davemloft.net>
25135
25136         [BZ #15003]
25137         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25138         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25139         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25140         (TCP_FASTOPEN): Define.
25141         (tcp_repair_opt): New structure.
25142         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25143         enum values.
25144         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25145         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25146         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25147         (tcp_cookie_transactions): New structure.
25148
25149 2013-01-09  Anton Blanchard  <anton@samba.org>
25150
25151         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25152         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25153         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25154         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25155
25156 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25157
25158         * include/features.h (__USE_ANSI): Remove.
25159
25160 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25161
25162         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25163
25164         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25165
25166 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25167
25168         * sysdeps/s390/fpu/libm-test-ulps: Update.
25169
25170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25171
25172         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25173         (__acr): Likewise.
25174         (__cpy): Likewise.
25175         (norm): Likewise.
25176         (denorm): Likewise.
25177         (__mp_dbl): Likewise.
25178         (__dbl_mp): Likewise.
25179         (add_magnitudes): Likewise.
25180         (sub_magnitudes): Likewise.
25181         (__add): Likewise.
25182         (__sub): Likewise.
25183         (__mul): Likewise.
25184         (__inv): Likewise.
25185         (__dvd): Likewise.
25186         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
25187         (__acr): Likewise.
25188         (__cpy): Likewise.
25189         (norm): Likewise.
25190         (denorm): Likewise.
25191         (__mp_dbl): Likewise.
25192         (__dbl_mp): Likewise.
25193         (add_magnitudes): Likewise.
25194         (sub_magnitudes): Likewise.
25195         (__add): Likewise.
25196         (__sub): Likewise.
25197         (__mul): Likewise.
25198         (__inv): Likewise.
25199         (__dvd): Likewise.
25200         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
25201         (__acr): Likewise.
25202         (__cpy): Likewise.
25203         (norm): Likewise.
25204         (denorm): Likewise.
25205         (__mp_dbl): Likewise.
25206         (__dbl_mp): Likewise.
25207         (add_magnitudes): Likewise.
25208         (sub_magnitudes): Likewise.
25209         (__add): Likewise.
25210         (__sub): Likewise.
25211         (__mul): Likewise.
25212         (__inv): Likewise.
25213         (__dvd): Likewise.
25214
25215 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25216
25217         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25218         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25219         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25220         2 && __USE_EXTERN_INLINES]: Likewise.
25221
25222 2013-01-08  Andreas Jaeger  <aj@suse.de>
25223
25224         [BZ# 14985]
25225         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25226         Remove.
25227         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25228         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25229
25230 2013-01-07  Anton Blanchard  <anton@samba.org>
25231
25232         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25233         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25234         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25235         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25236         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25237         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25238         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25239         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25240         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25241         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25242         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25243         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25244         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25245         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25246         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25247         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25248         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25249         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25250         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25251         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25252         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25253         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25254         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25255         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25256         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25257         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25258         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25259         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25260         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25261         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25262         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25263         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25264         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25265         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25266         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25267         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25268         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25269         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25270         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25271         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25272         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25273         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25274         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25275
25276 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25277
25278         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25279         (__MALLOC_PMT): Likewise.
25280         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25281         [__GNUC__], only on [_LIBC].
25282         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25283         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25284         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25285         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25286         forward declaration.
25287         (realloc_hook_ini): Likewise.
25288         (memalign_hook_ini): Likewise.
25289         (__libc_memalign): Do not use __MALLOC_PMT in variable
25290         declaration.
25291         (__libc_valloc): Likewise.
25292         (__libc_pvalloc): Likewise.
25293         (__libc_calloc): Likewise.
25294         (__posix_memalign): Likewise.
25295
25296         [BZ #14996]
25297         * math/s_casinh.c: Include <float.h>.
25298         (__casinh): Do not do computation with squaring and square root
25299         for large arguments.
25300         * math/s_casinhf.c: Include <float.h>.
25301         (__casinhf): Do not do computation with squaring and square root
25302         for large arguments.
25303         * math/s_casinhl.c: Include <float.h>.
25304         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25305         (__casinhl): Do not do computation with squaring and square root
25306         for large arguments.
25307         * math/libm-test.inc (casin_test): Add more tests.
25308         (casinh_test): Likewise.
25309         * sysdeps/i386/fpu/libm-test-ulps: Update.
25310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25311
25312 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25313
25314         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25315         (__x86_64_raw_data_cache_size): Likewise.
25316         (__x86_64_data_cache_size_half): Likewise.
25317         (__x86_64_raw_data_cache_size_half): Likewise.
25318         (__x86_64_shared_cache_size): Likewise.
25319         (__x86_64_raw_shared_cache_size): Likewise.
25320         (__x86_64_shared_cache_size_half): Likewise.
25321         (__x86_64_raw_shared_cache_size_half): Likewise.
25322         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25323         to ...
25324         (__x86_data_cache_size): This.
25325         (__x86_64_raw_data_cache_size): Renamed to ...
25326         (__x86_raw_data_cache_size): This.
25327         (__x86_64_data_cache_size_half): Renamed to ...
25328         (__x86_data_cache_size_half): This.
25329         (__x86_64_raw_data_cache_size_half): Renamed to ...
25330         (__x86_raw_data_cache_size_half): This.
25331         (__x86_64_shared_cache_size): Renamed to ...
25332         (__x86_shared_cache_size): This.
25333         (__x86_64_raw_shared_cache_size): Renamed to ...
25334         (__x86_raw_shared_cache_size): This.
25335         (__x86_64_shared_cache_size_half): Renamed to ...
25336         (__x86_shared_cache_size_half): This.
25337         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25338         (__x86_raw_shared_cache_size_half): This.
25339         * sysdeps/x86_64/memcpy.S: Updated.
25340         * sysdeps/x86_64/memset.S: Likewise.
25341         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25342         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25343         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25344
25345 2013-01-04  David S. Miller  <davem@davemloft.net>
25346
25347         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25348
25349 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25350
25351         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25352         1 to avoid redefinition warning.
25353         (__USE_GNU): Don't define.
25354         (init_signaling_nan): Protoize.
25355
25356         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25357
25358 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25359
25360         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25361         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25362         (__cpymn): Likewise.
25363         (norm): Remove commented code.
25364         (denorm): Likewise.
25365         (__mp_dbl): Likewise.
25366         (__inv): Likewise.
25367         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25368         (__cpymn): Likewise.
25369         (norm): Remove commented code.
25370         (denorm): Likewise.
25371         (__mp_dbl): Likewise.
25372         (__inv): Likewise.
25373
25374         * sysdeps/powerpc/powerpc32/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.
25379         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25380         mp_no value for 1.0 and 2.0.
25381         (norm): Use RADIXI instead of radixi.d.
25382         (denorm): Likewise.
25383         (__mul): Use 0.0 instead of zero.d.
25384
25385 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25386
25387         [BZ #14994]
25388         * math/s_casinh.c (__casinh): Reduce finite argument to first
25389         quadrant then set signs of results at the end.
25390         * math/s_casinhf.c (__casinhf): Likewise.
25391         * math/s_casinhl.c (__casinhl): Likewise.
25392         * math/libm-test.inc (casin_test): Add more tests.
25393         (casinh_test): Likewise.
25394         * sysdeps/i386/fpu/libm-test-ulps: Update.
25395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25396
25397 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25398
25399         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25400
25401         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25402
25403         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25404         declarations.
25405         (denorm): Likewise.
25406         (__mp_dbl): Likewise.
25407         (__inv): Likewise.
25408
25409         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25410         and adjust the header comment.
25411
25412         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25413         variable name from declaration.
25414
25415 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25416
25417         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25418         Initialize COMMON_CPUID_INDEX_7 element.
25419         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25420         (CPUID_RTM): Likewise.
25421         (HAS_RTM): Likewise.
25422         (COMMON_CPUID_INDEX_7): New enum.
25423
25424 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
25425
25426         [BZ #14981]
25427         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
25428         size is zero, record memory as freed.
25429
25430 2013-01-03  Andreas Jaeger  <aj@suse.de>
25431
25432         * po/ia.po: Add new Interlingua translation.
25433
25434 2012-01-03  Allan McRae  <allan@archlinux.org>
25435
25436         * locale/programs/localedef.c: Fix description of '--posix' flag.
25437
25438 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
25439
25440         * NEWS: Update dates in second copyright notice.
25441         * README: Update copyright dates in example.
25442         * manual/libc.texinfo: Update copyright dates.
25443         * scripts/test-installation.pl: Update copyright date in --version
25444         output.
25445
25446         * hurd/ctty-input.c: Fix copyright notice formatting.
25447         * hurd/ctty-output.c: Likewise.
25448         * hurd/dtable.c: Likewise.
25449         * hurd/hurd-raise.c: Likewise.
25450         * hurd/hurdprio.c: Likewise.
25451         * hurd/msgportdemux.c: Likewise.
25452         * misc/sys/file.h: Likewise.
25453         * misc/sys/ioctl.h: Likewise.
25454         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
25455         * sysdeps/mach/hurd/chdir.c: Likewise.
25456         * sysdeps/mach/hurd/fchdir.c: Likewise.
25457         * sysdeps/mach/hurd/rename.c: Likewise.
25458         * sysdeps/mach/hurd/rmdir.c: Likewise.
25459         * sysdeps/mach/hurd/seekdir.c: Likewise.
25460         * sysdeps/mach/hurd/setsid.c: Likewise.
25461         * sysdeps/posix/wait3.c: Likewise.
25462
25463         * All files with FSF copyright notices: Update copyright dates
25464         using scripts/update-copyrights.
25465         * intl/plural.c: Regenerated.
25466         * locale/programs/charmap-kw.h: Likewise.
25467         * locale/programs/locfile-kw.h: Likewise.
25468
25469 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
25470
25471         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
25472         four values.
25473
25474         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
25475         calculation loop and add branch prediction.
25476
25477         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
25478         check access beyond bounds of m1np.
25479
25480         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25481         MPTWO.
25482         (__inv): Remove local variable MPTWO to use the global
25483         constant.
25484         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
25485         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25486         variable MPTWO.
25487         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
25488         MP3HALFS static const.
25489
25490 2013-01-01  David S. Miller  <davem@davemloft.net>
25491
25492         * po/ca.po: Update from translation team.
25493
25494 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
25495
25496         * scripts/update-copyrights: New file.
25497         * Makeconfig: Reformat copyright notice.
25498         * ctype/ctype.h: Likewise.
25499         * debug/swprintf_chk.c: Likewise.
25500         * elf/dl-cache.c: Likewise.
25501         * elf/dl-debug.c: Likewise.
25502         * elf/dl-object.c: Likewise.
25503         * grp/initgroups.c: Likewise.
25504         * hurd/Makefile: Likewise.
25505         * hurd/hurd/signal.h: Likewise.
25506         * hurd/hurdfault.c: Likewise.
25507         * hurd/hurdioctl.c: Likewise.
25508         * hurd/hurdlookup.c: Likewise.
25509         * hurd/intr-msg.c: Likewise.
25510         * iconv/gconv_open.c: Likewise.
25511         * libio/swprintf.c: Likewise.
25512         * locale/lc-ctype.c: Likewise.
25513         * locale/nl_langinfo.c: Likewise.
25514         * mach/Machrules: Likewise.
25515         * mach/Makefile: Likewise.
25516         * malloc/obstack.h: Likewise.
25517         * manual/Makefile: Likewise.
25518         * manual/tsort.awk: Likewise.
25519         * misc/bits/stab.def: Likewise.
25520         * nis/nis_print_group_entry.c: Likewise.
25521         * nis/nis_table.c: Likewise.
25522         * nis/nss_compat/compat-pwd.c: Likewise.
25523         * nis/nss_compat/compat-spwd.c: Likewise.
25524         * po/Makefile: Likewise.
25525         * posix/fnmatch.c: Likewise.
25526         * posix/regex.h: Likewise.
25527         * resolv/Makefile: Likewise.
25528         * resolv/nss_dns/dns-network.c: Likewise.
25529         * resolv/res_hconf.c: Likewise.
25530         * scripts/gen-sorted.awk: Likewise.
25531         * soft-fp/soft-fp.h: Likewise.
25532         * stdio-common/printf.h: Likewise.
25533         * stdlib/monetary.h: Likewise.
25534         * stdlib/random.c: Likewise.
25535         * stdlib/random_r.c: Likewise.
25536         * sysdeps/generic/Makefile: Likewise.
25537         * sysdeps/gnu/Makefile: Likewise.
25538         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
25539         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25540         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
25541         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25542         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25543         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25544         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25545         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25546         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25547         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25548         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25549         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25550         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
25551         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
25552         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
25553         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
25554         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25555         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25556         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25557         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25558         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
25559         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
25560         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
25561         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25562         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
25563         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
25564         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25565         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
25566         * sysdeps/mach/hurd/errnos.awk: Likewise.
25567         * sysdeps/mach/hurd/fork.c: Likewise.
25568         * sysdeps/mach/hurd/getcwd.c: Likewise.
25569         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
25570         * sysdeps/mach/hurd/mmap.c: Likewise.
25571         * sysdeps/mach/hurd/utimes.c: Likewise.
25572         * sysdeps/mach/hurd/xmknod.c: Likewise.
25573         * sysdeps/posix/profil.c: Likewise.
25574         * sysdeps/posix/readdir_r.c: Likewise.
25575         * sysdeps/powerpc/bits/mathdef.h: Likewise.
25576         * sysdeps/powerpc/bits/setjmp.h: Likewise.
25577         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
25578         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25579         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25580         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
25581         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25582         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
25583         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25584         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
25585         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25586         * sysdeps/pthread/lio_listio.c: Likewise.
25587         * sysdeps/sparc/dl-procinfo.h: Likewise.
25588         * sysdeps/unix/i386/sysdep.S: Likewise.
25589         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
25590         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
25591         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
25592         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
25593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25594         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
25595         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
25596         * sysdeps/unix/sysv/linux/speed.c: Likewise.
25597         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
25598         * sysdeps/wordsize-32/divdi3.c: Likewise.
25599         * time/sys/time.h: Likewise.
25600         * wcsmbs/Makefile: Likewise.
25601
25602 2013-01-01  David S. Miller  <davem@davemloft.net>
25603
25604         * po/fr.po: Update from translation team.
25605
25606         * catgets/gencat.c: Update copyright year.
25607         * csu/version.c: Likewise.
25608         * debug/catchsegv.sh: Likewise.
25609         * debug/pcprofiledump.c: Likewise.
25610         * debug/xtrace.sh: Likewise.
25611         * elf/ldconfig.c: Likewise.
25612         * elf/ldd.bash.in: Likewise.
25613         * elf/pldd.c: Likewise.
25614         * elf/sotruss.ksh: Likewise.
25615         * elf/sprof.c: Likewise.
25616         * iconv/iconv_prog.c: Likewise.
25617         * iconv/iconvconfig.c: Likewise.
25618         * locale/programs/locale.c: Likewise.
25619         * locale/programs/localedef.c: Likewise.
25620         * login/programs/pt_chown.c: Likewise.
25621         * malloc/memusage.sh: Likewise.
25622         * malloc/memusagestat.c: Likewise.
25623         * malloc/mtrace.pl: Likewise.
25624         * nscd/nscd.c: Likewise.
25625         * nss/getent.c: Likewise.
25626         * nss/makedb.c: Likewise.
25627         * posix/getconf.c: Likewise.
25628
25629 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
25630
25631         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
25632         numbers.
25633
25634 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
25635
25636         * math/bits/mathcalls.h (modf): Use __nonnull.
25637
25638 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25639
25640         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
25641         (split): Use macro CN instead of the bare value.
25642         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
25643         could be used.
25644         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
25645         instead of the bare value.
25646         (power1): Likewise.
25647
25648 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25649
25650         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
25651         __ATAN_TWOM.
25652         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25653
25654         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
25655         their values.
25656         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25657         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25658         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
25659         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25660
25661 2012-12-28  Andreas Jaeger  <aj@suse.de>
25662
25663         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
25664         values are from Linux 3.7.
25665
25666         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
25667         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
25668
25669 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25670
25671         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
25672         TRUE case.
25673
25674         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
25675         (norm): Likewise.
25676         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
25677         variables with preprocessor constants.
25678         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25679         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
25680         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
25681
25682 2012-12-27  Bruno Haible  <bruno@clisp.org>
25683
25684         [BZ #14317]
25685         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
25686         only if needed.
25687
25688 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25689
25690         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
25691         and use variable directly.
25692         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
25693
25694         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25695         MPONE.
25696         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
25697         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25698         variable MPONE.
25699         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25700         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25701         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
25702         include directive.  Remove local variable MPONE.
25703         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
25704         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
25705         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25706
25707 2012-12-25  David S. Miller  <davem@davemloft.net>
25708
25709         * version.h (RELEASE): Set to "development".
25710         (VERSION): Set to "2.17.90".
25711         * NEWS: Add 2.18 section.
25712
25713 2012-12-21  David S. Miller  <davem@davemloft.net>
25714
25715         * po/hr.po: Update from translation team.
25716
25717 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25718
25719         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
25720
25721 2012-12-19  Steve Ellcey  <sellcey@mips.com>
25722
25723         * NEWS:  Mention new memcpy for MIPS.
25724
25725 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
25726
25727         * manual/contrib.texi (Contributors): Spelling correction.
25728
25729 2012-12-15  David S. Miller  <davem@davemloft.net>
25730
25731         * po/ru.po: Update from translation team.
25732
25733 2012-12-13  David S. Miller  <davem@davemloft.net>
25734
25735         * NEWS: Mention IFUNC testsuite enhancements.
25736
25737         * po/pl.po: Update from translation team.
25738         * po/bg.po: Likewise.
25739
25740         * manual/contrib.texi (Contributors): Update entries for Hongjiu
25741         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
25742
25743 2012-12-11  David S. Miller  <davem@davemloft.net>
25744
25745         * po/sv.po: Update from translation team.
25746
25747         * po/vi.po: Update from translation team.
25748
25749         * po/cs.po: Update from translation team.
25750
25751         * po/de.po: Update from translation team.
25752         * po/eo.po: Likewise.
25753         * po/nl.po: Likewise.
25754
25755 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25756
25757         [BZ #14246]
25758         * manual/argp.texi (Argp Helper Functions): Move node to follow
25759         Argp Parsing State.
25760
25761         [BZ #14872]
25762         * manual/conf.texi (Limits on File System Capacity): Mention if
25763         terminating null is included in the max size.
25764
25765 2012-12-10  Andreas Jaeger  <aj@suse.de>
25766
25767         * po/cs.po: Update from translation team.
25768
25769 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25770
25771         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
25772         void pointer and cast to uintptr_t.
25773         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
25774         path.
25775         * sysdeps/s390/s390-64/memcpy.S: Likewise.
25776         * sysdeps/s390/s390-64/memset.S: Likewise.
25777
25778 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
25779
25780         [BZ #14833]
25781         * menual/message.texi (Message Translation): Fix typos.
25782         (Helper programs for gettext): Likewise.
25783
25784 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
25785
25786         [BZ #14898]
25787         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
25788         Change to -1.
25789
25790 2012-12-07  David S. Miller  <davem@davemloft.net>
25791
25792         * po/libc.pot: Update.
25793
25794 2012-12-07  Richard Henderson  <rth@redhat.com>
25795
25796         [BZ #10114]
25797         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
25798         normal/normal case to before the switch.
25799         (_FP_DIV): Likewise.
25800
25801 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
25802             Mike Frysinger  <vapier@gentoo.org>
25803
25804         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
25805         check for __NR_fadvise64_64.
25806
25807 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
25808
25809         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
25810         0, not just to plain "0" as a statement.
25811         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
25812         with cw.
25813
25814 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
25815
25816         * NEWS: Use sourceware.org in Bugzilla URL.
25817
25818 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25819
25820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
25821         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25822
25823         * stdio-common/tst-put-error.c (do_test): Add newline to the
25824         padded test to ensure flush.
25825
25826 2012-12-05  Jeff Law  <law@redhat.com>
25827
25828         * sunrpc/etc.rpc (fedfs_admin): Add entry.
25829
25830 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
25831
25832         * README: Don't refer to ports add-on as distributed separately.
25833         Mention AArch64 in list of systems supported in the ports add-on.
25834
25835         * LICENSES: Add more non-FSF copyright and license notices.
25836
25837         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
25838         ((unused)).
25839
25840         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
25841
25842         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
25843         10000 as width of padded output.
25844
25845 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25846
25847         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
25848
25849         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
25850         variable LX with __attribute__ ((unused)).
25851         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25852         Likewise.
25853         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25854         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25855         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
25856         with __attribute__ ((unused)).
25857
25858 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
25859
25860         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
25861
25862 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25863
25864         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
25865         (CFLAGS-nldbl-acos.c): New variable.
25866         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
25867         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
25868         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
25869         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
25870         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
25871         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
25872         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
25873         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
25874         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
25875         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
25876         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
25877         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
25878         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
25879         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
25880         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
25881         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
25882         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
25883         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
25884         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
25885         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
25886         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
25887         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
25888         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
25889         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
25890         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
25891         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
25892         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
25893         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
25894         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
25895         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
25896         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
25897         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
25898         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
25899         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
25900         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
25901         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
25902         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
25903         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
25904         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
25905         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
25906         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
25907         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
25908         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
25909         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
25910         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
25911         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
25912         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
25913         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
25914         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
25915         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
25916         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
25917         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
25918         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
25919         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
25920         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
25921         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
25922         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
25923         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
25924         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
25925         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
25926         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
25927         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
25928         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
25929         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
25930         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
25931         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
25932         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
25933         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
25934         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
25935         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
25936         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
25937         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
25938         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
25939         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
25940         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
25941         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
25942         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
25943         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
25944         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
25945         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
25946         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
25947         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
25948         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
25949         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
25950         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
25951         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
25952         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
25953         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
25954         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
25955         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
25956         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
25957         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
25958         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
25959         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
25960         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
25961         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
25962         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
25963
25964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25965         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25966
25967         [BZ #14914]
25968         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
25969         whole low double instead of just low 47 bits when splitting values
25970         into two parts.
25971
25972 2012-12-03  Allan McRae  <allan@archlinux.org>
25973
25974         * manual/stdio.texi (Predefined Printf Handlers): Remove
25975         @hsep and @vsep usage.
25976
25977 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
25978
25979         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
25980         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
25981
25982 2012-12-03  Jeff Law  <law@redhat.com>
25983
25984         * time/sys/time.h (settimeofday): Do not mark TV argument
25985         as __nonnull.
25986
25987 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
25988
25989         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
25990         when currently writing and seek to current position when not.
25991         * libio/Makefile (tests): Remove bug-fclose1.
25992         * libio/bug-fclose1.c: Delete.
25993
25994 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
25995
25996         * manual/arith.texi (feenableexcept): Fix typo.
25997         (fedisableexcept): Likewise.
25998
25999 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26000
26001         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26002         second, differently-typed declaration, rather than a cast.
26003
26004 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26005
26006         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26007         * include/rpc/svc.h: ... here.
26008
26009 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26010
26011         [BZ #13013]
26012         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26013         depending n and resplen2 to catch cases where answer
26014         equals answerp2.
26015
26016 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26017
26018         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26019         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26020
26021 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26022
26023         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26024
26025 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26026
26027         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26028
26029 2012-11-28  Jeff Law  <law@redhat.com>
26030
26031         [BZ #13761]
26032         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26033         dataset_temporary.  Track alloca usage into alloca_used.
26034         If dataset is large allocate and release it via malloc/free.
26035
26036 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26037
26038         [BZ #14197]
26039         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26040
26041 2012-11-28  David S. Miller  <davem@davemloft.net>
26042
26043         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26044
26045 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26046
26047         [BZ #14803]
26048         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26049         of pi/2 rounded to nearest to 64 bits.
26050         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26051         nearest to 64 bits.
26052         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26053         bits.
26054
26055 2012-11-28  Jeff Law <law@redhat.com>
26056             Martin Osvald <mosvald@redhat.com>
26057
26058         [BZ #14889]
26059         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26060         * sunrpc/svc.c: Include time.h.
26061         (__svc_accept_failed): New function.
26062         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26063         any reason other than EINTR, call __svc_accept_failed.
26064         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26065         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26066
26067 2012-11-28  Andreas Schwab  <schwab@suse.de>
26068
26069         * scripts/abilist.awk: Also handle indirect functions in .opd
26070         section.
26071
26072 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26073
26074         [BZ #13881]
26075         * sysdeps/x86/fpu/powl_helper.c: New file.
26076         * sysdeps/x86/fpu/Makefile: Likewise.
26077         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26078         (p3): New object.
26079         (__ieee754_powl): Use __powl_helper for finite arguments except
26080         integer exponents below 8.
26081         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26082         (p3): New object.
26083         (__ieee754_powl): Use __powl_helper for finite arguments except
26084         integer exponents below 8.
26085         * math/libm-test.inc (pow_test): Add more tests and enable some
26086         previously disabled tests.
26087         * sysdeps/i386/fpu/libm-test-ulps: Update.
26088         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26089
26090 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26091             Carlos O'Donell  <carlos_odonell@mentor.com>
26092
26093         * nss/makedb.c (is_prime): Assert that input is odd and greater
26094         than 4.  Note that fact in a comment too.
26095         (next_prime): Add 4 to input.
26096
26097 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26098
26099         [BZ #11741]
26100         * libio/Makefile (tests): Add test case tst-fwrite-error.
26101         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26102         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26103         * libio/tst-fwrite-error.c: New test case.
26104
26105 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26106
26107         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26108         before casting to void *.
26109         * include/libc-internal.h (__pointer_type): New macro.
26110         (__integer_if_pointer_type_sub): Likewise.
26111         (__integer_if_pointer_type): Likewise.
26112         (cast_to_integer): Likewise.
26113         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26114         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26115         before casting to atomic64_t.
26116         (atomic_exchange_acq): Likewise.
26117         (__arch_exchange_and_add_body): Likewise.
26118         (__arch_add_body): Likewise.
26119         (atomic_add_negative): Likewise.
26120         (atomic_add_zero): Likewise.
26121
26122 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26123
26124         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26125         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26126         (add_fdes): Likewise.
26127         (linear_search_fdes): Likewise.
26128         (binary_search_unencoded_fdes): Likewise.
26129
26130 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26131
26132         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26133
26134 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26135
26136         * configure.in: Autodetect C++ header directories.
26137         * configure: Regenerated.
26138
26139 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26140
26141         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26142
26143 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26144
26145         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26146
26147 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26148
26149         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26150         LDBL_MANT_DIG == 106]: Disable some tests.
26151         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26152         Likewise.
26153         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26154         Likewise.
26155
26156         [BZ #14871]
26157         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26158         input for small inputs.  Return +/- pi/2 for large inputs.
26159         * math/libm-test.inc (atan_test): Add more tests.
26160
26161         * sysdeps/generic/unwind-dw2-fde-glibc.c
26162         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26163         __attribute__ ((unused)).
26164
26165         [BZ #14645]
26166         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26167         x * y if x and y are nonzero and z is zero.
26168
26169         [BZ #14811]
26170         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26171         nonzero exponents with absolute value below 0x1p-117 to +/-
26172         0x1p-117.
26173
26174         [BZ #14869]
26175         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26176         up arguments below 2**-450, not just those below 2**-500.
26177         * math/libm-test.inc (hypot_test): Add another test.
26178
26179         [BZ #14868]
26180         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26181         Return a+b for ratio over 2**120, not 2**60.
26182         * math/libm-test.inc (hypot_test): Add another test.
26183
26184         * math/libm-test.inc (clog_test): Use
26185         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26186         (clog10_test): Likewise.
26187
26188         [BZ #6778]
26189         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26190
26191 2012-11-22  Andreas Schwab  <schwab@suse.de>
26192
26193         * sysdeps/i386/fpu/libm-test-ulps: Update.
26194
26195 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26196
26197         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26198         printf output with newline.
26199
26200 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26201
26202         [BZ #14865]
26203         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26204         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26205         -z nodlopen, -z initfirst and -z execstack support.
26206         * configure: Regenerated.
26207
26208         * elf/elf.h (DF_1_NODIRECT): New macro.
26209         (DF_1_IGNMULDEF): Likewise.
26210         (DF_1_NOKSYMS): Likewise.
26211         (DF_1_NOHDR): Likewise.
26212         (DF_1_EDITED): Likewise.
26213         (DF_1_NORELOC): Likewise.
26214         (DF_1_SYMINTPOSE): Likewise.
26215         (DF_1_GLOBAUDIT): Likewise.
26216         (DF_1_SINGLETON): Likewise.
26217         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26218         DT_1_SUPPORTED_MASK bits.
26219         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26220
26221 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26222
26223         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26224
26225 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26226
26227         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26228         macro.
26229
26230         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26231         (sendmmsg): Move declarations...
26232         * socket/sys/socket.h: ... here.
26233         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26234         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26235         include it from...
26236         * socket/recvmmsg.c: ... this new file.
26237         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26238         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26239         definition of __sendmmsg hidden.
26240         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26241         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26242         Move ENOSYS stub into and include it from...
26243         * socket/sendmmsg.c: ... this new file.
26244         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26245         (sysdep_routines): Move recvmmsg and sendmmsg...
26246         * socket/Makefile (routines): ... here.
26247         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26248         (GLIBC_PRIVATE): Add __sendmmsg.
26249         * include/sys/socket.h (__sendmmsg): Add declarations.
26250         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26251         sendmmsg.
26252
26253 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26254
26255         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26256         variable I1 with __attribute__ ((unused)).
26257         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26258
26259 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26260
26261         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26262         DUMMY variables with __attribute__ ((unused)).
26263
26264         * bits/byteswap.h: Include <bits/types.h>.
26265         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26266
26267 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26268
26269         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26270         string_t.  Do not manually set errno.
26271         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26272         length with __strnlen.  Make sure to both set errno and return it on
26273         failure.
26274
26275 2012-11-19  David S. Miller  <davem@davemloft.net>
26276
26277         With help from Joseph Myers.
26278         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26279         very large arguments properly.
26280         * math/libm-test.inc (atan_test): New tests.
26281         (atan2_test): New tests.
26282         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26283         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26284
26285 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26286
26287         [BZ #14856]
26288         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26289         Define to 3.
26290
26291         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26292         [POSIX] (EADDRNOTAVAIL): Likewise.
26293         [POSIX] (EAFNOSUPPORT): Likewise.
26294         [POSIX] (EALREADY): Likewise.
26295         [POSIX] (ECONNABORTED): Likewise.
26296         [POSIX] (ECONNREFUSED): Likewise.
26297         [POSIX] (ECONNRESET): Likewise.
26298         [POSIX] (EDESTADDRREQ): Likewise.
26299         [POSIX] (EDQUOT): Likewise.
26300         [POSIX] (EHOSTUNREACH): Likewise.
26301         [POSIX] (EIDRM): Likewise.
26302         [POSIX] (EISCONN): Likewise.
26303         [POSIX] (ELOOP): Likewise.
26304         [POSIX] (EMULTIHOP): Likewise.
26305         [POSIX] (ENETDOWN): Likewise.
26306         [POSIX] (ENETUNREACH): Likewise.
26307         [POSIX] (ENOBUFS): Likewise.
26308         [POSIX] (ENODATA): Likewise.
26309         [POSIX] (ENOLINK): Likewise.
26310         [POSIX] (ENOMSG): Likewise.
26311         [POSIX] (ENOPROTOOPT): Likewise.
26312         [POSIX] (ENOSR): Likewise.
26313         [POSIX] (ENOSTR): Likewise.
26314         [POSIX] (ENOTCONN): Likewise.
26315         [POSIX] (ENOTSOCK): Likewise.
26316         [POSIX] (EOPNOTSUPP): Likewise.
26317         [POSIX] (EOVERFLOW): Likewise.
26318         [POSIX] (EPROTO): Likewise.
26319         [POSIX] (EPROTONOSUPPORT): Likewise.
26320         [POSIX] (EPROTOTYPE): Likewise.
26321         [POSIX] (ESTALE): Likewise.
26322         [POSIX] (ETIME): Likewise.
26323         [POSIX] (ETXTBSY): Likewise.
26324         [POSIX] (EWOULDBLOCK): Likewise.
26325         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26326         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26327         [POSIX] (SEEK_CUR): Likewise.
26328         [POSIX] (SEEK_END): Likewise.
26329         [POSIX || UNIX98] (mode_t): Do not require.
26330         [POSIX] (off_t): Likewise.
26331         [POSIX] (pid_t): Likewise.
26332         [POSIX] (sys/stat.h): Do not allow header.
26333         [POSIX] (unistd.h): Likewise.
26334         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26335         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26336         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26337         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26338         require.
26339         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26340         sigevent): Specify elements.
26341         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26342         entry.
26343         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26344         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26345
26346         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26347         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26348         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26349         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26350         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26351         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26352         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26353         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26354         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26355         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26356         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26357         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26358         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26359         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26360         Likewise.
26361         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26362         Likewise.
26363         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26364         Likewise.
26365         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26366         Likewise.
26367         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26368         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26369         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26370         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26371         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26372         Specify lower bound on value.
26373         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26374         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26375         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26376         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26377         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26378         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26379         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26380         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26381         value.
26382         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26383         as optional.
26384         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26385         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26386         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26387         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26388         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26389         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26390         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26391         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26392         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26393         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26394         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26395         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26396         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26397         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26398         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26399         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26400         entry.
26401         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26402         optional.
26403         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26404         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26405         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26406         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26407         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26408         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26409         Likewise.
26410         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26411         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26412         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26413         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26414         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26415         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26416         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26417         as optional.
26418         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26419         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26420         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26421         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
26422         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
26423         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
26424         specify as optional.
26425         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
26426         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
26427         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
26428         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
26429         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
26430         [XPG3] (NL_LANGMAX): Likewise.
26431         [POSIX || XPG3] (NL_MSGMAX): Likewise.
26432         [POSIX || XPG3] (NL_NMAX): Likewise.
26433         [POSIX || XPG3] (NL_SETMAX): Likewise.
26434         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
26435         [XPG3] (NZERO): Likewise.
26436         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
26437         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
26438         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
26439         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
26440         (REG_ERANGE): Expect.
26441         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
26442         optional-constant.
26443         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
26444         Use (void) in prototype.
26445         [POSIX] (*_t): Allow.
26446         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
26447         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
26448         (WRDE_BADVAL): Expect.
26449
26450         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
26451         expect.
26452         [XPG3 || XPG4] (O_RSYNC): Likewise.
26453         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
26454         Likewise.
26455         [XPG3 || XPG4] (pthread_sigmask): Likewise.
26456         [XPG3 || XPG4] (sigqueue): Likewise.
26457         [XPG3 || XPG4] (sigtimedwait): Likewise.
26458         [XPG3 || XPG4] (sigwaitinfo): Likewise.
26459         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
26460         [XPG3 || XPG4] (vsnprintf): Likewise.
26461         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
26462         Likewise.
26463         [XPG3 || XPG4] (blksize_t): Likewise.
26464         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
26465         Likewise.
26466         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
26467         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26468         [XPG3 || XPG4] (struct itimerspec): Likewise.
26469         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
26470         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
26471         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
26472         [XPG3 || XPG4] (clockid_t): Likewise.
26473         [XPG3 || XPG4] (timer_t): Likewise.
26474         [XPG3 || XPG4] (clock_getres): Likewise.
26475         [XPG3 || XPG4] (clock_gettime): Likewise.
26476         [XPG3 || XPG4] (clock_settime): Likewise.
26477         [XPG3 || XPG4] (nanosleep): Likewise.
26478         [XPG3 || XPG4] (timer_create): Likewise.
26479         [XPG3 || XPG4] (timer_delete): Likewise.
26480         [XPG3 || XPG4] (timer_gettime): Likewise.
26481         [XPG3 || XPG4] (timer_getoverrun): Likewise.
26482         [XPG3 || XPG4] (timer_settime): Likewise.
26483         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
26484         [XPG3 || XPG4] (getlogin_r): Likewise.
26485         [XPG3 || XPG4] (pread): Likewise.
26486         [XPG3 || XPG4] (pthread_atfork): Likewise.
26487         [XPG3 || XPG4] (pwrite): Likewise.
26488
26489         [BZ #14835]
26490         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
26491         <bits/siginfo.h>.
26492
26493 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26494
26495         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
26496         finalizing MALLSTREAM.
26497
26498         * sysdeps/mach/hurd/syncfs.c: New file.
26499
26500 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26501
26502         [BZ #14719]
26503         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
26504         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
26505         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
26506         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
26507         (_nss_dns_gethostbyname4_r): Likewise.
26508         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
26509         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
26510
26511 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
26512
26513         [BZ #13763]
26514         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
26515
26516 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
26517
26518         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
26519         * elf/cache.c (print_entry): Print ",AArch64" for
26520         FLAG_AARCH64_LIB64
26521
26522         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
26523         * elf/cache.c (print_entry): Print ",hard-float" for
26524         FLAG_ARM_LIBHF.
26525
26526 2012-11-18  David S. Miller  <davem@davemloft.net>
26527
26528         With help from Joseph Myers.
26529         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
26530         cutoff to 2**-13.
26531         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
26532         cutoff to 2**-25.
26533         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
26534         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
26535         small.
26536         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
26537         * math/libm-test.inc (y0_test): New tests.
26538         (y1_test): New tests.
26539         * sysdeps/i386/fpu/libm-test-ulps: Update.
26540         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26541         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26542
26543 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
26544
26545         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
26546         64-bit targets.
26547         * configure: Regenerated.
26548
26549 2012-11-17  David S. Miller  <davem@davemloft.net>
26550
26551         [BZ #14811]
26552         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
26553         nonzero exponents with absolute value below 0x1p-128 to +/-
26554         0x1p-128.
26555
26556 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
26557
26558         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
26559
26560         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
26561
26562         * posix/getconf-speclist.c: New file.
26563         * posix/posix-envs.def: Likewise.
26564         * posix/confstr.c (START_ENV_GROUP): New macro.
26565         (END_ENV_GROUP): Likewise.
26566         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26567         (KNOWN_PRESENT_ENV_STRING): Likewise.
26568         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26569         (UNKNOWN_ENVIRONMENT): Likewise.
26570         (confstr): Include posix-envs.def instead of handling
26571         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
26572         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
26573         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
26574         (END_ENV_GROUP): Likewise.
26575         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26576         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26577         (UNKNOWN_ENVIRONMENT): Likewise.
26578         (__sysconf): Include posix-envs.def instead of handling associated
26579         cases directly here.
26580         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
26581         preprocessing getconf-speclist.c rather than running getconf or
26582         generating empty file.
26583
26584 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
26585
26586         * scripts/check-local-headers.sh: Ignore 'mach' headers.
26587
26588 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
26589
26590         [BZ #14672]
26591         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
26592
26593 2012-11-16  David S. Miller  <davem@davemloft.net>
26594
26595         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
26596         smaller than LDBL_EPSILON/2.0L, just return xm1.
26597
26598 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
26599
26600         * elf/tst-array1.c (init): Set constructor priority to 1000.
26601         (fini): Set destructor priority to 1000.
26602         * elf/tst-array2dep.c: Likewise.
26603
26604 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26605
26606         [BZ #11741]
26607         * libio/fileops.c (_IO_new_file_write): Correctly return error.
26608         (_IO_new_file_xsputn): Also return EOF if none of the input
26609         data was written when overflow failed.
26610         * libio/iopadn.c (_IO_padn): Likewise.
26611         * libio/iowpadn.c (_IO_wpadn): Likewise.
26612         * stdio-common/tst-put-error.c: Add copyright notice.
26613         (do_test): Add case for printing padded string.
26614         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
26615         _IO_padn returned error.
26616         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
26617         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
26618         return EOF.
26619
26620 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26621
26622         * libio/libioP.h: Add comment note that the references to C++
26623         bits are now obsolete.
26624
26625 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26626
26627         * math/libm-test.inc (check_complex): Use asprintf.
26628
26629 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
26630
26631         * debug/pcprofiledump.c (print_version): Update copyright year.
26632         * malloc/memusagestat.c (print_version): Likewise.
26633
26634 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
26635
26636         [BZ #14831]
26637         * elf/Makefile (tests): Add tst-audit8.
26638         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
26639         ($(objpfx)tst-audit8.out): New target.
26640         (tst-audit8-ENV): New variable.
26641         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
26642         audit if l_reloc_result is NULL.
26643         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
26644         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
26645         * elf/tst-audit8.c: New file.
26646
26647 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26648
26649         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
26650         * misc/Makefile (CFLAGS-select.c): Define.
26651         * posix/Makefile (CFLAGS-pause.c): Define.
26652
26653 2012-11-13  David S. Miller  <davem@davemloft.net>
26654
26655         * crypt/Makefile: Move test targets after toplevel Rules
26656         inclusion.  Grab any necessary sysdep routines when linking.
26657         * crypt/md5.c (md5_process_block): Remove define, we will always
26658         name it __md5_process_block.
26659         (md5_finish_ctx): Update md5_process_block call.
26660         (md5_stream): Likewise.
26661         (md5_process_bytes): Likewise.
26662         (md5_process_block): Rename to __md5_process_block and move to ...
26663         * crypt/md5-block.c: ... here.
26664         * crypt/sha256.c (sha256_process_block): Move to ...
26665         * crypt/sha256-block.c: ... here.
26666         * crypt/sha512.c (sha512_process_block): Move to ...
26667         * crypt/sha512-block.c: ... here.
26668         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
26669         path.
26670         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
26671         * sysdeps/sparc/sparc64/multiarch/Makefile
26672         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
26673         crypt subdir.
26674         (localedef-aux): Add md5 crypto assembler when in locale subdir.
26675         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
26676         multiarch changes.
26677         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
26678         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
26679         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
26680         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
26681         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
26682         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
26683         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
26684         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
26685         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
26686         file.
26687         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
26688         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
26689         file.
26690         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
26691
26692 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
26693
26694         * timezone/tzselect.ksh: Update from tzcode git revision
26695         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
26696         * timezone/zdump.c: Likewise.
26697         * timezone/zic.c: Likewise.
26698         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
26699         in TZVERSION setting, not $(PKGVERSION).
26700         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
26701         REPORT_BUGS_TO settings.
26702
26703         [BZ #14838]
26704         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
26705         macro.
26706
26707 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26708
26709         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
26710         detection to immediately after _FP_ROUND().
26711         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
26712         bits are 0.
26713
26714 2012-11-11  David S. Miller  <davem@davemloft.net>
26715
26716         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
26717         inttypes.h
26718         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
26719         __close rather than their public counterparts.
26720
26721 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
26722
26723         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
26724         file.
26725         [UNIX98] (sem_timedwait): Do not expect.
26726         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
26727         [XPG4 || UNIX98] (sockatmark): Do not expect.
26728         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
26729         (clock_getcpuclockid): Do not expect.
26730         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
26731         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
26732         Do not expect.
26733         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
26734         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
26735         [UNIX98] (vwscanf): Likewise.
26736         [UNIX98] (vswscanf): Likewise.
26737
26738 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
26739
26740         * timezone/version.h: Remove file.
26741         * timezone/README: Do not refer to version.h.
26742         * timezone/Makefile ($(objpfx)zic.o): New dependency on
26743         $(objpfx)version.h.
26744         ($(objpfx)zdump.o): Likewise.
26745         ($(objpfx)version.h): New target.
26746
26747         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
26748         2012i.
26749         * timezone/README: Don't mention modification to tzselect.ksh.
26750         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
26751         work on unmodified tzselect.ksh.  Substitute version numbers in
26752         tzselect.ksh.
26753
26754         * Makefile (format-me): Remove.
26755         (INSTALL): Adjust indentation.  Use commands directly instead of
26756         using $(format-me).
26757
26758         * aclocal.m4 (ACX_PKGVERSION): New macro.
26759         (ACX_BUGURL): Likewise.
26760         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
26761         (PKGVERSION): New AC_DEFINE_UNQUOTED.
26762         (REPORT_BUGS_TO): Likewise.
26763         * configure: Regenerated.
26764         * config.h.in (PKGVERSION): New macro.
26765         (REPORT_BUGS_TO): Likewise.
26766         * config.make.in (PKGVERSION): New variable.
26767         (PKGVERSION_TEXI): Likewise.
26768         (REPORT_BUGS_TO): Likewise.
26769         (REPORT_BUGS_TEXI): Likewise.
26770         * Makefile (format-me): Use -I$(common-objpfx)manual.
26771         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
26772         ($(common-objpfx)manual/%): New target.
26773         (manual/%): Remove target.
26774         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
26775         (print_version): Use PKGVERSION.
26776         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
26777         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
26778         and REPORT_BUGS_TO.
26779         ($(objpfx)xtrace): Likewise.
26780         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
26781         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
26782         (print_version): Use PKGVERSION.
26783         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
26784         (do_version): Use PKGVERSION.
26785         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
26786         REPORT_BUGS_TO.
26787         (common-ldd-rewrite): Likewise.
26788         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
26789         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
26790         (print_version): Use PKGVERSION.
26791         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
26792         * elf/pldd.c (argp_program_bug_address): Remove variable.
26793         (more_help): New function.
26794         (argp): Use more_help.
26795         (print_version): Use PKGVERSION.
26796         * elf/sln.c (main): Use PKGVERSION.
26797         (usage): Use REPORT_BUGS_TO.
26798         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
26799         (top level): Use PKGVERSION.
26800         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
26801         (print_version): Use PKGVERSION.
26802         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
26803         (print_version): Use PKGVERSION.
26804         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
26805         (print_version): Use PKGVERSION.
26806         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
26807         (print_version): Use PKGVERSION.
26808         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
26809         (print_version): Use PKGVERSION.
26810         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
26811         (print_version): Use PKGVERSION.
26812         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
26813         and BUGURL.
26814         ($(objpfx)memusage): Likewise.
26815         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
26816         (do_version): Use PKGVERSION.
26817         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
26818         (print_version): Use PKGVERSION.
26819         * malloc/mtrace.pl ($PACKAGE): Remove variable.
26820         ($PKGVERSION): New variable.
26821         ($REPORT_BUGS_TO): Likewise.
26822         (usage): Use $REPORT_BUGS_TO.
26823         (top level): Use $PKGVERSION.
26824         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
26825         ($(objpfx)pkgvers.texi): New rule.
26826         ($(objpfx)stamp-pkgvers): Likewise.
26827         * manual/install.texi: Include pkgvers.texi.
26828         (--with-pkgversion): Document new configure option.
26829         (--with-bugurl): Likewise.
26830         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
26831         than necessarily for this particular distribution.  Use
26832         REPORT_BUGS_TO for where to report bugs.
26833         * INSTALL: Regenerated.
26834         * manual/libc.texinfo: Include pkgvers.texi.
26835         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
26836         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
26837         (print_version): Use PKGVERSION.
26838         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
26839         (print_version): Use PKGVERSION.
26840         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
26841         (print_version): Use PKGVERSION.
26842         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
26843         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
26844         macro.
26845         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
26846         (print_version): Use PKGVERSION.
26847         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
26848         (print_version): Use PKGVERSION.
26849         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
26850         and PKGVERSION.
26851
26852         * timezone/checktab.awk: Update from tzcode 2012i.
26853         * timezone/ialloc.c: Likewise.
26854         * timezone/private.h: Likewise.
26855         * timezone/scheck.c: Likewise.
26856         * timezone/tzfile.h: Likewise.
26857         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
26858         (TZVERSION): Hardcode tzcode version number.
26859         * timezone/zdump.c: Update from tzcode 2012i.
26860         * timezone/zic.c: Likewise.
26861         * timezone/version.h: New file.
26862         * timezone/README: Describe version.h.  Update upstream location.
26863
26864         [BZ #14824]
26865         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
26866         (mktemp): Enable declaration.
26867         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
26868         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
26869         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
26870         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
26871         Likewise.
26872         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
26873         Likewise.
26874         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
26875         Likewise.
26876         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
26877         Likewise.
26878         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
26879         Likewise.
26880         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
26881         Likewise.
26882
26883         [BZ #14821]
26884         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
26885         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
26886         for copies of such integer values.
26887         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
26888         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
26889
26890 2012-11-09  Andreas Jaeger  <aj@suse.de>
26891
26892         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
26893         definitions and declarations that are provided by
26894         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
26895
26896 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26897
26898         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
26899         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
26900         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
26901         definition.
26902
26903 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26904
26905         * elf/elf.h: Update comment before AArch64 relocations.
26906
26907 2012-11-07  David S. Miller  <davem@davemloft.net>
26908
26909         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
26910         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
26911         (__start_context): Declare.
26912         (__makecontext_ret): Delete.
26913         (__makecontext): Hook up __start_context instead of
26914         __makecontext_ret.
26915         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
26916         (sysdep_routines): Add __start_context when in stdlib.
26917
26918 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26919
26920         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
26921         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
26922         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
26923         hardcoded "nm".
26924         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
26925         (READELF): New variable.  Use it instead of hardcoded "readelf".
26926
26927 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
26928
26929         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
26930         * sysdeps/x86/Makefile: Here.
26931         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
26932         * sysdeps/x86/tst-xmmymm.sh: This.
26933
26934 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26935
26936         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
26937         expectations.
26938         [UNIX98] (pthread_barrier_t): Do not expect.
26939         [UNIX98] (pthread_barrierattr_t): Likewise.
26940         [UNIX98] (pthread_spinlock_t): Likewise.
26941         [UNIX98] (pthread_barrier_destroy): Likewise.
26942         [UNIX98] (pthread_barrier_init): Likewise.
26943         [UNIX98] (pthread_barrier_wait): Likewise.
26944         [UNIX98] (pthread_barrierattr_destroy): Likewise.
26945         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
26946         [UNIX98] (pthread_barrierattr_init): Likewise.
26947         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
26948         [UNIX98] (pthread_getcpuclockid): Likewise.
26949         [UNIX98] (pthread_mutex_timedlock): Likewise.
26950         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
26951         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
26952         [UNIX98] (pthread_sigmask): Likewise.
26953         [UNIX98] (pthread_spin_destroy): Likewise.
26954         [UNIX98] (pthread_spin_init): Likewise.
26955         [UNIX98] (pthread_spin_lock): Likewise.
26956         [UNIX98] (pthread_spin_trylock): Likewise.
26957         [UNIX98] (pthread_spin_unlock): Likewise.
26958         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
26959         Do not expect.
26960         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
26961         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
26962         [XPG3 || XPG4] (pthread_cond_t): Likewise.
26963         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
26964         [XPG3 || XPG4] (pthread_key_t): Likewise.
26965         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
26966         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
26967         [XPG3 || XPG4] (pthread_once_t): Likewise.
26968         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
26969         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
26970         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
26971         [XPG3 || XPG4] (pthread_t): Likewise.
26972
26973         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
26974         not expect.
26975         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
26976
26977         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
26978         Change function return type to int.
26979
26980         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
26981         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
26982         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
26983         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
26984         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
26985         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
26986         [!POSIX] (posix_madvise): Likewise.
26987         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
26988         && !UNIX98].
26989         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
26990         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
26991         (mode_t): Likewise.
26992         (posix_mem_offset): Likewise.
26993         (posix_typed_mem_get_info): Likewise.
26994         (posix_typed_mem_open): Likewise.
26995
26996         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
26997         Change condition to [XOPEN2K8].
26998
26999         * conform/conformtest.pl: Preprocess allow-header data with -x c
27000         instead of from stdin.
27001         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27002         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27003         [C99-based standards] (cerfc): Likewise.
27004         [C99-based standards] (cexp2): Likewise.
27005         [C99-based standards] (cexpm1): Likewise.
27006         [C99-based standards] (clog10): Likewise.
27007         [C99-based standards] (clog1p): Likewise.
27008         [C99-based standards] (clog2): Likewise.
27009         [C99-based standards] (clgamma): Likewise.
27010         [C99-based standards] (ctgamma): Likewise.
27011         [C99-based standards] (cerff): Likewise.
27012         [C99-based standards] (cerfcf): Likewise.
27013         [C99-based standards] (cexp2f): Likewise.
27014         [C99-based standards] (cexpm1f): Likewise.
27015         [C99-based standards] (clog10f): Likewise.
27016         [C99-based standards] (clog1pf): Likewise.
27017         [C99-based standards] (clog2f): Likewise.
27018         [C99-based standards] (clgammaf): Likewise.
27019         [C99-based standards] (ctgammaf): Likewise.
27020         [C99-based standards] (cerfl): Likewise.
27021         [C99-based standards] (cerfcl): Likewise.
27022         [C99-based standards] (cexp2l): Likewise.
27023         [C99-based standards] (cexpm1l): Likewise.
27024         [C99-based standards] (clog10l): Likewise.
27025         [C99-based standards] (clog1pl): Likewise.
27026         [C99-based standards] (clog2l): Likewise.
27027         [C99-based standards] (clgammal): Likewise.
27028         [C99-based standards] (ctgammal): Likewise.
27029         * conform/data/inttypes.h-data [C99-based standards]: Include
27030         stdint.h-data.  Remove all expectations for stdint.h contents.
27031         [C99-based standards] (PRI*): Do not allow.
27032         [C99-based standards] (SCN*): Likewise.
27033         [C99-based standards] (*_t): Likewise.
27034         [C99-based-standards] (PRId8): Expect macro.
27035         [C99-based-standards] (PRIi8): Likewise.
27036         [C99-based-standards] (PRIo8): Likewise.
27037         [C99-based-standards] (PRIu8): Likewise.
27038         [C99-based-standards] (PRIx8): Likewise.
27039         [C99-based-standards] (PRIX8): Likewise.
27040         [C99-based-standards] (SCNd8): Likewise.
27041         [C99-based-standards] (SCNi8): Likewise.
27042         [C99-based-standards] (SCNo8): Likewise.
27043         [C99-based-standards] (SCNu8): Likewise.
27044         [C99-based-standards] (SCNx8): Likewise.
27045         [C99-based-standards] (PRIdLEAST8): Likewise.
27046         [C99-based-standards] (PRIiLEAST8): Likewise.
27047         [C99-based-standards] (PRIoLEAST8): Likewise.
27048         [C99-based-standards] (PRIuLEAST8): Likewise.
27049         [C99-based-standards] (PRIxLEAST8): Likewise.
27050         [C99-based-standards] (PRIXLEAST8): Likewise.
27051         [C99-based-standards] (SCNdLEAST8): Likewise.
27052         [C99-based-standards] (SCNiLEAST8): Likewise.
27053         [C99-based-standards] (SCNoLEAST8): Likewise.
27054         [C99-based-standards] (SCNuLEAST8): Likewise.
27055         [C99-based-standards] (SCNxLEAST8): Likewise.
27056         [C99-based-standards] (PRIdFAST8): Likewise.
27057         [C99-based-standards] (PRIiFAST8): Likewise.
27058         [C99-based-standards] (PRIoFAST8): Likewise.
27059         [C99-based-standards] (PRIuFAST8): Likewise.
27060         [C99-based-standards] (PRIxFAST8): Likewise.
27061         [C99-based-standards] (PRIXFAST8): Likewise.
27062         [C99-based-standards] (SCNdFAST8): Likewise.
27063         [C99-based-standards] (SCNiFAST8): Likewise.
27064         [C99-based-standards] (SCNoFAST8): Likewise.
27065         [C99-based-standards] (SCNuFAST8): Likewise.
27066         [C99-based-standards] (SCNxFAST8): Likewise.
27067         [C99-based-standards] (PRId16): Likewise.
27068         [C99-based-standards] (PRIi16): Likewise.
27069         [C99-based-standards] (PRIo16): Likewise.
27070         [C99-based-standards] (PRIu16): Likewise.
27071         [C99-based-standards] (PRIx16): Likewise.
27072         [C99-based-standards] (PRIX16): Likewise.
27073         [C99-based-standards] (SCNd16): Likewise.
27074         [C99-based-standards] (SCNi16): Likewise.
27075         [C99-based-standards] (SCNo16): Likewise.
27076         [C99-based-standards] (SCNu16): Likewise.
27077         [C99-based-standards] (SCNx16): Likewise.
27078         [C99-based-standards] (PRIdLEAST16): Likewise.
27079         [C99-based-standards] (PRIiLEAST16): Likewise.
27080         [C99-based-standards] (PRIoLEAST16): Likewise.
27081         [C99-based-standards] (PRIuLEAST16): Likewise.
27082         [C99-based-standards] (PRIxLEAST16): Likewise.
27083         [C99-based-standards] (PRIXLEAST16): Likewise.
27084         [C99-based-standards] (SCNdLEAST16): Likewise.
27085         [C99-based-standards] (SCNiLEAST16): Likewise.
27086         [C99-based-standards] (SCNoLEAST16): Likewise.
27087         [C99-based-standards] (SCNuLEAST16): Likewise.
27088         [C99-based-standards] (SCNxLEAST16): Likewise.
27089         [C99-based-standards] (PRIdFAST16): Likewise.
27090         [C99-based-standards] (PRIiFAST16): Likewise.
27091         [C99-based-standards] (PRIoFAST16): Likewise.
27092         [C99-based-standards] (PRIuFAST16): Likewise.
27093         [C99-based-standards] (PRIxFAST16): Likewise.
27094         [C99-based-standards] (PRIXFAST16): Likewise.
27095         [C99-based-standards] (SCNdFAST16): Likewise.
27096         [C99-based-standards] (SCNiFAST16): Likewise.
27097         [C99-based-standards] (SCNoFAST16): Likewise.
27098         [C99-based-standards] (SCNuFAST16): Likewise.
27099         [C99-based-standards] (SCNxFAST16): Likewise.
27100         [C99-based-standards] (PRId32): Likewise.
27101         [C99-based-standards] (PRIi32): Likewise.
27102         [C99-based-standards] (PRIo32): Likewise.
27103         [C99-based-standards] (PRIu32): Likewise.
27104         [C99-based-standards] (PRIx32): Likewise.
27105         [C99-based-standards] (PRIX32): Likewise.
27106         [C99-based-standards] (SCNd32): Likewise.
27107         [C99-based-standards] (SCNi32): Likewise.
27108         [C99-based-standards] (SCNo32): Likewise.
27109         [C99-based-standards] (SCNu32): Likewise.
27110         [C99-based-standards] (SCNx32): Likewise.
27111         [C99-based-standards] (PRIdLEAST32): Likewise.
27112         [C99-based-standards] (PRIiLEAST32): Likewise.
27113         [C99-based-standards] (PRIoLEAST32): Likewise.
27114         [C99-based-standards] (PRIuLEAST32): Likewise.
27115         [C99-based-standards] (PRIxLEAST32): Likewise.
27116         [C99-based-standards] (PRIXLEAST32): Likewise.
27117         [C99-based-standards] (SCNdLEAST32): Likewise.
27118         [C99-based-standards] (SCNiLEAST32): Likewise.
27119         [C99-based-standards] (SCNoLEAST32): Likewise.
27120         [C99-based-standards] (SCNuLEAST32): Likewise.
27121         [C99-based-standards] (SCNxLEAST32): Likewise.
27122         [C99-based-standards] (PRIdFAST32): Likewise.
27123         [C99-based-standards] (PRIiFAST32): Likewise.
27124         [C99-based-standards] (PRIoFAST32): Likewise.
27125         [C99-based-standards] (PRIuFAST32): Likewise.
27126         [C99-based-standards] (PRIxFAST32): Likewise.
27127         [C99-based-standards] (PRIXFAST32): Likewise.
27128         [C99-based-standards] (SCNdFAST32): Likewise.
27129         [C99-based-standards] (SCNiFAST32): Likewise.
27130         [C99-based-standards] (SCNoFAST32): Likewise.
27131         [C99-based-standards] (SCNuFAST32): Likewise.
27132         [C99-based-standards] (SCNxFAST32): Likewise.
27133         [C99-based-standards] (PRId64): Likewise.
27134         [C99-based-standards] (PRIi64): Likewise.
27135         [C99-based-standards] (PRIo64): Likewise.
27136         [C99-based-standards] (PRIu64): Likewise.
27137         [C99-based-standards] (PRIx64): Likewise.
27138         [C99-based-standards] (PRIX64): Likewise.
27139         [C99-based-standards] (SCNd64): Likewise.
27140         [C99-based-standards] (SCNi64): Likewise.
27141         [C99-based-standards] (SCNo64): Likewise.
27142         [C99-based-standards] (SCNu64): Likewise.
27143         [C99-based-standards] (SCNx64): Likewise.
27144         [C99-based-standards] (PRIdLEAST64): Likewise.
27145         [C99-based-standards] (PRIiLEAST64): Likewise.
27146         [C99-based-standards] (PRIoLEAST64): Likewise.
27147         [C99-based-standards] (PRIuLEAST64): Likewise.
27148         [C99-based-standards] (PRIxLEAST64): Likewise.
27149         [C99-based-standards] (PRIXLEAST64): Likewise.
27150         [C99-based-standards] (SCNdLEAST64): Likewise.
27151         [C99-based-standards] (SCNiLEAST64): Likewise.
27152         [C99-based-standards] (SCNoLEAST64): Likewise.
27153         [C99-based-standards] (SCNuLEAST64): Likewise.
27154         [C99-based-standards] (SCNxLEAST64): Likewise.
27155         [C99-based-standards] (PRIdFAST64): Likewise.
27156         [C99-based-standards] (PRIiFAST64): Likewise.
27157         [C99-based-standards] (PRIoFAST64): Likewise.
27158         [C99-based-standards] (PRIuFAST64): Likewise.
27159         [C99-based-standards] (PRIxFAST64): Likewise.
27160         [C99-based-standards] (PRIXFAST64): Likewise.
27161         [C99-based-standards] (SCNdFAST64): Likewise.
27162         [C99-based-standards] (SCNiFAST64): Likewise.
27163         [C99-based-standards] (SCNoFAST64): Likewise.
27164         [C99-based-standards] (SCNuFAST64): Likewise.
27165         [C99-based-standards] (SCNxFAST64): Likewise.
27166         [C99-based-standards] (PRIdMAX): Likewise.
27167         [C99-based-standards] (PRIiMAX): Likewise.
27168         [C99-based-standards] (PRIoMAX): Likewise.
27169         [C99-based-standards] (PRIuMAX): Likewise.
27170         [C99-based-standards] (PRIxMAX): Likewise.
27171         [C99-based-standards] (PRIXMAX): Likewise.
27172         [C99-based-standards] (SCNdMAX): Likewise.
27173         [C99-based-standards] (SCNiMAX): Likewise.
27174         [C99-based-standards] (SCNoMAX): Likewise.
27175         [C99-based-standards] (SCNuMAX): Likewise.
27176         [C99-based-standards] (SCNxMAX): Likewise.
27177         [C99-based-standards] (PRIdPTR): Likewise.
27178         [C99-based-standards] (PRIiPTR): Likewise.
27179         [C99-based-standards] (PRIoPTR): Likewise.
27180         [C99-based-standards] (PRIuPTR): Likewise.
27181         [C99-based-standards] (PRIxPTR): Likewise.
27182         [C99-based-standards] (PRIXPTR): Likewise.
27183         [C99-based-standards] (SCNdPTR): Likewise.
27184         [C99-based-standards] (SCNiPTR): Likewise.
27185         [C99-based-standards] (SCNoPTR): Likewise.
27186         [C99-based-standards] (SCNuPTR): Likewise.
27187         [C99-based-standards] (SCNxPTR): Likewise.
27188         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27189         allow.
27190         * conform/data/stdint.h-data: Update comments to clarify
27191         requirements.
27192         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27193         type.
27194         [C99-based standards] (INT8_MAX): Likewise.
27195         [C99-based standards] (INT16_MIN): Likewise.
27196         [C99-based standards] (INT16_MAX): Likewise.
27197         [C99-based standards] (INT32_MIN): Likewise.
27198         [C99-based standards] (INT32_MAX): Likewise.
27199         [C99-based standards] (INT64_MIN): Likewise.
27200         [C99-based standards] (INT64_MAX): Likewise.
27201         [C99-based standards] (UINT8_MAX): Likewise.
27202         [C99-based standards] (UINT16_MAX): Likewise.
27203         [C99-based standards] (UINT32_MAX): Likewise.
27204         [C99-based standards] (UINT64_MAX): Likewise.
27205         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27206         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27207         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27208         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27209         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27210         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27211         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27212         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27213         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27214         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27215         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27216         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27217         [C99-based standards] (INT_FAST8_MIN): Likewise.
27218         [C99-based standards] (INT_FAST8_MAX): Likewise.
27219         [C99-based standards] (INT_FAST16_MIN): Likewise.
27220         [C99-based standards] (INT_FAST16_MAX): Likewise.
27221         [C99-based standards] (INT_FAST32_MIN): Likewise.
27222         [C99-based standards] (INT_FAST32_MAX): Likewise.
27223         [C99-based standards] (INT_FAST64_MIN): Likewise.
27224         [C99-based standards] (INT_FAST64_MAX): Likewise.
27225         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27226         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27227         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27228         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27229         [C99-based standards] (INTPTR_MIN): Likewise.
27230         [C99-based standards] (INTPTR_MAX): Likewise.
27231         [C99-based standards] (UINTPTR_MAX): Likewise.
27232         [C99-based standards] (INTMAX_MIN): Likewise.
27233         [C99-based standards] (INTMAX_MAX): Likewise.
27234         [C99-based standards] (UINTMAX_MAX): Likewise.
27235         [C99-based standards] (PTRDIFF_MIN): Likewise.
27236         [C99-based standards] (PTRDIFF_MAX): Likewise.
27237         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27238         [C99-based standards] (SIZE_MAX): Likewise.
27239         [C99-based standards] (WCHAR_MAX): Likewise.
27240         [C99-based standards] (WINT_MAX): Likewise.
27241         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27242         constraint on value.
27243         [C99-based standards] (WCHAR_MIN): Likewise.
27244         [C99-based standards] (WINT_MIN): Likewise.
27245         [C99-based standards] (*_t): Allow.
27246         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27247         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27248         Include math.h-data and complex.h-data.  Remove all expectations
27249         of math.h and complex.h contents.
27250         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27251         at end of line.
27252         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27253         (struct tm): Expect tag.
27254         [C99-based-standards] (wcstof): Expect function.
27255         [C99-based-standards] (wcstold): Likewise.
27256         [C99-based-standards] (wcstoll): Likewise.
27257         [C99-based-standards] (wcstoull): Likewise.
27258         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27259         macro-int-constant.  Specify type.
27260         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27261         constraint on value.
27262         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27263         Specify type.
27264         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27265         Specify value.
27266         [ISO C standards]: Do not allow headers.
27267         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27268         wcs[abcdefghijklmnopqrstuvwxyz]*.
27269         [ISO C standards] (*_t): Do not allow.
27270         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27271         Expect function.
27272         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27273         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27274         Specify type.
27275         [ISO C standards]: Do not allow headers.
27276         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27277         is[abcdefghijklmnopqrstuvwxyz]*.
27278         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27279         to[abcdefghijklmnopqrstuvwxyz]*.
27280         [ISO C standards] (*_t): Do not allow.
27281         * conform/data/stdalign.h-data: New file.
27282         * conform/data/stdbool.h-data: Likewise.
27283         * conform/data/stdnoreturn.h-data: Likewise.
27284
27285 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27286
27287         [BZ #14815]
27288         * manual/filesys.texi (Directory Entries): Typo fix.
27289         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27290
27291 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27292
27293         * elf/elf.h (EM_AARCH64): New macro.
27294         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27295         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27296         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27297         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27298         (R_AARCH64_TLSDESC): Likewise.
27299         (NT_ARM_TLS): Likewise.
27300         (NT_ARM_HW_BREAK): Likewise.
27301         (NT_ARM_HW_WATCH): Likewise.
27302
27303 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27304
27305         [BZ #14811]
27306         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27307         (__ieee754_powl): Saturate nonzero exponents with absolute value
27308         below 0x1p-79 to +/- 0x1p-79.
27309         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27310         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27311         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27312         nonzero exponents with absolute value below 0x1p-32 to +/-
27313         0x1p-32.
27314         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27315         (__ieee754_powl): Saturate nonzero exponents with absolute value
27316         below 0x1p-79 to +/- 0x1p-79.
27317         * math/libm-test.inc (pow_test): Add more tests.
27318
27319 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27320
27321         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27322         _dl_s390_cap_flags with kernel. Increase string length.
27323         (_dl_s390_platforms): Add z196 and zEC12.
27324
27325 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27326
27327         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27328         Change XOPEN21K to XOPEN2K.
27329
27330 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27331
27332         * string/memmove.c: Use memcpy when possible.
27333
27334 2012-11-06  Andreas Jaeger  <aj@suse.de>
27335
27336         * po/eo.po: Update from translation team.
27337
27338 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27339
27340         [BZ #14793]
27341         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27342         exponent and small x and y exponents, scale x or y up.  Increase
27343         by 2 the exponent used in scaling up.
27344         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27345         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27346         * math/libm-test.inc (fma_test): Add more tests.
27347         (fma_test_towardzero): Likewise.
27348         (fma_test_downward): Likewise.
27349         (fma_test_upward): Likewise.
27350
27351 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27352
27353         [BZ #14805]
27354         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27355         fenv_t *.
27356
27357         [BZ #14801]
27358         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27359         namespace for names of struct fields.
27360         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27361         fenv_t fields.
27362         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27363         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27364
27365 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27366
27367         [BZ #3665]
27368         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27369
27370 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27371
27372         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27373         PTR_DEMANGLE.
27374
27375         [BZ #5246]
27376         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27377         PTR_DEMANGLE.
27378
27379 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27380
27381         [BZ #14797]
27382         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27383         definitely overflow as x * y not x * y + z.
27384         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27385         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27386         * math/libm-test.inc (fma_test): Add more tests.
27387         (fma_test_towardzero): Likewise.
27388         (fma_test_downward): Likewise.
27389         (fma_test_upward): Likewise.
27390
27391 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27392
27393         [BZ #157]
27394
27395         * include/stub-tag.h: Remove file.
27396         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27397         '#include' of it.
27398         * manual/maint.texi (Porting): Don't reference it.
27399         * Makerules ($(objpfx)stubs): Likewise.
27400         * dirent/closedir.c: Don't include <stub-tag.h>.
27401         * dirent/dirfd.c: Likewise.
27402         * dirent/fdopendir.c: Likewise.
27403         * dirent/getdents.c: Likewise.
27404         * dirent/getdents64.c: Likewise.
27405         * dirent/opendir.c: Likewise.
27406         * dirent/readdir.c: Likewise.
27407         * dirent/readdir64.c: Likewise.
27408         * dirent/readdir64_r.c: Likewise.
27409         * dirent/readdir_r.c: Likewise.
27410         * dirent/rewinddir.c: Likewise.
27411         * dirent/seekdir.c: Likewise.
27412         * dirent/telldir.c: Likewise.
27413         * gmon/profil.c: Likewise.
27414         * grp/setgroups.c: Likewise.
27415         * inet/if_index.c: Likewise.
27416         * io/access.c: Likewise.
27417         * io/chdir.c: Likewise.
27418         * io/chmod.c: Likewise.
27419         * io/chown.c: Likewise.
27420         * io/close.c: Likewise.
27421         * io/dup.c: Likewise.
27422         * io/dup2.c: Likewise.
27423         * io/dup3.c: Likewise.
27424         * io/euidaccess.c: Likewise.
27425         * io/faccessat.c: Likewise.
27426         * io/fchdir.c: Likewise.
27427         * io/fchmod.c: Likewise.
27428         * io/fchmodat.c: Likewise.
27429         * io/fchown.c: Likewise.
27430         * io/fchownat.c: Likewise.
27431         * io/fcntl.c: Likewise.
27432         * io/flock.c: Likewise.
27433         * io/fstatfs.c: Likewise.
27434         * io/fstatfs64.c: Likewise.
27435         * io/fstatvfs.c: Likewise.
27436         * io/fstatvfs64.c: Likewise.
27437         * io/futimens.c: Likewise.
27438         * io/fxstat.c: Likewise.
27439         * io/fxstat64.c: Likewise.
27440         * io/fxstatat.c: Likewise.
27441         * io/fxstatat64.c: Likewise.
27442         * io/getcwd.c: Likewise.
27443         * io/isatty.c: Likewise.
27444         * io/lchmod.c: Likewise.
27445         * io/lchown.c: Likewise.
27446         * io/link.c: Likewise.
27447         * io/linkat.c: Likewise.
27448         * io/lseek.c: Likewise.
27449         * io/lseek64.c: Likewise.
27450         * io/lxstat64.c: Likewise.
27451         * io/mkdir.c: Likewise.
27452         * io/mkdirat.c: Likewise.
27453         * io/mkfifo.c: Likewise.
27454         * io/mkfifoat.c: Likewise.
27455         * io/open.c: Likewise.
27456         * io/open64.c: Likewise.
27457         * io/openat.c: Likewise.
27458         * io/openat64.c: Likewise.
27459         * io/pipe.c: Likewise.
27460         * io/pipe2.c: Likewise.
27461         * io/poll.c: Likewise.
27462         * io/posix_fadvise.c: Likewise.
27463         * io/posix_fadvise64.c: Likewise.
27464         * io/posix_fallocate.c: Likewise.
27465         * io/posix_fallocate64.c: Likewise.
27466         * io/read.c: Likewise.
27467         * io/readlink.c: Likewise.
27468         * io/readlinkat.c: Likewise.
27469         * io/rmdir.c: Likewise.
27470         * io/sendfile.c: Likewise.
27471         * io/sendfile64.c: Likewise.
27472         * io/statfs.c: Likewise.
27473         * io/statfs64.c: Likewise.
27474         * io/statvfs.c: Likewise.
27475         * io/statvfs64.c: Likewise.
27476         * io/symlink.c: Likewise.
27477         * io/symlinkat.c: Likewise.
27478         * io/ttyname.c: Likewise.
27479         * io/ttyname_r.c: Likewise.
27480         * io/umask.c: Likewise.
27481         * io/unlink.c: Likewise.
27482         * io/unlinkat.c: Likewise.
27483         * io/utime.c: Likewise.
27484         * io/utimensat.c: Likewise.
27485         * io/write.c: Likewise.
27486         * io/xmknod.c: Likewise.
27487         * io/xmknodat.c: Likewise.
27488         * io/xstat.c: Likewise.
27489         * io/xstat64.c: Likewise.
27490         * login/getpt.c: Likewise.
27491         * login/grantpt.c: Likewise.
27492         * login/unlockpt.c: Likewise.
27493         * math/e_acoshl.c: Likewise.
27494         * math/e_acosl.c: Likewise.
27495         * math/e_asinl.c: Likewise.
27496         * math/e_atan2l.c: Likewise.
27497         * math/e_atanhl.c: Likewise.
27498         * math/e_coshl.c: Likewise.
27499         * math/e_expl.c: Likewise.
27500         * math/e_fmodl.c: Likewise.
27501         * math/e_gammal_r.c: Likewise.
27502         * math/e_hypotl.c: Likewise.
27503         * math/e_j0l.c: Likewise.
27504         * math/e_j1l.c: Likewise.
27505         * math/e_jnl.c: Likewise.
27506         * math/e_lgammal_r.c: Likewise.
27507         * math/e_log10l.c: Likewise.
27508         * math/e_log2l.c: Likewise.
27509         * math/e_logl.c: Likewise.
27510         * math/e_powl.c: Likewise.
27511         * math/e_rem_pio2l.c: Likewise.
27512         * math/e_sinhl.c: Likewise.
27513         * math/e_sqrtl.c: Likewise.
27514         * math/fclrexcpt.c: Likewise.
27515         * math/fedisblxcpt.c: Likewise.
27516         * math/feenablxcpt.c: Likewise.
27517         * math/fegetenv.c: Likewise.
27518         * math/fegetexcept.c: Likewise.
27519         * math/fegetround.c: Likewise.
27520         * math/feholdexcpt.c: Likewise.
27521         * math/fesetenv.c: Likewise.
27522         * math/fesetround.c: Likewise.
27523         * math/feupdateenv.c: Likewise.
27524         * math/fgetexcptflg.c: Likewise.
27525         * math/fraiseexcpt.c: Likewise.
27526         * math/fsetexcptflg.c: Likewise.
27527         * math/ftestexcept.c: Likewise.
27528         * math/k_cosl.c: Likewise.
27529         * math/k_rem_pio2l.c: Likewise.
27530         * math/k_sinl.c: Likewise.
27531         * math/k_tanl.c: Likewise.
27532         * math/s_asinhl.c: Likewise.
27533         * math/s_atanl.c: Likewise.
27534         * math/s_cbrtl.c: Likewise.
27535         * math/s_erfl.c: Likewise.
27536         * math/s_expm1l.c: Likewise.
27537         * math/s_log1pl.c: Likewise.
27538         * math/s_tanhl.c: Likewise.
27539         * misc/acct.c: Likewise.
27540         * misc/brk.c: Likewise.
27541         * misc/chflags.c: Likewise.
27542         * misc/chroot.c: Likewise.
27543         * misc/fchflags.c: Likewise.
27544         * misc/fgetxattr.c: Likewise.
27545         * misc/flistxattr.c: Likewise.
27546         * misc/fremovexattr.c: Likewise.
27547         * misc/fsetxattr.c: Likewise.
27548         * misc/fsync.c: Likewise.
27549         * misc/ftruncate.c: Likewise.
27550         * misc/futimes.c: Likewise.
27551         * misc/futimesat.c: Likewise.
27552         * misc/getdomain.c: Likewise.
27553         * misc/getdtsz.c: Likewise.
27554         * misc/gethostid.c: Likewise.
27555         * misc/gethostname.c: Likewise.
27556         * misc/getloadavg.c: Likewise.
27557         * misc/getpagesize.c: Likewise.
27558         * misc/getsysstats.c: Likewise.
27559         * misc/getxattr.c: Likewise.
27560         * misc/gtty.c: Likewise.
27561         * misc/ioctl.c: Likewise.
27562         * misc/lgetxattr.c: Likewise.
27563         * misc/listxattr.c: Likewise.
27564         * misc/llistxattr.c: Likewise.
27565         * misc/lremovexattr.c: Likewise.
27566         * misc/lsetxattr.c: Likewise.
27567         * misc/lutimes.c: Likewise.
27568         * misc/madvise.c: Likewise.
27569         * misc/mincore.c: Likewise.
27570         * misc/mlock.c: Likewise.
27571         * misc/mlockall.c: Likewise.
27572         * misc/mmap.c: Likewise.
27573         * misc/mprotect.c: Likewise.
27574         * misc/msync.c: Likewise.
27575         * misc/munlock.c: Likewise.
27576         * misc/munlockall.c: Likewise.
27577         * misc/munmap.c: Likewise.
27578         * misc/preadv.c: Likewise.
27579         * misc/preadv64.c: Likewise.
27580         * misc/ptrace.c: Likewise.
27581         * misc/pwritev.c: Likewise.
27582         * misc/pwritev64.c: Likewise.
27583         * misc/readv.c: Likewise.
27584         * misc/reboot.c: Likewise.
27585         * misc/remap_file_pages.c: Likewise.
27586         * misc/removexattr.c: Likewise.
27587         * misc/revoke.c: Likewise.
27588         * misc/select.c: Likewise.
27589         * misc/setdomain.c: Likewise.
27590         * misc/setegid.c: Likewise.
27591         * misc/seteuid.c: Likewise.
27592         * misc/sethostid.c: Likewise.
27593         * misc/sethostname.c: Likewise.
27594         * misc/setregid.c: Likewise.
27595         * misc/setreuid.c: Likewise.
27596         * misc/setxattr.c: Likewise.
27597         * misc/sstk.c: Likewise.
27598         * misc/stty.c: Likewise.
27599         * misc/swapoff.c: Likewise.
27600         * misc/swapon.c: Likewise.
27601         * misc/sync.c: Likewise.
27602         * misc/syncfs.c: Likewise.
27603         * misc/syscall.c: Likewise.
27604         * misc/truncate.c: Likewise.
27605         * misc/ualarm.c: Likewise.
27606         * misc/usleep.c: Likewise.
27607         * misc/ustat.c: Likewise.
27608         * misc/utimes.c: Likewise.
27609         * misc/vhangup.c: Likewise.
27610         * misc/writev.c: Likewise.
27611         * posix/_exit.c: Likewise.
27612         * posix/alarm.c: Likewise.
27613         * posix/execve.c: Likewise.
27614         * posix/fexecve.c: Likewise.
27615         * posix/fork.c: Likewise.
27616         * posix/fpathconf.c: Likewise.
27617         * posix/getaddrinfo.c: Likewise.
27618         * posix/getegid.c: Likewise.
27619         * posix/geteuid.c: Likewise.
27620         * posix/getgid.c: Likewise.
27621         * posix/getgroups.c: Likewise.
27622         * posix/getlogin.c: Likewise.
27623         * posix/getlogin_r.c: Likewise.
27624         * posix/getpgid.c: Likewise.
27625         * posix/getpid.c: Likewise.
27626         * posix/getppid.c: Likewise.
27627         * posix/getresgid.c: Likewise.
27628         * posix/getresuid.c: Likewise.
27629         * posix/getsid.c: Likewise.
27630         * posix/getuid.c: Likewise.
27631         * posix/glob64.c: Likewise.
27632         * posix/nanosleep.c: Likewise.
27633         * posix/pathconf.c: Likewise.
27634         * posix/pause.c: Likewise.
27635         * posix/posix_madvise.c: Likewise.
27636         * posix/pread.c: Likewise.
27637         * posix/pread64.c: Likewise.
27638         * posix/pwrite.c: Likewise.
27639         * posix/pwrite64.c: Likewise.
27640         * posix/sched_getaffinity.c: Likewise.
27641         * posix/sched_getp.c: Likewise.
27642         * posix/sched_gets.c: Likewise.
27643         * posix/sched_primax.c: Likewise.
27644         * posix/sched_primin.c: Likewise.
27645         * posix/sched_rr_gi.c: Likewise.
27646         * posix/sched_setaffinity.c: Likewise.
27647         * posix/sched_setp.c: Likewise.
27648         * posix/sched_sets.c: Likewise.
27649         * posix/sched_yield.c: Likewise.
27650         * posix/setgid.c: Likewise.
27651         * posix/setlogin.c: Likewise.
27652         * posix/setpgid.c: Likewise.
27653         * posix/setresgid.c: Likewise.
27654         * posix/setresuid.c: Likewise.
27655         * posix/setsid.c: Likewise.
27656         * posix/setuid.c: Likewise.
27657         * posix/sleep.c: Likewise.
27658         * posix/spawni.c: Likewise.
27659         * posix/sysconf.c: Likewise.
27660         * posix/times.c: Likewise.
27661         * posix/wait.c: Likewise.
27662         * posix/wait3.c: Likewise.
27663         * posix/wait4.c: Likewise.
27664         * posix/waitpid.c: Likewise.
27665         * resolv/gai_sigqueue.c: Likewise.
27666         * resource/getpriority.c: Likewise.
27667         * resource/getrlimit.c: Likewise.
27668         * resource/getrusage.c: Likewise.
27669         * resource/nice.c: Likewise.
27670         * resource/setpriority.c: Likewise.
27671         * resource/setrlimit.c: Likewise.
27672         * resource/ulimit.c: Likewise.
27673         * rt/aio_cancel.c: Likewise.
27674         * rt/aio_fsync.c: Likewise.
27675         * rt/aio_read.c: Likewise.
27676         * rt/aio_sigqueue.c: Likewise.
27677         * rt/aio_suspend.c: Likewise.
27678         * rt/aio_write.c: Likewise.
27679         * rt/clock_getres.c: Likewise.
27680         * rt/clock_gettime.c: Likewise.
27681         * rt/clock_nanosleep.c: Likewise.
27682         * rt/clock_settime.c: Likewise.
27683         * rt/lio_listio.c: Likewise.
27684         * rt/mq_close.c: Likewise.
27685         * rt/mq_getattr.c: Likewise.
27686         * rt/mq_notify.c: Likewise.
27687         * rt/mq_open.c: Likewise.
27688         * rt/mq_receive.c: Likewise.
27689         * rt/mq_send.c: Likewise.
27690         * rt/mq_setattr.c: Likewise.
27691         * rt/mq_timedreceive.c: Likewise.
27692         * rt/mq_timedsend.c: Likewise.
27693         * rt/mq_unlink.c: Likewise.
27694         * rt/shm_open.c: Likewise.
27695         * rt/shm_unlink.c: Likewise.
27696         * rt/timer_create.c: Likewise.
27697         * rt/timer_delete.c: Likewise.
27698         * rt/timer_getoverr.c: Likewise.
27699         * rt/timer_gettime.c: Likewise.
27700         * rt/timer_settime.c: Likewise.
27701         * setjmp/__longjmp.c: Likewise.
27702         * setjmp/setjmp.c: Likewise.
27703         * signal/kill.c: Likewise.
27704         * signal/killpg.c: Likewise.
27705         * signal/raise.c: Likewise.
27706         * signal/sigaction.c: Likewise.
27707         * signal/sigaltstack.c: Likewise.
27708         * signal/sigblock.c: Likewise.
27709         * signal/sigignore.c: Likewise.
27710         * signal/sigintr.c: Likewise.
27711         * signal/signal.c: Likewise.
27712         * signal/sigpause.c: Likewise.
27713         * signal/sigpending.c: Likewise.
27714         * signal/sigqueue.c: Likewise.
27715         * signal/sigreturn.c: Likewise.
27716         * signal/sigset.c: Likewise.
27717         * signal/sigsetmask.c: Likewise.
27718         * signal/sigstack.c: Likewise.
27719         * signal/sigsuspend.c: Likewise.
27720         * signal/sigtimedwait.c: Likewise.
27721         * signal/sigvec.c: Likewise.
27722         * signal/sigwait.c: Likewise.
27723         * signal/sigwaitinfo.c: Likewise.
27724         * signal/sysv_signal.c: Likewise.
27725         * socket/accept.c: Likewise.
27726         * socket/accept4.c: Likewise.
27727         * socket/bind.c: Likewise.
27728         * socket/connect.c: Likewise.
27729         * socket/getpeername.c: Likewise.
27730         * socket/getsockname.c: Likewise.
27731         * socket/getsockopt.c: Likewise.
27732         * socket/isfdtype.c: Likewise.
27733         * socket/listen.c: Likewise.
27734         * socket/recv.c: Likewise.
27735         * socket/recvfrom.c: Likewise.
27736         * socket/recvmsg.c: Likewise.
27737         * socket/send.c: Likewise.
27738         * socket/sendmsg.c: Likewise.
27739         * socket/sendto.c: Likewise.
27740         * socket/setsockopt.c: Likewise.
27741         * socket/shutdown.c: Likewise.
27742         * socket/sockatmark.c: Likewise.
27743         * socket/socket.c: Likewise.
27744         * socket/socketpair.c: Likewise.
27745         * stdio-common/ctermid.c: Likewise.
27746         * stdio-common/cuserid.c: Likewise.
27747         * stdio-common/remove.c: Likewise.
27748         * stdio-common/rename.c: Likewise.
27749         * stdio-common/renameat.c: Likewise.
27750         * stdio-common/tempname.c: Likewise.
27751         * stdlib/getcontext.c: Likewise.
27752         * stdlib/makecontext.c: Likewise.
27753         * stdlib/setcontext.c: Likewise.
27754         * stdlib/swapcontext.c: Likewise.
27755         * stdlib/system.c: Likewise.
27756         * streams/fattach.c: Likewise.
27757         * streams/fdetach.c: Likewise.
27758         * streams/getmsg.c: Likewise.
27759         * streams/getpmsg.c: Likewise.
27760         * streams/putmsg.c: Likewise.
27761         * streams/putpmsg.c: Likewise.
27762         * sysdeps/unix/bsd/getpt.c: Likewise.
27763         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
27764         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
27765         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
27767         Likewise.
27768         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
27769         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
27770         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
27771         * sysvipc/msgctl.c: Likewise.
27772         * sysvipc/msgget.c: Likewise.
27773         * sysvipc/msgrcv.c: Likewise.
27774         * sysvipc/msgsnd.c: Likewise.
27775         * sysvipc/semctl.c: Likewise.
27776         * sysvipc/semget.c: Likewise.
27777         * sysvipc/semop.c: Likewise.
27778         * sysvipc/semtimedop.c: Likewise.
27779         * sysvipc/shmat.c: Likewise.
27780         * sysvipc/shmctl.c: Likewise.
27781         * sysvipc/shmdt.c: Likewise.
27782         * sysvipc/shmget.c: Likewise.
27783         * termios/tcdrain.c: Likewise.
27784         * termios/tcflow.c: Likewise.
27785         * termios/tcflush.c: Likewise.
27786         * termios/tcgetattr.c: Likewise.
27787         * termios/tcgetpgrp.c: Likewise.
27788         * termios/tcsendbrk.c: Likewise.
27789         * termios/tcsetattr.c: Likewise.
27790         * termios/tcsetpgrp.c: Likewise.
27791         * time/adjtime.c: Likewise.
27792         * time/clock.c: Likewise.
27793         * time/getitimer.c: Likewise.
27794         * time/gettimeofday.c: Likewise.
27795         * time/setitimer.c: Likewise.
27796         * time/settimeofday.c: Likewise.
27797         * time/stime.c: Likewise.
27798         * time/time.c: Likewise.
27799
27800 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
27801
27802         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
27803         /usr/old/bin.
27804
27805         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
27806         instead of spaces.
27807         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
27808
27809 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
27810
27811         [BZ #14796]
27812         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
27813         FE_TONEAREST before applying Dekker multiplication and Knuth
27814         addition.  Clear inexact exceptions and check for exact zero
27815         results afterwards.
27816         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27817         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
27818         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27819         * math/libm-test.inc (fma_test): Add more tests.
27820         (fma_test_towardzero): Likewise.
27821         (fma_test_downward): Likewise.
27822         (fma_test_upward): Likewise.
27823         * sysdeps/generic/math_private.h (default_libc_fesetround): New
27824         function.
27825         (libc_fesetround): New macro.
27826         (libc_fesetroundf): Likewise.
27827         (libc_fesetroundl): Likewise.
27828         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
27829         function.
27830         (libc_fesetround_387): Likewise.
27831         (libc_fesetroundf): New macro.
27832         (libc_fesetround): Likewise.
27833         (libc_fesetroundl): Likewise.
27834         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
27835         function.
27836         (libc_fesetroundf): New macro.
27837         (libc_fesetround): Likewise.
27838         (libc_fesetroundl): Likewise.
27839         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
27840         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
27841         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
27842         libm_hidden_ver.
27843         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
27844         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
27845         libm_hidden_def.
27846         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
27847         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
27848         libm_hidden_ver.
27849         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
27850         libm_hidden_def.
27851
27852         [BZ #3439]
27853         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
27854         integer constant usable in #if and use that to give value to enum
27855         constant.
27856         (FE_DIVBYZERO): Likewise.
27857         (FE_UNDERFLOW): Likewise.
27858         (FE_OVERFLOW): Likewise.
27859         (FE_INVALID): Likewise.
27860         (FE_INVALID_SNAN): Likewise.
27861         (FE_INVALID_ISI): Likewise.
27862         (FE_INVALID_IDI): Likewise.
27863         (FE_INVALID_ZDZ): Likewise.
27864         (FE_INVALID_IMZ): Likewise.
27865         (FE_INVALID_COMPARE): Likewise.
27866         (FE_INVALID_SOFTWARE): Likewise.
27867         (FE_INVALID_SQRT): Likewise.
27868         (FE_INVALID_INTEGER_CONVERSION): Likewise.
27869         (FE_TONEAREST): Likewise.
27870         (FE_TOWARDZERO): Likewise.
27871         (FE_UPWARD): Likewise.
27872         (FE_DOWNWARD): Likewise.
27873         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
27874         (FE_DIVBYZERO): Likewise.
27875         (FE_OVERFLOW): Likewise.
27876         (FE_UNDERFLOW): Likewise.
27877         (FE_INEXACT): Likewise.
27878         (FE_TONEAREST): Likewise.
27879         (FE_DOWNWARD): Likewise.
27880         (FE_UPWARD): Likewise.
27881         (FE_TOWARDZERO): Likewise.
27882         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
27883         (FE_UNDERFLOW): Likewise.
27884         (FE_OVERFLOW): Likewise.
27885         (FE_DIVBYZERO): Likewise.
27886         (FE_INVALID): Likewise.
27887         (FE_TONEAREST): Likewise.
27888         (FE_TOWARDZERO): Likewise.
27889         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
27890         (FE_OVERFLOW): Likewise.
27891         (FE_UNDERFLOW): Likewise.
27892         (FE_DIVBYZERO): Likewise.
27893         (FE_INEXACT): Likewise.
27894         (FE_TONEAREST): Likewise.
27895         (FE_TOWARDZERO): Likewise.
27896         (FE_UPWARD): Likewise.
27897         (FE_DOWNWARD): Likewise.
27898         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
27899         (FE_DIVBYZERO): Likewise.
27900         (FE_OVERFLOW): Likewise.
27901         (FE_UNDERFLOW): Likewise.
27902         (FE_INEXACT): Likewise.
27903         (FE_TONEAREST): Likewise.
27904         (FE_DOWNWARD): Likewise.
27905         (FE_UPWARD): Likewise.
27906         (FE_TOWARDZERO): Likewise.
27907
27908 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
27909
27910         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
27911
27912 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
27913
27914         * scripts/cross-test-ssh.sh (command): Use newlines to separate
27915         commands.  Quote $PWD.
27916         (blacklist_exports): Don't use remove_newlines.  Replace "declare
27917         -x" by "export".
27918         (remove_newlines): Remove.
27919
27920 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
27921
27922         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
27923         * stdlib/stdlib.h (atof): Moved to ...
27924         * include/bits/stdlib-float.h: Here.  New file.
27925         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
27926         * stdlib/bits/stdlib-float.h: New file.
27927         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
27928         -mno-sse -mno-mmx.
27929         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
27930         <xmmintrin.h>.
27931
27932 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27933
27934         * conform/conformtest.pl (@headers): Add fenv.h.
27935         * conform/data/fenv.h-data: New file.
27936         * include/fenv.h [_ISOMAC]: Disable all contents of file except
27937         include of <math/fenv.h>.
27938
27939         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
27940         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
27941         && !UNIX98].  Enables tests for XOPEN2K8.
27942         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
27943         POSIX2008]: Likewise.
27944
27945         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
27946         (struct rusage): Do not expect type or its members.
27947
27948         [BZ #3439]
27949         * math/math.h (FP_NAN): Define macro to integer constant usable in
27950         #if and use that to give value to enum constant.
27951         (FP_INFINITE): Likewise.
27952         (FP_ZERO): Likewise.
27953         (FP_SUBNORMAL): Likewise.
27954         (FP_NORMAL): Likewise.
27955
27956 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
27957
27958         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
27959         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
27960         arguments.
27961
27962 2012-11-02  Roland McGrath  <roland@hack.frob.com>
27963
27964         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
27965         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
27966         autoconf-time if not.
27967         * configure.in: Remove AC_PREREQ.
27968
27969 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27970
27971         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
27972         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
27973         of the internal implementation.
27974
27975 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27976
27977         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
27978         except include of <misc/sys/syslog.h>.
27979
27980 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
27981
27982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
27983         function returns with a NULL context exit with zero.
27984
27985 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27986
27987         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
27988
27989 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
27990
27991         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
27992         (run_program_cmd): This.
27993         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
27994         (tst_langinfo): New variable.  Use it.
27995
27996 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
27997
27998         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
27999         floating point opcodes.
28000
28001 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28002
28003         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28004         variable.
28005
28006         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28007
28008         * sysdeps/mach/hurd/powerpc: Remove directory.
28009         * sysdeps/mach/powerpc: Likewise.
28010
28011 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28012
28013         * scripts/check-local-headers.sh: Ignore c++ headers.
28014
28015 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28016
28017         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28018         __libc_cleanup_region_start argument.
28019
28020 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28021
28022         [BZ #14784]
28023         [BZ #14785]
28024         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28025         x * y using scaling, not as x * y + z.
28026         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28027         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28028         * math/libm-test.inc (fma_test): Add more tests.
28029         (fma_test_towardzero): Likewise.
28030         (fma_test_downward): Likewise.
28031         (fma_test_upward): Likewise.
28032
28033 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28034
28035         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28036
28037 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28038
28039         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28040         New variable.
28041
28042 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28043
28044         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28045
28046 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28047
28048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28049         Fix sort order.
28050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28051         Likewise.
28052
28053 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28054
28055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28056         Fix the order of the list for glibc 2.17.
28057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28058         Likewise.
28059
28060 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28061
28062         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28063
28064 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28065
28066         [BZ #14610]
28067         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28068         for low part of x being zero before using __atanl (y).
28069         * math/libm-test.inc (atan2_test): Add another test.
28070
28071         * manual/install.texi (Configuring and compiling): Document
28072         general use of test-wrapper and test-wrapper-env.
28073         * INSTALL: Regenerated.
28074
28075         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28076         (__fma): Do not extract and scale down low bits on after-rounding
28077         systems when result rounded to normal precision would have normal
28078         exponent.
28079         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28080         (__fmal): Do not extract and scale down low bits on after-rounding
28081         systems when result rounded to normal precision would have normal
28082         exponent.
28083         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28084         (__fmal): Do not extract and scale down low bits on after-rounding
28085         systems when result rounded to normal precision would have normal
28086         exponent.
28087         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28088         macro.
28089         (fma_test): Add more tests.
28090         (fma_test_towardzero): Likewise.
28091         (fma_test_downward): Likewise.
28092         (fma_test_upward): Likewise.
28093
28094 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28095
28096         * sysdeps/i386/tininess.h: Renamed to ...
28097         * sysdeps/x86/tininess.h: This.
28098         * sysdeps/x86_64/tininess.h: Removed.
28099
28100 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28101
28102         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28103         input.  Use $(build-program-cmd).
28104         ($(objpfx)tst-array1-static.out): Likewise.
28105         ($(objpfx)tst-array2.out): Likewise.
28106         ($(objpfx)tst-array3.out): Likewise.
28107         ($(objpfx)tst-array4.out): Likewise.
28108         ($(objpfx)tst-array5.out): Likewise.
28109         ($(objpfx)tst-array5-static.out): Likewise.
28110
28111 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28112
28113         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28114         if defined.
28115
28116         * nss/nsswitch.h (nss_interface_function): Provide new
28117         macro for use with NSS functions.
28118         * grp/initgroups.c: Use new macro.
28119         * nss/getXXbyYY.c: Likewise.
28120         * nss/getXXbyYY_r.c: Likewise.
28121         * nss/getXXent.c: Likewise.
28122         * nss/getXXent_r.c: Likewise.
28123         * sysdeps/posix/getaddrinfo.c: Likewise.
28124
28125 2012-10-30  Andreas Jaeger  <aj@suse.de>
28126
28127         * po/ru.po: Update Russion translation from translation project.
28128
28129 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28130
28131         [BZ #14152]
28132         [BZ #14783]
28133         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28134         result and shift together with sticky bit instead of replicating
28135         round-to-nearest rounding.
28136         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28137         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28138         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28139         missing underflow exceptions.
28140         (fma_test_towardzero): Add more tests.
28141         (fma_test_downward): Likewise.
28142         (fma_test_upward): Likewise.
28143
28144         [BZ #14047]
28145         * sysdeps/generic/tininess.h: New file.
28146         * sysdeps/i386/tininess.h: Likewise.
28147         * sysdeps/sh/tininess.h: Likewise.
28148         * sysdeps/x86_64/tininess.h: Likewise.
28149         * stdlib/tst-strtod-underflow.c: Likewise.
28150         * stdlib/tst-tininess.c: Likewise.
28151         * stdlib/strtod_l.c: Include <tininess.h>.
28152         (round_and_return): Do not set errno for exact underflow cases.
28153         Force an underflow exception when setting errno for underflow.
28154         Determine underflow based on rounding to normal precision if
28155         TININESS_AFTER_ROUNDING.
28156         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28157         ERANGE for exact underflow cases.
28158         * stdlib/Makefile (tests): Add tst-tininess and
28159         tst-strtod-underflow.
28160         ($(objpfx)tst-tininess): Use $(link-libm).
28161         ($(objpfx)tst-strtod-underflow): Likewise.
28162
28163 2012-10-30  Andreas Jaeger  <aj@suse.de>
28164
28165         [BZ#14767]
28166         * elf/Makefile (tests): Remove conditional for have-initfini-array
28167         since this is now always required and the variable does not exist
28168         anymore.
28169         (tests-static): Likewise.
28170         (modules-names): Likewise.
28171
28172         * po/eo.po: Add Esperanto translation from translation project.
28173
28174         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28175         merged with constructor/destructor.
28176         (init_array): Likewise.
28177         * elf/tst-array2dep.c (fini_array): Likewise.
28178         (init_array): Likewise.
28179
28180 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28181
28182         * manual/message.texi: Delete @cartouche tags.
28183
28184 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28185
28186         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28187         EOPNOTSUPP.
28188         * sysdeps/mach/hurd/fsync.c: Likewise.
28189
28190         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28191         [_POSIX_REALTIME_SIGNALS]: Change condition to
28192         [_POSIX_REALTIME_SIGNALS > 0].
28193
28194 2012-10-27  Andreas Jaeger  <aj@suse.de>
28195
28196         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28197         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28198         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28199         [__WORDSIZE != 64]: Likewise.
28200
28201 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28202
28203         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28204         *  iconvdata/tst-tables.sh: Likewise.
28205
28206 2012-10-25  David S. Miller  <davem@davemloft.net>
28207
28208         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28209         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28210         of strtoull.
28211
28212         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28213         ifunc-impl-list.c
28214         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28215         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28216         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28217         file.
28218
28219 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28220
28221         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28222         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28223         __getdirentries.
28224
28225 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28226             Jim Blandy  <jimb@codesourcery.com>
28227
28228         * scripts/cross-test-ssh.sh: New file.
28229         * manual/install.texi (Configuring and compiling): Document use of
28230         cross-test-ssh.sh.
28231         * INSTALL: Regenerated.
28232
28233 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28234
28235         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28236         EOPNOTSUPP.
28237
28238 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28239
28240         * Makeconfig (run-program-prefix): Fix comment.
28241
28242 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28243             Jim Blandy  <jimb@codesourcery.com>
28244
28245         * Makeconfig (test-wrapper): New variable,
28246         (test-wrapper-env): Likewise.
28247         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28248         (run-built-tests): Define to yes.
28249         (run-program-prefix): Use $(test-wrapper).
28250         (built-program-cmd): Likewise.
28251         * Rules (make-test-out): Use $(test-wrapper-env) and
28252         $(host-built-program-cmd).
28253         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28254         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28255         tst-pathopt.sh.
28256         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28257         $(test-wrapper-env) to tst-rtld-load-self.sh.
28258         ($(objpfx)order2.out): Use $(test-wrapper).
28259         ($(objpfx)tst-initorder.out): Likewise.
28260         ($(objpfx)tst-initorder2.out): Likewise.
28261         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28262         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28263         (test_wrapper_env): New variable.  Use it to run ld.so.
28264         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28265         Use it to run ld.so.
28266         (test_wrapper_env): Likewise.
28267         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28268         $(test-wrapper) to run-iconv-test.sh.
28269         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28270         (ICONV): Use $test_wrapper.
28271         * posix/Makefile ($(objpfx)globtest.out): Pass
28272         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28273         globtest.sh, not $(run-program-prefix).
28274         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28275         (test_wrapper): Likewise.
28276         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28277         set together with run_via_rtld_prefix.
28278         (run_program_prefix): Define in terms of test_wrapper and
28279         run_via_rtld_prefix.
28280
28281 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28282
28283         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28284         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28285         Targets removed.
28286
28287         [BZ #14743]
28288         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28289         Declare __clock_getres, __clock_gettime, __clock_settime,
28290         __clock_nanosleep, and __clock_getcpuclockid.
28291         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28292         Remove librt_hidden_def (clock_gettime).
28293         * sysdeps/unix/clock_gettime.c: Likewise.
28294         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28295         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28296         * rt/clock_getres.c: Define __clock_getres as an alias.
28297         * sysdeps/posix/clock_getres.c: Likewise.
28298         * rt/clock_settime.c: Define __clock_settime as an alias.
28299         * sysdeps/unix/clock_settime.c: Likewise.
28300         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28301         * sysdeps/unix/clock_nanosleep.c: Likewise.
28302         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28303         * rt/clock-compat.c: New file.
28304         * rt/Makefile (librt-routines): Add clock-compat and move
28305         $(clock-routines) to ...
28306         (routines): ... here, new variable.
28307         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28308         Don't add get_clockfreq here.
28309         * rt/Versions (libc: GLIBC_2.17): New version set.
28310         Add clock_* symbols here.
28311         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28312         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28313         (GLIBC_2.17): Add clock_* symbols.
28314         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28315         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28316         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28318         Likewise.
28319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28320         Likewise.
28321         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28322         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28323         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28325         * NEWS: Mention the move.
28326
28327         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28328         Use __open, __read, __close rather than their public counterparts.
28329         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28330         (__get_clockfreq_via_cpuinfo): Likewise.
28331         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28332         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28333
28334         * config.h.in (HAVE_IFUNC): New #undef.
28335         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28336         was successful.
28337         * configure: Regenerated.
28338
28339 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28340
28341         * configure.in: Move READELF check to start of file.
28342         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28343         libc_cv_asm_gnu_indirect_function in the process.
28344         * configure: Regenerated.
28345
28346 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28347
28348         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28349         send the output to /dev/null.
28350         (libc_cv_cc_with_libunwind): Likewise.
28351         (libc_cv_as_noexecstack): Likewise.
28352         * configure: Regenerate.
28353
28354 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28355
28356         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28357
28358         * posix/globtest.sh (TMPDIR): Do not set.
28359         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28360         (testout): Likewise.
28361
28362 2012-10-24  Andreas Jaeger  <aj@suse.de>
28363
28364         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28365         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28366         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28367         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28368         posix_fadvise64, posix_fallocate64.
28369
28370         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28371         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28372         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28373         Likewise.
28374         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28375         Likewise.
28376         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28377
28378         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28379         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28380         <bits/fcntl-linux.h>.
28381         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28382
28383         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28384         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28385         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28386         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28387         [__WORDSIZE != 64]: Likewise.
28388
28389 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28390
28391         * Makeconfig (run-built-tests): New variable.
28392         * Rules [$(cross-compiling) = yes]: Change condition to
28393         [$(run-built-tests) = no].
28394         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28395         to [$(run-built-tests) = yes].
28396         * elf/Makefile [$(cross-compiling) = no]: Likewise
28397         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28398         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28399         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28400         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28401         * io/Makefile [$(cross-compiling) = no]: Likewise.
28402         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28403         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28404         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28405         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28406         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28407         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28408         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28409         * string/Makefile [$(cross-compiling) = no]: Likewise.
28410
28411         * posix/Makefile ($(objpfx)globtest.out): Pass
28412         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28413         $(rtld-installed-name).
28414         * posix/globtest.sh (elf_objpfx): Remove variable.
28415         (rtld_installed_name): Likewise.
28416         (library_path): Likewise.
28417         (run_program_prefix): New variable.  Use for running globtest
28418         binary.
28419
28420 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28421             Joseph Myers  <joseph@codesourcery.com>
28422
28423         * Makeconfig (host-built-program-cmd): New variable.
28424         * elf/Makefile (tst-stackguard1-ARGS): Use
28425         $(host-built-program-cmd).
28426         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
28427         (tst-spawn-ARGS): Likewise.
28428         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
28429
28430 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28431             Jim Blandy  <jimb@codesourcery.com>
28432
28433         * Makeconfig (run-via-rtld-prefix): New variable.
28434         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
28435         (built-program-cmd): Likewise.
28436
28437 2012-10-22  Andreas Jaeger  <aj@suse.de>
28438
28439         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
28440         __O_RSYNC if it exists, otherwise to O_SYNC.
28441
28442 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
28443             Joseph Myers  <joseph@codesourcery.com>
28444
28445         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
28446         /dev/null.
28447         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
28448         from /dev/null
28449         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
28450         /dev/null.
28451
28452 2012-10-22  Andreas Jaeger  <aj@suse.de>
28453
28454         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
28455         Define always.
28456         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
28457
28458         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28459         bits/fcntl-linux.h.
28460
28461         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
28462         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
28463
28464         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
28465         to __O_LARGEFILE.
28466         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
28467         to __O_LARGEFILE.
28468
28469 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
28470             Joseph Myers  <joseph@codesourcery.com>
28471
28472         * config.make.in (NM): New variable.
28473
28474 2012-10-21  Andreas Jaeger  <aj@suse.de>
28475
28476         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
28477         definitions and declarations that are provided by
28478         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28479
28480 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28481
28482         [BZ #14683]
28483         * elf/Makefile (tests-static): Add tst-leaks1-static.
28484         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
28485         ($(objpfx)tst-leaks1-static): New rule.
28486         ($(objpfx)tst-leaks1-static-mem): Likewise.
28487         (tst-leaks1-static-ENV): New macro.
28488         * elf/dl-open.c (dl_open_worker): Check the main application
28489         only if SHARED is defined.
28490         * elf/tst-leaks1-static.c: New file.
28491
28492 2012-10-20  Andreas Jaeger  <aj@suse.de>
28493
28494         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
28495         generic values for Linux.
28496         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
28497         and declarations that are provided by <bits/fcntl-linux.h> and
28498         include <bits/fcntl-linux.h>.
28499         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
28500         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
28501
28502 2012-10-20  Roland McGrath  <roland@hack.frob.com>
28503
28504         * io/fcntl.h: Move include of <bits/types.h> to the top and
28505         include it unconditionally.
28506
28507 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28508
28509         * wcsmbs/Makefile (tests-ifunc): New variable.
28510         (tests): Add $(tests-ifunc).
28511         * wcsmbs/test-wcschr-ifunc.c: New file.
28512         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
28513         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
28514         * wcsmbs/test-wcslen-ifunc.c: Likewise.
28515         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
28516         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
28517
28518         * string/Makefile (tests-ifunc): New variable.
28519         (tests): Add $(tests-ifunc).
28520         * string/test-memccpy.c (TEST_NAME): New macro.
28521         * string/test-memchr.c (TEST_NAME): Likewise.
28522         * string/test-memcmp.c (TEST_NAME): Likewise.
28523         * string/test-memcpy.c (TEST_NAME): Likewise.
28524         * string/test-memmem.c (TEST_NAME): Likewise.
28525         * string/test-memmove.c (TEST_NAME): Likewise.
28526         * string/test-memset.c (TEST_NAME): Likewise.
28527         * string/test-rawmemchr.c (TEST_NAME): Likewise.
28528         * string/test-stpcpy.c (TEST_NAME): Likewise.
28529         * string/test-stpncpy.c (TEST_NAME): Likewise.
28530         * string/test-strcasecmp.c (TEST_NAME): Likewise.
28531         * string/test-strcasestr.c (TEST_NAME): Likewise.
28532         * string/test-strcat.c (TEST_NAME): Likewise.
28533         * string/test-strchr.c (TEST_NAME): Likewise.
28534         * string/test-strcmp.c(TEST_NAME): Likewise.
28535         * string/test-strcpy.c (TEST_NAME): Likewise.
28536         * string/test-strcspn.c (TEST_NAME): Likewise.
28537         * string/test-strlen.c (TEST_NAME): Likewise.
28538         * string/test-strncasecmp.c (TEST_NAME): Likewise.
28539         * string/test-strncmp.c (TEST_NAME): Likewise.
28540         * string/test-strncpy.c (TEST_NAME): Likewise.
28541         * string/test-strnlen.c (TEST_NAME): Likewise.
28542         * string/test-strpbrk.c (TEST_NAME): Likewise.
28543         * string/test-strrchr.c (TEST_NAME): Likewise.
28544         * string/test-strspn.c (TEST_NAME): Likewise.
28545         * string/test-strstr.c (TEST_NAME): Likewise.
28546         * string/test-bcopy-ifunc.c: New file.
28547         * string/test-bzero-ifunc.c: Likewise.
28548         * string/test-memccpy-ifunc.c: Likewise.
28549         * string/test-memchr-ifunc.c: Likewise.
28550         * string/test-memcmp-ifunc.c: Likewise.
28551         * string/test-memcpy-ifunc.c: Likewise.
28552         * string/test-memmem-ifunc.c: Likewise.
28553         * string/test-memmove-ifunc.c: Likewise.
28554         * string/test-mempcpy-ifunc.c: Likewise.
28555         * string/test-memset-ifunc.c: Likewise.
28556         * string/test-rawmemchr-ifunc.c: Likewise.
28557         * string/test-stpcpy-ifunc.c: Likewise.
28558         * string/test-stpncpy-ifunc.c: Likewise.
28559         * string/test-strcasecmp-ifunc.c: Likewise.
28560         * string/test-strcasestr-ifunc.c: Likewise.
28561         * string/test-strcat-ifunc.c: Likewise.
28562         * string/test-strchr-ifunc.c: Likewise.
28563         * string/test-strchrnul-ifunc.c: Likewise.
28564         * string/test-strcmp-ifunc.c: Likewise.
28565         * string/test-strcpy-ifunc.c: Likewise.
28566         * string/test-strcspn-ifunc.c: Likewise.
28567         * string/test-strlen-ifunc.c: Likewise.
28568         * string/test-strncasecmp-ifunc.c: Likewise.
28569         * string/test-strncat-ifunc.c: Likewise.
28570         * string/test-strncmp-ifunc.c: Likewise.
28571         * string/test-strncpy-ifunc.c: Likewise.
28572         * string/test-strnlen-ifunc.c: Likewise.
28573         * string/test-strpbrk-ifunc.c: Likewise.
28574         * string/test-strrchr-ifunc.c: Likewise.
28575         * string/test-strspn-ifunc.c: Likewise.
28576         * string/test-strstr-ifunc.c: Likewise.
28577
28578         * debug/Makefile (tests-ifunc): New variable.
28579         (tests): Add $(tests-ifunc).
28580         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
28581         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
28582         * debug/test-stpcpy_chk-ifunc.c: New file.
28583         * debug/test-strcpy_chk-ifunc.c: Likewise.
28584
28585 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28586
28587         [BZ #13601]
28588         * elf/dl-load.c (open_verify): Retry read if the entire ELF
28589         header is not read in.
28590
28591 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
28592
28593         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
28594         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
28595         directly.  Pass built executable to script as
28596         $(built-program-cmd).
28597         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
28598         $testprogram without using LD_LIBRARY_PATH and $ldso.
28599
28600         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
28601         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
28602         $(rtld-installed-name).
28603         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
28604         (rtld_installed_name): Likewise.
28605         (library_path): Likewise.
28606         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
28607         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
28608         $(run-program-prefix) to tst-tables.sh.
28609         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
28610         it to run tst-table-from and tst-table-to.
28611         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
28612         Pass it to tst-table.sh.
28613         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
28614         $(run-program-prefix) to tst-gettext.sh.
28615         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
28616         tst-translit.sh.
28617         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
28618         tst-gettext2.sh.
28619         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
28620         to run tst-gettext.
28621         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
28622         to run tst-gettext2.
28623         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
28624         to run tst-translit.
28625         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
28626         $(run-program-prefix) to tst-mtrace.sh.
28627         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
28628         to run tst-mtrace.
28629         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
28630         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
28631         $(rtld-installed-name).
28632         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
28633         (rtld_installed_name): Likewise.
28634         (run_program_prefix): New variable.  Use it to run wordexp-test.
28635
28636         * Makeconfig (ARCH): Remove all definitions.
28637         (machine): Likewise.
28638         [ARCH]: Remove conditional code.
28639         [!objdir]: Give error.
28640         [!objdir] (objpfx): Remove.
28641         [!objdir] (common-objpfx): Likewise.
28642         [!objdir] (common-objdir): Likewise.
28643         * configure.in (config_makefile): Remove.  Hardcode Makefile in
28644         AC_CONFIG_FILES call.
28645         * configure: Regenerated.
28646
28647         [BZ #13888]
28648         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
28649         or TMPDIR.
28650         (testout): Likewise.
28651
28652         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
28653         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
28654         $(rtld-installed-name).
28655         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
28656         (rtld_installed_name): Likwise.
28657         (runit): Remove function.
28658         (run_getconf): New variable,  Use it for running getconf binary.
28659
28660 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
28661
28662         [BZ #14716]
28663         * string/test-memmem.c (check_result): New function.
28664         (do_one_test): Use it.
28665         (check1): New function.
28666         (test_main): Use it.
28667
28668 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
28669
28670         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
28671
28672 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
28673
28674         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
28675         (_G_LSEEK64): Likewise.
28676         (_G_MMAP64): Likewise.
28677         (_G_FSTAT64): Likewise.
28678         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
28679         (_G_LSEEK64): Likewise.
28680         (_G_MMAP64): Likewise.
28681         (_G_FSTAT64): Likewise.
28682         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
28683         unconditional.  Call __mmap64 directly.
28684         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
28685         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
28686         __lseek64 directly.
28687         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
28688         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
28689         __mmap64 directly.
28690         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
28691         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28692         __lseek64 directly.
28693         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
28694         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28695         __lseek64 directly.
28696         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
28697         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
28698         __lseek64 directly.
28699         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
28700         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
28701         __fxstat64 directly.
28702         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
28703         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
28704         unconditional.
28705         (freopen64) [!_G_OPEN64]: Remove conditional code.
28706         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
28707         unconditional.
28708         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
28709         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
28710         unconditional.
28711         (ftello64) [!_G_LSEEK64]: Remove conditional code.
28712         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
28713         unconditional.
28714         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28715         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
28716         unconditional.
28717         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
28718         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
28719         unconditional.
28720         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28721         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
28722         unconditional.
28723         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28724         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
28725         unconditional.
28726         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28727
28728 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28729
28730         [BZ #12140]
28731         * manual/memory.texi (Malloc Tunable Parameters): Add note
28732         about free list pointers overwriting some perturb bytes.
28733         Wording suggested by Roland McGrath.
28734
28735 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
28736
28737         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
28738         (lgamma_test): Likewise.
28739         (tgamma_test): Likewise.
28740
28741 2012-10-16  Florian Weimer  <fweimer@redhat.com>
28742
28743         [BZ #14700]
28744         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
28745         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
28746
28747 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
28748
28749         * NEWS: Mention BZ #14716.
28750         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
28751         when removing AVAILABLE1_USES_J macro.
28752
28753 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
28754
28755         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
28756         (__bswap_64): __uint64_t for unsigned 64-bit int.
28757
28758 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
28759
28760         * include/string.h (memmem): Declare libc hidden alias.
28761         * string/memmem.c (memmem): Define libc hidden alias.
28762         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
28763         __read, __close instead of open, read, close.
28764
28765 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
28766
28767         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
28768         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
28769         global and hidden.
28770         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
28771         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
28772         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
28773         Likewise.
28774         (__rawmemchr_sse2): Likewise.
28775         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
28776         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
28777         (__strchr_sse2): Likewise.
28778         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
28779         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
28780         (__strcasecmp_sse2): Likewise.
28781         (__strncasecmp_sse2): Likewise.
28782         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
28783         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
28784         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
28785         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
28786         (__strrchr_sse2): Likewise.
28787         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
28788         ifunc-impl-list.c.
28789         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
28790         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
28791         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
28792         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
28793         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
28794         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
28795         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28796         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28797         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
28798         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
28799         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
28800         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
28801         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
28802         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
28803         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
28804         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
28805         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
28806         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
28807         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
28808         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
28809         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
28810         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
28811         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
28812         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28813         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
28814         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28815         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
28816         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
28817         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
28818         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
28819
28820         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
28821         global and hidden.
28822         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
28823         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
28824         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
28825         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
28826         Likewise.
28827         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
28828         Likewise.
28829         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
28830         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
28831         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
28832         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
28833         ifunc-impl-list.c.
28834         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28835         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28836         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28837         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28838         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28839         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28840         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28841         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28842         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28843         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28844         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28845         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28846         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28847         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
28848         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
28849         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28850         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
28851         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
28852         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28853         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28854         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28855         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28856         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28857         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28858         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28859         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
28860         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
28861         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
28862         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
28863         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28864         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
28865         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28866         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28867         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
28868         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28869         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28870         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28871         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28872         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28873         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28874         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
28875
28876         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
28877         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
28878         * include/ifunc-impl-list.h: New file.
28879         * misc/ifunc-impl-list.c: Likewise.
28880         * misc/Makefile (routines): Add ifunc-impl-list.
28881         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
28882         * string/test-string.h: Include <ifunc-impl-list.h>.
28883         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
28884         TEST_NAME]: New variables.
28885         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
28886         are defined.
28887         (test_init): Call __libc_ifunc_impl_list to initialize
28888         func_list if TEST_IFUNC and TEST_NAME are defined.
28889
28890         * string/Makefile (strop-tests): Add bcopy and bzero.
28891         * string/test-bcopy.c: New file.
28892         * string/test-bzero.c: Likewise.
28893         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
28894         defined.
28895         * string/test-memset.c: Support bzero test if TEST_BZERO is
28896         defined.
28897         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
28898         __libc_memmove.
28899         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
28900         __libc_memset.
28901         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
28902         of memset.
28903
28904 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
28905
28906         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
28907         * configure: Regenerated.
28908
28909         * Makeconfig (+link-static-before-libc): Don't include
28910         $(link-static-libc).
28911
28912         * libio/libio.h (_IO_pos_t): Remove.
28913
28914 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28915
28916         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
28917         McGrath.
28918
28919 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28920
28921         * crypt/crypt-entry.c: Include fips-private.h.
28922         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
28923         * crypt/md5c-test.c (main): Tolerate disabled MD5.
28924         * sysdeps/unix/sysv/linux/fips-private.h: New file.
28925         * sysdeps/generic/fips-private.h: New file, dummy fallback.
28926
28927 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28928
28929         * crypt/crypt-private.h: Include stdbool.h.
28930         (_ufc_setup_salt_r): Return bool.
28931         * crypt/crypt-entry.c: Include errno.h.
28932         (__crypt_r): Return NULL with EINVAL for bad salt.
28933         * crypt/crypt_util.c (bad_for_salt): New.
28934         (_ufc_setup_salt_r): Check that salt is long enough and within
28935         the specified alphabet.
28936         * crypt/badsalttest.c: New file.
28937         * crypt/Makefile (tests): Add it.
28938         ($(objpfx)badsalttest): New.
28939
28940 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
28941
28942         * NEWS: Add entry for BZ #14602.
28943
28944 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28945
28946         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
28947         type-generic.
28948         * math/libm-test.inc: Update comment listing what functions and
28949         macros are tested.
28950         (isgreater_test): New function.
28951         (isgreaterequal_test): Likewise.
28952         (isless_test): Likewise.
28953         (islessequal_test): Likewise.
28954         (islessgreater_test): Likewise.
28955         (isunordered_test): Likewise.
28956         (main): Call the new functions.
28957
28958 2012-10-09  Roland McGrath  <roland@hack.frob.com>
28959
28960         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
28961         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
28962         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
28963         * sysdeps/i386/configure: Regenerated.
28964         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
28965         * sysdeps/mach/configure: Regenerated.
28966         * sysdeps/mach/hurd/configure: Regenerated.
28967         * sysdeps/powerpc/configure: Regenerated.
28968         * sysdeps/powerpc/powerpc32/configure: Regenerated.
28969         * sysdeps/powerpc/powerpc64/configure: Regenerated.
28970         * sysdeps/s390/s390-32/configure: Regenerated.
28971         * sysdeps/s390/s390-64/configure: Regenerated.
28972         * sysdeps/sh/configure: Regenerated.
28973         * sysdeps/sparc/configure: Regenerated.
28974         * sysdeps/unix/sysv/linux/configure: Regenerated.
28975         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
28976         * sysdeps/x86_64/configure: Regenerated.
28977
28978         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
28979         defined.  Don't check if MAP is NULL.
28980
28981 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28982
28983         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
28984         (_G_stat64): Likewise.
28985         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
28986         (_G_stat64): Likewise.
28987         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
28988         instead of struct _G_stat64.
28989         * libio/fileops.c (mmap_remap_check): Likewise.
28990         (decide_maybe_mmap): Likewise.
28991         (_IO_new_file_seekoff): Likewise.
28992         (_IO_file_stat): Likewise.
28993         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
28994         _G_off64_t.
28995         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
28996         instead of struct _G_stat64.
28997         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
28998
28999 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29000
29001         [BZ #14602]
29002         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29003         Replace with ...
29004         (CHECK_EOL): New macro.
29005         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29006         CHECK_EOL.
29007         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29008         Replace with CHECK_EOL.
29009         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29010         Replace with CHECK_EOL.
29011
29012 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29013
29014         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29015         type-generic.
29016         * math/libm-test.inc: Update comment listing what functions and
29017         macros are tested.
29018         (finite_test): New function.
29019         (isinf_test): Likewise.
29020         (isnan_test): Likewise.
29021         (fpclassify_test): Test subnormal input.
29022         (isfinite_test): Likewise.
29023         (isnormal_test): Likewise.
29024         (main): Call the new functions.
29025
29026 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29027
29028         [BZ #14660]
29029         * Makerules (%.dynsym): Force C locale when running
29030         $(OBJDUMP) --dynamic-syms.
29031
29032 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29033
29034         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29035         <stdint.h>.
29036
29037 2012-10-06  David S. Miller  <davem@davemloft.net>
29038
29039         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29040         upper 32-bits of the length value in %o2 since we use branch-on-register
29041         tests which consider the entire 64-bit register.
29042
29043 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29044
29045         * string/test-strstr.c (check2): Add a test for page boundary.
29046
29047 2012-10-05  David S. Miller  <davem@davemloft.net>
29048
29049         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29050         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29051         file.
29052         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29053         sysdep_routines.
29054         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29055         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29056         and bzero when HWCAP_SPARC_CRYPTO is present.
29057
29058 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29059
29060         [BZ #14602]
29061         * string/test-strstr.c (check2): New function.
29062         (test_main): Call check2.
29063
29064         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29065         and bug-strchr1.
29066         * string/bug-strcasestr1.c (do_test): Moved to ...
29067         * string/test-strcasestr.c (check1): Here.  New function.
29068         (do_one_test): Break out result checking code into ...
29069         (check_result): This.  New function.
29070         (do_one_test): Call check_result.
29071         (test_main): Call check1.
29072         * string/bug-strchr1.c (do_test): Moved to ...
29073         * string/test-strchr.c (check1): Here.  New function.
29074         (do_one_test): Break out result checking code into ...
29075         (check_result): This.  New function.
29076         (do_one_test): Call check_result.
29077         (test_main): Call check1.
29078         * string/bug-strstr1.c (main): Moved to ...
29079         * string/test-strstr.c (check1): Here.  New function.
29080         (do_one_test): Break out result checking code into ...
29081         (check_result): This.  New function.
29082         (do_one_test): Call check_result.
29083         (test_main): Call check1.
29084         * string/bug-strcasestr1.c: Removed.
29085         * string/bug-strchr1.c: Likewise.
29086         * string/bug-strstr1.c: Likewise.
29087
29088         * elf/Makefile (dl-routines): Add hwcaps.
29089         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29090         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29091         (_dl_important_hwcaps): Moved to ...
29092         * elf/dl-hwcaps.c: Here.  New file.
29093         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29094
29095         [BZ #14557]
29096         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29097         if IS_IN_rtld isn't defined.
29098
29099         * elf/dl-support.c (_dl_sysinfo_map): New.
29100         Include "get-dynamic-info.h" and "setup-vdso.h".
29101         (_dl_non_dynamic_init): Call setup_vdso.
29102         * elf/dynamic-link.h: Don't include <assert.h>.
29103         (elf_get_dynamic_info): Moved to ...
29104         * elf/get-dynamic-info.h: Here.  New file.
29105         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29106         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29107         * elf/setup-vdso.h: Here.  New file.
29108         * elf/rtld.c: Include "setup-vdso.h".
29109         (dl_main): Call setup_vdso.
29110
29111 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29112
29113         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29114         creal in comment listing functions tested.  List finite, isinf,
29115         isnan, isless, islessequal, isgreater, isgreaterequal,
29116         islessgreater, isunordered, lgamma_r and pow10 as functions and
29117         macros not tested.  Mention which functions not tested are aliases
29118         for other functions.  Fix typo.  Note that signs of NaNs are not
29119         tested.
29120
29121         * scripts/config.guess: Update from config.git.
29122         * scripts/config.sub: Likewise.
29123
29124 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29125
29126         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29127         * misc/madvise.c (madvise): Renamed to __madvise.
29128         Make madvise a weak alias.
29129         * include/sys/mman.h: Declare __madvise.
29130         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29131         * sysdeps/unix/syscalls.list
29132         (madvise): Make __madvise the strong name, and madvise a weak alias.
29133         * sysdeps/unix/sysv/linux/syscalls.list
29134         (madvise, mmap): Remove redundant entries.
29135         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29136         * malloc/malloc.c (mtrim): Likewise.
29137         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29138
29139 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29140
29141         * sysdeps/mach/hurd/dl-cache.c: File removed.
29142         * config.h.in (USE_LDCONFIG): New #undef.
29143         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29144         * configure: Regenerated.
29145         * elf/Makefile (dl-routines): Add dl-cache only under
29146         [$(use-ldconfig) = yes].
29147         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29148         cache on [USE_LDCONFIG].
29149         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29150         [USE_LDCONFIG].
29151         * elf/rtld.c (dl_main): Likewise.
29152
29153 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29154
29155         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29156         _SC_LEVEL4_CACHE_LINESIZE.
29157
29158 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29159
29160         * sysdeps/unix/bsd/confstr.h: File removed.
29161
29162 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29163
29164         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29165         sys/sdt-config.h.
29166
29167 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29168
29169         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29170         Make 'mapoff' field ElfW(Off) rather than off_t.
29171
29172 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29173
29174         * nscd/Makefile: Remove nscd-cflags and all its users.
29175         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29176         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29177
29178         [BZ #10631]
29179         * malloc.c (malloc_printerr): Clarify error message.
29180
29181 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29182
29183         [BZ #14648]
29184         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29185         Set bit_FMA_Usable if FMA is supported.
29186         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29187         macro.
29188         (bit_FMA4_Usable): Updated.
29189         (index_FMA_Usable): New macro.
29190         (CPUID_FMA): Likewise
29191         (HAS_FMA): Defined with bit_FMA_Usable.
29192
29193 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29194
29195         * bits/types.h (__swblk_t): Type removed.
29196         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29197         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29198         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29199         (__SWBLK_T_TYPE): Likewise.
29200         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29201         (__SWBLK_T_TYPE): Likewise.
29202         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29203         (__SWBLK_T_TYPE): Likewise.
29204         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29205         (__SWBLK_T_TYPE): Likewise.
29206
29207 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29208             Honza Horak <hhorak@redhat.com>
29209
29210         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29211         (xdr_mapname): Use YPMAXMAP as maxsize.
29212         (xdr_peername): Use YPMAXPEER as maxsize.
29213         (xdr_keydat): Use YPAXRECORD as maxsize.
29214         (xdr_valdat): Use YPMAXRECORD as maxsize.
29215
29216 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29217
29218         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29219
29220         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29221         * csu/init-first.c: ... here.
29222         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29223         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29224         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29225         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29226         * sysdeps/i386/init-first.c: File removed.
29227         * sysdeps/sh/init-first.c: File removed.
29228
29229 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29230
29231         [BZ #14645]
29232         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29233         if x * y might underflow to zero and z is zero.
29234         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29235         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29236         * math/libm-test.inc (min_subnorm_value): New variable.
29237         (fma_test): Add more tests.
29238         (fma_test_towardzero): Likewise.
29239         (fma_test_downward): Likewise
29240         (fma_test_upward): Likewise.
29241         (initialize): Set min_subnorm_value.
29242
29243 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29244
29245         [BZ #14638]
29246         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29247         0 + 0.
29248         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29249         mode for addition resulting in exact zero.
29250         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29251         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29252         exact 0 + 0.
29253         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29254         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29255         * math/libm-test.inc (fma_test): Add more tests.
29256         (fma_test_towardzero): New function.
29257         (fma_test_downward): Likewise.
29258         (fma_test_upward): Likewise.
29259         (main): Call the new functions.
29260
29261 2012-09-28  David S. Miller  <davem@davemloft.net>
29262
29263         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29264
29265 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29266
29267         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29268         instead of SIGALRM.
29269
29270         * sysdeps/gnu/_G_config.h: Moved to ...
29271         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29272         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29273         * sysdeps/generic/_G_config.h: ... here.
29274
29275         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29276
29277         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29278
29279         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29280         Conditionalize target on [libnss_test1.so-version].
29281
29282         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29283
29284         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29285         (elfobjdir): Move out of conditionals.
29286
29287         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29288         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29289         (__nss_lookup_function): Conditionalize label remove_from_tree on
29290         [!DO_STATIC_NSS || SHARED], matching its only use.
29291
29292 2012-09-28  David S. Miller  <davem@davemloft.net>
29293
29294         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29295         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29296         file.
29297         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29298         sysdep_routines.
29299         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29300         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29301         when HWCAP_SPARC_CRYPTO is present.
29302
29303 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29304
29305         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29306
29307 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29308
29309         [BZ #6530]
29310         * stdio-common/vfprintf.c (process_string_arg): Revert
29311         2000-07-22 change.
29312
29313 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29314
29315         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29316         for testcase.
29317         * stdio-common/tst-sprintf.c: Include <locale.h>
29318         (main): Test sprintf's handling of incomplete multibyte
29319         characters.
29320
29321 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29322
29323         * elf/dl-runtime.c (VERSYMIDX): Removed.
29324         * elf/dl-version.c (VERSYMIDX): Likewise.
29325         * elf/do-rel.h (VERSYMIDX): Likewise.
29326         (VALIDX): Likewise.
29327         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29328         * elf/rtld.c (VALIDX): Likewise.
29329         (ADDRIDX): Likewise.
29330         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29331         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29332         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29333         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29334         (VALIDX): Likewise.
29335         (ADDRIDX): Likewise.
29336
29337 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29338
29339         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29340
29341 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29342
29343         [BZ #11438]
29344         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29345         to global scope.
29346         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29347         addresses are in the same scope as 192.0.2/24.
29348         * posix/gai.conf: Document new scope table defaults.
29349
29350 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29351
29352         [BZ #5298]
29353         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29354         for ftell.  Compute offsets from write pointers instead.
29355         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29356
29357 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29358
29359         [BZ #14543]
29360         * libio/Makefile (tests): New test case tst-fseek.
29361         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29362         combination works in wide mode.
29363         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29364         state when the external buffer state changes.
29365
29366 2012-09-27  David S. Miller  <davem@davemloft.net>
29367
29368         [BZ #14376]
29369         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29370         pass reloc->r_addend in as the 'high' argument to
29371         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29372
29373         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29374
29375 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29376
29377         * rt/tst-aio2.c: Include <pthread.h>.
29378         * rt/tst-aio3.c: Likewise.
29379
29380 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29381
29382         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29383
29384 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29385
29386         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29387         contents on [SHARED].
29388
29389 2012-09-26  Marek Polacek  <polacek@redhat.com>
29390
29391         [BZ #14530]
29392         [BZ #13741]
29393         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29394         for C++ and GCC <4.3 as well as for non GCC compilers.
29395
29396 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29397
29398         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29399
29400 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29401
29402         * Makefile.in (all, install): Declare with .PHONY.
29403         Reported by Michael Hope <michael.hope@linaro.org>.
29404
29405 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29406
29407         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29408         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29409         system header.
29410         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29411         Likewise.
29412         (sydep_routines): Add the new and the internal functions.
29413         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29414         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29416         (GLIBC_2.17): Add the new function.
29417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29418         (GLIBC_2.17): Likewise.
29419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29420         (GLIBC_2.17): Likewise.
29421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
29422         (GLIBC_2.17): Likewise.
29423         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
29424
29425 2012-09-25  Alan Modra  <amodra@gmail.com>
29426
29427         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
29428         Add release barrier before setting once_control to say
29429         initialisation is done.  Add hints on lwarx.  Use macro in
29430         place of isync.
29431         (clear_once_control): Add release barrier.
29432
29433 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29434
29435         [BZ #13629]
29436         * math/s_clog.c (__clog): Handle more values close to |z| = 1
29437         specially.
29438         * math/s_clog10.c (__clog10): Likewise.
29439         * math/s_clog10f.c (__clog10f): Likewise.
29440         * math/s_clog10l.c (__clog10l): Likewise.
29441         * math/s_clogf.c (__clogf): Likewise.
29442         * math/s_clogl.c (__clogl): Likewise.
29443         * math/Makefile (libm-calls): Add x2y2m1.
29444         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
29445         (__x2y2m1): Likewise.
29446         (__x2y2m1l): Likewise.
29447         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
29448         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
29449         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
29450         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
29451         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
29452         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
29453         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
29454         * sysdeps/i386/fpu/libm-test-ulps: Update.
29455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29456
29457         [BZ #14621]
29458         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
29459         int as type of variable DEPTH.
29460         (glob): Use size_t instead of int as type of variables NEWCOUNT
29461         and OLD_PATHC.
29462
29463 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29464
29465         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
29466         Add s_sincosf-sse2.
29467         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
29468         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
29469         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
29470         macros for using routine as __sincosf_ia32.
29471         Use macro for function declaration and weak_alias.
29472         * sysdeps/i386/fpu/libm-test-ulps: Update.
29473
29474         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
29475         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29476
29477         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
29478         subnormal argument.
29479         * math/s_cexpf.c (__cexpf): Likewise.
29480         * math/s_csinf.c (__csinf): Likewise.
29481         * math/s_csinhf.c (__csinhf): Likewise.
29482         * math/s_ctanf.c (__ctanf): Likewise.
29483         * math/s_ctanhf.c (__ctanhf): Likewise.
29484         * math/s_ccosh.c (__ccoshf): Likewise.
29485         * math/s_cexp.c (__cexpl): Likewise.
29486         * math/s_csin.c (__csin): Likewise.
29487         * math/s_csinh.c (__csinh): Likewise.
29488         * math/s_ctan.c (__ctan): Likewise.
29489         * math/s_ctanh.c (ctanh): Likewise.
29490         * math/s_ccoshl.c (__ccoshl): Likewise.
29491         * math/s_cexpl.c (__cexpl): Likewise.
29492         * math/s_csinl.c (__csinl): Likewise.
29493         * math/s_csinhl.c (__csinhl): Likewise.
29494         * math/s_ctanl.c (__ctanl): Likewise.
29495         * math/s_ctanhl.c (__ctanhl): Likewise.
29496
29497 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29498
29499         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
29500         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
29501         (_IO_off_t): Define to __off_t, not _G_off_t.
29502         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
29503         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
29504         (_IO_wint_t): Define to wint_t, not _G_wint_t.
29505         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
29506         type of __dummy and __dummy2 fields.
29507         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
29508         (_G_ssize_t): Likewise.
29509         (_G_off_t): Likewise.
29510         (_G_pid_t): Likewise.
29511         (_G_uid_t): Likewise.
29512         (_G_wchar_t): Likewise.
29513         (_G_wint_t): Likewise.
29514         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
29515         (_G_ssize_t): Likewise.
29516         (_G_off_t): Likewise.
29517         (_G_pid_t): Likewise.
29518         (_G_uid_t): Likewise.
29519         (_G_wchar_t): Likewise.
29520         (_G_wint_t): Likewise.
29521         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
29522         (_G_ssize_t): Likewise.
29523         (_G_off_t): Likewise.
29524         (_G_pid_t): Likewise.
29525         (_G_uid_t): Likewise.
29526         (_G_wchar_t): Likewise.
29527         (_G_wint_t): Likewise.
29528
29529 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29530
29531         * malloc/arena.c: Include malloc-sysdep.h.
29532         (shrink_heap): Use check_may_shrink_heap to decide if madvise
29533         is sufficient to shrink the heap or an unmap is needed.
29534         * sysdeps/generic/malloc-sysdep.h: New file.  Define
29535         new function check_may_shrink_heap.
29536         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
29537         new function check_may_shrink_heap.
29538
29539 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29540
29541         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
29542         comments.
29543
29544 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
29545
29546         * catgets/test-gencat.sh: Add "set -e".
29547         * elf/tst-pathopt.sh: Likewise.
29548         * grp/tst_fgetgrent.sh: Likewise.
29549         * iconvdata/run-iconv-test.sh: Likewise.
29550         * intl/tst-gettext.sh: Likewise.
29551         * intl/tst-gettext2.sh: Likewise.
29552         * intl/tst-gettext4.sh: Likewise.
29553         * intl/tst-gettext6.sh: Likewise.
29554         * intl/tst-translit.sh: Likewise.
29555         * io/ftwtest-sh: Likewise.
29556         * libio/test-freopen.sh: Likewise.
29557         * malloc/tst-mtrace.sh: Likewise.
29558         * posix/globtest.sh: Likewise.
29559         * posix/tst-getconf.sh: Likewise.
29560         * posix/wordexp-tst.sh: Likewise.
29561         * stdio-common/tst-printf.sh: Likewise.
29562         * stdio-common/tst-unbputc.sh: Likewise.
29563         * stdlib/tst-fmtmsg.sh: Likewise.
29564         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29565         * catgets/Makefile: Do not specify -e option when running
29566         testsuite shell scripts.
29567         * elf/Makefile: Likewise.
29568         * grp/Makefile: Likewise.
29569         * iconvdata/Makefile: Likewise.
29570         * intl/Makefile: Likewise.
29571         * io/Makefile: Likewise.
29572         * libio/Makefile: Likewise.
29573         * malloc/Makefile: Likewise.
29574         * posix/Makefile: Likewise.
29575         * stdio-common/Makefile: Likewise.
29576         * stdlib/Makefile: Likewise.
29577         * sysdeps/x86_64/Makefile: Likewise.
29578
29579         * io/ftwtest-sh: Add copyright header.
29580         * posix/globtest.sh: Likewise.
29581         * posix/tst-getconf.sh: Likewise.
29582         * posix/wordexp-tst.sh: Likewise.
29583         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29584
29585 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
29586
29587         [BZ #13679]
29588         * Makeconfig (+link): Defined as $(+link-static) if
29589         $(build-shared) isn't yes.
29590         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
29591         isn't yes.
29592         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
29593
29594         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
29595
29596         [BZ #14562]
29597         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
29598         new chunk size with MALLOC_ALIGN_MASK.
29599
29600 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
29601
29602         [BZ #5044]
29603         * stdio-common/printf_fphex.c: Include <stdbool.h> and
29604         <rounding-mode.h>.
29605         (__printf_fphex): Determine rounding using get_rounding_mode and
29606         round_away.
29607         * stdio-common/tst-printf-round.c (struct hex_test): New
29608         structure.
29609         (hex_tests): New variable.
29610         (test_hex_in_one_mode): New function.
29611         (do_test): Also run tests for hex float output.
29612
29613 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
29614
29615         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29616         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29617         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
29618         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29619         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29620         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
29621         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29622         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29623
29624 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
29625
29626         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
29627         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
29628         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
29629         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
29630
29631 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
29632
29633         [BZ #14579]
29634         * elf/rtld.c (dl_main): Limit the check for self loading to normal
29635         mode only.
29636         * elf/tst-rtld-load-self.sh: New test.
29637         * elf/Makefile: Run it.
29638
29639 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
29640
29641         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
29642         (tst-writev-ENV): Remove.
29643         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
29644
29645 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
29646
29647         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
29648
29649 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
29650
29651         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
29652         unconditional.
29653         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
29654         Likewise.
29655         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
29656         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
29657         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
29658         Likewise.
29659
29660 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
29661
29662         [BZ #14587]
29663         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
29664         * config.make.in (have-cpp-asm-debuginfo): Removed.
29665         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
29666         * configure: Regenerated.
29667
29668 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
29669
29670         [BZ #5044]
29671         * stdio-common/printf_fp.c: Include <stdbool.h> and
29672         <rounding-mode.h>.
29673         (___printf_fp): Determine rounding using get_rounding_mode and
29674         round_away.
29675         * stdio-common/tst-printf-round.c: New file.
29676         * stdio-common/Makefile (tests): Add tst-printf-round.
29677         (link-libm): New variable.
29678         ($(objpfx)tst-printf-round): Depend in $(link-libm).
29679
29680 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
29681
29682         [BZ #14576]
29683         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
29684         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
29685         Likewise.
29686         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
29687         Likewise.
29688
29689 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
29690
29691         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
29692         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29693         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29694         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29695
29696 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
29697
29698         [BZ #14518]
29699         * include/rounding-mode.h: New file.
29700         * sysdeps/generic/get-rounding-mode.h: Likewise.
29701         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
29702         * stdlib/strtod_l.c: Include <rounding-mode.h>.
29703         (MAX_VALUE): New macro.
29704         (MIN_VALUE): Likewise.
29705         (overflow_value): New function.
29706         (underflow_value): Likewise.
29707         (round_and_return): Use overflow_value and underflow_value to
29708         determine return values in overflow and underflow cases.  Use
29709         round_away to determine rounding depending on rounding mode.
29710         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
29711         determine return values in overflow and underflow cases.
29712         * stdlib/tst-strtod-round.c: Include <fenv.h>.
29713         (struct test_results): New structure.
29714         (struct test): Use struct test_results to store expected results
29715         for all rounding modes.
29716         (TEST): Include expected results for all rounding modes.
29717         (test_in_one_mode): New function.
29718         (do_test): Use test_in_one_mode to compute and check results.
29719         Check results for all rounding modes.
29720         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
29721         $(link-libm).
29722
29723 2012-12-09  Allan McRae  <allan@archlinux.org>
29724
29725         * sysdeps/i386/fpu/libm-test-ulps: Update
29726
29727 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
29728
29729         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
29730         (_G_int32_t): Likewise.
29731         (_G_uint16_t): Likewise.
29732         (_G_uint32_t): Likewise.
29733         (_G_HAVE_BOOL): Likewise.
29734         (_G_HAVE_ATEXIT): Likewise.
29735         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29736         (_G_HAVE_IO_FILE_OPEN): Likewise.
29737         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
29738         (_G_int32_t): Likewise.
29739         (_G_uint16_t): Likewise.
29740         (_G_uint32_t): Likewise.
29741         (_G_HAVE_BOOL): Likewise.
29742         (_G_HAVE_ATEXIT): Likewise.
29743         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29744         (_G_HAVE_IO_FILE_OPEN): Likewise.
29745         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
29746         (_G_int32_t): Likewise.
29747         (_G_uint16_t): Likewise.
29748         (_G_uint32_t): Likewise.
29749         (_G_HAVE_BOOL): Likewise.
29750         (_G_HAVE_ATEXIT): Likewise.
29751         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29752         (_G_HAVE_IO_FILE_OPEN): Likewise.
29753
29754 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
29755
29756         * csu/libc-tls.c: Update copyright years.
29757
29758 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
29759
29760         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
29761         [!_G_USING_THUNKS]: Remove conditional code.
29762         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
29763         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
29764
29765         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
29766         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
29767         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29768         (_G_VTABLE_LABEL_PREFIX): Likewise.
29769         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29770         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29771         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29772         (_G_VTABLE_LABEL_PREFIX): Likewise.
29773         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29774         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29775         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29776         (_G_VTABLE_LABEL_PREFIX): Likewise.
29777         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29778
29779 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
29780
29781         * libio/Makefile: Include ../Makeconfig before tests.
29782         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
29783         only if $(build-shared) is yes.
29784
29785         * iconv/gconv_db.c: Update copyright years.
29786
29787 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29788
29789         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
29790         unwind info if defined PIC. Fix special cases description.
29791         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
29792
29793         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
29794         DP_HI_MASK entry.
29795         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
29796
29797 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
29798
29799         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
29800
29801         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
29802         is NULL.
29803
29804         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
29805         (LDLIBS-tst-chk4): This.
29806         (LDFLAGS-tst-chk5): Renamed to ...
29807         (LDLIBS-tst-chk5): This.
29808         (LDFLAGS-tst-chk6): Renamed to ...
29809         (LDLIBS-tst-chk6): This.
29810         (LDFLAGS-tst-lfschk4): Renamed to ...
29811         (LDLIBS-tst-lfschk4): This.
29812         (LDFLAGS-tst-lfschk5): Renamed to ...
29813         (LDLIBS-tst-lfschk5): This.
29814         (LDFLAGS-tst-lfschk6): Renamed to ...
29815         (LDLIBS-tst-lfschk6): This.
29816
29817         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
29818         on $(common-objpfx)soversions.mk.
29819
29820 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
29821
29822         [BZ #10014]
29823         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
29824         example host name.
29825
29826 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29827
29828         * malloc/arena.c (arena_get_retry): New function that gets
29829         another arena for the caller to try its request on.
29830         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
29831         current arena cannot fulfill the request.
29832         (__libc_memalign): Likewise.
29833         (__libc_memalign): Likewise.
29834         (__libc_pvalloc): Likewise.
29835         (__libc_calloc): Likewise.
29836
29837 2012-09-05  John Tobey  <john.tobey@gmail.com>
29838
29839         [BZ #13542]
29840         * manual/arith.texi (Operations on Complex): Fix description
29841         of carg branch cut.
29842
29843 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29844
29845         [BZ #10014]
29846         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
29847         host name.
29848
29849         [BZ #10038]
29850         * manual/memory.texi (Memory): Make order of menu items match
29851         order of sections.
29852
29853 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29854
29855         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
29856         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
29857         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
29858
29859 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29860
29861         * csu/libc-tls.c (static_dtv): Renamed to ...
29862         (_dl_static_dtv): This.  Make it global.
29863         (_dl_initial_dtv): Removed.
29864         (__libc_setup_tls): Updated.
29865         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
29866         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
29867         DL_INITIAL_DTV.
29868
29869 2012-09-06  Petr Machata  <pmachata@redhat.com>
29870
29871         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
29872         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
29873         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
29874         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
29875
29876 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29877
29878         [BZ #14545]
29879         * csu/libc-tls.c (_dl_initial_dtv): New variable.
29880         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
29881         freeing dtv[-1].
29882
29883 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29884
29885         [BZ #14544]
29886         * Makeconfig (link-static-before-libc): Replace $(+prector)
29887         with $(+prectorT).
29888         (link-static-after-libc): Replace $(+postctor) with
29889         $(+postctorT).
29890         (link-bounded): Replace $(+prector)/$(+postctor) with
29891         $(+prectorT)/$(+postctorT).
29892         (+prectorT): New macro.
29893         (+postctorT): Likewise.
29894
29895 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29896
29897         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
29898         (round_str): Handle values above the maximum for IBM long double
29899         as inexact.
29900         * stdlib/tst-strtod-round.c (tests): Regenerated.
29901
29902 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29903
29904         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
29905         assembler flag.
29906         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
29907         zarch_nohighgprs around the zarch optimized routines.
29908         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
29909         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
29910         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
29911         for zarch.
29912
29913 2012-09-05  David S. Miller  <davem@davemloft.net>
29914
29915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29916
29917         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
29918         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
29919         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
29920         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
29921         entries.
29922
29923 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29924
29925         * malloc/arena.c: Fold copyright years.
29926         * malloc/mcheck.c, malloc/memusage.c: Likewise.
29927
29928 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29929
29930         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
29931
29932 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29933
29934         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
29935
29936 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29937
29938         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
29939         change internal state upon failure.
29940
29941 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29942
29943         * malloc/mcheck.c (mcheck_check_all): Fix typo.
29944         * malloc/memusage.c (mmap): Likewise.
29945         (mmap64, mremap): Likewise.  Adjust name in comment.
29946
29947 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29948
29949         * libio/fileops.c: Fix typos in comments.
29950         * libio/oldfileops.c: Likewise.
29951         * libio/wfileops.c: Likewise.
29952
29953 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29954
29955         [BZ #1349]
29956         * malloc/Makefile (tests): Add tst-malloc-usable test case.
29957         (tst-malloc-usable-ENV): Set environment for test case.
29958         * malloc/hooks.c (malloc_check_get_size): New function to get
29959         requested size.
29960         * malloc/malloc.c (musable): Use malloc_check_get_size.
29961         * malloc/tst-malloc-usable.c: New test case.
29962
29963 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29964
29965         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
29966
29967 2012-09-05  Allan McRae  <allan@archlinux.org>
29968
29969         [BZ #13966]
29970         * configure.in (CXX_SYSINCLUDES): Use compiler output to
29971         determine header location.
29972         * configure: Regenerated.
29973
29974 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29975
29976         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
29977         float format.
29978         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
29979         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
29980         format.
29981         (test): Regenerate.
29982
29983 2012-09-04  David S. Miller  <davem@davemloft.net>
29984
29985         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
29986         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
29987         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
29988
29989 2012-09-04  Florian Weimer  <fweimer@redhat.com>
29990
29991         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
29992         failures.
29993
29994         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
29995
29996 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
29997
29998         [BZ #9914]
29999         * libio/iogetdelim.c: Include <limits.h>.
30000         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30001         + len + 1 would overflow.
30002
30003 2012-09-03  Andreas Jaeger  <aj@suse.de>
30004
30005         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30006         * sysdeps/i386/fpu/libm-test-ulps: Update.
30007
30008 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30009
30010         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30011         Add s_sinf-sse2, s_conf-sse2.
30012
30013         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30014         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30015         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30016         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30017
30018         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30019         for using routine as __sinf_ia32.
30020         Use macro for function declaration and weak_alias.
30021         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30022         for using routine as __cosf_ia32.
30023         Use macro for function declaration and weak_alias.
30024
30025         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30026         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30027
30028         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30029         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30030         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30031
30032         * math/libm-test.inc (cos_test): Add more test cases.
30033         (sin_test): Likewise.
30034         (sincos_test): Likewise.
30035
30036 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30037
30038         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30039         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30040         hidden.
30041         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30042
30043 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30044
30045         [BZ #14538]
30046         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30047         first element of the GOT.
30048         (elf_machine_load_address): Return the difference between
30049         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30050
30051 2012-09-01  Allan McRae  <allan@archlinux.org>
30052
30053         [BZ #13412]
30054         * configure.in (AWK): Require gawk version 3.0 or later.
30055         * configure: Regenerated.
30056
30057 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30058
30059         * sysdeps/unix/sysv/linux/kernel-features.h
30060         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30061         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30062         [__NR_clock_getres]: Make code unconditional.
30063         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30064         (clock_getcpuclockid): Remove code left unreachable by removal of
30065         conditionals.
30066         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30067         code unconditional.
30068         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30069         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30070         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30071         Make code unconditional.
30072         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30073         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30074         * sysdeps/unix/sysv/linux/clock_settime.c
30075         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30076         conditional code.
30077         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30078         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30079
30080 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30081
30082         [BZ #14476]
30083         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30084         scripts/test-installation.pl.
30085
30086         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30087         and $ld_so_version if it is set.
30088
30089 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30090
30091         [BZ #14516]
30092         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30093         failure if reading from procfs failed.
30094         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30095
30096 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30097
30098         * sysdeps/unix/sysv/linux/kernel-features.h
30099         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30100         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30101         Remove conditional code.
30102         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30103         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30104         Remove conditional code.
30105         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30106         * sysdeps/unix/sysv/linux/i386/fxstat.c
30107         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30108         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30109         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30110         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30111         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30112         * sysdeps/unix/sysv/linux/i386/lxstat.c
30113         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30114         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30115         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30116         Remove conditional code.
30117         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30118         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30119         Remove conditional code.
30120         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30121         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30122         <kernel-features.h>.
30123         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30124         Remove.
30125         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30126         Remove conditional code.
30127         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30128         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30129         Remove conditional.
30130
30131 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30132
30133         [BZ #5400]
30134         * NEWS: Add fixed bug number.
30135
30136 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30137
30138         [BZ #14519]
30139         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30140         underflowing exponent in case of negative sign.
30141         * stdlib/tst-strtod-round-data: Add more tests.
30142         * stdlib/tst-strtod-round.c (tests): Regenerated.
30143
30144         [BZ #3479]
30145         * stdlib/strtod_l.c (NDIG): Remove.
30146         (HEXNDIG): Likewise.
30147         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30148         smallest representable value.
30149         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30150         lie within an exact representation of 1/2 ulp of the result.
30151         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30152         unconditionally.
30153         (TENS_P9_IDX): Define unconditionally.
30154         (TENS_P9_SIZE): Likewise.
30155         (TENS_P10_IDX): Likewise.
30156         (TENS_P10_SIZE): Likewise.
30157         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30158         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30159         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30160         entries for 10^2^13 and 10^2^14.
30161         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30162         (TENS_P13_IDX): Define.
30163         (TENS_P13_SIZE): Likewise.
30164         (TENS_P14_IDX): Likewise.
30165         (TENS_P14_SIZE): Likewise.
30166         (_fpioconst_pow10): Change array size to
30167         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30168         unconditional.
30169         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30170         1024]: Add entries for 10^2^13 and 10^2^14.
30171         [LAST_POW10 > _LAST_POW10]: Remove #error.
30172         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30173         (_fpioconst_pow10): Change array size to
30174         FPIOCONST_POW10_ARRAY_SIZE.
30175         * stdlib/gen-fpioconst.c: New file.
30176         * stdlib/gen-tst-strtod-round.c: Likewise.
30177         * stdlib/tst-strtod-round-data: Likewise.
30178         * stdlib/tst-strtod-round.c: Likewise.
30179         * stdlib/Makefile (tests): Add tst-strtod-round.
30180
30181         [BZ #14459]
30182         * stdlib/strtod_l.c: Include <stdint.h>.
30183         (NDEBUG): Do not define.
30184         (round_and_return): Change EXPONENT parameter to type intmax_t.
30185         Rearrange calculations to avoid internal overflow possibilities.
30186         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30187         Rearrange calculations to avoid internal overflow possibilities.
30188         Assert that number fits inside MPNSIZE limbs.
30189         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30190         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30191         calculations and add assertions to avoid internal overflow
30192         possibilities.  Add casts to avoid signed/unsigned operations.
30193         * stdlib/tst-strtod-overflow.c: New file.
30194         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30195
30196 2012-08-25  Marek Polacek  <polacek@redhat.com>
30197
30198         * time/time.h: Fix some typos in comments.
30199
30200 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30201
30202         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30203         * posix/tst-rfc3484-2.c: Likewise.
30204         * posix/tst-rfc3484-3.c: Likewise.
30205
30206 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30207
30208         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30209         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30210
30211 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30212
30213         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30214         #include of fxstatat64.c.
30215
30216 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30217
30218         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30219         * shadow/getspent_r.c: Likewise.
30220         * shadow/getspnam.c: Likewise.
30221         * shadow/getspnam_r.c: Likewise.
30222         * gshadow/getsgent.c: Likewise.
30223         * gshadow/getsgent_r.c: Likewise.
30224         * gshadow/getsgnam.c: Likewise.
30225         * gshadow/getsgnam_r.c: Likewise.
30226         * inet/getnetbyad.c: Likewise.
30227         * inet/getnetbyad_r.c: Likewise.
30228         * inet/getnetbynm.c: Likewise.
30229         * inet/getnetbynm_r.c: Likewise.
30230         * inet/getnetent.c: Likewise.
30231         * inet/getnetent_r.c: Likewise.
30232         * inet/getproto.c: Likewise.
30233         * inet/getproto_r.c: Likewise.
30234         * inet/getprtent.c: Likewise.
30235         * inet/getprtent_r.c: Likewise.
30236         * inet/getprtname.c: Likewise.
30237         * inet/getprtname_r.c: Likewise.
30238         * inet/getrpcbyname.c: Likewise.
30239         * inet/getrpcbyname_r.c: Likewise.
30240         * inet/getrpcbynumber.c: Likewise.
30241         * inet/getrpcbynumber_r.c: Likewise.
30242         * inet/getrpcent.c: Likewise.
30243         * inet/getrpcent_r.c: Likewise.
30244         * inet/getaliasent.c: Likewise.
30245         * inet/getaliasent_r.c: Likewise.
30246         * inet/getaliasname.c: Likewise.
30247         * inet/getaliasname_r.c: Likewise.
30248         * nscd/getgrgid_r.c: Likewise.
30249         * nscd/getgrnam_r.c: Likewise.
30250         * nscd/gethstbyad_r.c: Likewise.
30251         * nscd/gethstbynm3_r.c: Likewise.
30252         * nscd/getpwnam_r.c: Likewise.
30253         * nscd/getpwuid_r.c: Likewise.
30254         * nscd/getsrvbynm_r.c: Likewise.
30255         * nscd/getsrvbypt_r.c: Likewise.
30256         * nscd/gai.c: Likewise.
30257
30258         * configure.in (build_nscd): New substituted variable, set
30259         by --disable-build-nscd and defaults to $use_nscd.
30260         * configure: Regenerated.
30261         * config.make.in (build-nscd): New substituted variable.
30262         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30263         Change conditional to require [$(build-nscd) = yes] as well.
30264         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30265
30266         [BZ# 13696]
30267         * configure.in (use_nscd): New substituted variable, set by
30268         --disable-nscd.  If enabled, define USE_NSCD.
30269         * configure: Regenerated.
30270         * config.h.in: Add USE_NSCD.
30271         * config.make.in (use-nscd): New substituted variable.
30272         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30273         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30274         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30275         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30276         (CFLAGS-getgrnam_r.c): Likewise.
30277         (CFLAGS-initgroups.c): Likewise.
30278         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30279         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30280         Variables removed.
30281         * inet/getnetgrent_r.c
30282         (nscd_setnetgrent): New function, broken out of ...
30283         (setnetgrent): ... here.  Call it.
30284         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30285         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30286         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30287         * nscd/Makefile (routines, aux): Move definitions after include of
30288         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30289         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30290         Conditionalize on [USE_NSCD].
30291         (is_nscd, nscd_init_cb): Likewise.
30292         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30293         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30294         * nss/nss_db/db-init.c: Likewise.
30295         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30296         [USE_NSCD].
30297         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30298         (make_request): Use it.
30299         (cache_valid_p): New function.
30300         (__check_pf): Use it.
30301         * NEWS: Add item for --disable-nscd.
30302
30303 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30304
30305         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30306         to support sed >= 4.2.1-20-ga9bf076.
30307         * configure: Regenerated.
30308
30309 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30310
30311         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30312         Conditionalize whole body on [IREL].
30313
30314 2012-08-22  Jeff Law <law@redhat.com>
30315
30316         [BZ #14505]
30317         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30318         if the family is PF_UNSPEC.
30319
30320 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30321
30322         * Makerules (lib-version): Rename from V.
30323         (install-lib-nosubdir): Change V to lib-version.
30324
30325 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30326
30327         [BZ #14252]
30328         * powerpc32/power6/wcschr.c: New file.
30329         * powerpc32/power6/wcscpy.c: New file.
30330         * powerpc32/power6/wcsrchr.c: New file.
30331         * powerpc64/power6/wcschr.c: New file.
30332         * powerpc64/power6/wcscpy.c: New file.
30333         * powerpc64/power6/wcsrchr.c: New file.
30334
30335 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30336
30337         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30338         (two_way_short_needle): Use it.
30339         * string/strstr.c (AVAILABLE1_USES_J): Define.
30340         * string/strcasestr.c: Likewise.
30341
30342         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30343         array references.
30344         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30345
30346         [BZ #11607]
30347         * NEWS: Add an entry.
30348         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30349         define their defaults.
30350         (two_way_short_needle): Detect end-of-string on-the-fly.
30351         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30352         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30353         * string/bug-strcasestr1.c: New test.
30354         * string/Makefile: Run it.
30355
30356 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30357
30358         [BZ #11607]
30359         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30360         the first character.
30361
30362 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30363
30364         * csu/elf-init.c (__libc_csu_irel): Function removed.
30365         * csu/libc-start.c (apply_irel): New function.
30366         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30367
30368 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30369
30370         * sysdeps/unix/sysv/linux/kernel-features.h
30371         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30372         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30373         <kernel-features.h>.
30374         [__NR_fadvise64_64]: Make code unconditional.
30375         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30376         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30377         !__NR_fadvise64_64)]: Likewise.
30378         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30379         !__NR_fadvise64_64))]: Likewise.
30380         [__NR_fadvise64]: Make code unconditional.
30381         [!__NR_fadvise64]: Remove conditional code.
30382         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30383         <kernel-features.h>.
30384         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30385         unconditional.
30386         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30387         conditional code.
30388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30389         not include <kernel-features.h>.
30390         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30391         unconditional.
30392         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30393         conditional code.
30394         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30395         include <kernel-features.h>.
30396         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30397         unconditional.
30398         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30399         conditional code.
30400
30401 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30402
30403         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30404         slight instruction rearrangements per scrollpipe analysis.
30405         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30406
30407 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30408
30409         * manual/syslog.texi (syslog; vsyslog, closelog):
30410         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30411         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30412
30413         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30414         DSOCAPS to match condition on defining it.
30415
30416 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30417
30418         * sysdeps/unix/sysv/linux/kernel-features.h
30419         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30421         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30422         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
30424         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30425         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
30427         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30428         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30429
30430         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
30431         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
30432
30433         * sysdeps/unix/sysv/linux/kernel-features.h
30434         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
30435         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
30436         unconditional.
30437         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30438         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
30439         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30440         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30441         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
30442         Make code unconditional.
30443         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30444         (__mmap64) [!__NR_mmap2]: Likewise.
30445         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
30446         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30447         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30448         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
30449         [__NR_mmap2]: Make code unconditional.
30450         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30451         (__mmap64) [!__NR_mmap2]: Likewise.
30452
30453 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30454
30455         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
30456
30457 2012-08-18  Andreas Jaeger  <aj@suse.de>
30458
30459         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
30460
30461 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30462
30463         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
30464         * include/unistd.h (__have_sock_cloexec): Likewise.
30465         (__have_pipe2): Likewise.
30466         (__have_dup3): Likewise.
30467
30468 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30469
30470         [BZ #9685]
30471         * include/unistd.h (__have_pipe2): Change define into an extern int.
30472         (__have_dup3): Likewise.
30473         * socket/have_sock_cloexec.c: Include fcntl.h.
30474         (__have_pipe2): New variable.
30475         (__have_dup3): Likewise.
30476
30477 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
30478
30479         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
30480
30481 2012-08-17  Marek Polacek  <polacek@redhat.com>
30482
30483         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
30484         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
30485
30486 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30487
30488         * configure.in: Add AC_SUBST for sysheaders.
30489         * configure: Regenerated.
30490         * config.make.in (sysheaders): New substituted variable.
30491
30492         * sysdeps/unix/mkfifo.c: Moved ...
30493         * sysdeps/posix/mkfifo.c: ... here.
30494         * sysdeps/unix/mkfifoat.c: Moved ...
30495         * sysdeps/posix/mkfifoat.c: ... here.
30496
30497         * sysdeps/unix/utime.c: Moved ...
30498         * sysdeps/posix/utime.c: ... here.
30499
30500         * sysdeps/unix/time.c: Moved ...
30501         * sysdeps/posix/time.c: ... here.
30502         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
30503         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
30504
30505         * sysdeps/unix/nice.c: Moved ...
30506         * sysdeps/posix/nice.c: ... here.
30507
30508         * sysdeps/unix/alarm.c: Moved ...
30509         * sysdeps/posix/alarm.c: ... here.
30510
30511         * intl/Makefile ($(codeset_mo)): Depend on the input file.
30512
30513 2012-08-17  Jeff Law <law@redhat.com>
30514
30515         * intl/Makefile (codeset_mo): New variable.
30516         ($(codeset_mo)): New target.
30517         (tst-codeset.out): Depend on that.  Remove explicit rule.
30518         (tst-gettext3.out, tst-gettext5.out): Likewise.
30519         (LOCPATH-ENV, tst-codeset-ENV): New variables.
30520         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
30521         * intl/tst-codeset.sh: Remove.
30522         * intl/tst-gettext3.sh: Likewise.
30523         * intl/tst-gettext5.sh: Likewise.
30524
30525 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30526
30527         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
30528         * sysdeps/unix/syscalls.list: ... here.
30529
30530         * sysdeps/posix/getaddrinfo.c
30531         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
30532         (gaiconf_init, gaiconf_reload): Use them.
30533         [!_STATBUF_ST_NSEC]
30534         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
30535         Define using time_t rather than struct timespec.
30536
30537         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
30538         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
30539         Macros removed.
30540         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
30541         [!NO_THREADS].
30542         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
30543         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
30544         Likewise.
30545
30546         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
30547         __libc_cleanup_push argument.
30548
30549         * bits/param.h: New file.
30550         * misc/sys/param.h: New file.
30551         * include/sys/param.h: New file.
30552         * misc/Makefile (headers): Add bits/param.h.
30553         * sysdeps/generic/sys/param.h: File removed.
30554         * sysdeps/unix/sysv/linux/bits/param.h: New file.
30555         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
30556         * sysdeps/mach/hurd/bits/param.h: New file.
30557         * sysdeps/mach/hurd/sys/param.h: File removed.
30558
30559         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
30560         last change.
30561
30562         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
30563         [_IO_MTSAFE_IO].
30564         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
30565         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
30566         New macros.
30567
30568         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
30569         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
30570         rather than -D_IO_MTSAFE_IO conditionally.
30571         * stdio-common/Makefile (CPPFLAGS): Likewise.
30572         * wcsmbs/Makefile (CPPFLAGS): Likewise.
30573         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
30574         Use $(libio-mtsafe).
30575         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
30576         of -D_IO_MTSAFE_IO.
30577         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
30578         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
30579         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
30580         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
30581         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
30582         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
30583         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
30584         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
30585         (CFLAGS-fread_u_chk.c): Likewise.
30586         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
30587         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
30588         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
30589         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
30590         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
30591         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
30592         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
30593         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
30594         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
30595
30596         * libio/Makefile: Test [$(libc-reentrant) = yes]
30597         instead of [$(filter %REENTRANT, $(defines)) nonempty].
30598
30599         * Makeconfig
30600         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
30601         * sysdeps/pthread/configure: File removed.
30602         * sysdeps/pthread/Makeconfig: New file.
30603         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
30604         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
30605
30606 2012-08-16  Gary Benson  <gbenson@redhat.com>
30607
30608         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
30609         unmapping the first object in a namespace.
30610
30611 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30612
30613         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
30614         (__internal_setnetgrent): ... this.  Add internal_function to
30615         definition.  Add libc_hidden_def.
30616         (setnetgrent): Update caller.
30617         (internal_endnetgrent): Renamed to ...
30618         (__internal_endnetgrent): ... this.  Add internal_function to
30619         definition.  Add libc_hidden_def.
30620         (endnetgrent): Update caller.
30621         (internal_getnetgrent_r): Renamed to ...
30622         (__internal_getnetgrent_r): ... this.  Add internal_function to
30623         definition.  Add libc_hidden_def.
30624         (__getnetgrent_r): Update caller.
30625         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
30626
30627 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30628
30629         * stdlib/longlong.h: Update from GCC.
30630
30631 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30632
30633         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
30634         on _QL, which is set by umul_ppmm but never used.
30635         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
30636         variables, which are set by GMP macros but never used.
30637         * stdio-common/_itowa.c (_itowa): Likewise.
30638         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
30639         * stdlib/mod_1.c (mpn_mod_1): Likewise.
30640
30641 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
30642
30643         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
30644         struct La_sh_regs is not constant.
30645         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
30646         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
30647         and struct La_sparc64_regs are not constant.
30648
30649 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30650
30651         * sysdeps/unix/sysv/linux/kernel-features.h
30652         (__ASSUME_POSIX_TIMERS): Remove.
30653         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30654         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30655         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
30656         Make code unconditional.
30657         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30658         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
30659         Make code unconditional.
30660         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30661         * sysdeps/unix/sysv/linux/clock_nanosleep.c
30662         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
30663         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30664         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
30665         Make code unconditional.
30666         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30667         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
30668         (__libc_missing_posix_timers): Remove.
30669
30670 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30671
30672         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
30673         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
30674
30675         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
30676
30677         * elf/dl-sym.c: Include <stdlib.h>.
30678
30679         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
30680         constants, which avoids warnings in 32-bit builds.
30681
30682         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
30683         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
30684
30685         * misc/lseek.c: File moved to ...
30686         * io/lseek.c: ... here.
30687
30688         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
30689
30690         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
30691         shifting LEN more than 31 bits at once.
30692
30693 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30694
30695         [BZ #14195]
30696         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
30697         segmentation fault for a case of two empty input strings.
30698         * string/test-strncasecmp.c (check1): Renamed to...
30699         (bz12205): ...this.
30700         (bz14195): Add new testcase for two empty input strings and N > 0.
30701         (test_main): Call new testcase, adapt for renamed function.
30702
30703 2012-08-15  Andreas Jaeger  <aj@suse.de>
30704
30705         [BZ #14090]
30706         * crypt/md5test2.c: New test, based on test supplied by Serge
30707         Belyshev <belyshev@depni.sinp.msu.ru>.
30708         * crypt/Makefile (xtests): Add md5test-giant..
30709         * crypt/Makefile ($(objpfx)md5test-giant): Add.
30710
30711 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30712
30713         [BZ #14090]
30714         * crypt/md5.c (md5_process_block): Don't assume the buffer
30715         length is less than 2**32.
30716         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
30717         length is less than 2**64.
30718
30719 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30720
30721         * string/str-two-way.h: Include <sys/param.h>.
30722         (MAX): Macro removed.
30723
30724         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
30725         Move #define and #undef of memmove to just before and after
30726         including <string.h>.
30727
30728         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
30729         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
30730         and after including <string.h>.  Move declarations of
30731         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
30732         to before #include "string/memmove.c".
30733
30734         * include/dirent.h: Declare __getdirentries.
30735
30736         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
30737         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
30738
30739 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
30740
30741         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
30742         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
30743         * sysdeps/i386/configure: Regenerated.
30744         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
30745         STABS_CURRENT_FILE, and STABS_FUN.
30746         (END): Remove call to STABS_FUN_END.
30747         (STABS_CURRENT_FILE1): Delete.
30748         (STABS_CURRENT_FILE): Likewise.
30749         (STABS_FUN): Likewise.
30750         (STABS_FUN_END): Likewise.
30751         (STABS_FUN2): Likewise.
30752         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
30753         * sysdeps/x86_64/configure: Regenerated.
30754
30755 2012-08-14  Roland McGrath  <roland@hack.frob.com>
30756
30757         * elf/dl-open.c: Include <atomic.h>.
30758         * elf/dl-lookup.c: Likewise.
30759
30760 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
30761
30762         * sysdeps/unix/sysv/linux/kernel-features.h
30763         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
30764         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
30765         unconditionally.
30766         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
30767         unconditionally.
30768         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
30769         condition on __ASSUME_CLONE_THREAD_FLAGS.
30770
30771 2012-08-14  Andreas Jaeger  <aj@suse.de>
30772
30773         * sysdeps/i386/fpu/libm-test-ulps: Update.
30774
30775 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
30776
30777         * include/atomic.h (atomic_exchange_and_add): Split into ...
30778         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
30779         New atomic macros.
30780
30781 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
30782
30783         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30784
30785 2012-08-13  Jeff Law <law@redhat.com>
30786
30787         * manual/stdio.texi (snprintf): Clarify handling of the trailing
30788         null byte in the output string.
30789
30790 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
30791
30792         * sysdeps/unix/sysv/linux/kernel-features.h
30793         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
30794         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
30795         (__ASSUME_ARG_MAX_STACK_BASED): Define.
30796         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
30797         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
30798         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
30799         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
30800
30801 2012-08-09  Jeff Law <law@redhat.com>
30802
30803         [BZ #13939]
30804         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
30805         When avoid_arena is set, don't retry in the that arena.  Pick the
30806         next one, whatever it might be.
30807         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
30808         (arena_lock): Pass in new parameter to arena_get2.
30809         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
30810         arena_get2.
30811         (__libc_malloc): Unify retrying after main arena failure with
30812         __libc_memalign version.
30813         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
30814
30815 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
30816
30817         [BZ #14166]
30818         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
30819         to __redirect_strstr.
30820         (__strstr_sse42): Use typeof __redirect_strstr.
30821         (__strstr_ia32): Likewise.
30822         (__libc_strstr): New prototype.
30823         (strstr): Renamed to ...
30824         (__libc_strstr): This.
30825         (strstr): New strong alias of __libc_strstr.
30826         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30827         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
30828         __redirect_time.
30829         Include <time.h>.
30830         (__libc_time): New prototype.
30831         (time_ifunc): Replace time with __libc_time.
30832         (time): New strong alias and hidden definition of __libc_time.
30833         (__GI_time): Remove strong alias.
30834         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
30835         Include <stddef.h>.
30836         (memmove): Redefined to __redirect_memmove.
30837         (__memmove_sse2): Use typeof __redirect_memmove.
30838         (__memmove_ssse3): Likewise.
30839         (__memmove_ssse3_back): Likewise.
30840         (__libc_memmove): New prototype.
30841         (memmove): Renamed to ...
30842         (__libc_memmove): This.
30843         (memmove): New strong alias of __libc_memmove.
30844
30845 2012-08-08  Mark Salter  <msalter@redhat.com>
30846
30847         * elf/elf.h
30848         (R_MN10300_TLS_GD): Define.
30849         (R_MN10300_TLS_LD): Likewise.
30850         (R_MN10300_TLS_LDO): Likewise.
30851         (R_MN10300_TLS_GOTIE): Likewise.
30852         (R_MN10300_TLS_IE): Likewise.
30853         (R_MN10300_TLS_LE): Likewise.
30854         (R_MN10300_TLS_DTPMOD): Likewise.
30855         (R_MN10300_TLS_DTPOFF): Likewise.
30856         (R_MN10300_TLS_TPOFF): Likewise.
30857         (R_MN10300_SYM_DIFF): Likewise.
30858         (R_MN10300_ALIGN): Likewise.
30859         (R_MN10300_NUM): Update.
30860
30861 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
30862
30863         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
30864         Remove.
30865
30866 2012-08-08  Roland McGrath  <roland@hack.frob.com>
30867
30868         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
30869
30870         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
30871         sysdeps/unix -> sysdeps/posix move.
30872         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
30873
30874 2012-08-07      Allan McRae     <allan@archlinux.org>
30875
30876         [BZ #14303]
30877         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
30878         (SUNOS_CPP): Likewise.
30879         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
30880         not found.
30881         (open_input): Call CPP using execvp.
30882
30883 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30884
30885         * sysdeps/unix/sysv/linux/kernel-features.h
30886         (__ASSUME_PROT_GROWSUPDOWN): Remove.
30887         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30888         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30889         (__ASSUME_WAITID_SYSCALL): Likewise.
30890         * sysdeps/unix/sysv/linux/dl-execstack.c
30891         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
30892         code unconditional.
30893         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
30894         conditional code.
30895         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
30896         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
30897         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
30898         code.
30899         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
30900         unconditional.
30901         [__ASSUME_WAITID_SYSCALL]: Likewise.
30902         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
30903
30904 2012-08-07  Roland McGrath  <roland@hack.frob.com>
30905
30906         * sysdeps/unix/closedir.c: Renamed to ...
30907         * sysdeps/posix/closedir.c: ... here.
30908         * sysdeps/unix/dirfd.c: Renamed to ...
30909         * sysdeps/posix/dirfd.c: ... here.
30910         * sysdeps/unix/dirstream.h: Renamed to ...
30911         * sysdeps/posix/dirstream.h: ... here.
30912         * sysdeps/unix/fdopendir.c: Renamed to ...
30913         * sysdeps/posix/fdopendir.c: ... here.
30914         * sysdeps/unix/opendir.c: Renamed to ...
30915         * sysdeps/posix/opendir.c: ... here.
30916         * sysdeps/unix/readdir.c: Renamed to ...
30917         * sysdeps/posix/readdir.c: ... here.
30918         * sysdeps/unix/readdir_r.c: Renamed to ...
30919         * sysdeps/posix/readdir_r.c: ... here.
30920         * sysdeps/unix/rewinddir.c: Renamed to ...
30921         * sysdeps/posix/rewinddir.c: ... here.
30922         * sysdeps/unix/seekdir.c: Renamed to ...
30923         * sysdeps/posix/seekdir.c: ... here.
30924         * sysdeps/unix/telldir.c: Renamed to ...
30925         * sysdeps/posix/telldir.c: ... here.
30926         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
30927         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
30928         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
30929         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
30930
30931         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
30932         * bits/fcntl.h: ... here.
30933
30934         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
30935         not 0.
30936         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
30937         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
30938         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
30939         (struct flock): Move l_start, l_len to the beginning.
30940         Use __pid_t for l_pid.
30941         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
30942         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
30943         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
30944         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
30945         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
30946         [__USE_LARGEFILE64] (struct flock64): New type.
30947         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
30948
30949         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
30950         * bits/dirent.h: ... here.
30951
30952         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
30953         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
30954
30955 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30956
30957         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
30958         Change from 2.6.0 to 2.6.16.
30959         * sysdeps/unix/sysv/linux/configure: Regenerated.
30960         * sysdeps/unix/sysv/linux/kernel-features.h
30961         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
30962         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
30963         version.
30964         (__ASSUME_UTIMES): Likewise.
30965         (__ASSUME_CLONE_STOPPED): Remove.
30966         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
30967         architectures, not kernel version.
30968         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
30969         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30970         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30971         (__ASSUME_WAITID_SYSCALL): Likewise.
30972         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
30973         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
30974         * README: State 2.6.16 as minimum Linux kernel version.  Do not
30975         refer to older versions.
30976
30977 2012-08-06  Roland McGrath  <roland@hack.frob.com>
30978
30979         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
30980         Define alphasort64 as an alias.
30981         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
30982         Define versionsort64 as an alias.
30983         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
30984         Define scandir64 as an alias.
30985         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
30986         Define scandirat64 as an alias.
30987         * dirent/alphasort64.c (alphasort64):
30988         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
30989         * dirent/versionsort64.c: Likewise.
30990         * dirent/scandir64.c: Likewise.
30991         * dirent/scandirat64.c: Likewise.
30992         * sysdeps/wordsize-64/alphasort.c: File removed.
30993         * sysdeps/wordsize-64/alphasort64.c: File removed.
30994         * sysdeps/wordsize-64/scandir.c: File removed.
30995         * sysdeps/wordsize-64/scandir64.c: File removed.
30996         * sysdeps/wordsize-64/scandirat.c: File removed.
30997         * sysdeps/wordsize-64/scandirat64.c: File removed.
30998         * sysdeps/wordsize-64/versionsort.c: File removed.
30999         * sysdeps/wordsize-64/versionsort64.c: File removed.
31000         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31001         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31002         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31003         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31004         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31005         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31006         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31007         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31008
31009         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31010         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31011         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31012         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31013         [defined __arch64__ || defined __sparcv9]
31014         (__INO_T_MATCHES_INO64_T): New macro.
31015         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31016         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31017         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31018         * sysdeps/unix/sysv/linux/bits/dirent.h
31019         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31020         (_DIRENT_MATCHES_DIRENT64): New macro.
31021
31022         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31023         Define lockf64 as an alias.
31024         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31025         Define fseeko64 as an alias.
31026         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31027         Define ftello64 as an alias.
31028         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31029         Define _IO_fgetpos64 and fgetpos64 as aliases.
31030         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31031         Define _IO_fsetpos64 and fsetpos64 as aliases.
31032         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31033         Conditionalize body on this.
31034         * libio/fseeko64.c: Likewise.
31035         * libio/ftello64.c: Likewise.
31036         * libio/iofgetpos64.c: Likewise.
31037         * libio/iofsetpos64.c: Likewise.
31038         * sysdeps/wordsize-64/lockf.c: File removed.
31039         * sysdeps/wordsize-64/lockf64.c: File removed.
31040         * sysdeps/wordsize-64/fseeko.c: File removed.
31041         * sysdeps/wordsize-64/fseeko64.c: File removed.
31042         * sysdeps/wordsize-64/ftello.c: File removed.
31043         * sysdeps/wordsize-64/ftello64.c: File removed.
31044         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31045         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31046         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31047         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31048         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31049         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31050         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31051         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31052         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31053         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31054         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31055         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31056         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31057         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31058
31059         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31060         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31061         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31062         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31063         [defined __arch64__ || defined __sparcv9]
31064         (__OFF_T_MATCHES_OFF64_T): New macro.
31065         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31066         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31067         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31068         (__OFF_T_MATCHES_OFF64_T): New macro.
31069
31070 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31071
31072         * stdlib/secure-getenv.c (__secure_getenv): Replace
31073         GLIBC_2_16 with GLIBC_2_17.
31074
31075 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31076
31077         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31078         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31079
31080 2012-08-03  David S. Miller  <davem@davemloft.net>
31081
31082         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31083
31084 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31085
31086         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31087         Remove.
31088         (__ASSUME_CORRECT_SI_PID): Likewise.
31089         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31090         (__ASSUME_TMPFS_NAME): Likewise.
31091         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31092         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31093         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31094         (HAVE_AUX_SECURE): Make definition unconditional.
31095         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31096         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31097
31098 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31099
31100         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31101         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31102         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31103         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31104         __eloop_threshold instead of SYMLOOP_MAX.
31105
31106         * sysdeps/generic/eloop-threshold.h: New file.
31107         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31108         of MAXSYMLINKS.
31109         * elf/chroot_canon.c (chroot_canon): Likewise.
31110
31111 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31112
31113         [BZ #13717]
31114         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31115         Change to 2.6.0 everywhere.
31116         * sysdeps/unix/sysv/linux/configure: Regenerated.
31117         * sysdeps/unix/sysv/linux/kernel-features.h
31118         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31119         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31120         kernel versions.
31121         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31122         (__ASSUME_FUTEX_REQUEUE): Remove.
31123         (__ASSUME_STATFS64): Define unconditionally.
31124         (__ASSUME_AT_SECURE): Likewise.
31125         (__ASSUME_CORRECT_SI_PID): Likewise.
31126         (__ASSUME_TGKILL): Define without depending on kernel version for
31127         i386.
31128         (__ASSUME_UTIMES): Likewise.
31129         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31130         kernel version.
31131         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31132         (__ASSUME_TMPFS_NAME): Likewise.
31133         * README: Update reference to Linux kernel versions.
31134
31135 2012-08-02  Marek Polacek  <polacek@redhat.com>
31136
31137         [BZ# 14150]
31138         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31139         libc_cv_asm_type_prefix with %.
31140         * configure: Regenerated.
31141         * include/libc-symbols.h: Remove comment about
31142         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31143         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31144         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31145         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31146         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31147         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31148         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31149         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31150         * elf/tst-unique2mod1.c: Likewise.
31151         * elf/tst-unique1mod2.c: Likewise.
31152         * elf/tst-unique1mod1.c: Likewise.
31153         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31154         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31155         Replace ASM_TYPE_DIRECTIVE with .type.
31156         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31157         * sysdeps/i386/sysdep.h: Likewise.
31158         * sysdeps/x86_64/sysdep.h: Likewise.
31159         * sysdeps/sh/sysdep.h: Likewise.
31160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31161         Do not define ASM_TYPE_DIRECTIVE.
31162         * sysdeps/powerpc/sysdep.h: Likewise.
31163         * sysdeps/powerpc/powerpc32/sysdep.h:
31164         Replace ASM_TYPE_DIRECTIVE with .type.
31165         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31166         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31167         * sysdeps/i386/fpu/e_powf.S: Likewise.
31168         * sysdeps/i386/fpu/e_expl.S: Likewise.
31169         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31170         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31171         * sysdeps/i386/fpu/e_pow.S: Likewise.
31172         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31173         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31174         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31175         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31176         * sysdeps/i386/fpu/e_log2.S: Likewise.
31177         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31178         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31179         * sysdeps/i386/fpu/e_powl.S: Likewise.
31180         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31181         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31182         * sysdeps/i386/fpu/e_logl.S: Likewise.
31183         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31184         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31185         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31186         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31187         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31188         * sysdeps/i386/fpu/e_log.S: Likewise.
31189         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31190         * sysdeps/i386/fpu/e_logf.S: Likewise.
31191         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31192         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31193         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31194         * sysdeps/i386/fpu/e_log10.S: Likewise.
31195         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31196         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31197         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31198         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31199         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31200         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31201         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31202         * sysdeps/i386/i686/strtok.S: Likewise.
31203         * sysdeps/i386/i386-mcount.S: Likewise.
31204         * sysdeps/i386/strtok.S: Likewise.
31205         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31206         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31207         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31208         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31209         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31210         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31211         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31212         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31213         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31214         * sysdeps/x86_64/_mcount.S: Likewise.
31215         * sysdeps/x86_64/strtok.S: Likewise.
31216         * sysdeps/sh/_mcount.S: Likewise.
31217
31218 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31219
31220         * libio/iofopen.c: Include <fcntl.h>.
31221         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31222         (_IO_fopen64, fopen64): Define as aliases.
31223         * libio/iofopen64.c: Include <fcntl.h>.
31224         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31225         Conditionalize body on this.
31226         * sysdeps/wordsize-64/iofopen.c: File removed.
31227         * sysdeps/wordsize-64/iofopen64.c: File removed.
31228
31229 2012-08-01  Marek Polacek  <polacek@redhat.com>
31230
31231         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31232         Use dlfcn directly instead of a variable.
31233         (binfmt-subdir): Do not define.
31234         (dlfcn): Likewise.
31235
31236 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31237
31238         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31239         Remove all definitions.
31240         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31241         <kernel-features.h>.
31242         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31243         (miss_F_GETOWN_EX): Remove all definitions.
31244         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31245         macro definition.
31246         [!__ASSUME_FCNTL64]: Remove conditional code.
31247         [__ASSUME_FCNTL64]: Make code unconditional.
31248         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31249         <kernel-features.h>.
31250         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31251         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31252         (lockf64) [__NR_fcntl64]: Make code unconditional.
31253         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31254
31255         * sysdeps/unix/sysv/linux/kernel-features.h
31256         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31257         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31258         Make code unconditional.
31259         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31260         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31262         [__NR_vfork]: Make code unconditional.
31263         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31264         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31266         [__NR_vfork]: Make code unconditional.
31267         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31268         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31269
31270 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31271
31272         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31273         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31274
31275         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31276         Define mkstemp64 as an alias.
31277         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31278         Define mkstemps64 as an alias.
31279         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31280         Define mkostemp64 as an alias.
31281         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31282         Define mkostemps64 as an alias.
31283         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31284         Conditionalize body on this.
31285         * misc/mkostemp64.c: Likewise.
31286         * misc/mkostemps64.c: Likewise.
31287         * misc/mkstemps64.c: Likewise.
31288         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31289         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31290         * sysdeps/wordsize-64/mkostemp.c: File removed.
31291         * sysdeps/wordsize-64/mkstemp.c: File removed.
31292         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31293         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31294         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31295         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31296
31297         [BZ #14138]
31298         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31299         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31300         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31301         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31302
31303         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31304         compat_symbol macros from <shlib-compat.h> rather than the underlying
31305         default_symbol_version and symbol_version macros, so that DEFAULT
31306         lines in shlib-versions are respected.
31307         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31308
31309 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31310
31311         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31312         Declare with warn_unused_result.
31313         (setgid, setregid, setegid, setresgid): Likewise.
31314         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31315         Likewise.
31316         * WUR-REPORT: Remove set*id functions.
31317
31318 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31319
31320         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31321
31322 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31323
31324         [BZ #10191]
31325         * include/sys/socket.h (__libc_accept, __libc_accept4):
31326         Add attribute_hidden.
31327         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31328
31329         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31330         use of PTR_MANGLE.
31331         * inet/getnetgrent_r.c (setup): Likewise.
31332
31333         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31334
31335 2012-07-31  David S. Miller  <davem@davemloft.net>
31336
31337         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31338
31339 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31340
31341         [BZ #13629]
31342         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31343         value between 1.0 and 2.0 and smaller part has absolute value less
31344         than 1.0.
31345         * math/s_clog10.c (__clog10): Likewise.
31346         * math/s_clog10f.c (__clog10f): Likewise.
31347         * math/s_clog10l.c (__clog10l): Likewise.
31348         * math/s_clogf.c (__clogf): Likewise.
31349         * math/s_clogl.c (__clogl): Likewise.
31350         * math/libm-test.inc (clog_test): Add more tests.
31351         (clog10_test): Likewise.
31352         * sysdeps/i386/fpu/libm-test-ulps: Update.
31353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31354
31355 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31356
31357         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31358         Exit with zero in case no suitable GID is found, and write a
31359         message to standard error.
31360
31361 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31362
31363         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31364         rather than to 1.
31365         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31366         (MAXPATHLEN): Removed.
31367         (NOGROUP, NODEV): New macros.
31368         (setbit, clrbit, isset, isclr): New macros.
31369         (howmany, roundup, powerof2): New macros.
31370         (DEV_BSIZE): New macro.
31371
31372         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31373         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31374
31375         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31376         definition on [!__NO_LONG_DOUBLE_MATH].
31377
31378         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31379         PTR_MANGLE and PTR_DEMANGLE.
31380
31381         * socket/accept4.c (accept4): Rename to __libc_accept4.
31382         Define accept4 as a weak alias.
31383
31384         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31385         on [_DIRENT_HAVE_D_TYPE].
31386         * io/ftw.c (ftw_dir): Likewise.
31387
31388         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31389
31390         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31391
31392         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31393         Use the BSD numbers rather than the arbitrary ones we had.
31394         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31395         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31396         (SIGXCPU, SIGXFSZ): New macros.
31397         (_NSIG): Now 32.
31398
31399         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31400         initializer on [_LIBC_REENTRANT].
31401
31402         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31403         definitions inside [_POSIX_MAPPED_FILES].
31404
31405         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31406
31407         * dirent/opendir.c: Include <fcntl.h>.
31408
31409         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31410         (__libc_getspecific): Likewise.
31411         (__libc_key_create): Likewise.
31412
31413         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31414         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31415         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31416         (tmpfile64): Define as alias.
31417         * sysdeps/wordsize-64/tmpfile.c: File removed.
31418         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31419         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31420         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31421
31422         * stdio-common/vfscanf.c: Include <stdbool.h>.
31423         * nss/makedb.c: Likewise.
31424         * stdio-common/_i18n_number.h: Likewise.
31425         * argp/argp-help.c: Likewise.
31426         * posix/wordexp.c: Likewise.
31427         * sysdeps/posix/spawni.c: Likewise.
31428         * nss/nss_files/files-initgroups.c: Likewise.
31429         * stdio-common/reg-modifier.c: Include <stdlib.h>.
31430         * nss/nss_files/files-initgroups.c: Likewise.
31431         * nss/nss_db/db-netgrp.c: Likewise.
31432         * nss/nss_db/db-initgroups.c: Likewise.
31433         * io/fchmodat.c: Include <sys/stat.h>.
31434
31435         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
31436         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
31437
31438         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
31439         [HAVE_MMAP].
31440
31441         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
31442         Add multiple inclusion protection.
31443
31444 2012-07-27  David S. Miller  <davem@davemloft.net>
31445
31446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31447
31448 2012-07-27  Gary Benson  <gbenson@redhat.com>
31449
31450         [BZ #14298]
31451         * elf/rtld.c: Include <stap-probe.h>.
31452         (dl_main): Added static probes "init_start" and "init_complete".
31453         * elf/dl-load.c: Include <stap-probe.h>.
31454         (lose): Take new parameter "nsid".
31455         Added static probe "map_failed".
31456         (_dl_map_object_from_fd): Pass namespace id to lose.
31457         Added static probe "map_start".
31458         (open_verify): Pass namespace id to lose.
31459         * elf/dl-open.c: Include <stap-probe.h>.
31460         (dl_open_worker) Added static probes "map_complete", "reloc_start"
31461         and "reloc_complete".
31462         * elf/dl-close.c: Include <stap-probe.h>.
31463         (_dl_close_worker): Added static probes "unmap_start" and
31464         "unmap_complete".
31465         * elf/rtld-debugger-interface.txt: New file documenting the above.
31466
31467 2012-07-26  Roland McGrath  <roland@hack.frob.com>
31468
31469         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
31470         rather than a string variable.
31471         * sunrpc/rpc_main.c (h_output): Likewise.
31472         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
31473
31474 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
31475
31476         * inet/check_native.c: New file.
31477
31478 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
31479
31480         [BZ #13629]
31481         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
31482         if larger part has absolute value 1.0.
31483         * math/s_clog10.c (__clog10): Likewise.
31484         * math/s_clog10f.c (__clog10f): Likewise.
31485         * math/s_clog10l.c (__clog10l): Likewise.
31486         * math/s_clogf.c (__clogf): Likewise.
31487         * math/s_clogl.c (__clogl): Likewise.
31488         * math/libm-test.inc (clog_test): Add more tests.
31489         (clog10_test): Likewise.
31490         * sysdeps/i386/fpu/libm-test-ulps: Update.
31491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31492
31493         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
31494         (pltexit): Likewise.
31495         (La_regs): Likewise.
31496         (La_retval): Likewise.
31497         (int_retval): Likewise.
31498         Update #error for removed macros to refer only to definitions in
31499         tst-audit.h.
31500         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
31501         macro.
31502         (pltexit): Likewise.
31503         (La_regs): Likewise.
31504         (La_retval): Likewise.
31505         (int_retval): Likewise.
31506         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
31507         macro.
31508         (pltexit): Likewise.
31509         (La_regs): Likewise.
31510         (La_retval): Likewise.
31511         (int_retval): Likewise.
31512         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
31513         macro.
31514         (pltexit): Likewise.
31515         (La_regs): Likewise.
31516         (La_retval): Likewise.
31517         (int_retval): Likewise.
31518         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
31519         macro.
31520         (pltexit): Likewise.
31521         (La_regs): Likewise.
31522         (La_retval): Likewise.
31523         (int_retval): Likewise.
31524         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
31525         macro.
31526         (pltexit): Likewise.
31527         (La_regs): Likewise.
31528         (La_retval): Likewise.
31529         (int_retval): Likewise.
31530         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
31531         macro.
31532         (pltexit): Likewise.
31533         (La_regs): Likewise.
31534         (La_retval): Likewise.
31535         (int_retval): Likewise.
31536         * sysdeps/generic/tst-audit.h: Update comment to refer only to
31537         macro definitions in tst-audit.h.
31538         * sysdeps/i386/tst-audit.h: New file.
31539         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
31540         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
31541         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
31542         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
31543         * sysdeps/sh/tst-audit.h: Likewise.
31544         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
31545         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
31546         * sysdeps/x86_64/tst-audit.h: Likewise.
31547
31548 2012-07-26  Andreas Jaeger  <aj@suse.de>
31549
31550         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
31551         ptrace.
31552
31553         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
31554         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
31555         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
31556         PTRACE_O_MASK.
31557         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
31558         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
31559         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
31560
31561         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
31562         value.
31563
31564         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
31565         _sigsys.
31566         (si_call_addr, si_syscall, si_arch): Define new macro.
31567         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
31568         _sigsys.
31569         (si_call_addr, si_syscall, si_arch): Define new marcro.
31570         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
31571         _sigsys.
31572         (si_call_addr, si_syscall, si_arch): Define new macro.
31573         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
31574         _sigsys.
31575         (si_call_addr, si_syscall, si_arch): Define new macro.
31576
31577 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31578
31579         [BZ #13717]
31580         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31581         Change to 2.4.21 where previously 2.4.1.
31582         * sysdeps/unix/sysv/linux/configure: Regenerated.
31583         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
31584         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
31585         Linux kernel version.
31586         (__ASSUME_STD_AUXV): Remove.
31587         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
31588         kernel version.
31589         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
31590         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
31591         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
31592         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
31593         (__ASSUME_NETLINK_SUPPORT): Likewise.
31594         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
31595         (__no_netlink_support): Remove conditional definition.
31596         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
31597         Remove.
31598         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31599         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
31600         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
31601         (if_nameindex_ioctl): Remove.
31602         (if_nameindex_netlink): Do not handle __no_netlink_support.
31603         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31604         code.
31605         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
31606         Remove conditional code.
31607         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31608         code.
31609         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
31610         unconditional.
31611         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31612         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
31613         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
31614         Remove.
31615         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
31616         [!__ASSUME_STD_AUXV]: Remove conditional code.
31617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
31618         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
31619         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
31620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
31621         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
31622         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31623         code.
31624         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
31626         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
31627         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31628         conditional code.
31629         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
31631         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31632         code.
31633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
31634         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31635         conditional code.
31636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
31637         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31638         code unconditional.
31639         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31640         conditional code.
31641         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31642         unconditional.
31643         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31644         conditional code.
31645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
31646         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31647         unconditional.
31648         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31649         conditional code.
31650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
31651         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31652         code unconditional.
31653         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31654         conditional code.
31655         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31656         unconditional.
31657         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31658         conditional code.
31659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
31660         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31661         code unconditional.
31662         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31663         conditional code.
31664         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31665         unconditional.
31666         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31667         conditional code.
31668
31669 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
31670
31671         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
31672         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
31673         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
31674         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
31675         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
31676         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
31677         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
31678         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
31679         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
31680         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
31681         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
31682         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
31683         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
31684         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
31685         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
31686         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
31687         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
31688         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
31689         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
31690         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
31691         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
31692         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
31693         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
31694
31695 2012-07-25  Florian Weimer  <fweimer@redhat.com>
31696
31697         * Versions.def: Add GLIBC_2.17.
31698         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
31699         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
31700         Introduce __libc_secure_getenv.
31701         * stdlib/Versions (2.17): Add secure_getenv
31702         (GLIBC_PRIVATE): Add __libc_secure_getenv.
31703         * stdlib/secure-getenv.c: Rename __secure_getenv to
31704         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
31705         symbol __secure_getenv for GLIBC_2.0.
31706         * stdlib/tst-secure-getenv.c: New.
31707         * stdlib/Makefile (tests): Add testcase.
31708         * manual/startup.texi (Environment Access): Document
31709         secure_getenv.
31710         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
31711         __libc_secure_getenv.
31712         * inet/ruserpass.c (ruserpass): Likewise.
31713         * malloc/mtrace.c (mtrace): Likewise.
31714         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
31715         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
31716         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
31717         * sysdeps/posix/tempname.c: Likewise.  Evaluate
31718         HAVE_SECURE_GETENV.
31719         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
31720         __secure_getenv to __libc_secure_getenv.
31721         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
31722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31723         Likewise.
31724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31725         Likewise.
31726         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
31727         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
31728         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31729         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
31730         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
31731         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31732         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
31733
31734 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31735
31736         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
31737         (struct La_i86_retval): Likewise.
31738         (struct La_x86_64_regs): Likewise.
31739         (struct La_x86_64_retval): Likewise.
31740         (struct La_x32_regs): Likewise.
31741         (struct La_x32_retval): Likewise.
31742         (struct La_ppc32_regs): Likewise.
31743         (struct La_ppc32_retval): Likewise.
31744         (struct La_ppc64_regs): Likewise.
31745         (struct La_ppc64_retval): Likewise.
31746         (struct La_sh_regs): Likewise.
31747         (struct La_sh_retval): Likewise.
31748         (struct La_s390_32_regs): Likewise.
31749         (struct La_s390_32_retval): Likewise.
31750         (struct La_s390_64_regs): Likewise.
31751         (struct La_s390_64_retval): Likewise.
31752         (struct La_sparc32_regs): Likewise.
31753         (struct La_sparc32_retval): Likewise.
31754         (struct La_sparc64_regs): Likewise.
31755         (struct La_sparc64_retval): Likewise.
31756         (struct audit_ifaces): Remove architecture-specific pltenter and
31757         pltexit members.
31758         * sysdeps/i386/ldsodefs.h: New file.
31759         * sysdeps/powerpc/ldsodefs.h: Likewise.
31760         * sysdeps/s390/ldsodefs.h: Likewise.
31761         * sysdeps/sh/ldsodefs.h: Likewise.
31762         * sysdeps/sparc/ldsodefs.h: Likewise.
31763         * sysdeps/x86_64/ldsodefs.h: Likewise.
31764
31765 2012-07-25  Marek Polacek  <polacek@redhat.com>
31766
31767         [BZ #6808]
31768         * math/libm-test.inc (yn_test): Add another test.
31769         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
31770         to ERANGE when the result is +-Inf.
31771         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
31772         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
31773         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
31774         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
31775
31776 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
31777
31778         * conform/data/time.h-data (NULL): Use macro-constant.  Require
31779         equal to 0.
31780         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
31781         clock_t.
31782         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
31783
31784 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
31785
31786         * configure.in <sysdeps resolving>: Correct printing
31787         Implies_before.
31788         * configure: Regenerate.
31789
31790 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
31791
31792         * math/w_ilogb.c: Include <limits.h>.
31793         * math/w_ilogbl.c: Likewise.
31794
31795 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31796
31797         * manual/lang.texi (__va_copy): Document primarily as ISO C99
31798         va_copy.  Document allowing for unavailable va_copy only as
31799         pre-C99 compatibility.
31800         * manual/string.texi (Copying and Concatenation): Use va_copy
31801         instead of __va_copy in concat example.
31802
31803 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
31804
31805         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
31806         (__sendto): Use create_address_port.  Initialize APORT and deallocate
31807         it if not null.
31808
31809         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
31810         with O_NOLINK passed to __file_name_lookup.
31811
31812         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
31813         with O_NOLINK passed to __file_name_lookup.
31814
31815         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
31816         negative N or less than NGIDS.
31817
31818         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
31819         type to string_t.  Set ERANGE as errno and return it if NAME is not big
31820         enough.  Use memcpy instead of strncpy.
31821
31822 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31823
31824         * elf/Makefile (check-data): Remove.
31825         (localplt.data): New vpath directive.
31826         ($(objpfx)check-localplt.out): Use localplt.data from vpath
31827         instead of $(check-data).
31828         * scripts/data/localplt-generic.data: Move to ...
31829         * sysdeps/generic/localplt.data: ... here.
31830         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
31831         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
31832         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
31833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
31834         ... here.
31835         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
31836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
31837         ... here.
31838         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
31839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
31840         ... here.
31841         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
31842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
31843         ... here.
31844         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
31845         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
31846         ... here.
31847         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
31848         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
31849         ... here.
31850
31851 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31852
31853         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
31854         PPC32 and PPC64 files.
31855         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
31856         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
31857
31858 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31859
31860         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
31861         __makecontext_ret to ...
31862         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
31863         ... here and call exit if uc_link is NULL.  New file.
31864         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
31865         __makecontext_ret.S.
31866         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
31867         __makecontext_ret to ...
31868         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
31869         ... here and call exit if uc_link is NULL.  New file.
31870         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
31871         __makecontext_ret.S.
31872
31873 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31874
31875         * elf/elf.h (R_390_IRELATIVE): New definition.
31876         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
31877         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
31878         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
31879         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
31880         (elf_machine_lazy_rel): Likewise.
31881         * sysdeps/s390/dl-irel.h: New file.
31882         * sysdeps/s390/s390-64/memcpy.S: New asm code.
31883         * sysdeps/s390/s390-64/memset.S: New asm code.
31884         * sysdeps/s390/s390-64/memcmp.S: New asm code.
31885         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
31886         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
31887         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
31888         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
31889         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
31890         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
31891         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
31892         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
31893         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
31894         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
31895         * sysdeps/s390/s390-32/memcpy.S: New asm code.
31896         * sysdeps/s390/s390-32/memset.S: New asm code.
31897         * sysdeps/s390/s390-32/memcmp.S: New asm code.
31898
31899 2012-07-17  Marek Polacek  <polacek@redhat.com>
31900
31901         [BZ #14349]
31902         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
31903         * sysdeps/s390/s390-64/configure.in: Likewise.
31904         * sysdeps/sparc/configure.in: Likewise.
31905         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
31906         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
31907         * sysdeps/i386/configure.in: Likewise.
31908         * sysdeps/x86_64/configure.in: Likewise.
31909         * sysdeps/sh/configure.in: Likewise.
31910         * sysdeps/s390/s390-32/configure: Regenerated.
31911         * sysdeps/s390/s390-64/configure: Likewise.
31912         * sysdeps/x86_64/configure: Likewise.
31913         * sysdeps/sh/configure: Likewise.
31914         * sysdeps/powerpc/powerpc64/configure: Likewise.
31915         * sysdeps/powerpc/powerpc32/configure: Likewise.
31916         * sysdeps/sparc/configure: Likwise.
31917         * sysdeps/i386/configure: Likewise.
31918
31919         * elf/dl-open.c: Comment fixes.
31920
31921 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
31922
31923         * Makefile [CXX] (check-data): Remove.
31924         [CXX] (c++-types.data): New vpath directive.
31925         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
31926         vpath.  Do not allow for C++ type data being missing.
31927         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
31928         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
31929         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
31930         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
31931         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
31932         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
31933         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
31934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
31935         ... here.
31936         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
31937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
31938         ... here.
31939         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
31940         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
31941         ... here.
31942         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
31943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
31944         ... here.
31945         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
31946         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
31947         ... here.
31948         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
31949         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
31950         ... here.
31951         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
31952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
31953         ... here.
31954         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
31955         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
31956
31957         * elf/tls-macros.h (TLS_LE): Move architecture-specific
31958         definitions to architecture-specific files.
31959         (TLS_IE): Likewise.
31960         (TLS_LD): Likewise.
31961         (TLS_GD): Likewise.
31962         * sysdeps/i386/tls-macros.h: New file.
31963         * sysdeps/powerpc/tls-macros.h: Likewise.
31964         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
31965         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
31966         * sysdeps/sh/tls-macros.h: Likewise.
31967         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
31968         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
31969         * sysdeps/x86_64/tls-macros.h: Likewise.
31970
31971 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31972
31973         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
31974         zero value for regular exit case.
31975
31976         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
31977         (__start_context): Preserve zero value for regular exit case.
31978
31979 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31980             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31981
31982         * manual/setjmp.texi (setcontext): Clarify normal process
31983         termination when uc_link is the null pointer.
31984         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
31985         exit call.
31986
31987 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
31988
31989         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
31990         preprocessor.  Test for each exception mask separately.
31991
31992 2012-07-16  Andreas Jaeger  <aj@suse.de>
31993
31994         * po/ru.po: Update from translation team.
31995
31996 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
31997
31998         * conform/data/string.h-data (NULL): Use macro-constant.  Require
31999         equal to 0.
32000         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32001         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32002         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32003         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32004         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32005
32006 2012-07-13  Andreas Jaeger  <aj@suse.de>
32007
32008         * po/fr.po: Update from translation team.
32009
32010 2012-07-12  Marek Polacek  <polacek@redhat.com>
32011
32012         [BZ #14173]
32013         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32014         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32015         loop condition.
32016
32017 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32018
32019         [BZ #13717]
32020         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32021         Change to 2.4.1 where previously 2.4.0.
32022         * sysdeps/unix/sysv/linux/configure: Regenerated.
32023         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32024         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32025         version.
32026         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32027         (__ASSUME_AT_CLKTCK): Remove.
32028         (__ASSUME_AT_PAGESIZE): Likewise.
32029         (__ASSUME_AT_XID): Likewise.
32030         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32031         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32032         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32033         unconditionally.
32034         (HAVE_AUX_PAGESIZE): Likewise.
32035         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32036         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32037         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32038
32039 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32040
32041         [BZ #14307]
32042         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32043         the temporary buffer used to invoke __gethostbyname2_r,
32044         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32045         host_data / struct gaih_addrtuple.
32046         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32047         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32048         header file nss/nsswitch.h.
32049         * nss/nsswitch.h (global scope): Add definition of implementation
32050         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32051         resolv/nss_dns/dns-host.c).
32052
32053 2012-07-11  Andreas Jaeger  <aj@suse.de>
32054
32055         * po/fr.po: Update from translation team.
32056
32057         * po/sv.po: Update from translation team
32058         * po/fr.po: Another update from translation team.
32059
32060 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32061
32062         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32063         for subnormals or multiply small sinh result by itself.
32064         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32066
32067 2012-07-11  David S. Miller  <davem@davemloft.net>
32068
32069         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32070
32071 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32072
32073         [BZ #14347]
32074         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32075         (INTERNAL_MARK): Shift it here.
32076
32077 2012-07-10  Marek Polacek  <polacek@redhat.com>
32078
32079         [BZ #14151]
32080         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32081         libc_cv_asm_global_directive with .globl.
32082         * configure: Regenerated.
32083         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32084         with .globl.
32085         * sysdeps/i386/configure: Regenerated.
32086         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32087         with .globl.
32088         * sysdeps/x86_64/configure: Regenerated.
32089         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32090         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32091         * elf/tst-unique2mod2.c: Likewise.
32092         * elf/tst-unique2mod1.c: Likewise.
32093         * elf/tst-unique1mod2.c: Likewise.
32094         * elf/tst-unique1mod1.c: Likewise.
32095         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32096         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32097         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32098         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32099         * sysdeps/mach/sysdep.h: Likewise.
32100         * sysdeps/i386/sysdep.h: Likewise.
32101         * sysdeps/i386/i386-mcount.S: Likewise.
32102         * sysdeps/x86_64/_mcount.S: Likewise.
32103         * sysdeps/x86_64/sysdep.h: Likewise.
32104         * sysdeps/sh/_mcount.S: Likewise.
32105         * sysdeps/sh/sysdep.h: Likewise.
32106         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32107         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32108         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32109         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32110         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32111         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32112         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32113         * locale/localeinfo.h: Likewise.
32114         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32115         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32116
32117 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32118
32119         [BZ #14336]
32120         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32121         system".
32122         * manual/message.texi (The Uniforum approach): Likewise.
32123         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32124         (glibc iconv Implementation): Likewise.
32125
32126 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32127
32128         [BZ #14337]
32129         * math/s_clog.c (__clog): Avoid scaling a value down where that
32130         could result in underflow.
32131         * math/s_clog10.c (__clog10): Likewise.
32132         * math/s_clog10f.c (__clog10f): Likewise.
32133         * math/s_clog10l.c (__clog10l): Likewise.
32134         * math/s_clogf.c (__clogf): Likewise.
32135         * math/s_clogl.c (__clogl): Likewise.
32136         * math/libm-test.inc (clog_test): Add more tests.
32137         (clog10_test): Likewise.
32138         * sysdeps/i386/fpu/libm-test-ulps: Update.
32139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32140
32141 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32142
32143         [BZ #14283]
32144         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32145         by 7 not 8 to examine high bit of fractional part.
32146
32147         [BZ #14042]
32148         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32149         for call to __mcount_internal.
32150         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32151         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32152         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32153
32154 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32155
32156         [BZ #14154]
32157         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32158         approximation for values within 0x1p-13f of an odd multiple of
32159         pi/4.
32160         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32161         exception.  Add more tests.
32162         * sysdeps/i386/fpu/libm-test-ulps: Update.
32163
32164         [BZ #6778]
32165         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32166         inputs and return -1 for them.  Do not check for +Inf in case not
32167         reachable for +Inf.
32168         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32169         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not 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         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32174         define.
32175         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32176         and return -1 for them.  Do not check for +Inf in case not
32177         reachable for +Inf.
32178         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32179         spurious underflow.
32180         * sysdeps/i386/fpu/libm-test-ulps: Update.
32181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32182
32183 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32184
32185         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32186
32187 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32188
32189         [BZ #14157]
32190         [BZ #14331]
32191         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32192         could result in spurious underflow.  Scale down values above
32193         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32194         * math/s_csqrtf.c (__csqrtf): Likewise.
32195         * math/s_csqrtl.c (__csqrtl): Likewise.
32196         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32197         spurious underflow.
32198         * sysdeps/i386/fpu/libm-test-ulps: Update.
32199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32200
32201 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32202
32203         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32204         xopen-msg.sed.
32205         * catgets/xopen-msg.awk: New file.
32206         * catgets/xopen-msg.sed: Removed.
32207
32208         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32209         po2text.sed.
32210         * intl/po2test.awk: New file.
32211         * intl/po2test.sed: Removed.
32212
32213 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32214
32215         [BZ #14328]
32216         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32217         or multiply small sinh result by itself.
32218         * math/s_ctanf.c (__ctanf): Likewise.
32219         * math/s_ctanh.c (__ctanh): Likewise.
32220         * math/s_ctanhf.c (__ctanhf): Likewise.
32221         * math/s_ctanhl.c (__ctanhl): Likewise.
32222         * math/s_ctanl.c (__ctanl): Likewise.
32223         * math/libm-test.inc (ctan_test_tonearest): New function.
32224         (ctan_test_towardzero): Likewise.
32225         (ctan_test_downward): Likewise.
32226         (ctan_test_upward): Likewise.
32227         (ctanh_test_tonearest): Likewise.
32228         (ctanh_test_towardzero): Likewise.
32229         (ctanh_test_downward): Likewise.
32230         (ctanh_test_upward): Likewise.
32231         (main): Call these new functions.
32232         * sysdeps/i386/fpu/libm-test-ulps: Update.
32233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32234
32235 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32236
32237         * .gitignore: Delete /ports entry.
32238
32239 2012-07-03  Andreas Jaeger  <aj@suse.de>
32240
32241         * po/bg.po: Update from translation team.
32242         * po/cs.po: Likewise.
32243         * po/de.po: Likewise.
32244         * po/hr.po: Likewise.
32245         * po/nl.pl: Likewise.
32246         * po/pl.po: Likewise.
32247         * po/vi.po: Likewise.
32248
32249 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32250
32251         * Makeconfig [!+link] (+link-before-libc): New variable.
32252         [!+link] (+link-after-libc): Likewise.
32253         [!+link] (+link-tests): Likewise.
32254         [!+link] (+link): Define in terms of $(+link-before-libc) and
32255         $(+link-after-libc).
32256         [!+link-static] (+link-static-before-libc): New variable.
32257         [!+link-static] (+link-static-after-libc): Likewise.
32258         [!+link-static] (+link-static-tests): Likewise.
32259         [!+link-static] (+link-static): Define in terms of
32260         $(+link-static-before-libc) and $(+link-static-after-libc).
32261         [build-shared] (link-libc-before-gnulib): New variable.
32262         [build-shared] (link-libc-tests): Likewise.
32263         [build-shared] (link-libc): Define in terms of
32264         $(link-libc-before-gnulib).
32265         [!build-shared] (link-libc-tests): New variable.
32266         (link-libc-static-tests): New variable.
32267         [!gnulib] (gnulib-arch): New variable.
32268         [!gnulib] (gnulib-tests): Likewise.
32269         [!gnulib] (static-gnulib-arch): Likewise.
32270         [!gnulib] (static-gnulib-tests): Likewise.
32271         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32272         Define with "=" instead of ":=".
32273         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32274         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32275         * Rules (binaries-all-notests): New variable.
32276         (binaries-all-tests): Likewise.
32277         (binaries-static-notests): Likewise.
32278         (binaries-static-tests): Likewise.
32279         (binaries-all): Define using $(binaries-all-notests) and
32280         $(binaries-all-tests).
32281         (binaries-static): Define using $(binaries-static-notests) and
32282         $(binaries-static-tests).
32283         (binaries-shared-tests): New variable.
32284         (binaries-shared-notests): Likewise.
32285         (binaries-shared): Remove variable.
32286         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32287         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32288         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32289         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32290         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32291         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32292         * elf/Makefile (sln-modules): New variable.
32293         (extra-objs): Add $(sln-modules:=.o).
32294         (ldconfig-modules): Add static-stubs.
32295         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32296         * elf/static-stubs.c: New file.
32297
32298         [BZ #14283]
32299         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32300         by 7 not 8 to examine high bit of fractional part.  Use volatile
32301         variables when splitting into final array of floats if
32302         __FLT_EVAL_METHOD__ != 0.
32303         * math/libm-test.inc (cos_test): Add another test.
32304         (sin_test): Likewise.
32305         * sysdeps/i386/fpu/libm-test-ulps: Update.
32306
32307         [BZ #14273]
32308         * math/libm-test.inc (cosh_test): Add more tests.
32309
32310         * version.h (RELEASE): Set to "development".
32311         (VERSION): Set to "2.16.90".
32312
32313 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32314
32315         * NEWS: Update copyright. Remove last-updated date.
32316         Mention math library bug fixes and timezone data changes.
32317         * README: Mention GNU/Hurd, x32, and HPPA support status.
32318
32319 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32320
32321         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32322
32323 2012-06-27  Andreas Jaeger  <aj@suse.de>
32324
32325         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32326
32327 2012-06-25  Andreas Jaeger  <aj@suse.de>
32328
32329         * sysdeps/s390/fpu/libm-test-ulps: Update.
32330
32331 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32332             Thomas Schwinge  <thomas@codesourcery.com>
32333
32334         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32335         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32336         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32337         fanotify_mark.
32338
32339 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32340
32341         * sysdeps/mach/start.c: Remove file.
32342         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32343         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32344         * sysdeps/sh/init-first.c: Likewise.
32345
32346         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32347         registers for frame unwinding purposes, add CFI directives.
32348         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32349         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32350         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32351         Likewise.
32352
32353         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32354         __fortify_fail returning.
32355         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32356
32357         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32358         sysdeps/sh/____longjmp_chk.S.
32359         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32360         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32361         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32362         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32363
32364         * sysdeps/sh/abort-instr.h: New file.
32365         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32366         process in case exit returns.
32367
32368         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32369         initialize the GOT register before use.
32370
32371         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32372         calculation of ARGC > 4.
32373
32374         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32375         meaningful names to some local labels.
32376
32377 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32378             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32379
32380         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32381         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32382         (__arch_compare_and_exchange_val_16_acq): Likewise.
32383         (__arch_compare_and_exchange_val_32_acq): Likewise.
32384         (atomic_exchange_and_add): Fix gUSA sequence.
32385         (atomic_add): Likewise.
32386         (atomic_add_negative): Likewise.
32387         (atomic_add_zero): Likewise.
32388         (atomic_bit_test_set): Likewise.
32389
32390 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32391
32392         [BZ #13579]
32393         * include/link.h (struct link_map): Add l_free_initfini.
32394         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32395         l_initfini.
32396         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32397         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32398         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32399         set.
32400
32401 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32402
32403         * configure.in: Use AC_LANG_SOURCE.
32404         * configure: Regenerate.
32405
32406 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32407
32408         * configure.in (libc_cv_localstatedir): New substituted variable.
32409         * configure: Regenerated.
32410         * config.make.in (localstatedir): New variable, substituted from
32411         libc_cv_localstatedir.
32412         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32413         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32414         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32415         * sysdeps/gnu/configure: Regenerated.
32416
32417 2012-06-21  Jeff Law  <law@redhat.com>
32418
32419         [BZ #14277]
32420         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32421         free.  Simplify list management for _LIBC case.
32422
32423 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
32424
32425         [BZ #14273]
32426         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
32427         Clear sign bit of 64-bit integer value before comparing against
32428         overflow value.
32429
32430         * sysdeps/mach/configure: Regenerated.
32431
32432 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
32433
32434         [BZ #14278]
32435         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
32436
32437 2012-06-21  Jeff Law  <law@redhat.com>
32438
32439         [BZ #13882]
32440         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
32441         uint16_t for elements in the "seen" array to avoid char overflows.
32442         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32443         * elf/dl-open.c (dl_open_worker): Likewise.
32444
32445 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
32446
32447         * scripts/list-sources.sh: Scan PORTS for translations.
32448         * po/libc.pot: Regenerated.
32449
32450 2012-06-21  Andreas Jaeger  <aj@suse.de>
32451
32452         [BZ #12194]
32453         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
32454         warning.
32455         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
32456         * bits/byteswap-16.h (__bswap_16): Likewise.
32457         * bits/byteswap.h (__bswap_constant_16): Likewise.
32458
32459 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
32460
32461         [BZ #14117]
32462         * sysdeps/i386/fpu_control.h: Removed.
32463         * sysdeps/x86_64/fpu_control.h: Moved to ...
32464         * sysdeps/x86/fpu_control.h: Here.
32465
32466         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
32467         (_FPU_SETCW): Likewise.
32468
32469 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
32470
32471         [BZ #14117]
32472         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
32473         * sysdeps/x86/fpu/bits/mathinline.h: This.
32474         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
32475
32476         [BZ #14050]
32477         [BZ #14117]
32478         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
32479         functions if __x86_64__ is defined.
32480
32481 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
32482
32483         * string/endian.h: Add !__ASSEMBLER__ condition for including
32484         conversion interfaces.
32485
32486 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
32487
32488         [BZ #14241]
32489         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
32490         of ABS(x) in calculating zero to negative powers other than odd
32491         integers.
32492         * math/libm-test.inc (pow_test): Add more tests.
32493
32494 2012-06-15  Andreas Jaeger  <aj@suse.de>
32495
32496         * manual/contrib.texi (Contributors): Update entry of Liubov
32497         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
32498         Machado Filho.
32499
32500 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
32501
32502         * string/string.h: Add __wur to GNU version of strerror_r.
32503
32504 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
32505
32506         [BZ #14229]
32507         * string/Makefile (tests): Add tst-strtok_r.
32508         * string/tst-strtok_r.c: New file.
32509         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
32510         RAX_LP/RDX_LP on SAVE_PTR.
32511
32512 2012-06-14  Roland McGrath  <roland@hack.frob.com>
32513
32514         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
32515
32516 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
32517
32518         * libm_test.inc (csqrt_test): Allow more spurious underflow
32519         exceptions.
32520         (j0_test): Likewise.
32521         (j1_test): Likewise.
32522         (y0_test): Likewise.
32523         (y1_test): Likewise.
32524
32525 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
32526
32527         * po/Makefile (libc.pot): Use UTF-8 charset.
32528
32529 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
32530
32531         [BZ #14210]
32532         Suppress sign-conversion warning from FD_SET.
32533         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
32534         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
32535         not unsigned long int.
32536         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
32537
32538 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
32539
32540         [BZ #14050]
32541         [BZ #14117]
32542         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
32543         __extern_always_inline instead of __extern_inline.
32544         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
32545         (__signbit): Likewise.
32546         (__signbitl): Support C++ namespace.
32547         (lrintf): New inline function.
32548         (lrint): Likewise.
32549         (llrintf): Likewise.
32550         (llrint): Likewise.
32551         (fmaxf): Likewise.
32552         (fmax): Likewise.
32553         (fminf): Likewise.
32554         (fmin): Likewise.
32555         (rint): Likewise.
32556         (rintf): Likewise.
32557         (ceil): Likewise.
32558         (ceilf): Likewise.
32559         (floor): Likewise.
32560         (floorf): Likewise.
32561         (nearbyint): Likewise.
32562         (nearbyintf): Likewise.
32563
32564 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
32565
32566         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
32567         non-default versions.
32568
32569 2012-06-11  Roland McGrath  <roland@hack.frob.com>
32570
32571         [BZ #14218]
32572         * manual/argp.texi (Argp): Reword argp_parse description slightly.
32573
32574 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
32575
32576         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
32577         (FE_UPWARD, FE_DOWNWARD): Don't define.
32578         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
32579         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
32580
32581         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
32582         reading it.
32583         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
32584         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
32585
32586 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32587
32588         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
32589         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
32590         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
32591         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
32592
32593 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
32594
32595         [BZ #14117]
32596         * sysdeps/i386/fpu/bits/fenv.h: Removed.
32597         * sysdeps/i386/fpu/Implies: New file.
32598         * sysdeps/x86_64/fpu/Implies: Likewise.
32599         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
32600         * sysdeps/x86/fpu/bits/fenv.h: This.
32601
32602         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
32603         __SSE_MATH__.
32604
32605 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32606
32607         [BZ #14134]
32608         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
32609         character 0xffff that matches the last element of the
32610         conversion table.
32611
32612 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32613
32614         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
32615         fmodl commit.
32616
32617 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32618
32619         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
32620         values higher than 25.6283.
32621
32622 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32623
32624         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
32625         subnormal exponent extraction and add some __builtin_expect.
32626         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
32627         Fix for subnormal mantissa calculation.
32628
32629 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
32630
32631         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
32632         cpu2 is -1 and errno is not ENOSYS.
32633
32634 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
32635
32636         [BZ #14117]
32637         * sysdeps/i386/i486/bits/string.h: Renamed to ...
32638         * sysdeps/x86/bits/string.h: This.
32639         * sysdeps/x86_64/bits/string.h: Removed.
32640
32641         * sysdeps/i386/i486/bits/string.h: Define inline functions only
32642         if not compiling for x86-64, but compiling for >= i486.
32643
32644         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
32645         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
32646
32647         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
32648         New macro from Linux kernel 3.4.0.
32649         (FP_XSTATE_MAGIC2): Likewise.
32650         (FP_XSTATE_MAGIC2_SIZE): Likewise.
32651         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
32652         (struct _fpx_sw_bytes): New struct.
32653         (struct _xsave_hdr): Likewise.
32654         (struct _ymmh_state): Likewise.
32655         (struct _xstate): Likewise.
32656
32657         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
32658         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
32659         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
32660         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
32661         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
32662         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
32663
32664         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
32665         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
32666         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
32667         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
32668         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
32669         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
32670
32671 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32672
32673         [BZ #13743]
32674         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
32675         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
32676         (sysdep_headers): Include sys/platform/ppc.h.
32677         * sysdeps/powerpc/test-gettimebase.c: Test for
32678         __ppc_get_timebase() to catch future ISA opcode/insn changes.
32679         * manual/Makefile (appendices): Include platform.texi.
32680         * manual/contrib.texi (Contributors): Update @node pointers.
32681         * manual/maint.texi (Maintenance): Likewise.
32682         (Platform): New node.
32683         * manual/platform.texi: New file.  Document the new features.
32684
32685 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32686             Jakub Jelinek  <jakub@redhat.com>
32687
32688         [BZ #14188]
32689         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
32690         where __builtin_expect is unavailable.
32691
32692 2012-06-03  David S. Miller  <davem@davemloft.net>
32693
32694         * stdlib/longlong.h: Updated from GCC.
32695
32696 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
32697
32698         [BZ #14042]
32699         * sysdeps/powerpc/powerpc32/mcount.c: New file.
32700         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
32701         __mcount_internal.
32702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
32703         (GLIBC_2.16): Likewise.
32704
32705 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32706
32707         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
32708
32709 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32710
32711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
32712         (default-abi): New variable.
32713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
32714         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
32715         variable.
32716         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
32717         Likewise.
32718         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
32719         Likewise.
32720         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
32721         Likewise.
32722
32723         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
32724         definition.  Document in comment.
32725
32726 2012-06-01  David S. Miller  <davem@davemloft.net>
32727
32728         * stdlib/longlong.h: Updated from GCC.
32729
32730 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32731
32732         [BZ #14117]
32733         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
32734         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
32735         sys/debugreg.h sys/io.h here.
32736         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
32737         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
32738         sys/io.h.
32739         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
32740         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
32741         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
32742         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
32743         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
32744         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
32745
32746         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
32747         Define only if __x86_64__ is defined.
32748
32749 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32750
32751         [BZ #14048]
32752         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
32753         Use int64_t for variable i.
32754         * math/libm-test.inc (fmod_test): Add more tests.
32755
32756         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
32757         z computation is not scheduled after fetestexcept.
32758         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
32759         Use math_force_eval instead of asm to ensure calculation scheduled
32760         before exception test.
32761         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
32762         Ensure a1 + u.d computation is not scheduled after fetestexcept.
32763
32764 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
32765
32766         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
32767         computation is not scheduled after fetestexcept.
32768
32769 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32770
32771         [BZ #14117]
32772         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
32773         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
32774
32775 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32776
32777         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
32778         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
32779
32780 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32781
32782         [BZ #14117]
32783         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
32784         <bits/wordsize.h>.
32785         (__WCHAR_MIN): Support __WORDSIZE == 64.
32786         (__WCHAR_MAX): Likewise.
32787
32788         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
32789         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
32790
32791         [BZ #14183]
32792         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
32793         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
32794
32795         [BZ #14117]
32796         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
32797         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
32798
32799         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
32800         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
32801
32802         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
32803         Defined to 1 if __x86_64__ isn't defined.
32804         (_STAT_VER_LINUX_OLD): New.
32805         (st_atime): Remove duplicate.
32806         (st_mtime): Likewise.
32807         (st_ctime): Likewise.
32808
32809 2012-05-31  David S. Miller  <davem@davemloft.net>
32810
32811         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
32812         entries.
32813
32814 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
32815
32816         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
32817         gen-libm-test.pl.
32818
32819         [BZ #14132]
32820         * elf/dl-reloc.c: Include <_itoa.h>.
32821         (_dl_reloc_bad_type): Remove use of INTUSE.
32822         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
32823         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
32824         * stdio-common/psiginfo.c (psiginfo): Likewise.
32825         * stdio-common/psignal.c (psignal): Likewise.
32826         * string/strsignal.c (strsignal): Likewise.
32827         * include/signal.h (_sys_siglist): Declare hidden proto.
32828         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
32829         INTVARDEF with libc_hidden_data_def.
32830         * stdio-common/itoa-udigits.c: Likewise.
32831         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
32832         (_itoa_lower_digits_internal): Remove declaration.
32833         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
32834         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
32835         (_sys_sigabbrev_internal): Remove aliases.
32836         (_sys_siglist): Define hidden alias.
32837
32838 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
32839
32840         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32841         bits/sysctl.h.
32842
32843 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32844
32845         [BZ #14117]
32846         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
32847         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
32848
32849         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
32850         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
32851         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
32852         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
32853         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
32854         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
32855
32856         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
32857         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
32858         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
32859
32860         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
32861         with __addr.
32862         (insw): Likewise.
32863         (insl): Likewise.
32864         (outsb): Likewise.
32865         (outsw): Likewise.
32866         (outsl): Likewise.
32867
32868         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
32869         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
32870         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
32871
32872         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
32873         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
32874         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
32875         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
32876         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
32877         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
32878
32879         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
32880         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
32881
32882         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
32883         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
32884
32885         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
32886         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
32887         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
32888
32889         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
32890         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
32891         to ...
32892         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
32893
32894         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
32895         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
32896         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
32897
32898         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
32899         for x86-64.
32900         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
32901
32902 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
32903
32904         * math/math.h (M_El): Use two more decimal places.
32905         (M_LOG2El): Likewise.
32906         (M_LOG10El): Likewise.
32907         (M_LN2l): Likewise.
32908         (M_LN10l): Likewise.
32909         (M_PIl): Likewise.
32910         (M_PI_2l): Likewise.
32911         (M_PI_4l): Likewise.
32912         (M_1_PIl): Likewise.
32913         (M_2_PIl): Likewise.
32914         (M_2_SQRTPIl): Likewise.
32915         (M_SQRT2l): Likewise.
32916         (M_SQRT1_2l): Likewise.
32917
32918 2012-05-31  David S. Miller  <davem@davemloft.net>
32919
32920         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
32921         values between float registers.
32922         * sysdeps/sparc/sparc64/memset.S: Likewise.
32923         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
32924
32925 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
32926
32927         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
32928         -D_FORTIFY_SOURCE=1.
32929         (CPPFLAGS-tst-longjmp_chk.c): Define.
32930         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
32931         (CPPFLAGS-tst-longjmp_chk2.c): Define.
32932         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
32933         CFLAGS-tst-wchar-h.c.
32934
32935 2012-05-31  Marek Polacek  <polacek@redhat.com>
32936
32937         [BZ #14132]
32938         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
32939         __endmntent_internal): Remove declaration.
32940         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
32941         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
32942         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
32943
32944 2012-05-30  David S. Miller  <davem@davemloft.net>
32945
32946         * sysdeps/sparc/sparc32/soft-fp/q_util.c
32947         (___Q_simulate_exceptions): Use real FP ops rather than writing
32948         into the %fsr.
32949         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
32950         Likewise.
32951
32952 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32953
32954         [BZ #14117]
32955         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
32956         * sysdeps/x86/bits/xtitypes.h: This.
32957
32958         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
32959         * sysdeps/x86/bits/wordsize.h: This.
32960
32961         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
32962         * sysdeps/x86/bits/huge_vall.h: This.
32963
32964         * sysdeps/i386/bits/select.h: Removed.
32965         * sysdeps/x86_64/bits/select.h: Renamed to ...
32966         * sysdeps/x86/bits/select.h: This.
32967
32968         * sysdeps/i386/bits/setjmp.h: Removed.
32969         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
32970         * sysdeps/x86/bits/setjmp.h: This.
32971
32972         * sysdeps/i386/bits/mathdef.h: Removed.
32973         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
32974         * sysdeps/x86/bits/mathdef.h: This.
32975
32976 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
32977
32978         [BZ #14132]
32979         * include/sys/socket.h (__connect_internal)
32980         (__libc_sa_len_internal): Remove declaration.
32981         (__connect, __libc_sa_len): Declare hidden_proto.
32982         (SA_LEN): Remove use of INTUSE.
32983         * socket/connect.c: Add libc_hidden_def.
32984         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
32985         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
32986         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
32987         alias.
32988         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
32989         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
32990         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
32991         of adding _internal alias.
32992
32993 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32994
32995         [BZ #14117]
32996         * sysdeps/i386/bits/link.h: Removed.
32997         * sysdeps/i386/bits/linkmap.h: Likewise.
32998         * sysdeps/x86_64/bits/link.h: Renamed to ...
32999         * sysdeps/x86/bits/link.h: This.
33000         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33001         * sysdeps/x86/bits/linkmap.h: This.
33002
33003         * sysdeps/i386/bits/endian.h: Removed.
33004         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33005         * sysdeps/x86/bits/endian.h: This.
33006
33007         * sysdeps/i386/bits/byteswap.h: Removed.
33008         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33009         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33010         * sysdeps/x86/bits/byteswap.h: This.
33011         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33012         * sysdeps/x86/bits/byteswap-16.h: This.
33013         * sysdeps/i386/Implies: Add x86.
33014         * sysdeps/x86_64/Implies: Likewise.
33015
33016 2012-05-30  David S. Miller  <davem@davemloft.net>
33017
33018         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33019         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33020         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33021         (FP_TRAPPING_EXCEPTIONS): Define.
33022         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33023         (FP_TRAPPING_EXCEPTIONS): Define.
33024         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33025         subnormals only when inexact has been signalled or underflow
33026         exceptions are enabled.
33027         (_FP_PACK_CANONICAL): Likewise.
33028
33029 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33030
33031         [BZ #14183]
33032         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33033         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33034
33035 2012-05-30  Richard Henderson  <rth@twiddle.net>
33036
33037         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33038         with #ifndef NOT_IN_libc.
33039
33040         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33041         marked to avoid plt entry.
33042
33043 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33044
33045         [BZ #14112]
33046         * Makeconfig (default-abi): New macro.
33047         (abi-includes): Likewise.
33048         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33049         $(abi-$(default-abi)-lib-soname) for soname if defined.
33050         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33051         abi-variants.
33052         * Makefile (installed-stubs): Likewise.
33053         * include/stubs-biarch.h: Removed.
33054         * scripts/lib-names.awk: Only handle one library at a time.
33055         * scripts/soversions.awk: Remove WORDSIZE support.
33056         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33057         entries.
33058         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33059         Removed.
33060         (syscall-list-default-condition): Likewise.
33061         (syscall-list-default-condition): Likewise.
33062         (syscall-list-includes): Likewise.
33063         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33064         syscall-list-* with abi-*.  Handle undefined abi-variants.
33065         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33066         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33067         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33068         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33069         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33070         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33071         Removed.
33072         (syscall-list-32-options): Likewise.
33073         (syscall-list-32-condition): Likewise.
33074         (syscall-list-64-options): Likewise.
33075         (syscall-list-64-condition): Likewise.
33076         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33077         macro.
33078         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33079         Renamed to ...
33080         (abi-*): This.
33081         (abi-64-ld-soname): New macro.
33082         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33083         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33084         Renamed to ...
33085         (abi-*): This.
33086         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33087         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33088
33089 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33090
33091         * sysdeps/unix/sysv/linux/kernel-features.h
33092         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33093         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33094         include <kernel-features.h>.
33095         [!__NR_ftruncate64]: Remove conditional code.
33096         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33097         [__NR_ftruncate64]: Make code unconditional.
33098         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33099         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33100         include <kernel-features.h>.
33101         [!__NR_ftruncate64]: Remove conditional code.
33102         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33103         [__NR_ftruncate64]: Make code unconditional.
33104         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33106         include <kernel-features.h>.
33107         [!__NR_ftruncate64]: Remove conditional code.
33108         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33109         [__NR_ftruncate64]: Make code unconditional.
33110         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33112         include <kernel-features.h>.
33113         [!__NR_ftruncate64]: Remove conditional code.
33114         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33115         [__NR_ftruncate64]: Make code unconditional.
33116         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33117
33118         * configure.in (libc_cv_fpie): Weaken to a compile test using
33119         LIBC_TRY_CC_OPTION.
33120         * configure: Regenerated.
33121
33122 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33123
33124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33127         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33128         Refreshed.
33129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33130         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33131         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33135         Refreshed.
33136
33137 2012-05-27  David S. Miller  <davem@davemloft.net>
33138
33139         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33140         (___Q_zero): New.
33141         (__Q_simulate_exceptions): Return void.  Change to simulate
33142         exceptions by writing into the %fsr.
33143         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33144         (__Qp_handle_exceptions): Likewise.
33145         (numbers): Delete.
33146         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33147         __Qp_handle_exceptions.
33148         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33149         __Qp_handle_exceptions.
33150         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33151         as unused and give dummy FP_RND_NEAREST initializer.
33152         (FP_INHIBIT_RESULTS): Define.
33153         (___Q_simulate_exceptions): Update declaration.
33154         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33155         formatting.
33156         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33157         as unused and give dummy FP_RND_NEAREST initializer.
33158         (__Qp_handle_exceptions): Update declaration.
33159         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33160         formatting.
33161
33162 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33163
33164         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33165         the temporary FPU control word.
33166         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33167         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33168         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33169         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33170         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33171         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33172         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33173         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33174         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33175         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33176         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33177
33178 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33179
33180         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33181         fields.
33182
33183 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33184
33185         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33186         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33187         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33188         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33189         Likewise.
33190         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33191         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33192         Likewise.
33193
33194 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33195
33196         * po/h.po: Update from translation team.
33197
33198 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33199
33200         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33201
33202         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33203         handling of denormals.
33204         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33205         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33206         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33207         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33208         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33209         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33210         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33211         Likewise.
33212
33213 2012-05-26  Marek Polacek  <polacek@redhat.com>
33214
33215         [BZ #14152]
33216         * math/libm-test.inc (fma_test): Don't always expect underflow
33217         exception.
33218
33219 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33220
33221         [BZ #12416]
33222         * elf/tst-execstack.c: Include stackinfo.h.
33223         (do_test): Adjust test case to ensure that pthread_getattr_np
33224         behaviour remains the same after marking stack executable.
33225
33226 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33227
33228         * sysdeps/unix/sysv/linux/kernel-features.h
33229         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33230         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33231         kernel-features.h.
33232         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33233         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33234         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33235         kernel-features.h.
33236         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33237         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33238
33239 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33240
33241         * configure.in: Define the default includes to being none.
33242         * configure: Regenerated.
33243
33244 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33245
33246         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33247         * sysdeps/x86_64/setjmp.S: Likewise.
33248         * sysdeps/i386/bsd-setjmp.S: Likewise.
33249         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33250         * sysdeps/i386/setjmp.S: Likewise.
33251         * sysdeps/i386/__longjmp.S: Likewise.
33252         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33253         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33254
33255         * include/stap-probe.h: New file.
33256         * configure.in: Handle --enable-systemtap.
33257         * configure: Regenerated.
33258         * config.h.in (USE_STAP_PROBE): New #undef.
33259         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33260         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33261         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33262
33263 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33264
33265         [BZ #13717]
33266         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33267         to 2.4.0 where earlier.
33268         * sysdeps/unix/sysv/linux/configure: Regenerated.
33269         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33270         <kernel-features.h>.
33271         [__ASSUME_32BITUIDS]: Make code unconditional.
33272         [!__ASSUME_32BITUIDS]: Remove conditional code.
33273         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33274         <kernel-features.h>.
33275         [__ASSUME_32BITUIDS]: Make code unconditional.
33276         [!__ASSUME_32BITUIDS]: Remove conditional code.
33277         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33278         [__ASSUME_32BITUIDS]: Make code unconditional.
33279         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33280         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33281         <kernel-features.h>.
33282         [__ASSUME_32BITUIDS]: Make code unconditional.
33283         [!__ASSUME_32BITUIDS]: Remove conditional code.
33284         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
33285         <kernel-features.h>.
33286         [__ASSUME_32BITUIDS]: Make code unconditional.
33287         [!__ASSUME_32BITUIDS]: Remove conditional code.
33288         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
33289         <kernel-features.h>.
33290         [__ASSUME_32BITUIDS]: Make code unconditional.
33291         [!__ASSUME_32BITUIDS]: Remove conditional code.
33292         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
33293         <kernel-features.h>.
33294         [__ASSUME_32BITUIDS]: Make code unconditional.
33295         [!__ASSUME_32BITUIDS]: Remove conditional code.
33296         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33297         <kernel-features.h>.
33298         [__ASSUME_32BITUIDS]: Make code unconditional.
33299         [!__ASSUME_32BITUIDS]: Remove conditional code.
33300         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33301         <kernel-features.h>.
33302         [__ASSUME_32BITUIDS]: Make code unconditional.
33303         [!__ASSUME_32BITUIDS]: Remove conditional code.
33304         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33305         <kernel-features.h>.
33306         [__ASSUME_32BITUIDS]: Make code unconditional.
33307         [!__ASSUME_32BITUIDS]: Remove conditional code.
33308         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33309         <kernel-features.h>.
33310         [__ASSUME_32BITUIDS]: Make code unconditional.
33311         [!__ASSUME_32BITUIDS]: Remove conditional code.
33312         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33313         <kernel-features.h>.
33314         [__ASSUME_32BITUIDS]: Make code unconditional.
33315         [!__ASSUME_32BITUIDS]: Remove conditional code.
33316         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33317         <kernel-features.h>.
33318         [__ASSUME_32BITUIDS]: Make code unconditional.
33319         [!__ASSUME_32BITUIDS]: Remove conditional code.
33320         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33321         <kernel-features.h>.
33322         [__NR_setresgid] (__setresgid): Do not declare.
33323         [__ASSUME_32BITUIDS]: Make code unconditional.
33324         [!__ASSUME_32BITUIDS]: Remove conditional code.
33325         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33326         <kernel-features.h>.
33327         [__NR_setresuid] (__setresuid): Do not declare.
33328         [__ASSUME_32BITUIDS]: Make code unconditional.
33329         [!__ASSUME_32BITUIDS]: Remove conditional code.
33330         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
33331         <kernel-features.h>.
33332         [__ASSUME_32BITUIDS]: Make code unconditional.
33333         [!__ASSUME_32BITUIDS]: Remove conditional code.
33334         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
33335         <kernel-features.h>.
33336         [__ASSUME_32BITUIDS]: Make code unconditional.
33337         [!__ASSUME_32BITUIDS]: Remove conditional code.
33338         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33339         <kernel-features.h>.
33340         [__ASSUME_32BITUIDS]: Make code unconditional.
33341         [!__ASSUME_32BITUIDS]: Remove conditional code.
33342         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33343         <kernel-features.h>.
33344         [__ASSUME_32BITUIDS]: Make code unconditional.
33345         [!__ASSUME_32BITUIDS]: Remove conditional code.
33346         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33347         <kernel-features.h>.
33348         [__ASSUME_32BITUIDS]: Make code unconditional.
33349         [!__ASSUME_32BITUIDS]: Remove conditional code.
33350         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33351         <kernel-features.h>.
33352         [__ASSUME_32BITUIDS]: Make code unconditional.
33353         [!__ASSUME_32BITUIDS]: Remove conditional code.
33354         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33355         <kernel-features.h>.
33356         [__ASSUME_32BITUIDS]: Make code unconditional.
33357         [!__ASSUME_32BITUIDS]: Remove conditional code.
33358         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33359         <kernel-features.h>.
33360         [__ASSUME_32BITUIDS]: Make code unconditional.
33361         [!__ASSUME_32BITUIDS]: Remove conditional code.
33362         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33363         <kernel-features.h>.
33364         [__ASSUME_32BITUIDS]: Make code unconditional.
33365         [!__ASSUME_32BITUIDS]: Remove conditional code.
33366         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33367         <kernel-features.h>.
33368         [__ASSUME_32BITUIDS]: Make code unconditional.
33369         [!__ASSUME_32BITUIDS]: Remove conditional code.
33370         * sysdeps/unix/sysv/linux/kernel-features.h
33371         (__ASSUME_SETRESUID_SYSCALL): Remove.
33372         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33373         (__ASSUME_32BITUIDS): Likewise.
33374         (__ASSUME_LDT_WORKS): Likewise.
33375         (__ASSUME_O_DIRECTORY): Likewise.
33376         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33377         architecture but not kernel version.
33378         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33379         (__ASSUME_MMAP2_SYSCALL): Likewise.
33380         (__ASSUME_STAT64_SYSCALL): Likewise.
33381         (__ASSUME_IPC64): Likewise.
33382         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33383         <kernel-features.h>.
33384         [__ASSUME_32BITUIDS]: Make code unconditional.
33385         [!__ASSUME_32BITUIDS]: Remove conditional code.
33386         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33387         <kernel-features.h>.
33388         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33389         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33390         132096]: Remove conditional code.
33391         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33392         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33393         <kernel-features.h>.
33394         [__ASSUME_32BITUIDS]: Make code unconditional.
33395         [!__ASSUME_32BITUIDS]: Remove conditional code.
33396         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33397         <kernel-features.h>.
33398         [__ASSUME_32BITUIDS]: Make code unconditional.
33399         [!__ASSUME_32BITUIDS]: Remove conditional code.
33400         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33401         <kernel-features.h>.
33402         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33403         unconditional.
33404         (__setresgid): Do not declare.
33405         [__ASSUME_32BITUIDS]: Make code unconditional.
33406         [!__ASSUME_32BITUIDS]: Remove conditional code.
33407         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33408         <kernel-features.h>.
33409         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33410         unconditional.
33411         (__setresuid): Do not declare.
33412         [__ASSUME_32BITUIDS]: Make code unconditional.
33413         [!__ASSUME_32BITUIDS]: Remove conditional code.
33414         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33415         <kernel-features.h>.
33416         [__ASSUME_32BITUIDS]: Make code unconditional.
33417         [!__ASSUME_32BITUIDS]: Remove conditional code.
33418         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33419         <kernel-features.h>.
33420         [__ASSUME_32BITUIDS]: Make code unconditional.
33421         [!__ASSUME_32BITUIDS]: Remove conditional code.
33422
33423 2012-05-25  Richard Henderson  <rth@twiddle.net>
33424
33425         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
33426         dl_hwcap to ifunc resolver.
33427         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
33428         elf_ifunc_invoke.
33429         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
33430         dl_hwcap to ifunc resolver.
33431         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
33432
33433 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33434
33435         [BZ #14153]
33436         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
33437         for |x| <= 2**-26, not 2**-57.
33438         * math/libm-test.inc (acos_test): Do not allow spurious underflow
33439         exception.
33440
33441 2012-05-24  Jeff Law  <law@redhat.com>
33442
33443         * stdio-common/Makefile (tests): Add bug25.
33444         * stdio-common/bug25.c: New test.
33445
33446 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33447
33448         [BZ #13576]
33449         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
33450         multiple of MALLOC_ALIGNMENT in size.
33451         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
33452
33453 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33454
33455         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
33456         Require >= 256.
33457         (FILENAME_MAX): Use macro-int-constant.
33458         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
33459         (_IOFBF): Use macro-int-constant.
33460         (_IOLBF): Likewise.
33461         (_IONBF): Likewise.
33462         (SEEK_CUR): Likewise.
33463         (SEEK_END): Likewise.
33464         (SEEK_SET): Likewise.
33465         (TMP_MAX): Likewise.
33466         (EOF): Use macro-int-constant.  Require < 0.
33467         (NULL): Use macro-constant.  Require == 0.
33468         (stdin): Require type to be FILE *.
33469         (stdout): Likewise.
33470         (stderr): Likewise.
33471         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
33472         macro-int-constant.
33473         (EXIT_SUCCESS): Likewise.
33474         (NULL): Use macro-constant.  Require == 0.
33475         (RAND_MAX): Use macro-int-constant.
33476         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
33477         [C99-based standards] (strtof): Require function.
33478         [C99-based standards] (strtold): Likewise.
33479         [C99-based standards] (strtoll): Likewise.
33480         [C99-based standards] (strtoull): Likewise.
33481         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33482         [ISO || ISO99 || ISO11] (limits.h): Likewise.
33483         [ISO || ISO99 || ISO11] (math.h): Likewise.
33484         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
33485         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33486         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33487
33488 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
33489
33490         [BZ #14132]
33491         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
33492         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
33493         * intl/dgettext.c (DCGETTEXT): Likewise.
33494         * intl/gettext.c (DCGETTEXT): Likewise.
33495         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
33496         * posix/regex_internal.h (gettext): Likewise.
33497         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
33498         Remove declaration.
33499         * include/argz.h (__argz_count_internal)
33500         (__argz_stringify_internal): Remove declaration.
33501         (__argz_count, __argz_stringify): Declare hidden proto.
33502         * intl/dcgettext.c: Remove use of INTDEF.
33503         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
33504         * string/argz-stringify.c: Likewise.
33505         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33506         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33507         Declare hidden proto.
33508         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33509         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33510         Declare hidden proto.
33511         * include/stdio.h (__asprintf_internal): Don't declare.
33512         (__asprintf): Don't define as macro.  Declare hidden proto.
33513         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
33514         (__fsetlocking): Declare hidden proto.
33515         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
33516         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
33517         hidden proto.
33518         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
33519         (_IO_setlinebuf): Remove use of INTUSE.
33520         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
33521         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
33522         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
33523         Remove declaration.
33524         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
33525         (_IO_do_flush): Remove use of INTUSE.
33526         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
33527         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
33528         (_IO_adjust_column, _IO_least_wmarker)
33529         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
33530         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
33531         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
33532         (_IO_default_doallocate, _IO_wdefault_doallocate)
33533         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
33534         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
33535         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
33536         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
33537         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
33538         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
33539         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
33540         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
33541         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
33542         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
33543         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
33544         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
33545         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
33546         proto.
33547         (_IO_flush_all_internal, _IO_adjust_column_internal)
33548         (_IO_default_uflow_internal, _IO_default_finish_internal)
33549         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
33550         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
33551         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
33552         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
33553         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
33554         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
33555         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
33556         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
33557         (_IO_file_close_internal, _IO_file_close_it_internal)
33558         (_IO_file_underflow_internal, _IO_file_overflow_internal)
33559         (_IO_file_init_internal, _IO_file_attach_internal)
33560         (_IO_file_fopen_internal, _IO_file_read_internal)
33561         (_IO_file_sync_internal, _IO_file_seek_internal)
33562         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
33563         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
33564         (_IO_str_underflow_internal, _IO_str_overflow_internal)
33565         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
33566         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
33567         (_IO_list_all_internal, _IO_link_in_internal)
33568         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
33569         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
33570         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
33571         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
33572         (_IO_do_write_internal, _IO_padn_internal)
33573         (_IO_getline_info_internal, _IO_getline_internal)
33574         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
33575         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
33576         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
33577         (_IO_vfscanf_internal, _IO_vfprintf_internal)
33578         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
33579         (_IO_init_internal, _IO_un_link_internal): Don't declare.
33580         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
33581         with libc_hidden_ver, remove use of INTUSE.
33582         * libio/genops.c: Likewise.
33583         * libio/freopen.c: Likewise.
33584         * libio/freopen64.c: Likewise.
33585         * libio/iofclose.c: Likewise.
33586         * libio/iofdopen.c: Likewise.
33587         * libio/iofflush.c: Likewise.
33588         * libio/iofflush_u.c: Likewise.
33589         * libio/iofgets.c: Likewise.
33590         * libio/iofgets_u.c: Likewise.
33591         * libio/iofopen.c: Likewise.
33592         * libio/iofopncook.c: Likewise.
33593         * libio/iofread.c: Likewise.
33594         * libio/iofread_u.c: Likewise.
33595         * libio/ioftell.c: Likewise.
33596         * libio/iofwrite.c: Likewise.
33597         * libio/iogetline.c: Likewise.
33598         * libio/iogets.c: Likewise.
33599         * libio/iogetwline.c: Likewise.
33600         * libio/iopadn.c: Likewise.
33601         * libio/iopopen.c: Likewise.
33602         * libio/ioseekoff.c: Likewise.
33603         * libio/ioseekpos.c: Likewise.
33604         * libio/iosetbuffer.c: Likewise.
33605         * libio/iosetvbuf.c: Likewise.
33606         * libio/ioungetc.c: Likewise.
33607         * libio/ioungetwc.c: Likewise.
33608         * libio/iovdprintf.c: Likewise.
33609         * libio/iovsprintf.c: Likewise.
33610         * libio/iovsscanf.c: Likewise.
33611         * libio/memstream.c: Likewise.
33612         * libio/obprintf.c: Likewise.
33613         * libio/oldfileops.c: Likewise.
33614         * libio/oldiofclose.c: Likewise.
33615         * libio/oldiofdopen.c: Likewise.
33616         * libio/oldiofopen.c: Likewise.
33617         * libio/oldiopopen.c: Likewise.
33618         * libio/oldstdfiles.c: Likewise.
33619         * libio/putc.c: Likewise.
33620         * libio/setbuf.c: Likewise.
33621         * libio/setlinebuf.c: Likewise.
33622         * libio/stdfiles.c: Likewise.
33623         * libio/strops.c: Likewise.
33624         * libio/vasprintf.c: Likewise.
33625         * libio/vscanf.c: Likewise.
33626         * libio/vsnprintf.c: Likewise.
33627         * libio/vswprintf.c: Likewise.
33628         * libio/wfiledoalloc.c: Likewise.
33629         * libio/wfileops.c: Likewise.
33630         * libio/wgenops.c: Likewise.
33631         * libio/wmemstream.c: Likewise.
33632         * libio/wstrops.c: Likewise.
33633         * libio/__fpurge.c: Likewise.
33634         * libio/__fsetlocking.c: Likewise.
33635         * assert/assert.c: Likewise.
33636         * debug/fgets_chk.c: Likewise.
33637         * debug/fgets_u_chk.c: Likewise.
33638         * debug/fread_chk.c: Likewise.
33639         * debug/fread_u_chk.c: Likewise.
33640         * debug/gets_chk.c: Likewise.
33641         * debug/obprintf_chk.c: Likewise.
33642         * debug/vasprintf_chk.c: Likewise.
33643         * debug/vdprintf_chk.c: Likewise.
33644         * debug/vsnprintf_chk.c: Likewise.
33645         * debug/vsprintf_chk.c: Likewise.
33646         * malloc/mtrace.c: Likewise.
33647         * misc/error.c: Likewise.
33648         * misc/syslog.c: Likewise.
33649         * stdio-common/asprintf.c: Likewise.
33650         * stdio-common/fxprintf.c: Likewise.
33651         * stdio-common/getw.c: Likewise.
33652         * stdio-common/isoc99_fscanf.c: Likewise.
33653         * stdio-common/isoc99_scanf.c: Likewise.
33654         * stdio-common/isoc99_vfscanf.c: Likewise.
33655         * stdio-common/isoc99_vscanf.c: Likewise.
33656         * stdio-common/isoc99_vsscanf.c: Likewise.
33657         * stdio-common/printf-prs.c: Likewise.
33658         * stdio-common/printf_fp.c: Likewise.
33659         * stdio-common/printf_fphex.c: Likewise.
33660         * stdio-common/printf_size.c: Likewise.
33661         * stdio-common/putw.c: Likewise.
33662         * stdio-common/scanf.c: Likewise.
33663         * stdio-common/sprintf.c: Likewise.
33664         * stdio-common/tmpfile.c: Likewise.
33665         * stdio-common/vfprintf.c: Likewise.
33666         * stdio-common/vfscanf.c: Likewise.
33667         * stdlib/strfmon_l.c: Likewise.
33668         * sunrpc/openchild.c: Likewise.
33669         * sunrpc/xdr_stdio.c: Likewise.
33670         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
33671         * sysdeps/mach/hurd/tmpfile.c: Likewise.
33672
33673 2012-05-24  Roland McGrath  <roland@hack.frob.com>
33674
33675         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
33676
33677         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
33678         in the third column, to generate for the shared library an IFUNC
33679         that uses _dl_vdso_vsym.
33680         * Makerules (COMPILE.c, compile-stdin.c): New variables.
33681         * Makeconfig (object-suffixes-noshared): New variable.
33682
33683         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
33684         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
33685         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
33686         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
33687
33688         [BZ #14132]
33689         * include/sys/time.h (__gettimeofday): Remove macro.
33690         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
33691         * time/gettimeofday.c (__gettimeofday): Remove #undef.
33692         Remove INTDEF.
33693         (__gettimeofday): Add libc_hidden_def.
33694         (gettimeofday): Add libc_hidden_weak.
33695         * sysdeps/mach/gettimeofday.c: Likewise.
33696         * sysdeps/posix/gettimeofday.c: Likewise.
33697         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
33698         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
33699         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
33700         (__gettimeofday_internal): Remove strong_alias.
33701         (__gettimeofday): Add libc_hidden_def.
33702         (gettimeofday): Add libc_hidden_weak.
33703         * sysdeps/unix/syscalls.list (gettimeofday):
33704         Remove __gettimeofday_internal alias.
33705
33706 2012-05-24  Daniel Jacobowitz  <drow@false.org>
33707             H.J. Lu  <hongjiu.lu@intel.com>
33708
33709         [BZ #12495]
33710         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
33711         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
33712         (largebin_index_32_big): New.
33713         (largebin_index): Use it for 16-byte alignment.
33714         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
33715         correction with front_misalign.
33716
33717 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33718
33719         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
33720         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
33721         Likewise.
33722         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
33723         Likewise.
33724         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33725         Likewise.
33726         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
33727         Likewise.
33728         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
33729         Likewise.
33730         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
33731         Likewise.
33732         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
33733         Likewise.
33734         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
33735         Likewise.
33736         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
33737         Likewise.
33738         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
33739         Likewise.
33740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
33741         Likewise.
33742         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
33743         Likewise.
33744
33745         * scripts/data/c++-types-x32-linux-gnu.data: New file.
33746         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
33747
33748 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33749
33750         [BZ #10846]
33751         [BZ #14036]
33752         * math/libm-test.inc (exp_test): Add test from bug 14036.
33753         (pow_test): Add test from bug 10846.
33754
33755         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
33756         and other flags.
33757         (special_function): Do not include flags in test name.
33758         (parse_args): Likewise.
33759         * sysdeps/i386/fpu/libm-test-ulps: Update.
33760         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33761         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
33762         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
33763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33764
33765         * math/gen-libm-test.pl (%beautify): Add entries for underflow
33766         exceptions.
33767         * math/libm-test.inc ("Philosophy"): Update comment about
33768         exception testing.
33769         (UNDERFLOW_EXCEPTION): New macro.
33770         (UNDERFLOW_EXCEPTION_OK): Likewise.
33771         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
33772         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
33773         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
33774         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
33775         (INVALID_EXCEPTION_OK): Update value.
33776         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
33777         (OVERFLOW_EXCEPTION_OK): Likewise.
33778         (IGNORE_ZERO_INF_SIGN): Likewise.
33779         (test_exceptions): Handle underflow exceptions.
33780         (acos_test): Update for underflow exception expectations.
33781         (cexp_test): Likewise.
33782         (clog_test): Likewise.
33783         (clog10_test): Likewise.
33784         (csqrt_test): Likewise.
33785         (ctan_test): Likewise.
33786         (ctanh_test): Likewise.
33787         (exp_test): Likewise.
33788         (exp10_test): Likewise.
33789         (exp2_test): Likewise.
33790         (expm1_test): Likewise.
33791         (fma_test): Likewise.
33792         (j0_test): Likewise.
33793         (jn_test): Likewise.
33794         (nexttoward_test): Likewise.
33795         (pow_test): Likewise.
33796         (scalbn_test): Likewise.
33797         (scalbln_test): Likewise.
33798         (tan_test): Likewise.
33799         (y1_test): Likewise.
33800         * sysdeps/i386/fpu/libm-test-ulps: Update.
33801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33802
33803 2012-05-23  David S. Miller  <davem@davemloft.net>
33804
33805         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
33806         (__libc_sigaction): Remove unused local variables.
33807
33808 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33809
33810         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
33811
33812 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
33813
33814         mktime: avoid signed integer overflow
33815         * time/mktime.c (__mktime_internal): Do not mishandle the case
33816         where diff == INT_MIN.
33817
33818         mktime: simplify computation of average
33819         * time/mktime.c (ranged_convert): Use new time_t_avg function
33820         instead of rolling our own (probably-slower) code.
33821
33822         mktime: do not assume signed right shift propagates sign bit
33823         * time/mktime.c (isdst_differ): New static function.
33824         (__mktime_internal): No need to normalize tm_isdst now.
33825         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
33826         tm_isdst values.
33827
33828         mktime: merge another wrapv change from gnulib
33829         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
33830         from some compilers.
33831
33832         mktime: remove incorrect attempt at unusual arithmetics
33833         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
33834         The code didn't really work on such machines anyway.
33835         (TYPE_MINIMUM): Assume two's complement.
33836         (twos_complement_arithmetic): Verify that long_int and time_t
33837         are two's complement (or unsigned, in the latter case).
33838
33839         mktime: check signed shifts on long_int and time_t, too
33840         * time/mktime.c (SHR): Check that shifts work as desired
33841         on the types long_int and time_t too, as SHR is used on
33842         such types.
33843
33844         mktime: do not assume 'long' is wide enough
33845         * time/mktime.c (verify): Move decl up.
33846         (long_int): New type.
33847         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
33848         to remove assumption in the code that 'long' is wide enough to
33849         store year values.  This assumption is not true on x32 and on
33850         some non-glibc platforms.
33851
33852         mktime: merge wrapv change from gnulib
33853         * time/mktime.c (WRAPV): New macro.
33854         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
33855         (guess_time_tm, __mktime_internal): Do not assume that signed
33856         integer overflow wraps around; modern compilers generate code
33857         where this assumption is no longer valid.
33858
33859 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33860
33861         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33862         Replace "jmp L(pseudo_end)" with "ret".
33863         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
33864         Likewise.
33865
33866 2012-05-23  Andreas Jaeger  <aj@suse.de>
33867
33868         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
33869         * sysdeps/unix/sysv/linux/poll.c: Remove file.
33870
33871 2012-05-23  Andreas Jaeger  <aj@suse.de>
33872             Maximilian Attems  <max@stro.at>
33873
33874         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
33875         New macros.
33876
33877 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33878
33879         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
33880         code so that pseudo_end is just ret and the stack pointer is
33881         correct also for static library in error case.
33882
33883 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
33884
33885         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
33886         move to syscalls.list.
33887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
33888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
33889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
33890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
33891
33892         * manual/install.texi (Running make install): Do not mention Linux
33893         kernel version for which pt_chown is not needed.
33894         (Linux): Do not mention problems with nscd with 2.0 kernels.
33895         * INSTALL: Regenerated.
33896
33897 2012-05-23  Andreas Jaeger  <aj@suse.de>
33898
33899         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
33900         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
33901         macro.
33902         * sysdeps/unix/sysv/linux/s390/bits/mman.h
33903         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33904         * sysdeps/unix/sysv/linux/sh/bits/mman.h
33905         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33906         * sysdeps/unix/sysv/linux/i386/bits/mman.h
33907         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33908         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
33909         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33910         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
33911         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33912         * sysdeps/unix/sysv/linux/bits/in.h
33913         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
33914
33915 2012-05-22  Roland McGrath  <roland@hack.frob.com>
33916
33917         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
33918         (PREPARE_VERSION): Just use assert instead, it will be elided
33919         under [NDEBUG] anyway.
33920
33921 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33922
33923         * sysdeps/unix/sysv/linux/Makefile: Include
33924         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
33925         (sysdep_routines): Remove sysctl.
33926         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
33927         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
33928         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
33929         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
33930         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
33931
33932 2012-05-22  Andreas Jaeger  <aj@suse.de>
33933
33934         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
33935         that pseudo_end is just ret and the stack pointer is correct also
33936         for static library in error case.
33937
33938 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
33939
33940         [BZ #14122]
33941         * nss/nsswitch.c (defconfig_entries): New variable.
33942         (__nss_database_lookup): Don't leak defconfig entries.
33943         (nss_parse_service_list): Don't leak on error paths.
33944         (free_database_entries): New function.
33945         (free_defconfig): New function.
33946         (free_mem): Move common code to free_database_entries.
33947
33948 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33949
33950         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
33951         Add arch_prctl.
33952         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
33953
33954         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33955         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
33956         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
33957         New macro.
33958         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
33959         (INTERNAL_SYSCALL_TYPES): Likewise.
33960         (LOAD_ARGS_TYPES_[1-6]): Likewise.
33961         (LOAD_REGS_TYPES_[1-6]): Likewise.
33962         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
33963         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
33964
33965 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33966
33967         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
33968         copysignl for GLIBC_2_0.
33969         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
33970         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
33971         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
33972         logbl for GLIBC_2_0.
33973         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
33974         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
33975
33976 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33977
33978         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
33979         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
33980
33981         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33982         Use "neg %eax".
33983
33984         * time/mktime.c: Update copyright years.
33985
33986 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33987
33988         mktime: merge comment-quoting-style change from gnulib
33989         * time/mktime.c: Quote 'like this' in comments.
33990         The GNU coding standards suggest that we no longer quote `like this',
33991         as "`" and "'" are typically rendered asymmetrically nowadays.
33992         The typical gnulib style is to quote 'like this' when quoting
33993         code, and "like this" when quoting English.
33994
33995         * time/mktime.c (compile-command): Add "-I.".
33996
33997         mktime: merge mktime-internal.h change from gnulib
33998         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
33999
34000         mktime: merge time_r change from gnulib
34001         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34002
34003         mktime: merge DEBUG change from gnulib
34004         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34005         case system <time.h> has a #define.
34006
34007         mktime: merge <sys/types.h> change from gnulib
34008         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34009         since <time.t> is now guaranteed to define time_t.
34010
34011         mktime: merge HAVE_CONFIG_H change from gnulib
34012         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34013
34014 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34015
34016         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34017         Use "neg %eax".
34018
34019         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34020         __rlim_t cast.
34021         (struct rusage): Use anonymous union to pad each field to
34022         __syscall_slong_t.
34023
34024 2012-05-21  David S. Miller  <davem@davemloft.net>
34025
34026         * Makefules (o-iterator): Remove .s cases.
34027         (compile-command.s): Delete.
34028         (COMPILE.s): Delete.
34029         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34030
34031 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34032
34033         * configure.in (libc_cv_predef_stack_protector): Only consider
34034         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34035         * configure: Regenerated.
34036
34037 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34038
34039         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34040         New macro.  Use R*LP on int and pointer.
34041         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34042         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34043         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34044         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34045
34046         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34047         [__WORDSIZE_TIME64_COMPAT32] instead of
34048         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34049         (struct utmp): Likewise.
34050         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34051         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34052         Renamed to ...
34053         (__WORDSIZE_TIME64_COMPAT32): This.
34054         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34055         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34056         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34057         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34058         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34059         (__WORDSIZE_TIME64_COMPAT32): New macro.
34060
34061 2012-05-21  Andreas Jaeger  <aj@suse.de>
34062
34063         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34064         only if [SHARED]. Add prototype for __wcschr_ia32.
34065
34066 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34067
34068         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34069         of %rbp unmolested in the jmp_buf while mangling the low bits.
34070         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34071         unmolested high bits of %rbp while demangling the low bits.
34072         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34073
34074 2012-05-21  Andreas Jaeger  <aj@suse.de>
34075
34076         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34077         * sunrpc/svc_simple.c: Use it for registerrpc.
34078         * sunrpc/xcrypt.c: Use it for passwd2des.
34079
34080         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34081
34082 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34083
34084         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34085         Don't define if [__SYSCALL_WORDSIZE != 32].
34086         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34087         New macro.
34088
34089 2012-05-21  Bruno Haible  <bruno@clisp.org>
34090             Andreas Jaeger  <aj@suse.de>
34091
34092         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34093         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34094         inptr and inend for must_buffer_ch.
34095         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34096         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34097         * stdio-common/Makefile (tests): Remove bug15.
34098         (bug15-ENV): Remove macro.
34099         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34100         anymore.
34101
34102 2012-05-19  Andreas Jaeger  <aj@suse.de>
34103             Roland McGrath  <roland@hack.frob.com>
34104
34105         * manual/contrib.texi: Completely rewritten. It contains now an
34106         alphabetical list of contributors and their contributions.
34107
34108 2012-05-21  Richard Henderson  <rth@twiddle.net>
34109
34110         * misc/getauxval.c (__getauxval): Use unsigned long int.
34111         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34112         (getauxval): Use unsigned long int.
34113
34114 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34115
34116         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34117
34118 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34119
34120         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34121         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34122         __alignof__ (long double).
34123
34124 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34125
34126         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34127
34128 2012-05-20  Richard Henderson  <rth@twiddle.net>
34129
34130         * misc/getauxval.c: New file.
34131         * misc/sys/auxv.h: New file.
34132         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34133         (routines): Add getauxval.
34134         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34135         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34136         * elf/dl-sysdep.c (_dl_auxv): Remove.
34137         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34138         * elf/dl-support.c (_dl_auxv): New variable.
34139         (_dl_aux_init): Initialize it.
34140         * manual/startup.texi (Auxiliary Vector): New node.
34141         * sysdeps/generic/bits/hwcap.h: New file.
34142         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34143         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34144         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34145         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34146         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34147         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34149         Update.
34150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34153         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34154         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34156         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34157         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34158
34159 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34160
34161         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34162
34163 2012-05-19  David S. Miller  <davem@davemloft.net>
34164
34165         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34166
34167 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34168
34169         [BZ #14123]
34170         * math/s_ccosh.c: Include <float.h>
34171         (__ccosh): Avoid internal overflow calculating sinh and cosh
34172         values before multiplying by sin and cos values.
34173         * math/s_ccoshf.c: Likewise.
34174         * math/s_ccoshl.c: Likewise.
34175         * math/s_csin.c: Likewise.
34176         * math/s_csinf.c: Likewise.
34177         * math/s_csinl.c: Likewise.
34178         * math/s_csinh.c: Likewise.
34179         * math/s_csinhf.c: Likewise.
34180         * math/s_csinhl.c: Likewise.
34181         * math/libm-test.inc (ccos_test): Add more tests.
34182         (ccosh_test): Likewise.
34183         (csin_test): Likewise.
34184         (csinh_test): Likewise.
34185         * sysdeps/i386/fpu/libm-test-ulps: Update.
34186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34187
34188 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34189
34190         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34191         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34192
34193         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34194
34195 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34196
34197         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34198         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34199         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34200         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34201         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34202         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34203         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34204         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34205         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34206         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34207         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34208         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34209         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34210         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34211         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34212         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34213         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34214         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34215         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34216         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34217         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34218         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34219         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34220         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34221         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34222         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34223         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34224         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34225         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34226         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34227         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34228
34229 2012-05-18  Andreas Jaeger  <aj@suse.de>
34230
34231         * csu/.gitignore: Delete.
34232
34233 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34234
34235         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34236         (timex): Use __syscall_slong_t.
34237
34238 2012-05-18  Andreas Jaeger  <aj@suse.de>
34239             Carlos O'Donell  <carlos_odonell@mentor.com>
34240
34241         * manual/install.texi (Configuring and compiling): Update
34242         description about files modified in the source directory.
34243         * INSTALL: Regenerated.
34244
34245 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34246
34247         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34248         value.  Use "or" to set return value to -1.
34249         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34250         negate return value.
34251
34252 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34253
34254         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34255         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34256         failure if the compiler has Graphite support disabled.
34257         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34258         Likewise.
34259         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34260         (CFLAGS-memmove.c): Likewise.
34261         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34262         Likewise.
34263
34264 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34265
34266         * sysdeps/x86_64/x32/_itoa.h: New file.
34267
34268         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34269         getdents system call only if kernel and user dirents have the
34270         same d_ino and d_off.
34271
34272         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34273         LLONG_MAX != LONG_MAX.
34274         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34275         (_fitoa_word): Likewise.
34276
34277         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34278         years.
34279         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34280         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34281         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34282
34283         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34284         include <bits/wordsize.h>.  Check __x86_64__ instead of
34285         __WORDSIZE.
34286         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34287         if __x86_64__ is defined.  Use anonymous union on fpstate.
34288
34289         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34290         anonymous union.
34291
34292 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34293
34294         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34295         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34296         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34297         Refer to _rtld_local_ro instead of _rtld_global_ro.
34298         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34299         Likewise.
34300         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34301         Likewise.
34302         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34303         Likewise.
34304         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34305         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34306         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34307
34308         * sysdeps/powerpc/powerpc32/dl-machine.c
34309         (__elf_machine_runtime_setup) [PROF]: Don't reference
34310         _dl_prof_resolve.
34311
34312 2012-05-18  Andreas Jaeger  <aj@suse.de>
34313
34314         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34315         function only available for GCCs before 3.4 since GCC 3.4
34316         introduced a builtin.
34317         (lrint): Likewise.
34318         (llrintf): Likewise.
34319         (llrint): Likewise.
34320         (fmaxf): Likewise.
34321         (fmax): Likewise.
34322         (fminf): Likewise.
34323         (fmin): Likewise.
34324         (rint): Likewise.
34325         (rintf): Likewise.
34326         (nearbyint): Likewise.
34327         (nearbyintf): Likewise.
34328         (ceil): Likewise.
34329         (ceilf): Likewise.
34330         (floor): Likewise.
34331         (floorf): Likewise.
34332
34333 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34334
34335         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34336         on both fields and cast pointer to __syscall_ulong_t.
34337
34338         * bits/types.h (__fsword_t): New type.
34339         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34340         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34341         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34342         (__FSWORD_T_TYPE): Likewise.
34343         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34344         (__FSWORD_T_TYPE): Likewise.
34345         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34346         (__FSWORD_T_TYPE): Likewise.
34347         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34348         (__FSWORD_T_TYPE): Likewise.
34349         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34350         __SWORD_TYPE with __fsword_t.
34351         (statfs64): Likewise.
34352
34353 2012-05-17  David S. Miller  <davem@davemloft.net>
34354
34355         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34356
34357 2012-05-17  Andreas Jaeger  <aj@suse.de>
34358
34359         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34360         warning.
34361
34362 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34363
34364         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34365
34366 2012-05-17  Andreas Jaeger  <aj@suse.de>
34367
34368         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34369         when it is used.
34370
34371 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34372
34373         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34374
34375 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34376
34377         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34378         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34379
34380 2012-05-17  Andreas Jaeger  <aj@suse.de>
34381             Carlos O'Donell  <carlos_odonell@mentor.com>
34382
34383         [BZ #14059]
34384         * sysdeps/x86_64/multiarch/init-arch.h
34385         (bit_YMM_Usable): Rename to...
34386         (bit_AVX_Usable): ... this.
34387         (bit_FMA4_Usable): New macro.
34388         (bit_XMM_state): New macro.
34389         (bit_YMM_state): New macro.
34390         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34391         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34392         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34393         (CPUID_OSXSAVE): New macro.
34394         (CPUID_AVX): New macro.
34395         (CPUID_FMA4): New macro.
34396         (index_YMM_Usable): Rename to...
34397         (index_AVX_Usable): ... this.
34398         (HAS_AVX): Use HAS_ARCH_FEATURE.
34399         (HAS_FMA4): Likewise.
34400         (HAS_YMM_USABLE): Remove.
34401         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34402         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34403         are present.
34404         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34405         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34406         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34407         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34408         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34409
34410 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34411
34412         * math/libm-test.c: Support platforms without multiple rounding modes.
34413         * math/bug-nextafter.c: Support platforms without FP exceptions.
34414         * math/bug-nexttoward.c: Likewise.
34415         * math/test-fenv.c: Likewise.
34416         * math/test-misc.c: Likewise.
34417         * stdlib/bug-getcontext.c: Likewise.
34418
34419 2012-05-17  Andreas Jaeger  <aj@suse.de>
34420
34421         * manual/examples/search.c (critter_cmp): Change signature to
34422         avoid warnings.
34423         * manual/string.texi (Collation Functions): Likewise.
34424
34425 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34426
34427         * bits/types.h: Fold copyright years.
34428         * bits/typesizes.h: Likewise.
34429         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
34430         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34431         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
34432         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
34433         * time/time.h: Likewise.
34434
34435 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
34436
34437         [BZ #208]
34438         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
34439         in instead of returning them.  Return void.
34440         (__libc_mallinfo): Accumulate over all arenas.
34441         (__malloc_stats): Adjust for change in int_mallinfo interface.
34442
34443 2012-05-16  Roland McGrath  <roland@hack.frob.com>
34444
34445         [BZ #10375]
34446         * configure.in (NM): Add AC_CHECK_TOOL for it.
34447         (libc_extra_cflags): New substituted variable.
34448         Check for -fstack-protector being used implicitly.
34449         * configure: Regenerated.
34450         * config.make.in (config-extra-cflags): New variable,
34451         gets @libc_extra_cflags@.
34452         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
34453
34454         [BZ #10375]
34455         * configure.in: Check for _FORTIFY_SOURCE being predefined.
34456         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
34457         * configure: Regenerated.
34458         * config.make.in (CPPUNDEFS): New substituted variable.
34459         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
34460         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
34461         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
34462
34463 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34464
34465         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
34466         (mq_attr): Use __syscall_slong_t.
34467
34468 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34469
34470         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
34471         Check __x86_64__ instead of __WORDSIZE.
34472         (_STAT_VER_LINUX): Likewise.
34473         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
34474         __syscall_ulong_t and __syscall_slong_t.
34475         (stat64): Likewise.
34476
34477 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34478
34479         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
34480
34481 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34482
34483         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
34484
34485 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34486
34487         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
34488         __syscall_ulong_t.
34489
34490         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
34491         include <bits/wordsize.h>.  Check __x86_64__ instead of
34492         __WORDSIZE.
34493         (greg_t): Use "__extension__ long long int" if __x86_64__ is
34494         defined.
34495         (mcontext_t): Replace "unsigned long" with "unsigned long long".
34496
34497         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
34498         include <bits/wordsize.h>.  Check __x86_64__ instead of
34499         __WORDSIZE.
34500         (user_regs_struct): Use "__extension__ unsigned long long"
34501         instead of "unsigned long" if __x86_64__ is defined.
34502         (user): Likewise.  Pad after pointer field if __ILP32__ is
34503         defined.
34504
34505 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
34506
34507         * configure.in (makeinfo): Require version 4.5 or later.  Allow
34508         versions 5 to 9.
34509         * configure: Regenerated.
34510         * manual/install.texi (texinfo): Increase version requirement to
34511         4.5 or later.
34512         * INSTALL: Regenerated.
34513
34514         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
34515
34516 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34517
34518         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
34519
34520         * sysdeps/x86_64/x32/ffs.c: New file.
34521
34522         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
34523         __syscall_ulong_t.
34524         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
34525         defined.  Use __syscall_ulong_t.
34526         (shminfo): Use __syscall_ulong_t.
34527         (shm_info): Likewise.
34528
34529         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
34530         __syscall_ulong_t.
34531
34532         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
34533         <bits/wordsize.h>.
34534         (msgqnum_t): Use __syscall_ulong_t.
34535         (msglen_t): Likewise.
34536         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
34537         __syscall_ulong_t.
34538
34539         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
34540         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34541
34542         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
34543
34544         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
34545         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
34546
34547         * sysvipc/sys/msg.h (msgbuf): Replace long int with
34548         __syscall_slong_t.
34549
34550         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
34551         include <bits/wordsize.h>.  Check __x86_64__ instead of
34552         __WORDSIZE.
34553
34554         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
34555         "unsigned long long int" if __x86_64__ is defined.
34556         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
34557
34558         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
34559         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34560         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
34561
34562         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
34563         <stdint.h>.
34564         (GET_PC): Cast to uintptr_t first.
34565         (GET_FRAME): Likewise.
34566         (GET_STACK): Likewise.
34567
34568         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
34569         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
34570         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
34571         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
34572         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
34573         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
34574         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
34575         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
34576         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
34577         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
34578         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
34579         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
34580         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
34581         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
34582         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
34583         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
34584         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
34585         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
34586         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
34587         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
34588         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
34589         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
34590         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
34591         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
34592         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
34593         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
34594         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
34595         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
34596         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
34597
34598 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
34599
34600         * Makerules (+depfiles): Also collect depfiles from .oS in
34601         $(extra-objs).
34602         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
34603         .oS, $(libnldbl-routines)).
34604
34605         * Makerules (native-compile-mkdep-flags): Define.
34606         * sunrpc/Makefile (extra-objs): Add $(addprefix
34607         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
34608         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
34609         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
34610         calling $(make-target-directory).
34611
34612 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34613
34614         * bits/types.h (__snseconds_t): Removed.
34615         * time/time.h (struct timespec): Replace __snseconds_t with
34616         __syscall_slong_t.
34617         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
34618         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
34619         Likewise.
34620         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34621         (__SNSECONDS_T_TYPE): Likewise.
34622         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34623         (__SNSECONDS_T_TYPE): Likewise.
34624         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34625         (__SNSECONDS_T_TYPE): Likewise.
34626
34627 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34628
34629         * sysdeps/mach/hurd/bits/typesizes.h
34630         (__SYSCALL_SLONG_TYPE): New macro.
34631         (__SYSCALL_ULONG_TYPE): Likewise.
34632
34633 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34634
34635         * bits/types.h (__syscall_slong_t): New type.
34636         (__syscall_ulong_t): Likewise.
34637
34638         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
34639         (__SYSCALL_ULONG_TYPE): Likewise.
34640         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34641         (__SYSCALL_SLONG_TYPE): Likewise.
34642         (__SYSCALL_ULONG_TYPE): Likewise.
34643         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34644         (__SYSCALL_SLONG_TYPE): Likewise.
34645         (__SYSCALL_ULONG_TYPE): Likewise.
34646         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34647         (__SYSCALL_SLONG_TYPE): Likewise.
34648         (__SYSCALL_ULONG_TYPE): Likewise.
34649
34650 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34651
34652         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
34653         Add sigaltstack-offsets.sym.
34654         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
34655         <sigaltstack-offsets.h>.
34656         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
34657         longjmp_msg pointer.
34658         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
34659         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
34660         signal stack.
34661         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
34662
34663 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34664
34665         * elf/stackguard-macros.h: Remove file.
34666         * sysdeps/generic/stackguard-macros.h: New file.
34667         * sysdeps/i386/stackguard-macros.h: Likewise.
34668         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
34669         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
34670         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
34671         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
34672         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
34673         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
34674         * sysdeps/x86_64/stackguard-macros.h: Likewise.
34675         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
34676         <elf/stackguard-macros.h>.
34677
34678         [BZ #14109]
34679         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
34680         __aligned__ in attribute.
34681         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
34682         (gregset_t): Likewise.
34683
34684 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34685
34686         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
34687         * sysdeps/x86_64/64/Implies-after: Here.  New file.
34688         * sysdeps/x86_64/x32/Implies-after: New file.
34689
34690 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34691
34692         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
34693         and access return value for _dl_profile_fixup.  Use R10_LP to
34694         load frame size.
34695
34696 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34697
34698         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
34699
34700 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34701
34702         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
34703         * sysdeps/x86_64/x32/sysdep.h: New file.
34704
34705 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34706
34707         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
34708         * sysdeps/x86_64/setjmp.S: Likewise.
34709
34710 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34711
34712         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
34713         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
34714         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
34715         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
34716         remove unused global constant.
34717
34718 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
34719
34720         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
34721         include of <not-cancel.h>.
34722
34723 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34724
34725         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
34726
34727 2012-05-15  Jeff Law  <law@redhat.com>
34728             Andreas Jaeger  <aj@suse.de>
34729
34730         [BZ #13594]
34731         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
34732         out from...
34733         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
34734         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
34735         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
34736         code changing __hst_map_handle.map.
34737
34738 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34739
34740         * configure.in (sysnames): Look for Implies-before and Implies-after
34741         files.
34742         * configure: Regenerated.
34743
34744 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34745
34746         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
34747         8-byte data alignment with LP_SIZE alignment.
34748
34749 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34750
34751         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
34752         into R10_LP.
34753
34754 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34755
34756         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
34757
34758 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34759
34760         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
34761         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
34762         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
34763         Likewise.
34764         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34765
34766 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34767
34768         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
34769         (stackinfo_sub_sp): Likewise.
34770
34771 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34772
34773         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
34774         RAX_LP.
34775
34776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34777
34778         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
34779         into R*_LP.
34780
34781 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34782
34783         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
34784         sizes into R*_LP.
34785
34786 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34787
34788         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
34789
34790 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34791
34792         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
34793         into R11_LP and load __x86_64_shared_cache_size_half into
34794         R8_LP.
34795
34796 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34797
34798         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
34799         R8_LP.
34800
34801 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34802
34803         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
34804         logb for POWER7.
34805         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
34806         logbf for POWER7.
34807         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
34808         logbl for POWER7.
34809         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
34810         powerpc32/power7/fpu/s_logb.c via #include.
34811         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
34812         powerpc32/power7/fpu/s_logbf.c via #include.
34813         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
34814         powerpc32/power7/fpu/s_logbl.c via #include.
34815
34816 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34817
34818         * README.libm: Remove file.
34819
34820 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34821
34822         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
34823         count for x32.  Use R*_LP and omit operand-size suffix.
34824
34825 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34826
34827         * shlib-versions: Move x86_64-.*-linux.* entries to ...
34828         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
34829         * sysdeps/x86_64/x32/shlib-versions: New file.
34830
34831 2012-05-14  Roland McGrath  <roland@hack.frob.com>
34832
34833         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
34834         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
34835         Use _dl_fatal_printf instead.
34836
34837 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34838
34839         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
34840         set if not set by the user.  Do not allow for being unset.
34841         * sysdeps/unix/sysv/linux/configure: Regenerated.
34842
34843 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34844
34845         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
34846         the `q' suffix from lea and replace .quad with ASM_ADDR.
34847
34848 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34849
34850         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
34851         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
34852         instead of $17.
34853         (PTR_DEMANGLE): Likewise.
34854
34855 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34856
34857         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
34858         (LP_OP): Likewise.
34859         (ASM_ADDR): Likewise.
34860         (RAX_LP): Likewise.
34861         (RBP_LP): Likewise.
34862         (RBX_LP): Likewise.
34863         (RCX_LP): Likewise.
34864         (RDI_LP): Likewise.
34865         (RSI_LP): Likewise.
34866         (RSP_LP): Likewise.
34867         (R8_LP): Likewise.
34868         (R9_LP): Likewise.
34869         (R10_LP): Likewise.
34870         (R10_LP): Likewise.
34871         (R11_LP): Likewise.
34872         (R12_LP): Likewise.
34873         (R13_LP): Likewise.
34874         (R14_LP): Likewise.
34875         (R15_LP): Likewise.
34876
34877 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34878
34879         * sysdeps/x86_64/x32/dl-machine.h: New file.
34880
34881 2012-05-14  Andreas Jaeger  <aj@suse.de>
34882
34883         * manual/Makefile (subdir): Remove export of subdir.
34884         (all): Remove target.
34885         (.PHONY): Remove all from list.
34886         (mkinstalldirs): Remove.
34887         (.PHONY): Remove installdirs from list.
34888         ($(inst_infodir)/libc.info): Use make-target-directory.
34889         (installdirs): Remove.
34890         (subdir_%): Remove.
34891         (glibc-targets): Remove.
34892         (lib): Remove.
34893         (stubs): Remove.
34894         ($(objpfx)stubs ../po/manual.pot): Remove.
34895         ($(objpfx)stamp%): Remove.
34896         (make-target-directory): Remove.
34897         (subdir_install): Remove.
34898         (routines): Remove.
34899         (aux): Remove.
34900         (sources): Remove.
34901         (objects): Remove.
34902         (headers): Remove.
34903
34904         [BZ #13750]
34905         * manual/.gitignore: Remove, it's not needed anymore.
34906         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
34907         all files in it.
34908         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
34909         directory.
34910         (texis): Renamed to $(objpfx)texis.
34911         (texis-path): New, contains path to generated files.
34912         (chapters.%): Use texis-path for complete path, add extra argument
34913         libc-texinfo.sh.
34914         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
34915         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
34916         (summary,texi, stamp-summary): Use complete path of
34917         files. Generate files in build dir.
34918         (dir-add.texi): Build in build dir.
34919         (libm-err.texi,stamp-libm-err): Likewise.
34920         (version.texi, stamp-version): Likewise.
34921         (.%c.texi): Likewise.
34922         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
34923         (mostlyclean): Remove target.
34924         (realclean): Remove target.
34925         (generated): Add new variable with contents from mostlyclean and
34926         realclean, remove entries duplicated in common-mostlyclean, add
34927         stamp-libm-err and stamp-version.
34928         (generated-dirs): Add libc directory.
34929         ($(inst_infodir)/libc.info): Install files from build dir.
34930
34931         * manual/install.texi (Configuring and compiling): Adjust since
34932         the info files are not part of the tar ball anymore.
34933
34934 2012-05-14  Andreas Jaeger  <aj@suse.de>
34935
34936         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
34937         variable.
34938
34939 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34940
34941         [BZ #13717]
34942         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34943         to 2.2.0 where earlier.
34944         * sysdeps/unix/sysv/linux/configure: Regenerated.
34945         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
34946         Remove conditional code.
34947         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
34948         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
34949         Remove conditional code.
34950         [!__NR_lchown]: Likewise.
34951         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34952         [__NR_lchown]: Likewise.
34953         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
34954         comment referencing __ASSUME_LCHOWN_SYSCALL.
34955         * sysdeps/unix/sysv/linux/i386/sigaction.c
34956         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
34957         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
34958         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
34959         Remove conditional code.
34960         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
34961         (__protocol_available): Remove #if 0 code.
34962         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
34963         conditional code.
34964         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
34965         * sysdeps/unix/sysv/linux/kernel-features.h
34966         (__ASSUME_GETCWD_SYSCALL): Don't define.
34967         (__ASSUME_REALTIME_SIGNALS): Likewise.
34968         (__ASSUME_PREAD_SYSCALL): Likewise.
34969         (__ASSUME_PWRITE_SYSCALL): Likewise.
34970         (__ASSUME_POLL_SYSCALL): Likewise.
34971         (__ASSUME_LCHOWN_SYSCALL): Likewise.
34972         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
34973         non-SPARC.
34974         (__ASSUME_SIOCGIFNAME): Don't define.
34975         (__ASSUME_MSG_NOSIGNAL): Likewise.
34976         (__ASSUME_SENDFILE): Define unconditionally.
34977         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
34978         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
34979         conditional code.
34980         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
34981         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
34982         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34983         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34984         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
34985         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34986         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
34988         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34989         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
34991         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34992         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
34994         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34995         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
34997         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34998         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35000         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35001         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35003         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35004         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35006         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35007         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35009         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35010         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35011         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35012         Remove conditional code.
35013         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35014         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35015         Remove conditional code.
35016         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35017         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35018         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35019         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35020         Remove conditional code.
35021         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35022         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35023         Remove conditional code.
35024         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35025         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35026         Remove conditional code.
35027         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35028         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35029         Remove conditional code.
35030         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35031         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35032         Remove conditional code.
35033         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35034         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35035         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35036         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35037         * sysdeps/unix/sysv/linux/sigaction.c
35038         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35039         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35040         * sysdeps/unix/sysv/linux/sigpending.c
35041         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35042         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35043         * sysdeps/unix/sysv/linux/sigprocmask.c
35044         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35045         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35046         * sysdeps/unix/sysv/linux/sigsuspend.c
35047         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35048         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35049         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35050         (__libc_missing_rt_sigs): Remove.
35051         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35052         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35053         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35054         Remove conditional code.
35055         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35056         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35057         return 1.
35058         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35059         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35060         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35061         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35062
35063 2012-05-14  Andreas Jaeger  <aj@suse.de>
35064
35065         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35066         it's not used in glibc.
35067         (__coshm1): Likewise.
35068         (__acosh1p): Likewise.
35069         (__sgn): Likewise.
35070
35071         * manual/string.texi (Copying and Concatenation): Add missing
35072         variable in concat example.
35073         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35074
35075 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35076
35077         [BZ #14103]
35078         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35079         __builtin_clzl with __builtin_clzll.
35080
35081 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35082
35083         [BZ #14104]
35084         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35085         libc_freeres_ptr.
35086
35087 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35088
35089         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35090         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35091         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35092         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35093
35094 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35095
35096         * NEWS: Update ia64 info.
35097
35098 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35099
35100         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35101         used as bcopy.
35102
35103 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35104
35105         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35106         * sysdeps/unix/syscalls.list (dup3): Likewise.
35107         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35108         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35109
35110 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35111
35112         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35113         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35114
35115 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35116
35117         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35118         thread pointer.
35119         (TLS_IE): Use mov/add instead of movq/addq to load thread
35120         pointer.
35121         (TLS_GD_PREFIX): New.
35122         (TLS_GD): Use it.
35123
35124 2012-05-11  David S. Miller  <davem@davemloft.net>
35125
35126         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35127         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35128         (_FPU_SETCW): Likewise.
35129
35130 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35131
35132         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35133         is 32-byte aligned.
35134
35135 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35136
35137         [BZ #11837]
35138         * iconvdata/gb18030.c: Update tables.
35139         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35140         characters specially.
35141         (BODY for TO_LOOP): Add encoding of missing ranges.
35142
35143 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35144
35145         [BZ #13673]
35146         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35147         * sysdeps/mach/hurd/dup3.c: Likewise.
35148         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35149         * sysdeps/powerpc/memmove.c:: Likewise.
35150
35151 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35152
35153         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35154         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35155
35156 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35157
35158         * elf/elf.h (R_X86_64_RELATIVE64): New.
35159         (R_X86_64_NUM): Updated.
35160         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35161         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35162         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35163         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35164         tst-quad1pie tst-quad2pie
35165         (modules-names): Add tst-quadmod1 tst-quadmod2.
35166         ($(objpfx)tst-quad1): New dependency.
35167         ($(objpfx)tst-quad2): Likewise.
35168         ($(objpfx)tst-quad1pie): Likewise.
35169         ($(objpfx)tst-quad2pie): Likewise.
35170         * sysdeps/x86_64/tst-quad1.c: New file.
35171         * sysdeps/x86_64/tst-quad1pie.c: New file.
35172         * sysdeps/x86_64/tst-quad2.c: Likewise.
35173         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35174         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35175         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35176         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35177         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35178
35179 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35180
35181         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35182         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35183         * streams/stropts.h (t_scalar_t): Define type.
35184
35185         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35186         (_PATH_PRESERVE): Set to "/var/lib".
35187         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35188
35189         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35190         instead of int.
35191
35192         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35193         if __dir_mkfile succeeded.
35194
35195         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35196         checking for _hurd_dtablesize.  Unlock it right after having
35197         finished _hurd_dtable allocation.
35198
35199 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35200
35201         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35202         * sysdeps/mach/hurd/configure: Regenerated.
35203         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35204         special-casing to...
35205         * sysdeps/gnu/configure.in: ... this new file.
35206         * sysdeps/unix/sysv/linux/configure: Regenerated.
35207         * sysdeps/gnu/configure: New generated file.
35208
35209         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35210         for Linux: use nsec instead of usec, as well as:
35211         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35212         members of type struct timespec.
35213         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35214         New macros.
35215         (struct stat64): Likewise.
35216         (_STATBUF_ST_NSEC): New macro.
35217         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35218
35219         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35220         __strtoul_internal rather than strtoul.
35221
35222 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35223
35224         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35225         and reject them.
35226
35227 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35228
35229         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35230         which preserves existing values.
35231         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35232
35233 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35234
35235         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35236         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35237         greater than FD_SETSIZE.
35238
35239 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35240
35241         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35242         allocated, call __vm_protect to finish enabling the existing space, and
35243         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35244         allocate the remainder.
35245
35246 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35247
35248         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35249         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35250
35251 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35252
35253         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35254         sysdeps/mach/hurd/readlink.c.
35255
35256         * posix/tst-sysconf.c (posix_options): Only use
35257         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35258         _POSIX_SYNCHRONIZED_IO when they are defined
35259         * sysdeps/mach/hurd/bits/posix_opt.h:
35260         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35261         (_XOPEN_REALTIME): Undefine macro.
35262         (_XOPEN_REALTIME_THREADS): Undefine macro.
35263         (_XOPEN_SHM): Undefine macro.
35264         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35265         macro to -1.
35266         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35267         macro to -1.
35268         (_POSIX_ASYNC_IO): Undefine macro.
35269         (_POSIX_PRIORITIZED_IO): Undefine macro.
35270         (_POSIX_SPIN_LOCKS): Define macro to -1.
35271
35272         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35273         SA_NODEFER, SA_RESETHAND.
35274         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35275         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35276         F_DUPFD_CLOEXEC.
35277
35278 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35279
35280         * elf/Makefile (pldd-modules): Define unconditionally.
35281
35282 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35283
35284         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35285
35286 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35287
35288         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35289         Return ENOENT when name is empty.
35290         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35291
35292 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35293
35294         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35295
35296         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35297
35298 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35299
35300         Fix mlock in all cases except non-readable pages.
35301         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35302         instead of VM_PROT_ALL as parameter to __vm_wire function.
35303
35304         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35305         (__mkdir): When path is `/', just fail with EEXIST.
35306         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35307
35308 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35309
35310         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35311         <sys/uio.h> (for writev).
35312         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35313         and <sys/param.h> (for MIN).
35314
35315 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35316
35317         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35318         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35319         if interrupted.
35320
35321 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35322
35323         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35324         Depend on against $(link-rpcuserlibs).
35325
35326 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35327
35328         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35329         (__libc_stack_end): Do not use attribute_relro.
35330         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35331         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35332         to libthread-provided value.
35333         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35334         attribute_relro.
35335
35336 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35337
35338         [BZ #3748]
35339         * bits/libc-lock.h (__libc_once_get): New macro.
35340         * sysdeps/mach/bits/libc-lock.h: Likewise.
35341         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35342         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35343         instead of using implementation details.
35344
35345         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35346         * libio/freopen.c: Likewise.
35347         * libio/freopen64.c: Likewise.
35348         * misc/syslog.c: Likewise.
35349         * nscd/connections.c: Likewise.
35350         * nscd/netgroupcache.c: Likewise.
35351         * sysdeps/posix/getcwd.c: Likewise.
35352
35353 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35354
35355         * math/w_ilogbf.c: Add #include <limits.h>.
35356
35357 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35358
35359         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35360         path instead of returning without unlocking.
35361
35362         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35363         immediate-write ioctls.
35364         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35365
35366 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35367
35368         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35369         __builtin_frame_address instead of making assumptions about the
35370         location of the return address relative to DATA.  Force early load of
35371         the return address.
35372         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35373         __builtin_frame_address.
35374
35375         dup3 for GNU Hurd.
35376         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35377         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35378         implement dup3 and do some further code clean-ups.
35379         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35380         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35381
35382 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35383
35384         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35385
35386         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35387         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35388         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35389         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35390         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35391         d->port.lock.
35392
35393         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35394         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35395         when handler == SIG_ERR, not when handler != SIG_ERR.
35396
35397 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35398
35399         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35400         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35401         definitions.
35402
35403         accept4 for GNU Hurd.
35404         * include/sys/socket.h (__libc_accept4): New prototype.
35405         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35406         to implement __libc_accept4.
35407         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35408         __libc_accept4.
35409         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35410
35411         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35412         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35413         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35414         signal-defines.sym.
35415
35416 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35417
35418         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35419
35420 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35421
35422         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
35423         assertion on O_CLOEXEC flag.
35424         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
35425         * hurd/intern-fd.c: Likewise.
35426         * hurd/port2fd.c: Likewise.
35427
35428 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35429
35430         [BZ #3906]
35431         * bits/in.h (IPV6_PKTINFO): Define new macro.
35432         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
35433
35434 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35435
35436         [BZ #13954]
35437         [BZ #13955]
35438         [BZ #13956]
35439         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
35440         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35441         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
35442         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35443         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35444         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35445         * math/libm-test.inc (logb_test) : Additional logb tests.
35446
35447 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
35448             Andreas Jaeger  <aj@suse.de>
35449
35450         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
35451         * configure: Regenerated.
35452         * config.h.in (LINK_OBSOLETE_RPC): New macro.
35453         * config.make.in (link-obsolete-rpc): New substituted variable.
35454         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
35455         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
35456         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35457         (shared-only-routines): Don't set it under [link-obsolete-rpc],
35458         so that libc.a contains the symbols.
35459         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35460         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
35461         * sunrpc/auth_none.c: Likewise.
35462         * sunrpc/auth_unix.c: Likewise.
35463         * sunrpc/authdes_prot.c: Likewise.
35464         * sunrpc/authuxprot.c: Likewise.
35465         * sunrpc/clnt_gen.c: Likewise.
35466         * sunrpc/clnt_perr.c: Likewise.
35467         * sunrpc/clnt_raw.c: Likewise.
35468         * sunrpc/clnt_simp.c: Likewise.
35469         * sunrpc/clnt_tcp.c: Likewise.
35470         * sunrpc/clnt_udp.c: Likewise.
35471         * sunrpc/clnt_unix.c: Likewise.
35472         * sunrpc/des_crypt.c: Likewise.
35473         * sunrpc/des_soft.c: Likewise.
35474         * sunrpc/get_myaddr.c: Likewise.
35475         * sunrpc/key_call.c: Likewise.
35476         * sunrpc/key_prot.c: Likewise.
35477         * sunrpc/netname.c: Likewise.
35478         * sunrpc/pm_getmaps.c: Likewise.
35479         * sunrpc/pm_getport.c: Likewise.
35480         * sunrpc/pmap_clnt.c: Likewise.
35481         * sunrpc/pmap_prot.c: Likewise.
35482         * sunrpc/pmap_prot2.c: Likewise.
35483         * sunrpc/pmap_rmt.c: Likewise.
35484         * sunrpc/publickey.c: Likewise.
35485         * sunrpc/rpc_cmsg.c: Likewise.
35486         * sunrpc/rpc_common.c: Likewise.
35487         * sunrpc/rpc_dtable.c: Likewise.
35488         * sunrpc/rpc_prot.c: Likewise.
35489         * sunrpc/rpc_thread.c: Likewise.
35490         * sunrpc/rtime.c: Likewise.
35491         * sunrpc/svc.c: Likewise.
35492         * sunrpc/svc_auth.c: Likewise.
35493         * sunrpc/svc_raw.c: Likewise.
35494         * sunrpc/svc_run.c: Likewise.
35495         * sunrpc/svc_tcp.c: Likewise.
35496         * sunrpc/svc_udp.c: Likewise.
35497         * sunrpc/svc_unix.c: Likewise.
35498         * sunrpc/svcauth_des.c: Likewise.
35499         * sunrpc/xcrypt.c: Likewise.
35500         * sunrpc/xdr.c: Likewise.
35501         * sunrpc/xdr_array.c: Likewise.
35502         * sunrpc/xdr_float.c: Likewise.
35503         * sunrpc/xdr_intXX_t.c: Likewise.
35504         * sunrpc/xdr_mem.c: Likewise.
35505         * sunrpc/xdr_rec.c: Likewise.
35506         * sunrpc/xdr_ref.c: Likewise.
35507         * sunrpc/xdr_sizeof.c: Likewise.
35508         * sunrpc/xdr_stdio.c: Likewise.
35509
35510 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35511
35512         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
35513         change.  Update copyright years.
35514
35515 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35516
35517         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
35518
35519 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
35520             Joseph Myers  <joseph@codesourcery.com>
35521             Paul Pluzhnikov  <ppluzhnikov@google.com>
35522
35523         [BZ #14012]
35524         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
35525         requiring rpcgen.
35526         [cross-compiling] (extra-libs): Likewise.
35527         [cross-compiling] (extra-libs-others): Likewise.
35528         [cross-compiling] (librpcsvc-routines): Likewise.
35529         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
35530         [cross-compiling] (omit-deps): Likewise.
35531         (sunrpc-CPPFLAGS): New variable.
35532         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
35533         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
35534         (cross-rpcgen-objs): New variable.
35535         (extra-objs): Append $(cross-rpcgen-objs).
35536         ($(cross-rpcgen-objs)): New rule.
35537         ($(objpfx)cross-rpcgen): Likewise.
35538         (rpcgen-cmd): Define to use $(built-program-file).  Expand
35539         comment.
35540         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
35541         ($(objpfx)x%.stmp): Likewise.
35542         * sunrpc/proto.h [IS_IN_build] (_): Define.
35543         [IS_IN_build] (_libc_intl_domainname): Likewise.
35544
35545 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35546
35547         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
35548         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
35549         and R_X86_64_TPOFF64.
35550
35551 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35552
35553         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
35554         sysdeps/unix/sysv/syscalls.list.
35555         (stime): Likewise.
35556         (utime): Likewise.
35557         * sysdeps/unix/sysv/syscalls.list: Remove file.
35558
35559 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
35560
35561         [BZ #3440]
35562         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
35563         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
35564         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
35565         (__LC_IDENTIFICATION): Make these macros useful in #if
35566         expressions, as required by C99.
35567
35568 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
35569
35570         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
35571         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
35572         after this.
35573
35574 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
35575
35576         * stdlib/longlong.h: Updated from GCC.
35577
35578 2012-05-09  Andreas Jaeger  <aj@suse.de>
35579
35580         * nscd/nscd.c (run_modes): Make named enum, reorder so that
35581         default is first entry.
35582         (run_mode): Set type.
35583         (main): Remove informal message about syslog.
35584         (options): Fix typo.
35585
35586         [BZ #14053]
35587         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
35588         to asm.
35589         (lrint): Likewise.
35590         (llrintf): Likewise.
35591         (llrint): Likewise.
35592         (rint): Likewise.
35593         (rintf): Likewise.
35594         (nearbyint): Likewise.
35595         (nearbyintf): Likewise.
35596
35597 2012-05-09  Andreas Jaeger  <aj@suse.de>
35598             Pedro Alves  <palves@redhat.com>
35599
35600         * nscd/nscd.c (run_mode): Use enum.
35601         (main): Cleanup coding style issue.
35602
35603 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
35604             Andreas Jaeger  <aj@suse.de>
35605
35606         * nscd/nscd.c (go_background): Replaced with...
35607         (run_mode): ... this.
35608         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
35609         (options): Add -F --foreground.
35610         (main): Implement it.
35611         (parse_opt): Parse it.
35612
35613 2012-05-09  Andreas Jaeger  <aj@suse.de>
35614
35615         [BZ #14083]
35616         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
35617         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
35618         -Wconversion warning.
35619         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
35620         Likewise.
35621
35622 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
35623
35624         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
35625         == 0.
35626         (LC_ALL): Use macro-int-constant.
35627         (LC_COLLATE): Likewise.
35628         (LC_CTYPE): Likewise.
35629         (LC_MESSAGES): Likewise.
35630         (LC_MONETARY): Likewise.
35631         (LC_NUMERIC): Likewise.
35632         (LC_TIME): Likewise.
35633         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
35634         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35635         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35636         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
35637         Specify type.
35638         [C99-based standards] (float_t): Expect type.
35639         [C99-based standards] (double_t): Expect type.
35640         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
35641         type.
35642         [C99-based standards] (HUGE_VALL): Likewise.
35643         [C99-based standards] (INFINITY): Likewise.
35644         [C99-based standards] (NAN): Likewise.
35645         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
35646         [C99-based standards] (FP_NAN): Likewise.
35647         [C99-based standards] (FP_NORMAL): Likewise.
35648         [C99-based standards] (FP_SUBNORMAL): Likewise.
35649         [C99-based standards] (FP_ZERO): Likewise.
35650         [C99-based standards] (FP_FAST_FMA): Use
35651         optional-macro-int-constant.  Specify type.  Require == 1.
35652         [C99-based standards] (FP_FAST_FMAF): Likewise.
35653         [C99-based standards] (FP_FAST_FMAL): Likewise.
35654         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
35655         [C99-based standards] (FP_ILOGBNAN): Likewise.
35656         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
35657         Specify type.
35658         [C99-based standards] (MATH_ERREXCEPT): Likewise.
35659         [C99-based standards] (math_errhandling): Specify type.
35660         [ISO99 || ISO11] (signgam): Do not allow.
35661         [non-C99-based standards] (copysignf): Do not allow.
35662         [non-C99-based standards] (exp2f): Likewise.
35663         [non-C99-based standards] (log2f): Likewise.
35664         [non-C99-based standards] (modff): Allow.
35665         [non-C99-based standards] (erff): Do not allow.
35666         [non-C99-based standards] (erfcf): Likewise.
35667         [non-C99-based standards] (gammaf): Likewise.
35668         [non-C99-based standards] (hypotf): Likewise.
35669         [non-C99-based standards] (j0f): Likewise.
35670         [non-C99-based standards] (j1f): Likewise.
35671         [non-C99-based standards] (jnf): Likewise.
35672         [non-C99-based standards] (lgammaf): Likewise.
35673         [non-C99-based standards] (tgammaf): Likewise.
35674         [non-C99-based standards] (y0f): Likewise.
35675         [non-C99-based standards] (y1f): Likewise.
35676         [non-C99-based standards] (ynf): Likewise.
35677         [non-C99-based standards] (isnanf): Likewise.
35678         [non-C99-based standards] (acoshf): Likewise.
35679         [non-C99-based standards] (asinhf): Likewise.
35680         [non-C99-based standards] (atanhf): Likewise.
35681         [non-C99-based standards] (cbrtf): Likewise.
35682         [non-C99-based standards] (expm1f): Likewise.
35683         [non-C99-based standards] (ilogbf): Likewise.
35684         [non-C99-based standards] (log1pf): Likewise.
35685         [non-C99-based standards] (logbf): Likewise.
35686         [non-C99-based standards] (nextafterf): Likewise.
35687         [non-C99-based standards] (remainderf): Likewise.
35688         [non-C99-based standards] (rintf): Likewise.
35689         [non-C99-based standards] (scalbf): Likewise.
35690         [non-C99-based standards] (copysignl): Likewise.
35691         [non-C99-based standards] (exp2l): Likewise.
35692         [non-C99-based standards] (log2l): Likewise.
35693         [non-C99-based standards] (modfl): Allow.
35694         [non-C99-based standards] (erfl): Do not allow.
35695         [non-C99-based standards] (erfcl): Likewise.
35696         [non-C99-based standards] (gammal): Likewise.
35697         [non-C99-based standards] (hypotl): Likewise.
35698         [non-C99-based standards] (j0l): Likewise.
35699         [non-C99-based standards] (j1l): Likewise.
35700         [non-C99-based standards] (jnl): Likewise.
35701         [non-C99-based standards] (lgammal): Likewise.
35702         [non-C99-based standards] (tgammal): Likewise.
35703         [non-C99-based standards] (y0l): Likewise.
35704         [non-C99-based standards] (y1l): Likewise.
35705         [non-C99-based standards] (ynl): Likewise.
35706         [non-C99-based standards] (isnanl): Likewise.
35707         [non-C99-based standards] (acoshl): Likewise.
35708         [non-C99-based standards] (asinhl): Likewise.
35709         [non-C99-based standards] (atanhl): Likewise.
35710         [non-C99-based standards] (cbrtl): Likewise.
35711         [non-C99-based standards] (expm1l): Likewise.
35712         [non-C99-based standards] (ilogbl): Likewise.
35713         [non-C99-based standards] (log1pl): Likewise.
35714         [non-C99-based standards] (logbl): Likewise.
35715         [non-C99-based standards] (nextafterl): Likewise.
35716         [non-C99-based standards] (remainderl): Likewise.
35717         [non-C99-based standards] (rintl): Likewise.
35718         [non-C99-based standards] (scalbl): Likewise.
35719         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35720         [non-C99-based standards] (FP_*): Do not allow.
35721         [C99-based standards] (FP_*): Change to
35722         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35723         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35724         allow.
35725         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
35726         (SIG_ERR): Likewise.
35727         [X/Open-based standards] (SIG_HOLD): Likewise.
35728         (SIG_IGN): Likewise.
35729         (SIGABRT): Use macro-int-constant.  Specify type.  Require
35730         positive value.
35731         (SIGFPE): Likewise.
35732         (SIGILL): Likewise.
35733         (SIGINT): Likewise.
35734         (SIGSEGV): Likewise.
35735         (SIGTER): Likewise.
35736         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
35737         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
35738         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
35739         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
35740         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
35741         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
35742         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
35743         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
35744         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
35745         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
35746         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
35747         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
35748         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
35749         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
35750         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
35751         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
35752         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
35753         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
35754         [X/Open-based standards] (SIGTRAP): Likewise.
35755         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
35756         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
35757         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
35758         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
35759         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35760         allow.
35761
35762 2012-05-08  Ian Wienand  <ianw@vmware.com>
35763
35764         [BZ #14080]
35765         * time/tzset.c (__tzset_parse_tz): Update default rules for
35766         daylight time changes in the Energy Policy Act of 2005.
35767
35768 2012-05-09  Andreas Jaeger  <aj@suse.de>
35769
35770         [BZ #13983]
35771         * elf/ldconfig.c (parse_conf): Change string to make clear that
35772         ldconfig only issued a warning if ld.so.conf does not exist.
35773
35774 2012-05-08  David S. Miller  <davem@davemloft.net>
35775
35776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
35777         movxtod instead of popping the value on the stack.
35778
35779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35780
35781 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
35782
35783         * config.h.in: Add HAVE_ARM_PCS_VFP.
35784
35785 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
35786
35787         [BZ #13979]
35788         * include/features.h: Warn if user requests __FORTIFY_SOURCE
35789         checking but the checks are disabled for any reason.
35790
35791 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
35792
35793         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
35794         and ELF64_R_TYPE with ELFW(R_TYPE).
35795
35796 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
35797
35798         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
35799         (ulimit): Likewise.
35800
35801         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
35802         (settimeofday): Likewise.
35803
35804 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
35805
35806         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
35807         a struct th_u2 inside the union, and move tu_block/tu_code into
35808         a new th_u3 union of tu_block/tu_code inside of that.  Move
35809         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
35810         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
35811         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
35812         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
35813         (th_stuff): Change to th_u1.tu_stuff.
35814         (th_data): Define.
35815         (th_msg): Change to th_u1.th_u2.tu_data.
35816
35817 2012-05-07  David S. Miller  <davem@davemloft.net>
35818
35819         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35820
35821         [BZ #14074]
35822         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
35823         (SETUP_PIC_REG): Use it.
35824         (SETUP_PIC_REG_LEAF): Use it.
35825
35826 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
35827
35828         [BZ #13885]
35829         [BZ #13923]
35830         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35831         USE_AS_EXPM1L.
35832         (EXPL_FINITE): Likewise.
35833         (FLDLOG): Likewise.
35834         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35835         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35836         e_expl.S.
35837         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35838         USE_AS_EXPM1L.
35839         (EXPL_FINITE): Likewise.
35840         (FLDLOG): Likewise.
35841         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35842         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35843         e_expl.S.
35844         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
35845         test of -max_value argument for long double.
35846         * sysdeps/i386/fpu/libm-test-ulps: Update.
35847         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35848
35849 2012-05-06  David S. Miller  <davem@davemloft.net>
35850
35851         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
35852         quad soft-float symbols whose references which are compiler
35853         generated.
35854         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
35855
35856 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
35857
35858         [BZ #13884]
35859         [BZ #13914]
35860         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35861         USE_AS_EXP10L.
35862         (EXPL_FINITE): Likewise.
35863         (FLDLOG): Likewise.
35864         (c0): Likewise.
35865         (c1): Likewise.
35866         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35867         Adjust comments for base varying.
35868         (__expl_finite): Change alias to EXPL_FINITE.
35869         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
35870         e_expl.S.
35871         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
35872         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
35873         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
35874         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
35875         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35876         USE_AS_EXP10L.
35877         (EXPL_FINITE): Likewise.
35878         (FLDLOG): Likewise.
35879         (c0): Likewise.
35880         (c1): Likewise.
35881         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35882         Adjust comments for base varying.
35883         (__expl_finite): Change alias to EXPL_FINITE.
35884         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
35885         tests for bugs.
35886         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35887
35888         [BZ #14064]
35889         * math/libm-test.inc (check_float_internal): Correct ulp
35890         calculation for subnormal expected results.
35891
35892 2012-05-06  Andreas Jaeger  <aj@suse.de>
35893
35894         * Makeconfig (+math-flags): New, set to -frounding-math.
35895         (+cflags): Add +math-flags so that all of glibc gets compiled with
35896         it.
35897
35898         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
35899
35900 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
35901
35902         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
35903         Disable one test.
35904
35905         [BZ #13787]
35906         [BZ #13922]
35907         [BZ #14036]
35908         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
35909         (__ieee754_expl): Allow for and saturate large arguments.
35910         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
35911         (u_threshold): Likewise.
35912         (__exp): Call __ieee754_exp before checking for overflow and
35913         underflow.
35914         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
35915         (u_threshold): Likewise.
35916         (__expf): Call __ieee754_expf before checking for overflow and
35917         underflow.
35918         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
35919         (u_threshold): Likewise.
35920         (__expl): Call __ieee754_expl before checking for overflow and
35921         underflow.
35922         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
35923         (__ieee754_expl): Allow for and saturate large arguments.
35924         * math/libm-test.inc (exp_test): Add another test.  Do not allow
35925         missing overflow exception on overflow.
35926         (expm1_test): Do not allow missing overflow exception on overflow.
35927
35928         * sysdeps/i386/fpu/e_expl.c: Move to ...
35929         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
35930         rather than using inline asm.
35931         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
35932         * sysdeps/x86_64/fpu/e_expl.S: Copy from
35933         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
35934
35935         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
35936         (nice): Likewise.
35937         (poll): Likewise.
35938         (signal): Likewise.
35939         (time): Likewise.
35940         (times): Likewise.
35941
35942 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
35943
35944         * sysdeps/unix/syscalls.list (adjtime): Add entry from
35945         sysdeps/unix/common/syscalls.list.
35946         (fchmod): Likewise.
35947         (fchown): Likewise.
35948         (ftruncate): Likewise.
35949         (getrusage): Likewise.
35950         (gettimeofday): Likewise.
35951         (setpgid): Likewise.
35952         (setregid): Likewise.
35953         (setreuid): Likewise.
35954         (sigaction): Likewise.
35955         (truncate): Likewise.
35956         (vhangup): Likewise.
35957         * sysdeps/unix/common/syscalls.list: Remove file.
35958         * sysdeps/unix/bsd/Implies: Don't include unix/common.
35959         * sysdeps/unix/sysv/linux/Implies: Likewise.
35960
35961 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
35962
35963         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
35964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
35965         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
35966         Moved to ...
35967         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
35968         Here.
35969         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
35970         to ...
35971         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
35972         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
35973         to ...
35974         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
35975         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
35976         to ...
35977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
35978         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
35979         to ...
35980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
35981         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
35982         to ...
35983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
35984         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
35985         to ...
35986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
35987         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
35988         to ...
35989         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
35990         Here.
35991         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
35992         to ...
35993         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
35994         Here.
35995         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
35996         to ...
35997         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
35998         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
35999         Moved to ...
36000         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36001         Here.
36002         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36003         to ...
36004         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36005
36006 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36007
36008         * sysdeps/unix/common/bits/dirent.h: Remove file.
36009         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36010
36011         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36012         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36013         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36014         * sysdeps/unix/bsd/isatty.c: Likewise.
36015         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36016         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36017         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36018
36019 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36020
36021         [BZ #13563]
36022         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36023         long double comparison inaccuracies.
36024         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36026
36027 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36028
36029         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36030         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36031
36032 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36033
36034         [BZ #14049]
36035         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36036         nonzero digits before rounding a hex value.
36037         * stdlib/tst-strtod.c (tests): Add another test.
36038
36039 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36040
36041         * sysdeps/s390/fpu/libm-test-ulps: Update.
36042
36043 2012-05-03  Andreas Jaeger  <aj@suse.de>
36044
36045         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36046         does not get optimized out.
36047         (malloc_opt_barrier): New.
36048
36049 2012-05-03  Andreas Jaeger  <aj@suse.de>
36050             Roland McGrath  <roland@hack.frob.com>
36051
36052         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36053         intermediate file deletion.
36054         (generated): Add .symlist files.
36055
36056 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36057
36058         [BZ #13775]
36059         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36060         Redirect under this condition.
36061         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36062         [__USE_GNU] (__dprintf_chk): Not under this condition.
36063         [__USE_GNU] (__vdprintf_chk): Likewise.
36064         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36065         under this condition.
36066         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36067         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36068         [__USE_XOPEN2K8] (vdprintf): Likewise.
36069         [__USE_GNU] (__dprintf_chk): Not under this condition.
36070         [__USE_GNU] (__vdprintf_chk): Likewise.
36071         [__USE_GNU] (dprintf): Likewise.
36072         [__USE_GNU] (vdprintf): Likewise.
36073
36074 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36075
36076         * elf/Makefile (common-generated): Set this instead of generated for
36077         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36078         $(all-built-dso)-derived lists.
36079
36080 2012-05-03  Andreas Jaeger  <aj@suse.de>
36081
36082         * sysdeps/i386/fpu/libm-test-ulps: Update.
36083
36084         * FAQ: Removed.
36085         * FAQ.in: Likewise.
36086         * scripts/gen-FAQ.pl: Likewise.
36087         * manual/install.texi (Installation): Point to online location of
36088         FAQ.
36089         * Makefile (files-for-dist): Remove FAQ.
36090         (FAQ): Remove.
36091
36092 2012-05-02  Allan McRae  <allan@archlinux.org>
36093
36094         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36095         (LDFLAGS-reldepmod5.so): Likewise.
36096         (LDFLAGS-reldep6mod1.so): Likewise.
36097         (LDFLAGS-reldep6mod4.so): Likewise.
36098         (LDFLAGS-reldep8mod3.so): Likewise.
36099         (LDFLAGS-unload4mod1.so): Likewise.
36100         (LDFLAGS-unload4mod2.so): Likewise.
36101         (LDFLAGS-tst-initorder): Likewise.
36102         (LDFLAGS-tst-initordera2.so): Likewise.
36103         (LDFLAGS-tst-initordera3.so): Likewise.
36104         (LDFLAGS-tst-initordera4.so): Likewise.
36105         (LDFLAGS-tst-initorderb2.so): Likewise.
36106         (LDFLAGS-noload): Likewise.
36107         (LDFLAGS-next): Likewise.
36108         (LDFLAGS-order2mod1.so): Likewise.
36109         (LDFLAGS-order2mod2.so): Likewise.
36110         (LDFLAGS-tst-initorder2): Likewise.
36111         (LDFLAGS-tst-initorder2a.so): Likewise.
36112         (LDFLAGS-tst-initorder2b.so): Likewise.
36113         (LDFLAGS-tst-initorder2c.so): Likewise.
36114         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36115
36116 2012-05-02  David S. Miller  <davem@davemloft.net>
36117
36118         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36119
36120 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36121
36122         [BZ #14055]
36123         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36124
36125 2012-05-02  Andreas Jaeger  <aj@suse.de>
36126
36127         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36128         since we manipulate rounding mode.
36129         (CPPFLAGS-test-idouble.c): Likewise.
36130         (CPPFLAGS-test-ifloat.c): Likewise.
36131         (CFLAGS-test-ldouble.c): Likewise.
36132         (CFLAGS-test-double.c): Likewise.
36133         (CFLAGS-test-float.c): Likewise.
36134         (CFLAGS-test-misc.c): Likewise.
36135         (CFLAGS-test-test-fenv.c): Likewise.
36136
36137 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36138
36139         [BZ #2550]
36140         [BZ #2570]
36141         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36142         comparisons to determine direction to adjust input.
36143
36144 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36145
36146         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36147         output to the target.
36148
36149         * scripts/localplt.awk: New file.
36150         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36151         (check-localplt-CFLAGS): Variable removed.
36152         ($(all-built-dso:=.jmprel)): New static pattern rule.
36153         (generated): Add those targets.
36154         (localplt-built-dso): New variable.
36155         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36156
36157         * elf/check-localplt.c: File removed.
36158
36159         * scripts/check-execstack.awk: New file.
36160         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36161         (check-execstack-CFLAGS): Variable removed.
36162         ($(objpfx)check-execstack.h): Target removed.
36163         ($(objpfx)execstack-default): New target.
36164         (generated): Add that instead of check-execstack.h.
36165         ($(all-built-dso:=.phdr)): New static pattern rule.
36166         (generated): Add those targets.
36167         * elf/check-execstack.c: File removed.
36168
36169         * scripts/check-textrel.awk: New file.
36170         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36171         (check-textrel-CFLAGS): Variable removed.
36172         (all-built-dso): Use := to define.o
36173         ($(all-built-dso:=.dyn)): New static pattern rule.
36174         (generated): Add those targets.
36175         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36176         * config.make.in (READELF): New substituted variable.
36177         * elf/check-textrel.c: File removed.
36178
36179 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36180
36181         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36182         allow.
36183         * conform/data/ctype.h-data [C99-based standards] (isblank):
36184         Expect function.
36185         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36186         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36187         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36188         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36189         Specify type.  Require positive value.
36190         (EILSEQ): Likewise.
36191         (ERANGE): Likewise.
36192         [ISO || POSIX] (EILSEQ): Do not expect.
36193         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36194         Specify type.  Require positive value.
36195         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36196         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36197         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36198         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36199         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36200         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36201         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36202         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36203         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36204         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36205         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36206         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36207         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36208         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36209         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36210         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36211         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36212         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36213         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36214         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36215         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36216         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36217         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36218         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36219         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36220         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36221         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36222         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36223         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36224         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36225         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36226         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36227         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36228         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36229         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36230         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36231         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36232         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36233         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36234         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36235         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36236         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36237         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36238         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36239         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36240         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36241         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36242         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36243         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36244         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36245         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36246         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36247         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36248         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36249         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36250         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36251         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36252         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36253         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36254         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36255         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36256         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36257         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36258         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36259         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36260         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36261         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36262         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36263         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36264         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36265         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36266         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36267         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36268         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36269         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36270         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36271         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36272         Require >= 2.
36273         (FLT_ROUNDS): Expect as macro, not constant.
36274         (FLT_MANT_DIG): Use macro-int-constant.
36275         (DBL_MANT_DIG): Likewise.
36276         (LDBL_MANT_DIG): Likewise.
36277         (FLT_DIG): Likewise.
36278         (DBL_DIG): Likewise.
36279         (LDBL_DIG): Likewise.
36280         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36281         (DBL_MIN_EXP): Likewise.
36282         (LDBL_MIN_EXP): Likewise.
36283         (FLT_MAX_EXP): Use macro-int-constant.
36284         (DBL_MAX_EXP): Likewise.
36285         (LDBL_MAX_EXP): Likewise.
36286         (FLT_MAX_10_EXP): Likewise.
36287         (DBL_MAX_10_EXP): Likewise.
36288         (LDBL_MAX_10_EXP): Likewise.
36289         (FLT_MAX): Use macro-constant.
36290         (DBL_MAX): Likewise.
36291         (LDBL_MAX): Likewise.
36292         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36293         (DBL_EPSILON): Likewise.
36294         (LDBL_EPSILON): Likewise.
36295         (FLT_MIN): Likewise.
36296         (DBL_MIN): Likewise.
36297         (LDBL_MIN): Likewise.
36298         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36299         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36300         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36301         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36302         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36303         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36304         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36305         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36306         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36307         [ISO11] (FLT_TRUE_MIN): Likewise.
36308         [ISO11] (LDBL_TRUE_MIN): Likewise.
36309         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36310         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36311         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36312         (SCHAR_MAX): Likewise.
36313         (UCHAR_MAX): Likewise.
36314         (CHAR_MIN): Likewise.
36315         (CHAR_MAX): Likewise.
36316         (MB_LEN_MAX): Use macro-int-constant.
36317         (SHRT_MIN): Use macro-int-constant.  Specify type.
36318         (SHRT_MAX): Likewise.
36319         (USHRT_MAX): Likewise.
36320         (INT_MAX): Likewise.
36321         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36322         bound negative.
36323         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36324         bound with "U".
36325         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36326         bound with "L".
36327         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36328         bound negative.  Suffix upper bound with "L".
36329         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36330         bound with "UL".
36331         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36332         Specify type.
36333         [C99-based standards] (LLONG_MAX): Likewise.
36334         [C99-based standards] (ULLONG_MAX): Likewise.
36335         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36336         == 0.
36337         [ISO11] (max_align_t): Require type.
36338         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36339
36340         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36341         from $CFLAGS, without defining away __attribute__ calls.
36342         (checknamespace): Use $CFLAGS_namespace.
36343
36344         * conform/conformtest.pl (@keywords): Only include C99 keywords
36345         for standards based on C99 or C11.
36346
36347         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36348         Disable tests.
36349         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36350         UNIX98]: Likewise.
36351
36352         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36353         usability of symbols in #if.
36354
36355         * conform/conformtest.pl: If macro or constant types start
36356         "promoted:", expect the symbol to be of the following type
36357         promoted by the integer promotions.
36358
36359         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36360         in one place.  Also handle "macro-constant".
36361
36362         * conform/conformtest.pl: Only accept expected macro values with
36363         "==".  Parse all "macro" lines in one place.
36364         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36365
36366         * conform/conformtest.pl: Handle braced types on "constant" lines
36367         instead of handling "typed-constant".
36368         * conform/data/signal.h-data: Use "constant" instead of
36369         "typed-constant".
36370
36371         * conform/conformtest.pl: Handle "optional-" at start of lines in
36372         one place rather than duplicating several cases.  Handle each
36373         format of "macro" line with initial "optional-".
36374
36375         * conform/conformtest.pl: Only accept expected constant or
36376         optional-constant values with "==".  Parse all "constant" lines in
36377         one place.  Parse all "optional-constant" lines in one place.
36378         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36379         * conform/data/fmtmsg.h-data: Likewise.
36380         * conform/data/netinet/in.h-data: Likewise.
36381         * conform/data/tar.h-data: Likewise.
36382         * conform/data/limits.h-data: Use "==" form on "constant" and
36383         "optional-constant" lines.
36384
36385         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36386         Use -std=c99 for XOPEN2K.
36387         (@knownproblems): Remove.
36388         (newtoken): Don't check %isknown.
36389
36390         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36391         Do not expect macro.
36392         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36393         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36394         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36395         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36396         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36397         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36398         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36399         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36400         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36401         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36402         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36403         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36404         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36405         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36406         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36407         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36408         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36409         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36410         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36411         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36412         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36413         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36414         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36415         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36416         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36417         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36418         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36419         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36420         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36421         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
36422         [XPG3] (acosh): Likewise.
36423         [XPG3] (asinh): Likewise.
36424         [XPG3] (atanh): Likewise.
36425         [XPG3] (cbrt): Likewise.
36426         [XPG3] (expm1): Likewise.
36427         [XPG3] (ilogb): Likewise.
36428         [XPG3] (log1p): Likewise.
36429         [XPG3] (logb): Likewise.
36430         [XPG3] (nextafter): Likewise.
36431         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
36432         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
36433         [XPG3] (remainder): Likewise.
36434         [XPG3] (rint): Likewise.
36435         [XPG3 || XPG4 || UNIX98] (round): Likewise.
36436         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
36437         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
36438         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
36439         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
36440         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
36441         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
36442         [UNIX98 || XOPEN2K] (scalb): Expect.
36443         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
36444         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
36445         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
36446         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
36447         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
36448         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
36449         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
36450         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
36451         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
36452         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
36453         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
36454         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
36455         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
36456         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
36457         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
36458         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
36459         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
36460         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
36461         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
36462         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
36463         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
36464         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
36465         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
36466         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
36467         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
36468         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
36469         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
36470         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
36471         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
36472         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
36473         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
36474         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
36475         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
36476         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
36477         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
36478         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
36479         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
36480         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
36481         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
36482         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
36483         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
36484         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
36485         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
36486         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
36487         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
36488         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
36489         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
36490         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
36491         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
36492         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
36493         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
36494         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
36495         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
36496         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
36497         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
36498         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
36499         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
36500         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
36501         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
36502         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
36503         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
36504         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
36505         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
36506         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
36507         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
36508         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
36509         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
36510         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
36511         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
36512         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
36513         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
36514         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
36515         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
36516         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
36517         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
36518         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
36519         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
36520         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
36521         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
36522         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
36523         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
36524         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
36525         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
36526         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
36527         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
36528         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
36529         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
36530         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
36531         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
36532         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
36533         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
36534         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
36535         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
36536         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
36537         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
36538         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
36539         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
36540         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
36541         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
36542         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
36543         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
36544         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
36545         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
36546         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
36547         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
36548         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
36549         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
36550         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
36551         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
36552         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
36553         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
36554         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
36555         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
36556         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
36557         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
36558         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
36559         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
36560         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
36561         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
36562         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
36563         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
36564         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
36565         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
36566         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
36567         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
36568         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
36569         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
36570         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
36571         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
36572         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
36573         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
36574         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
36575         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
36576         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
36577         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
36578         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
36579         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
36580
36581         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
36582         _XOPEN_SOURCE_EXTENDED for XPG4.
36583
36584         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
36585
36586         * Makeconfig (localtime): Remove variable.
36587         (inst_localtime-file): Likewise.
36588
36589 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36590
36591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
36592         Update.
36593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36594         Update.
36595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
36596         Update.
36597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
36598         Update.
36599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
36600         Update.
36601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
36602         Update.
36603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36604         Update.
36605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
36606         Update.
36607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36608         Update.
36609
36610 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36611
36612         [BZ #2550]
36613         [BZ #2570]
36614         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
36615         comparisons to determine direction to adjust input.
36616         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
36617         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
36618         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
36619         Likewise.
36620         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
36621         Likewise.
36622         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
36623         Likewise.
36624         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
36625         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
36626         Likewise.
36627         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
36628         Likewise.
36629         * math/libm-test.inc (nexttoward_test): Add more tests.
36630
36631 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36632
36633         [BZ #14040]
36634         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
36635         in version GLIBC_2.1, not GLIBC_2.0.
36636         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
36637         Likewise.
36638
36639 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
36640
36641         [BZ #13942]
36642         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
36643         (1 - x) * (1 + x).
36644         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36645         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
36646         * math/libm-test.inc (acos_test): Add more tests.
36647         (asin_test): Likewise.
36648         * sysdeps/i386/fpu/libm-test-ulps: Update.
36649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36650
36651         [BZ #14034]
36652         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
36653         of square root.
36654         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
36655         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36656         * math/libm-test.inc (acos_test_tonearest): New function.
36657         (acos_test_towardzero): Likewise.
36658         (acos_test_downward): Likewise.
36659         (acos_test_upward): Likewise.
36660         (asin_test_tonearest): Likewise.
36661         (asin_test_towardzero): Likewise.
36662         (asin_test_downward): Likewise.
36663         (asin_test_upward): Likewise.
36664         (main): Call the new functions.
36665         * sysdeps/i386/fpu/libm-test-ulps: Update.
36666         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36667
36668         [BZ #13884]
36669         [BZ #13924]
36670         * math/e_exp10.c: Include <float.h>.
36671         (__ieee754_exp10): Handle underflow here rather than multiplying
36672         large negative argument by M_LN10.
36673         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
36674         of __ieee754_expf.
36675         * math/e_exp10l.c: Include <float.h>.
36676         (__ieee754_exp10l): Handle underflow here rather than multiplying
36677         large negative argument by M_LN10l.
36678         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
36679         spurious overflow exception on underflow.
36680
36681 2012-04-29  Marek Polacek  <polacek@redhat.com>
36682
36683         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
36684         (__fortify_function): New macro.
36685         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
36686         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
36687         __extern_always_inline.
36688         * libio/bits/stdio2.h: Likewise.
36689         * libio/bits/stdio.h: Likewise.
36690         * string/string.h: Likewise.
36691         * string/bits/string3.h: Likewise.
36692         * include/stdio.h: Likewise.
36693         * stdlib/bits/stdlib.h: Likewise.
36694         * stdlib/stdlib.h: Likewise.
36695         * rt/bits/mqueue2.h: Likewise.
36696         * rt/mqueue.h: Likewise.
36697         * posix/bits/unistd.h: Likewise.
36698         * posix/unistd.h: Likewise.
36699         * io/bits/poll2.h: Likewise.
36700         * io/bits/fcntl2.h: Likewise.
36701         * io/fcntl.h: Likewise.
36702         * io/sys/poll.h: Likewise.
36703         * misc/bits/syslog.h: Likewise.
36704         * misc/bits/syslog-ldbl.h: Likewise.
36705         * misc/sys/syslog.h: Likewise.
36706         * socket/bits/socket2.h: Likewise.
36707         * socket/sys/socket.h: Likewise.
36708         * debug/tst-chk1.c: Likewise.
36709         * wcsmbs/bits/wchar2.h: Likewise.
36710         * wcsmbs/bits/wchar-ldbl.h: Likewise.
36711         * wcsmbs/wchar.h: Likewise.
36712
36713 2012-04-29  Andreas Jaeger  <aj@suse.de>
36714
36715         * Makerules (tests): Remove enable-check-abi protection.
36716         (check-abi-warn): Remove.
36717         (check-abi-%): Remove check-abi-warn usage.
36718
36719         * configure.in: Remove check-abi configure option.
36720         * configure: Regenerated.
36721         * config.make.in (enable-check-abi): Remove.
36722
36723 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
36724
36725         [BZ #14033]
36726         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
36727         double functions to double *_finite functions.
36728
36729         [BZ #13941]
36730         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
36731         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
36732         LDBL_MIN_EXP.
36733         * stdio-common/Makefile (tests): Add tst-sprintf3.
36734         * stdio-common/tst-sprintf3.c: New file.
36735
36736         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
36737         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
36738
36739 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36740
36741         * conform/conformtest.pl: Remove duplicate typed-constant
36742         handling.
36743
36744 2012-04-28  David S. Miller  <davem@davemloft.net>
36745
36746         * Makerules (%.abilist): Add vpath on sysdep_dirs.
36747         (check-abi-%): Remove AWK script prerequisite and explicit
36748         abilist directory.
36749         (check-abi): Rewrite to just diff the symlist with the abilist.
36750         (config-tls, config-abi-config): Delete, no longer used.
36751         (update-abi-%): Remove AWK script and explicit abilist directory.
36752         (update-abi): Rewrite to simply compare and conditionally copy the
36753         symlist and the sysdep abilist file.  Remove update-abi-config
36754         checks.
36755         * abilist/ld.abilist: Remove.
36756         * abilist/libBrokenLocale.abilist: Remove.
36757         * abilist/libanl.abilist: Remove.
36758         * abilist/libcrypt.abilist: Remove.
36759         * abilist/libdl.abilist: Remove.
36760         * abilist/librt.abilist: Remove.
36761         * abilist/libthread_db.abilist: Remove.
36762         * abilist/libutil.abilist: Remove.
36763         * scripts/extract-abilist.awk: Remove.
36764         * scripts/merge-abilist.awk: Remove.
36765         * sysdeps/generic/libcidn.abilist: New file.
36766         * sysdeps/generic/libnss_compat.abilist: New file.
36767         * sysdeps/generic/libnss_db.abilist: New file.
36768         * sysdeps/generic/libnss_dns.abilist: New file.
36769         * sysdeps/generic/libnss_files.abilist: New file.
36770         * sysdeps/generic/libnss_hesiod.abilist: New file.
36771         * sysdeps/generic/libnss_nis.abilist: New file.
36772         * sysdeps/generic/libnss_nisplus.abilist: New file.
36773         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
36774         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
36775         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
36776         file.
36777         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
36778         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
36779         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
36780         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
36781         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
36782         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
36783         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
36784         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
36785         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
36786         file.
36787         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
36788         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
36789         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
36790         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
36791         file.
36792         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
36793         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
36794         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
36795         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
36796         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
36797         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
36798         file.
36799         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
36800         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
36801         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
36802         file.
36803         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
36804         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
36805         New file.
36806         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
36807         New file.
36808         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
36809         New file.
36810         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
36811         New file.
36812         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
36813         New file.
36814         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
36815         New file.
36816         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
36817         New file.
36818         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
36819         New file.
36820         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
36821         New file.
36822         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
36823         New file.
36824         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
36825         New file.
36826         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
36827         New file.
36828         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
36829         New file.
36830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
36831         file.
36832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
36833         New file.
36834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
36835         New file.
36836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
36837         file.
36838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
36839         New file.
36840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
36841         New file.
36842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
36843         file.
36844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
36845         New file.
36846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36847         New file.
36848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
36849         New file.
36850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
36851         New file.
36852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
36853         New file.
36854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
36855         New file.
36856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
36857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
36858         file.
36859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
36860         New file.
36861         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
36862         file.
36863         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
36864         file.
36865         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
36866         file.
36867         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
36868         file.
36869         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
36870         file.
36871         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
36872         New file.
36873         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
36874         file.
36875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
36876         file.
36877         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
36878         New file.
36879         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
36880         file.
36881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
36882         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
36883         file.
36884         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
36885         New file.
36886         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
36887         file.
36888         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
36889         file.
36890         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
36891         file.
36892         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
36893         file.
36894         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
36895         file.
36896         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
36897         New file.
36898         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
36899         file.
36900         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
36901         file.
36902         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
36903         New file.
36904         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
36905         file.
36906         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36907         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
36908         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
36909         file.
36910         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
36911         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
36912         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
36913         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
36914         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
36915         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
36916         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
36917         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
36918         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
36919         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
36920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
36921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
36922         file.
36923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
36924         New file.
36925         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
36926         file.
36927         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
36928         file.
36929         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
36930         file.
36931         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
36932         file.
36933         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
36934         file.
36935         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
36936         New file.
36937         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
36938         New file.
36939         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
36940         file.
36941         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
36942         New file.
36943         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
36944         file.
36945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
36946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
36947         file.
36948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
36949         New file.
36950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
36951         file.
36952         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
36953         file.
36954         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
36955         file.
36956         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
36957         file.
36958         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
36959         file.
36960         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
36961         New file.
36962         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
36963         New file.
36964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
36965         file.
36966         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
36967         New file.
36968         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
36969         file.
36970
36971 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36972
36973         * conform/conformtest.pl: Fix typo in handling typed-constant from
36974         allow-header.
36975
36976 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36977
36978         * README: Cut down references to pre-2.6 Linux kernels and
36979         Linuxthreads.  Update lists of configurations in libc and ports
36980         and sort alphabetically.  Say "or newer" with Linux kernel version
36981         requirements.
36982
36983         * config.h.in [IS_IN_build]: Allow compiling without optimization.
36984
36985 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
36986
36987         [BZ #887]
36988         * math/libm-test.inc (logb_test_downward): New test to expose
36989         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
36990         rounding mode.
36991
36992 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36993
36994         [BZ #14027]
36995         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
36996         to be done.
36997         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
36998         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
36999
37000 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37001
37002         * sysdeps/unix/i386/brk.S: Remove file.
37003         * sysdeps/unix/i386/dl-brk.S: Likewise.
37004         * sysdeps/unix/i386/pipe.S: Likewise.
37005         * sysdeps/unix/i386/sigreturn.S: Likewise.
37006         * sysdeps/unix/i386/syscall.S: Likewise.
37007         * sysdeps/unix/i386/vfork.S: Likewise.
37008         * sysdeps/unix/i386/wait.S: Likewise.
37009
37010         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37011         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37012
37013         * configure.in (arm*-none*): Do not allow without
37014         --enable-hacker-mode.
37015         (netbsd*): Remove case setting base_os.
37016         (386bsd*): Likewise.
37017         (freebsd*): Likewise.
37018         (bsdi*): Likewise.
37019         (osf*): Likewise.
37020         (sunos*): Likewise.
37021         (ultrix*): Likewise.
37022         (newsos*): Likewise.
37023         (dynix*): Likewise.
37024         (*bsd*): Likewise.
37025         (sysv*): Likewise.
37026         (isc*): Likewise.
37027         (esix*): Likewise.
37028         (sco*): Likewise.
37029         (minix*): Likewise.
37030         (irix4*): Likewise.
37031         (irix6*): Likewise.
37032         (solaris[2-9]*): Likewise.
37033         (none): Likewise.
37034         * configure: Regenerated.
37035
37036 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37037
37038         [BZ #11521]
37039         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37040         overflow or cancellation in calculating denominator.
37041         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37042         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37043         down expression to avoid unexpected rounding in newer GCCs.
37044         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37045
37046 2012-04-26  David S. Miller  <davem@davemloft.net>
37047
37048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37049         long-double compat symbols.
37050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37053         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37055         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37056         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37057         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37058         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37059         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37060         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37061         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37062         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37063
37064 2012-04-25  David S. Miller  <davem@davemloft.net>
37065
37066         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37067         HWCAP_* values only after the memory barriers have been defined.
37068         (atomic_full_barrier): Define.
37069         (atomic_read_barrier): Define.
37070         (atomic_write_barrier): Define.
37071
37072 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37073
37074         * shlib-versions: Add libgcc_s version information.
37075         * sysdeps/generic/libgcc_s.h: Remove.
37076         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37077         libgcc_s.h.
37078         * sysdeps/gnu/unwind-resume.c: Likewise.
37079         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37080
37081 2012-04-25  David S. Miller  <davem@davemloft.net>
37082
37083         * sysdeps/unix/sparc/brk.S: Delete.
37084         * sysdeps/unix/sparc/dl-brk.S: Delete.
37085         * sysdeps/unix/sparc/pipe.S: Delete.
37086         * sysdeps/unix/sparc/sysdep.S: Delete.
37087         * sysdeps/unix/sparc/sysdep.h: Delete.
37088         * sysdeps/unix/sparc/vfork.S: Delete.
37089         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37090         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37091         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37092         (ret_ERRVAL, r0, r1, MOVE): Define.
37093         (JUMPTARGET): Remove.
37094         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37095         sysdeps/unix/sparc/sysdep.h
37096         (ENTRY, END): Remove.
37097         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37098
37099 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37100
37101         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37102         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37103         -DIS_IN_build.
37104
37105         * timezone/README: Update upstream location and email address for
37106         tzcode and tzdata.
37107         * timezone/zdump.c: Update from tzcode 2012b.
37108         * timezone/zic.c: Likewise.
37109
37110         * configure.in (libc_cv_as_needed): Remove test.
37111         * configure: Regenerated.
37112         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37113         conditional definition.
37114         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37115         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37116         * config.make.in (have-as-needed): Remove variable.
37117
37118 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37119             Paul Pluzhnikov  <ppluzhnikov@google.com>
37120
37121         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37122         strings correctly.
37123
37124 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37125
37126         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37127         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37128         * sysdeps/sh/strlen.S: Likewise.
37129
37130 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37131
37132         * sysdeps/unix/fork.S: Remove file.
37133         * sysdeps/unix/i386/fork.S: Likewise.
37134         * sysdeps/unix/sparc/fork.S: Likewise.
37135
37136         * sysdeps/unix/system.c: Remove file.
37137         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37138
37139         * sysdeps/unix/getegid.S: Remove file.
37140         * sysdeps/unix/geteuid.S: Likewise.
37141
37142 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37143
37144         * scripts/check-localplt.awk: New file.
37145         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37146         of diff.
37147         * scripts/data/localplt-generic.data: Add a comment.
37148
37149         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37150         NODE when __dir_mkfile failed.
37151         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37152         Reported by Ludovic Courtès <ludo@gnu.org>.
37153
37154 2012-04-24  Andreas Jaeger  <aj@suse.de>
37155
37156         * Makerules (common-clean): Also remove gen-as-const-headers
37157         files.
37158
37159 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37160
37161         * Makerules (native-compile): Do not change working directory for
37162         build.  Use $(OUTPUT_OPTION) in command.
37163         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37164
37165 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37166
37167         [BZ #13886]
37168         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37169         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37170         * math/libm-test.inc (floor_test): Add more tests.
37171         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37172
37173 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37174
37175         * sysdeps/unix/getdents.c: Remove file.
37176         * sysdeps/unix/sysv/getdents.c: Likewise.
37177         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37178
37179         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37180         sysdeps/unix/mman/syscalls.list.
37181         (mmap): Likewise.
37182         (mprotect): Likewise.
37183         (msync): Likewise.
37184         (munmap): Likewise.
37185         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37186         * sysdeps/unix/mman/syscalls.list: Remove.
37187         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37188
37189         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37190         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37191         * configure: Regenerated.
37192         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37193         $(libgcc_s_suffix).
37194         * config.make.in (libgcc_s_suffix): Remove variable.
37195
37196 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37197
37198         * sysdeps/unix/sysv/gethostname.c: Move to ...
37199         * sysdeps/posix/gethostname.c: ... here.
37200
37201         * sysdeps/unix/execve.S: Remove file.
37202
37203         * sysdeps/unix/_exit.S: Remove file.
37204
37205 2012-04-23  Andreas Jaeger  <aj@suse.de>
37206
37207         [BZ #13739]
37208         * manual/Makefile: Remove make dist support, there's no
37209         need for a stand-alone documentation tar ball.
37210         (TEXI2DVI): Define always, it's not in Makeconfig.
37211         (dist): Removed.
37212         (tar-it): Removed.
37213         (edition): Removed.
37214         (glibc-doc-$(edition).tar): Removed
37215         (%.Z): Removed.
37216         (%.gz): Removed.
37217         (%.uu): Removed.
37218         (ETAGS): Remove, it's in Makeconfig.
37219         (move-if-change): Remove, it's in Makeconfig.
37220
37221 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37222
37223         [BZ #13970]
37224         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37225         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37226         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37227         (strtod_l, strtof_l, strtold_l): Remove __wur.
37228         It is not necessarily an error to ignore strtol's return value.
37229         One can reliably look at the stored endptr to decide whether
37230         the number had valid syntax.
37231
37232 2012-04-21  Andreas Jaeger  <aj@suse.de>
37233
37234         [BZ #13739]
37235         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37236
37237 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37238
37239         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37240         * sysdeps/unix/sysv/Versions: Remove file.
37241
37242 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37243
37244         [BZ #13927]
37245         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37246
37247 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37248
37249         [BZ #7064]
37250         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37251         version from __vm86.
37252
37253 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37254
37255         * sysdeps/unix/common/lxstat.c: Remove file.
37256         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37257
37258         * sysdeps/unix/sysv/Makefile: Remove file.
37259
37260         * sysdeps/unix/sysv/direct.h: Remove file.
37261
37262         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37263         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37264         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37265         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37266         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37267         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37268         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37269
37270         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37271
37272         * sysdeps/unix/xmknod.c: Remove file.
37273         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37274
37275         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37276
37277         * sysdeps/unix/sysv/i386/time.S: Remove file.
37278
37279         * sysdeps/unix/fxstat.c: Remove file.
37280         * sysdeps/unix/xstat.c: Likewise.
37281         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37282
37283         * sysdeps/unix/sysv/sigaction.c: Remove file.
37284
37285         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37286         (sysdep_headers): Remove variable.
37287         [termio.h not in sysdep_headers] (generated): Likewise.
37288         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37289         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37290         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37291         * sysdeps/unix/sysv/tcflow.c: Likewise.
37292         * sysdeps/unix/sysv/tcflush.c: Likewise.
37293         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37294         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37295         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37296         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37297         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37298
37299         * sysdeps/unix/siglist.c: Remove file.
37300
37301         * sysdeps/unix/getppid.S: Remove file.
37302
37303         * sysdeps/unix/mkdir.c: Remove file.
37304         * sysdeps/unix/rmdir.c: Likewise.
37305
37306 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37307
37308         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37309         ERR_MAX value.
37310         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37311         errlist-compat value.
37312
37313 2012-04-18  David S. Miller  <davem@davemloft.net>
37314
37315         * sysdeps/generic/memcopy.h (reg_char): Delete.
37316         * debug/strcat_chk.c: Use char, not reg_char.
37317         * debug/strcpy_chk.c: Likewise.
37318         * debug/strncat_chk.c: Likewise.
37319         * debug/strncpy_chk.c: Likewise.
37320         * string/memchr.c: Likewise.
37321         * string/memrchr.c: Likewise.
37322         * string/rawmemchr.c: Likewise.
37323         * string/strcat.c: Likewise.
37324         * string/strchr.c: Likewise.
37325         * string/strchrnul.c: Likewise.
37326         * string/strcmp.c: Likewise.
37327         * string/strcpy.c: Likewise.
37328         * string/strncat.c: Likewise.
37329         * string/strncmp.c: Likewise.
37330         * string/strncpy.c: Likewise.
37331
37332 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37333
37334         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37335         __builtin_memcopy is called when src and dest ranges are known to not
37336         overlap.
37337
37338 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37339
37340         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37341         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37342         fwd_align_merge macro call.
37343         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37344         bwd_align_merge macro call.
37345         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37346
37347 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37348
37349         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37350         bwd_align_merge macros.
37351         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37352         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37353         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37354
37355 2012-04-18  David S. Miller  <davem@davemloft.net>
37356
37357         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37358
37359 2012-04-18  Andreas Jaeger  <aj@suse.de>
37360
37361         [BZ# 6794]
37362         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37363         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37364         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37365
37366         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37367         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37368         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37369
37370         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37371         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37372         Adjust for changed ldbl-128 files.
37373
37374         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37375         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37376         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37377
37378 2012-04-17  David S. Miller  <davem@davemloft.net>
37379
37380         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37381
37382 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37383
37384         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37385         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37386         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37387         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37388         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37389         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37390
37391 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37392
37393         [BZ #6794]
37394         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37395         * math/libm-test.inc: Add ilogb errno and exception tests.
37396         * math/w_ilogb.c: New file: ilogb wrapper.
37397         * math/w_ilogbf.c: New file: ilogbf wrapper.
37398         * math/w_ilogbl.c: New file: ilogbl wrapper.
37399         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37400         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37401         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37402         exception being thrown with 0.0 as argument.
37403         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37404         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37405         exception being thrown with 0.0 as argument.
37406         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37407         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37408         exception being thrown with 0.0 as argument.
37409         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37410         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37411         exception being thrown with 0.0 as argument.
37412         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37413         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37414         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37415         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37416         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37417         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37418         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37419         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37420         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37421
37422 2012-04-17  Petr Baudis  <pasky@ucw.cz>
37423
37424         * include/sys/uio.h: Change __vector to __iovec to avoid clash
37425         with altivec.
37426
37427 2012-04-16  Marek Polacek  <polacek@redhat.com>
37428
37429         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
37430
37431 2012-04-16  Marek Polacek  <polacek@redhat.com>
37432
37433         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
37434         operands of fdivp instruction.
37435
37436 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37437
37438         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
37439         * elf/tst-auditmod3b.c: Likewise.
37440         * elf/tst-auditmod4b.c: Likewise.
37441         * elf/tst-auditmod5b.c: Likewise.
37442         * elf/tst-auditmod6b.c: Likewise.
37443         * elf/tst-auditmod6c.c: Likewise.
37444         * elf/tst-auditmod7b.c: Likewise.
37445         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
37446         * sysdeps/x86_64/preconfigure.in: Likewise.
37447         * sysdeps/x86_64/preconfigure: Regenerated.
37448
37449 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37450
37451         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
37452         __ILP32__.
37453
37454 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
37455
37456         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37457         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
37458
37459 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
37460
37461         [BZ #13973]
37462         * locale/iso-639.def: Fix gl language name. Spotted by
37463         Yaron Shahrabani.
37464
37465 2012-04-12  Roland McGrath  <roland@hack.frob.com>
37466
37467         [BZ #2074]
37468         * libio/libio.h (__io_write_fn): Update comment.
37469
37470 2012-04-12  Petr Baudis  <pasky@ucw.cz>
37471
37472         [BZ #2074]
37473         * stdio.texi (Hook Functions): The user provided writer function
37474         is not allowed to return -1.
37475
37476 2012-04-11  David S. Miller  <davem@davemloft.net>
37477
37478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37479
37480 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
37481
37482         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
37483         Add a leading slash to rtkaio.
37484
37485 2012-04-11  Jim Meyering  <meyering@redhat.com>
37486
37487         [BZ #11959]
37488         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
37489         It is not necessarily an error to ignore fwrite's return
37490         value.  One can reliably use ferror to test for errors after
37491         the fact.
37492
37493 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37494
37495         * bits/types.h (__snseconds_t): New type.
37496         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
37497
37498         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
37499         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37500         (__SNSECONDS_T_TYPE): Likewise.
37501         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37502         (__SNSECONDS_T_TYPE): Likewise.
37503         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37504         (__SNSECONDS_T_TYPE): Likewise.
37505
37506 2012-04-10  Andreas Jaeger  <aj@suse.de>
37507
37508         [BZ #2636]
37509         * manual/time.texi (Processor Time): Return type of times is
37510         elapsed real time since an arbitrary point in the past.
37511         (CPU Time): Move CLK_TCK from here...
37512         (Processor Time): ...to here.  Correct description.
37513         * manual/conf.texi (Constants for Sysconf): Correct description of
37514         _SC_CLK_TCK.
37515
37516 2012-04-10  David S. Miller  <davem@davemloft.net>
37517
37518         [BZ #13967]
37519         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
37520         where the is a gap between DT_REL(A) and DT_JMPREL.
37521
37522 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37523
37524         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
37525         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37526         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37527
37528 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
37529
37530         * elf/dl-support.c (_dl_inhibit_cache): New variable.
37531         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
37532         (dl_main): Handle --inhibit-cache.
37533         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
37534         _dl_inhibit_cache.
37535         * elf/dl-load.c (_dl_map_object): Use it.
37536         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
37537
37538 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37539
37540         [BZ #13872]
37541         * sysdeps/i386/fpu/e_powl.S (p78): New object.
37542         (__ieee754_powl): Saturate large exponents rather than testing for
37543         overflow of y*log2(x).
37544         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37545         * math/libm-test.inc (pow_test): Do not permit spurious overflow
37546         exceptions.
37547
37548         [BZ #11521]
37549         * math/s_ctan.c: Include <float.h>.
37550         (__ctan): Avoid internal overflow or cancellation in calculating
37551         denominator.
37552         * math/s_ctanf.c: Likewise.
37553         * math/s_ctanl.c: Likewise.
37554         * math/s_ctanh.c: Likewise.
37555         * math/s_ctanhf.c: Likewise.
37556         * math/s_ctanhl.c: Likewise.
37557         * math/libm-test.inc (ctan_test): Add more tests.
37558         (ctanh_test): Likewise.
37559         * sysdeps/i386/fpu/libm-test-ulps: Update.
37560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37561
37562 2012-04-09  Andreas Jaeger  <aj@suse.de>
37563
37564         [BZ #6894]
37565         * manual/filesys.texi (Directory Entries): Mention that d_namlen
37566         is an optional BSD extension.
37567
37568         [BZ #10254]
37569         * manual/stdio.texi (Opening Streams): Document additional fopen
37570         parameters.
37571
37572 2012-04-09  Roland McGrath  <roland@hack.frob.com>
37573
37574         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
37575         %eax without telling the compiler.
37576
37577 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
37578
37579         [BZ # 13963]
37580         * manual/install.texi: Use sourceware.org.
37581
37582 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37583
37584         [BZ #13873]
37585         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
37586         (__ieee754_pow): Generate overflow and underflow using huge*huge
37587         and tiny*tiny rather than just returning constant infinity or zero
37588         for large exponents.
37589         * math/libm-test.inc (pow_test): Require overflow exceptions for
37590         applicable cases of large exponents.
37591
37592         [BZ #706]
37593         * sysdeps/i386/fpu/e_pow.S (p10): New object.
37594         (__ieee754_pow): Use iterative multiplication algorithm only for
37595         integer exponents with absolute value below 1024.  Check for odd
37596         integer exponents when using algorithm for real exponents.
37597         * math/libm-test.inc (pow_test): Add more tests.
37598         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37599
37600 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
37601
37602         [BZ #13705]
37603         * math/libm-test.inc (exp_test): Do not allow overflow exception
37604         on underflow test.
37605
37606 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
37607
37608         [BZ #13705]
37609         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
37610         instead of __kernel_standard_f.
37611
37612 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
37613
37614         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
37615         * sysdeps/x86_64/memset_chk.S: Likewise.
37616
37617 2012-04-08  Andreas Jaeger  <aj@suse.de>
37618
37619         [BZ #10153]
37620         * manual/startup.texi (Environment Access): Describe return value
37621         for putenv and setenv.
37622
37623         [BZ #6895]
37624         * manual/filesys.texi (Directory Entries): Add description for
37625         DT_LNK.
37626
37627         [BZ #6890]
37628         * manual/filesys.texi (Directory Entries): Clarify that it's file
37629         system not operating system in the description of DT_UNKNOWN.
37630
37631         [BZ #6578]
37632         * manual/syslog.texi (closelog): Fix reference, it's openlog.
37633
37634 2012-04-08  Stephen Compall  <s11@member.fsf.org>
37635
37636         [BZ #6649]
37637         * manual/llio.texi (Opening and Closing Files): Add cross
37638         reference to explain mode argument.
37639
37640 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
37641
37642         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
37643         * sysdeps/x86_64/memset_chk.S: Likewise.
37644
37645 2012-04-07  David S. Miller  <davem@davemloft.net>
37646
37647         * elf/elf.h (R_SPARC_WDISP10): Define.
37648         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
37649         R_SPARC_SIZE32.
37650         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
37651         R_SPARC_SIZE64 and R_SPARC_H34.
37652
37653 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
37654
37655         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
37656         conditions and remove no longer applicable assertion.
37657
37658 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37659
37660         * bits/byteswap.h: Include <features.h>.
37661         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37662         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37663
37664 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37665
37666         * bits/byteswap.h (__bswap_16): Removed.
37667         Include <bits/byteswap-16.h> to get __bswap_16.
37668         * sysdeps/i386/bits/byteswap.h: Likewise.
37669         * sysdeps/s390/bits/byteswap.h: Likewise.
37670         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37671         * bits/byteswap-16.h: New file.
37672         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37673         * sysdeps/s390/bits/byteswap-16.h: Likewise.
37674         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
37675         * string/Makefile (headers): Add bits/byteswap-16.h.
37676
37677 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
37678
37679         [BZ #13895]
37680         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
37681         extra indirection.
37682         * nss/Makefile (tests-static, tests): Add tst-nss-static.
37683         * nss/tst-nss-static.c: New.
37684
37685 2012-04-06  Robert Millan  <rmh@gnu.org>
37686
37687         [BZ #6486]
37688         * manual/llio.texi (File Position Primitive): lseek
37689         refers to WHENCE when it really means OFFSET.
37690
37691 2012-04-06  Andreas Jaeger  <aj@suse.de>
37692
37693         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
37694         strncmp declarations.
37695
37696         * abilist/libc.abilist: Add __poll and __ppoll.
37697
37698 2012-04-05  David S. Miller  <davem@davemloft.net>
37699
37700         * scripts/check-local-headers.sh: Accept a host triplet in the
37701         path matched by the exclude regexp.
37702
37703         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
37704         definition.
37705         * sysdeps/powerpc/powerpc32/dl-machine.h
37706         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
37707         * sysdeps/s390/s390-32/dl-machine.h
37708         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37709         * sysdeps/sparc/sparc32/dl-machine.h
37710         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37711         * sysdeps/sparc/sparc64/dl-machine.h
37712         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37713
37714         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
37715         lazy binding.
37716         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
37717         undefined symbol errors.
37718
37719         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
37720         DT_NEEDED entries.
37721
37722 2012-04-05  Michael Matz  <matz@suse.de>
37723
37724         [BZ #13592]
37725         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
37726
37727 2012-04-05  Andreas Jaeger  <aj@suse.de>
37728
37729         [BZ #13908]
37730         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
37731         comment.
37732
37733 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37734
37735         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
37736         which ROUND is no valid rounding mode.
37737
37738 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37739
37740         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
37741         read again.
37742         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
37743
37744 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37745
37746         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
37747         an exception using FPU order intentionally.
37748
37749 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37750
37751         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
37752         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
37753         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
37754         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
37755
37756 2012-04-05  Simon Josefsson  <simon@josefsson.org>
37757
37758         [BZ #12340]
37759         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
37760         EINVAL when BUFLEN is too smal.
37761
37762 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
37763
37764         [BZ #13553]
37765         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
37766         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
37767
37768 2012-04-03  Andreas Jaeger  <aj@suse.de>
37769
37770         [BZ #13938]
37771         * manual/setjmp.texi (System V contexts): Fix sentence.
37772
37773         [BZ #13926]
37774         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
37775         New macro for this case.
37776         [!__GNUC__] (__bswap_64): New inline function for this case.
37777         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37778         * bits/byteswap.h: Likewise.
37779         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
37780         ull, guard with __GLIBC_HAVE_LONG_LONG.
37781
37782         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
37783         __GLIBC_HAVE_LONG_LONG.
37784
37785         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
37786         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
37787
37788 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37789
37790         [BZ #13691]
37791         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
37792         inptr and inend, rather than using last_ch.
37793
37794 2012-04-02  David S. Miller  <davem@davemloft.net>
37795
37796         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
37797         * stdio-common/printf-parse.h (read_int): Change return type to
37798         'int', return -1 on INT_MAX overflow.
37799         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
37800         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
37801         overflows INT_MAX.  Check for overflow of in-format-string precision
37802         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
37803         SIZE_MAX not INT_MAX for integer overflow test.
37804         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
37805         skip the construct in the format string but do not record anything.
37806         * stdio-common/bug22.c: Adjust to test both width/prevision
37807         INT_MAX overflow as well as total length INT_MAX overflow.  Check
37808         explicitly for proper errno values.
37809
37810 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
37811
37812         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
37813         CHAR_MAX.
37814         * string/test-strcmp.c [! WIDE]: Likewise.
37815         * time/tst-mktime2.c: Likewise for INT_MAX.
37816         * string/test-string.h: #include <sys/param.h> for MIN.
37817
37818         * csu/init-first.c (__libc_init_first): Call __ctype_init.
37819         * sysdeps/i386/init-first.c (init): Likewise.
37820         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
37821         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
37822         * sysdeps/sh/init-first.c (init): Likewise.
37823
37824 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
37825
37826         * po/ru.po: Update from translation team.
37827         * po/vi.po: Likewise.
37828
37829 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
37830
37831         * resolv/nss_dns/dns-host.c: Merge copyright years.
37832
37833 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37834
37835         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
37836         Optimize memcpy with prefetch if
37837         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
37838         src, dst pointers have unequal 16 byte alignments.
37839
37840 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
37841
37842         [BZ #13928]
37843         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
37844         from a CNAME entry and return the minimum ttl for the query.
37845         (gaih_getanswer_slice): Likewise.
37846
37847 2012-03-30  Jeff Law  <law@redhat.com>
37848
37849         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
37850         due to long keys.
37851         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
37852         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
37853
37854         * resolv/nss_dns/dns-host.c: Update copyright year.
37855
37856 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
37857
37858         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
37859         requests to save a system call.  Fix check that all bytes are sent.
37860
37861         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
37862         comments for sendmmsg.
37863
37864 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37865
37866         [BZ #13691]
37867         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
37868         with only 1 character between 0x0041 and 0x01b0.
37869         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
37870         * wcsmbs/tst-mbsnrtowcs.c: New file.
37871
37872 2012-03-29  David S. Miller  <davem@davemloft.net>
37873
37874         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
37875         small copies by hand.
37876
37877 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37878
37879         [BZ #13761]
37880         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
37881         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
37882         group memberships.
37883
37884 2012-03-28  David S. Miller  <davem@davemloft.net>
37885
37886         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
37887         that branches into memcpy.
37888         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
37889         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
37890         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37891         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
37892         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
37893         bits.
37894         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
37895         implementation too.
37896         * sysdeps/sparc/mempcpy.S: New file.
37897
37898         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
37899         the IFUNC routine in the libc case.
37900         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
37901
37902         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
37903         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
37904         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
37905         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
37906         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
37907         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
37908         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
37909         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
37910
37911         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
37912         loop to 256 bytes instead of 64 bytes and fix test signedness.
37913
37914         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
37915         * sysdeps/sparc/sparc32/Makefile: rather than here...
37916         * sysdeps/sparc/sparc64/Makefile: and here.
37917
37918 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
37919
37920         * malloc/mallocbug.c: Avoid warnings about unused variables.
37921
37922 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
37923
37924         [BZ #13760]
37925         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
37926         in the right place. Discard and retry query if response is
37927         larger than input buffer size.
37928
37929 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
37930
37931         [BZ #369]
37932         [BZ #2678]
37933         [BZ #3866]
37934         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
37935         x for large integer exponent.
37936         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
37937         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
37938         sign of result as needed afterwards.
37939         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
37940         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
37941         result for underflowing pow the same as for overflow.
37942         (__kernel_standard_l): Handle powl overflow and underflow here
37943         rather than calling __kernel_standard.
37944         * math/libm-test.inc (pow_test): Add more tests.
37945
37946         [BZ #3868]
37947         [BZ #13879]
37948         [BZ #13910]
37949         [BZ #13911]
37950         [BZ #13912]
37951         [BZ #13913]
37952         [BZ #13915]
37953         [BZ #13916]
37954         [BZ #13917]
37955         [BZ #13918]
37956         [BZ #13919]
37957         [BZ #13920]
37958         [BZ #13921]
37959         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
37960         * sysdeps/ieee754/k_standard.c: Include <float.h>.
37961         (__kernel_standard_l): New function.
37962         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
37963         __kernel_standard.
37964         * math/w_acosl.c (__acosl): Likewise.
37965         * math/w_asinl.c (__asinl): Likewise.
37966         * math/w_atan2l.c (__atan2l): Likewise.
37967         * math/w_atanhl.c (__atanhl): Likewise.
37968         * math/w_coshl.c (__coshl): Likewise.
37969         * math/w_exp10l.c (__exp10l): Likewise.
37970         * math/w_exp2l.c (__exp2l): Likewise.
37971         * math/w_fmodl.c (__fmodl): Likewise.
37972         * math/w_hypotl.c (__hypotl): Likewise.
37973         * math/w_j0l.c (__j0l, __y0l): Likewise.
37974         * math/w_j1l.c (__j1l, __y1l): Likewise.
37975         * math/w_jnl.c (__jnl, __ynl): Likewise.
37976         * math/w_lgammal.c (__lgammal): Likewise.
37977         * math/w_log10l.c (__log10l): Likewise.
37978         * math/w_log2l.c (__log2l): Likewise.
37979         * math/w_logl.c (__logl): Likewise.
37980         * math/w_powl.c (__powl): Likewise.
37981         * math/w_remainderl.c (__remainderl): Likewise.
37982         * math/w_scalbl.c (sysv_scalbl): Likewise.
37983         * math/w_sinhl.c (__sinhl): Likewise.
37984         * math/w_sqrtl.c (__sqrtl): Likewise.
37985         * math/w_tgammal.c (__tgammal): Likewise.
37986         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
37987         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
37988         * math/libm-test.inc (acos_test): Add more tests.
37989         (acosh_test): Likewise.
37990         (asin_test): Likewise.
37991         (atanh_test): Likewise.
37992         (exp_test): Likewise.
37993         (exp10_test): Likewise.
37994         (exp2_test): Likewise.
37995         (expm1_test): Likewise.
37996         (lgamma_test): Likewise.
37997         (log_test): Likewise.
37998         (log10_test): Likewise.
37999         (log1p_test): Likewise.
38000         (log2_test): Likewise.
38001         (pow_test): Do not allow some spurious overflow exceptions.
38002         (sqrt_test): Add more tests.
38003         (tgamma_test): Likewise.
38004         (y0_test): Likewise.
38005         (y1_test): Likewise.
38006         (yn_test): Likewise.
38007
38008 2012-03-27  Anton Blanchard  <anton@samba.org>
38009
38010         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38011         MAP_HUGETLB.
38012         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38013         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38014         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38015
38016 2012-03-27  David S. Miller  <davem@davemloft.net>
38017
38018         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38019
38020         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38021         have-as-vis3 check.
38022
38023 2012-03-27  Andreas Jaeger  <aj@suse.de>
38024
38025         * sysdeps/x86_64/elf/configure.in: Moved to ...
38026         * sysdeps/x86_64/configure.in: ... here.
38027         * sysdeps/x86_64/elf/start.S: Moved to ...
38028         * sysdeps/x86_64/start.S: ... here.
38029         * sysdeps/x86_64/elf/configure: Delete.
38030
38031         * sysdeps/x86_64/configure.in: Merge contents from
38032         sysdeps/i386/configure.in (without i686 check).
38033
38034         * sysdeps/i386/elf/Versions: Merge into ...
38035         * sysdeps/i386/Versions: ... this.
38036         * sysdeps/i386/elf/Versions: Delete file.
38037         * sysdeps/i386/elf/start.S: Moved to ...
38038         * sysdeps/i386/start.S: ...here.
38039         * sysdeps/i386/elf/configure.in: Merge into...
38040         * sysdeps/i386/configure.in: ...here.
38041         * sysdeps/i386/elf/configure.in: Delete file.
38042         * sysdeps/i386/elf/configure: Delete file.
38043
38044         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38045         * debug/backtracesyms.c: ... here.
38046         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38047         * debug/backtracesymsfd.c: ... here.
38048         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38049         * sysdeps/generic/ifunc-sel.h: ... here.
38050
38051         * sysdeps/unix/i386/start.c: Delete file.
38052         * sysdeps/unix/sparc/start.c: Delete file.
38053         * sysdeps/unix/start.c: Delete file.
38054
38055         * sysdeps/sh/elf/configure.in: Moved to ...
38056         * sysdeps/sh/configure.in: ... here.
38057         * sysdeps/sh/elf/start.S: Moved to ...
38058         * sysdeps/sh/start.S: ... here.
38059         * sysdeps/sh/elf/configure: Delete file.
38060
38061         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38062         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38063         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38064         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38065         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38066         * sysdeps/powerpc/powerpc64/start.S: here.
38067         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38068         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38069         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38070         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38071         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38072
38073         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38074         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38075         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38076         * sysdeps/powerpc/powerpc32/start.S: ... here.
38077         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38078         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38079         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38080
38081         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38082         * sysdeps/powerpc/ifunc-sel.h: ... here.
38083         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38084         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38085
38086         * sysdeps/sparc/elf/configure.in: Moved to ...
38087         * sysdeps/sparc/configure.in: ... here.
38088         * sysdeps/sparc/elf/configure: Delete file.
38089         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38090         * sysdeps/sparc/sparc32/start.S: ... here.
38091         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38092         * sysdeps/sparc/sparc64/start.S: ... here.
38093         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38094         * sysdeps/sparc/sparc32/Makefile: ... this.
38095         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38096         * sysdeps/sparc/sparc64/Makefile: ... this.
38097
38098         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38099         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38100         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38101         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38102         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38103         * sysdeps/s390/s390-32/setjmp.S: ... here.
38104         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38105         * sysdeps/s390/s390-32/configure.in: ... here.
38106         * sysdeps/s390/s390-32/elf/configure: Delete file.
38107         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38108         * sysdeps/s390/s390-32/start.S: ... here.
38109
38110         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38111         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38112         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38113         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38114         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38115         * sysdeps/s390/s390-64/setjmp.S: ... here.
38116         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38117         * sysdeps/s390/s390-64/configure.in: ... here
38118         * sysdeps/s390/s390-64/elf/configure: Delete file.
38119         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38120         * sysdeps/s390/s390-64/start.S: ... here.
38121         * sysdeps/s390/s390-64/elf/configure: Delete.
38122
38123         * configure.in: Remove support for elf directories in sysdeps.
38124
38125         * configure: Regenerated.
38126         * sysdeps/i386/configure: Regenerated.
38127         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38128         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38129         * sysdeps/s390/s390-32/configure: Regenerated.
38130         * sysdeps/s390/s390-64/configure: Regenerated.
38131         * sysdeps/sh/configure: Regenerated.
38132         * sysdeps/sparc/configure: Regenerated.
38133         * sysdeps/x86_64/configure: Regenerated.
38134
38135 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38136
38137         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38138
38139         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38140         denormal result into account.
38141
38142 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38143
38144         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38145         Reported by Allan McRae <allan@archlinux.org>.
38146
38147 2012-03-23  Jeff Law  <law@redhat.com>
38148
38149         * nss/getnssent.c (__nss_getent): Fix typo.
38150
38151 2012-03-23  David S. Miller  <davem@davemloft.net>
38152
38153         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38154
38155 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38156
38157         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38158         to pad to uint64_t for each field.
38159         (dl_tls_index): Replace unsigned long with uint64_t.
38160
38161 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38162         Paul Pluzhnikov  <ppluzhnikov@google.com>
38163
38164         [BZ #6528]
38165         * grp/Makefile (otherlibs): Don't set it.
38166         * inet/Makefile (otherlibs): Likewise.
38167         * login/Makefile (otherlibs): Likewise.
38168         * nscd/Makefile (otherlibs): Likewise.
38169         * posix/Makefile (otherlibs): Likewise.
38170         * pwd/Makefile (otherlibs): Likewise.
38171         * rt/Makefile (otherlibs): Likewise.
38172         * sunrpc/Makefile (otherlibs): Likewise.
38173         * nss/Makefile (otherlibs): Likewise.
38174         Add libnss_files to routines and static-only-routines.
38175         ($(objpfx)getent): Remove rule.
38176         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38177         static-only-routines.
38178
38179 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38180
38181         [BZ #13892]
38182         * math/s_cexp.c: Include <float.h>.
38183         (__cexp): Handle exp result overflowing not necessarily
38184         overflowing both real and imaginary parts of result.
38185         * math/s_cexpf.c: Likewise.
38186         * math/s_cexpl.c: Likewise.
38187         * math/libm-test.inc (cexp_test): Add more tests.
38188         * sysdeps/i386/fpu/libm-test-ulps: Update.
38189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38190
38191 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38192
38193         * include/link.h (ELFW): New macro.
38194         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38195         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38196
38197 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38198
38199         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38200         with uint64_t.
38201
38202 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38203
38204         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38205         declaration.
38206         (struct La_x32_retval): Likewise.
38207
38208 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38209
38210         * sysdeps/x86_64/preconfigure.in: New file.
38211         * sysdeps/x86_64/preconfigure: New generated file.
38212
38213 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38214
38215         [BZ #13824]
38216         * math/e_exp2l.c: Include <float.h>.
38217         (__ieee754_exp2l): Handle overflow and underflow cases
38218         separately.  Only pass fractional part of argument to
38219         __ieee754_expl.
38220         * math/libm-test.inc (exp2_test): Add more tests.
38221
38222         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38223         negating x to take absolute value.
38224         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38225         Likewise.
38226         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38227         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38228         Likewise.
38229         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38230         computing low part if x was negated.
38231         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38232
38233 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38234
38235         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38236         la_x32_gnu_pltexit.
38237         (pltexit): Cast int_retval to ptrdiff_t.
38238         * elf/tst-auditmod3b.c: Likewise.
38239         * elf/tst-auditmod4b.c: Likewise.
38240         * elf/tst-auditmod5b.c: Likewise.
38241         * elf/tst-auditmod6b.c: Likewise.
38242         * elf/tst-auditmod6c.c: Likewise.
38243         * elf/tst-auditmod7b.c: Likewise.
38244
38245         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38246         and x32_gnu_pltexit.
38247
38248         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38249         __ELF_NATIVE_CLASS.
38250         (La_x32_regs): New macro.
38251         (La_x32_retval): Likewise.
38252         (la_x32_gnu_pltenter): New function prototype.
38253         (la_x32_gnu_pltexit): Likewise.
38254
38255 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38256
38257         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38258         exponent.
38259
38260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38261
38262         * configure.in (libc_cv_cc_nofma): Check for option to disable
38263         generation of FMA instructions.
38264         * configure: Regenerate.
38265         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38266         * sysdeps/ieee754/dbl-64/Makefile: New file.
38267         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38268         Remove brandred-fma4.
38269         (CFLAGS-brandred-fma4.c): Remove.
38270         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38271         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38272         define.
38273         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38274         define.
38275
38276 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38277
38278         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38279         LLONG_MAX != LONG_MAX.
38280         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38281         (_fitoa_word): Likewise.
38282         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38283         LLONG_MAX != LONG_MAX.
38284         * stdio-common/_itowa.h: Include <_itoa.h>.
38285         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38286         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38287         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38288         only if not defined.
38289         (_ITOA_WORD_TYPE): Likewise.
38290         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38291         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38292
38293 2012-03-21  David S. Miller  <davem@davemloft.net>
38294
38295         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38296
38297 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38298
38299         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38300         of x86_64 when setting libc_cv_slibdir, libdir and
38301         libc_cv_localedir.
38302         * sysdeps/unix/sysv/linux/configure: Regenerated.
38303
38304 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38305
38306         * manual/lang.texi (Old Varargs): Remove section.
38307         (How Variadic): Update menu.
38308         (va_start): Do not mention varargs.h.
38309
38310 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38311             Joseph Myers  <joseph@codesourcery.com>
38312
38313         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38314         link test.
38315         * configure: Regenerated.
38316
38317 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38318
38319         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38320         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38321         conformtest.pl
38322
38323 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38324
38325         * NOTES: Remove.
38326         * Makefile (files-for-dist): Remove NOTES.
38327         (NOTES): Remove rule.
38328         * README: Don't refer to NOTES.
38329         * manual/creature.texi: Don't include macros.texi.
38330         * manual/intro.texi (creature.texi): Remove comment referring to
38331         NOTES.
38332
38333         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38334         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38335         * configure: Regenerated.
38336         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38337         LIBC_TRY_CC_OPTION.
38338         (libc_cv_as_i686): Likewise.
38339         (libc_cv_cc_avx): Likewise.
38340         (libc_cv_cc_sse2avx): Likewise.
38341         (libc_cv_cc_fma4): Likewise.
38342         (libc_cv_cc_novzeroupper): Likewise.
38343         * sysdeps/i386/configure: Regenerated.
38344
38345         [BZ #13883]
38346         * sysdeps/i386/fpu/s_cexp.S: Remove.
38347         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38348         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38349         * math/libm-test.inc (cexp_test): Add more tests.
38350         * sysdeps/i386/fpu/libm-test-ulps: Update.
38351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38352
38353 2012-03-21  Allan McRae  <allan@archlinux.org>
38354
38355         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38356
38357 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38358
38359         [BZ #13871]
38360         * math/w_exp2.c: Do not include <float.h>.
38361         (o_threshold, u_threshold): Remove.
38362         (__exp2): Calculate result before checking finiteness and calling
38363         __kernel_standard.
38364         * math/w_exp2f.c: Likewise.
38365         * math/w_exp2l.c: Likewise.
38366         * math/libm-test.inc (exp2_test): Require overflow exception for
38367         1e6 input.
38368
38369         [BZ #3866]
38370         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38371         range of signed 64-bit integers before using fistpll.  Remove
38372         checks for whether integers fit in mantissa bits.
38373         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38374         the range of signed 32-bit integers before using fistpl.  Remove
38375         checks for whether integers fit in mantissa bits.
38376         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38377         (__ieee754_powl): Test for y outside the range of signed 64-bit
38378         integers before using fistpll.  Reduce 64-bit values to 63-bit
38379         ones as needed.
38380         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38381         divide-by-zero is raised for zero to large negative powers.
38382         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38383         (__ieee754_powl): Test for y outside the range of signed 64-bit
38384         integers before using fistpll.  Reduce 64-bit values to 63-bit
38385         ones as needed.
38386         * math/libm-test.inc (pow_test): Add more tests.
38387
38388 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38389
38390         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38391         <stdio-common/_itoa.h>.
38392         * debug/segfault.c: Likewise.
38393         * elf/dl-cache.c: Likewise.
38394         * elf/dl-minimal.c: Likewise.
38395         * elf/dl-misc.c: Likewise.
38396         * elf/dl-sysdep.c: Likewise.
38397         * elf/dl-version.c: Likewise.
38398         * elf/rtld.c: Likewise.
38399         * hurd/hurdsock.c: Likewise.
38400         * hurd/lookup-retry.c: Likewise.
38401         * malloc/malloc.c: Likewise.
38402         * malloc/mtrace.c: Likewise.
38403         * nscd/nscd_getgr_r.c: Likewise.
38404         * nscd/nscd_getpw_r.c: Likewise.
38405         * nscd/nscd_getserv_r.c: Likewise.
38406         * posix/getopt_init.c: Likewise.
38407         * posix/wordexp.c: Likewise.
38408         * stdio-common/_itoa.c: Likewise.
38409         * stdio-common/printf_fphex.c: Likewise.
38410         * stdio-common/vfprintf.c: Likewise.
38411         * string/_strerror.c: Likewise.
38412         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38413         * sysdeps/i386/i686/hp-timing.h: Likewise.
38414         * sysdeps/mach/_strerror.c: Likewise.
38415         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38416         * sysdeps/mach/hurd/sethostid.c: Likewise.
38417         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38418         * sysdeps/mach/xpg-strerror.c: Likewise.
38419         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38420         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38421         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
38422         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
38423         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38424         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
38425         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
38426         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
38427         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
38428         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
38429         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
38430         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
38431         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
38432         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
38433         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
38434         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
38435         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
38436         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
38437         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
38438         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
38439         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
38440
38441         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
38442
38443         * stdio-common/_itoa.h: Moved to ...
38444         * sysdeps/generic/_itoa.h: Here.
38445
38446         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
38447
38448         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
38449         instead of "_itoa.h" and "_itowa.h".
38450         * stdio-common/vfprintf.: Likewise.
38451
38452 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38453
38454         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
38455         <bits/wordsize.h>.
38456         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
38457         (__signbit): Likwise.
38458         (llrintf): Likwise.
38459         (llrint): Likwise.
38460
38461 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38462
38463         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
38464         __WORDSIZE != 64.
38465
38466 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
38467
38468         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
38469         OVERFLOW_EXCEPTION_OK.
38470         * math/libm-test.inc ("Philosophy"): Update comment about
38471         exception testing.
38472         (OVERFLOW_EXCEPTION): Define.
38473         (OVERFLOW_EXCEPTION_OK): Likewise.
38474         (INVALID_EXCEPTION_OK): Renumber.
38475         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38476         (IGNORE_ZERO_INF_SIGN): Likewise.
38477         (test_exceptions): Handle FE_OVERFLOW.
38478         (exp10_test): Expect overflow exceptions.
38479         (exp2_test): Likewise.
38480         (expm1_test): Likewise.
38481         (nextafter_test): Likewise.
38482         (pow_test): Likewise.
38483         (scalbn_test): Likewise.
38484         (scalbln_test): Likewise.
38485
38486 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38487
38488         * sysdeps/x86_64/bits/atomic.h
38489         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
38490         64bit integer.
38491         (atomic_exchange_acq): Likewise.
38492         (__arch_exchange_and_add_body): Likewise.
38493         (__arch_add_body): Likewise.
38494         (atomic_add_negative): Likewise.
38495         (atomic_add_zero): Likewise.
38496
38497 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38498
38499         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
38500         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
38501
38502 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38503
38504         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
38505         Check __x86_64__ instead of __WORDSIZE.
38506
38507 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38508
38509         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
38510
38511 2012-03-19  David S. Miller  <davem@davemloft.net>
38512
38513         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38514
38515         * sysdeps/sparc/fpu/fenv_private.h: New file.
38516         * sysdeps/sparc/fpu/math_private.h: Use it.
38517         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
38518         Remove.
38519         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
38520         (libc_feholdexcept_setroundl): Remove.
38521         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
38522         Remove.
38523         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
38524         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
38525
38526 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38527
38528         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
38529         int64_t instead of long int.
38530         (INSERT_WORDS64): Likwise.
38531
38532 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38533
38534         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
38535         _Unwind_GetCFA return to _Unwind_Ptr first.
38536
38537 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
38538
38539         [BZ #13629]
38540         * math/s_clog.c: Include <float.h>.
38541         (__clog): Scale large or subnormal inputs.
38542         * math/s_clogf.c: Likewise.
38543         * math/s_clogl.c: Likewise.
38544         * math/s_clog10.c: Include <float.h>.
38545         (M_LOG10_2): Define.
38546         (__clog10): Scale large or subnormal inputs.
38547         * math/s_clog10f.c: Likewise.
38548         * math/s_clog10l.c: Likewise.
38549         * math/libm-test.inc (clog_test): Add more tests.
38550         (clog10_test): Likewise.
38551         * sysdeps/i386/fpu/libm-test-ulps: Update.
38552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38553
38554         [BZ #11451]
38555         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
38556         x and y.
38557         * math/libm-test.inc (atan2_test): Add another test.
38558
38559         * Makerules (common-objdir-compile): Remove.
38560         * sysdeps/unix/Makefile (config-generated): Do not add
38561         $(unix-generated) to variable.
38562         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
38563         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
38564         Remove rule.
38565         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
38566         Likewise.
38567         [generic bits/local_lim.h] (before-compile): Do not append to
38568         variable.
38569         [generic bits/local_lim.h] (common-generated): Likewise.
38570         [generic sys/param.h] (before-compile): Do not append to variable.
38571         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
38572         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
38573         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
38574         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
38575         include.
38576         [generic sys/param.h] (sys/param.h-includes): Remove variable.
38577         [generic sys/param.h] (sys/param.h-includes): Remove rule.
38578         [generic sys/param.h] ($(addprefix
38579         $(common-objpfx),$(sys/param.h-includes))): Likewise.
38580         [generic sys/param.h] (common-generated): Do not append to
38581         variable.
38582         [generic sys/param.h] (sysdep_headers): Likewise.
38583         [generic bits/errno.h] (before-compile): Do not append to
38584         variable.
38585         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
38586         rule.
38587         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
38588         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
38589         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
38590         [generic bits/errno.h] (common-generated): Do not append to
38591         variable.
38592         [generic bits/ioctls.h] (before-compile): Do not append to
38593         variable.
38594         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
38595         rule.
38596         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
38597         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
38598         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
38599         rule.
38600         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
38601         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
38602         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
38603         [generic bits/ioctls.h] (common-generated): Do not append to
38604         variable.
38605         [generic sys/syscall.h] (syscall.h): Remove variable.
38606         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
38607         rule.
38608         [generic sys/syscall.h] (before-compile): Do not append to
38609         variable.
38610         [generic sys/syscall.h] (common-generated): Likewise.
38611         * sysdeps/unix/errnos-tmpl.c: Remove file.
38612         * sysdeps/unix/errnos.awk: Likewise.
38613         * sysdeps/unix/ioctls-tmpl.c: Likewise.
38614         * sysdeps/unix/ioctls.awk: Likewise.
38615         * sysdeps/unix/mk-local_lim.c: Likewise.
38616         * sysdeps/unix/snarf-ioctls: Likewise.
38617
38618 2012-03-19  Richard Henderson  <rth@twiddle.net>
38619
38620         * sysdeps/i386/fpu/fenv_private.h: New file.
38621         * sysdeps/i386/fpu/math_private.h: Use it.
38622         (math_opt_barrier, math_force_eval): Remove.
38623         (libc_feholdexcept_setround_53bit): Remove.
38624         (libc_feupdateenv_53bit): Remove.
38625         * sysdeps/x86_64/fpu/math_private.h: Likewise.
38626         (math_opt_barrier, math_force_eval): Remove.
38627         (libc_feholdexcept): Remove.
38628         (libc_feholdexcept_setround): Remove.
38629         (libc_fetestexcept, libc_fesetenv): Remove.
38630         (libc_feupdateenv_test): Remove.
38631         (libc_feupdateenv, libc_feholdsetround): Remove.
38632         (libc_feresetround): Remove.
38633
38634         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
38635         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
38636
38637         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
38638         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
38639         (libc_feupdateenv_testl): New.
38640         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
38641         (libc_feupdateenv_testf): New.
38642         (libc_feupdateenv): Use libc_feupdateenv_test.
38643         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
38644         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
38645
38646         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
38647         (libc_feholdsetroundf, libc_feholdsetroundl): New.
38648         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
38649         (libc_feresetround_noex): New.
38650         (libc_feresetround_noexf): New.
38651         (libc_feresetround_noexl): New.
38652         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
38653         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
38654         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
38655         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
38656         SET_RESTORE_ROUND.
38657         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
38658         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
38659         (__cos): Likewise.
38660         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
38661         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
38662         SET_RESTORE_ROUND_NOEX.
38663         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
38664         SET_RESTORE_ROUND_NOEXF.
38665         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
38666         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
38667         (libc_feholdsetroundf): New.
38668         (libc_feresetround, libc_feresetroundf): New.
38669
38670         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
38671         (libc_feholdexcept_setround_53bit): Convert from macro to function.
38672         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
38673
38674         * sysdeps/generic/math_private.h: Include <fenv.h>.
38675         (default_libc_feholdexcept): New.
38676         (default_libc_feholdexcept_setround): New.
38677         (default_libc_fesetenv, default_libc_feupdateenv): New.
38678         (libc_feholdexcept): Only define if undefined.
38679         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
38680         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
38681         (libc_feholdexcept_setroundl): Likewise.
38682         (libc_feholdexcept_setround_53bit): Likewise.
38683         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
38684         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
38685         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
38686         (libc_feupdateenv_53bit): Likewise.
38687         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
38688         (libc_feholdexcept): Convert from macro to inline function.
38689         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
38690         (libc_fesetenv, libc_feupdateenv): Likewise.
38691
38692         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
38693         not previously defined.
38694         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
38695         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
38696         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
38697         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
38698         * sysdeps/ieee754/flt-32/math_private.h: New file.
38699         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
38700         math_private.h below SET_FLOAT_WORD.
38701         (__isnan, __isinf_ns, __finite): Remove.
38702         (__isnanf, __isinf_nsf, __finitef): Remove.
38703
38704 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
38705
38706         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38707
38708 2012-03-17  David S. Miller  <davem@davemloft.net>
38709
38710         [BZ #6471]
38711         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
38712         for 2.16.
38713
38714 2012-03-16  David S. Miller  <davem@davemloft.net>
38715
38716         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
38717         warnings.
38718
38719         [BZ #6471]
38720         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
38721         properly.
38722         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
38723         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
38724         sysdep_routines when subdir is sysvipc.
38725         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
38726         __getshmlba helper.
38727
38728         * sysdeps/sparc/fpu/libm-test/ulps: Update.
38729
38730 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38731
38732         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
38733         [__LP64__].
38734
38735 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38736
38737         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
38738         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
38739         (__lround): Renamed to ...
38740         (__llround): This.  Replace long int with long long int.
38741         Define lround functions as aliases of llround functions.
38742         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
38743
38744 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38745
38746         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
38747         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
38748         adresses to uintptr_t.  Replace "long int" and "unsigned long
38749         int" with "greg_t" on va_arg.
38750
38751 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38752
38753         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
38754         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
38755
38756         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
38757         Move e_machine check before EI_CLASS check.  Handle x32
38758         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
38759         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
38760         SKIP_EM_IA_64 and include
38761         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
38762
38763         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
38764         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
38765         (add_system_dir): New macro.
38766
38767         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
38768         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
38769
38770 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38771
38772         [BZ #2551]
38773         [BZ #2552]
38774         [BZ #2553]
38775         [BZ #2554]
38776         [BZ #2562]
38777         [BZ #2563]
38778         [BZ #2565]
38779         [BZ #2566]
38780         [BZ #2576]
38781         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
38782         (y0): Likewise.
38783         * math/w_j0f.c (j0f): Likewise.
38784         (y0f): Likewise.
38785         * math/w_j0l.c (__j0l): Likewise.
38786         (__y0l): Likewise.
38787         * math/w_j1.c (j1): Likewise.
38788         (y1): Likewise.
38789         * math/w_j1f.c (j1f): Likewise.
38790         (y1f): Likewise.
38791         * math/w_j1l.c (__j1l): Likewise.
38792         (__y1l): Likewise.
38793         * math/w_jn.c (jn): Likewise.
38794         (yn): Likewise.
38795         * math/w_jnf.c (jnf): Likewise.
38796         (ynf): Likewise.
38797         * math/w_jnl.c (__jnl): Likewise.
38798         (__ynl): Likewise.
38799         * math/libm-test.inc (j0_test): Add more tests.
38800         (j1_test): Likewise.
38801         (jn_test): Likewise.  Add trailing semicolon to existing test.
38802         (y0_test): Likewise.
38803         (y1_test): Likewise.
38804         * sysdeps/i386/fpu/libm-test-ulps: Update.
38805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38806
38807         [BZ #13851]
38808         [BZ #13854]
38809         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
38810         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
38811         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
38812         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
38813         (__tanl): Set errno for infinite argument.
38814         * sysdeps/i386/fpu/mptan.c: Remove.
38815         * sysdeps/i386/fpu/s_tan.S: Likewise.
38816         * sysdeps/i386/fpu/s_tanl.S: Likewise.
38817         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
38818         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
38819         * math/libm-test.inc (tan_test): Add more tests and enable more
38820         tests for double and long double.
38821         * sysdeps/i386/fpu/libm-test-ulps: Update.
38822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38823
38824 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
38825
38826         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
38827         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
38828
38829 2012-03-16  Roland McGrath  <roland@hack.frob.com>
38830
38831         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
38832         * configure.in: Use it for both main tree and add-ons.
38833         * configure: Regenerated.
38834
38835 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38836
38837         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
38838
38839 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38840
38841         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
38842         in comment.
38843
38844         [BZ #13851]
38845         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
38846         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
38847         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
38848         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
38849         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
38850         infinite argument.
38851         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
38852         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
38853         != 0 for prec == 2.
38854         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
38855         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
38856         * sysdeps/i386/fpu/s_cosl.S: Likewise.
38857         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
38858         * sysdeps/i386/fpu/s_sinl.S: Likewise.
38859         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
38860         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
38861         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
38862         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
38863         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
38864         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
38865         * math/libm-test.inc (cos_test): Add more tests and enable more
38866         tests for long double.
38867         (sin_test): Likewise.
38868         (sincos_test): Likewise.
38869         * sysdeps/i386/fpu/libm-test-ulps: Update.
38870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38871
38872 2012-03-16  David S. Miller  <davem@davemloft.net>
38873
38874         * sysdeps/sparc/fpu/math_private.h: New file.
38875
38876 2012-03-15  David S. Miller  <davem@davemloft.net>
38877
38878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
38879         file.
38880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
38881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
38882         file.
38883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
38884         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
38885         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
38886         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
38887         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
38888         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
38889         sysdep routines.
38890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
38891
38892         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
38893         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
38894
38895         * sysdeps/sparc/sparc-ifunc.h: New file.
38896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
38897         sparc-ifunc.h
38898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
38899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
38900         Likewise.
38901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
38902         Likewise.
38903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
38904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
38905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
38907         Likewise.
38908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
38910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
38912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
38913         Likewise.
38914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
38915         Likewise.
38916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
38918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
38919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
38920         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
38921         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
38922         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
38923         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
38924         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
38925         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
38926         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
38927         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
38928         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
38929         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
38930         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
38931         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
38932         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
38933         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
38934         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
38935         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
38936         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
38937         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
38938         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
38939         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
38940
38941 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
38942
38943         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
38944         scaling.
38945         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38946
38947 2012-03-15  Andreas Jaeger  <aj@suse.de>
38948
38949         [BZ #13852]
38950         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
38951         ieee754/flt-32 implementation for sin, cos and sincos.
38952         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
38953         * sysdeps/i386/fpu/s_cosf.S: Likewise.
38954         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
38955         * sysdeps/i386/fpu/s_sinf.S: Likewise.
38956         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
38957         ieee754/flt-32 implementation for tan.
38958
38959         * math/libm-test.inc (cos_test): Enable some large input tests for
38960         float as well
38961         (sin_test): Likewise.
38962         (sincos_test): Likewise.
38963         (tan_test): Add tests for large input.
38964
38965         * sysdeps/i386/fpu/libm-test-ulps: Update.
38966
38967 2012-03-15  Andreas Jaeger  <aj@suse.de>
38968
38969         [BZ #13658]
38970         * math/libm-test.inc (cos_test): Add more test cases.
38971         (sin_test): Likewise.
38972         (sincos_test): Likewise.
38973
38974 2012-03-15  Andreas Jaeger  <aj@suse.de>
38975
38976         [BZ #13837]
38977         * math/libm-test.inc (cos_test): Add a test case for large input
38978         value.
38979         (sin_test): Likewise.
38980         (sincos_test): Likewise.
38981
38982 2012-03-15  Andreas Jaeger  <aj@suse.de>
38983             Joseph Myers  <joseph@codesourcery.com>
38984
38985         [BZ #13658]
38986         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
38987         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
38988         * sysdeps/i386/fpu/branred.c: Likewise.
38989         * sysdeps/i386/fpu/dosincos.c: Likewise.
38990         * sysdeps/i386/fpu/mpa.c: Likewise.
38991         * sysdeps/i386/fpu/s_cos.S: Likewise.
38992         * sysdeps/i386/fpu/s_sin.S: Likewise.
38993         * sysdeps/i386/fpu/s_sincos.S: Likewise.
38994         * sysdeps/i386/fpu/sincos32.c: Likewise.
38995
38996         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
38997         Define.
38998         (libc_feupdateenv_53bit): Define.
38999         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39000         Define.
39001         (libc_feupdateenv_53bit): Define.
39002
39003         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39004         53 bit (without extend i386 double precision).
39005
39006         * math/libm-test.inc (sincos_test): Add tests for large input.
39007         (sin): Likewise.
39008         (cos): Likewise.
39009
39010         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39011
39012 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39013
39014         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39015
39016 2012-03-15  David S. Miller  <davem@davemloft.net>
39017
39018         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39019         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39020         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39021         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39022         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39025         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39026         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39027         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39028         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39029         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39030         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39031         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39032         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39034         file.
39035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39037         file.
39038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39040         file.
39041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39043         file.
39044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39045         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39046         fmin/fmax sysdep routines.
39047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39048
39049 2012-03-14  David S. Miller  <davem@davemloft.net>
39050
39051         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39052         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39053         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39054         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39055         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39056         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39057         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39058         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39059         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39060         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39061         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39062         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39063         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39064         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39065         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39066         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39067         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39068         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39069         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39070         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39071         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39072         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39073         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39074         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39075         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39076         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39077         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39078         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39079         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39080         routines.
39081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39082         file.
39083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39085         file.
39086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39088         file.
39089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39091         file.
39092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39094         file.
39095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39097         file.
39098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39099         file.
39100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39101         file.
39102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39103         file.
39104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39105         New file.
39106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39107         file.
39108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39109         file.
39110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39112         file.
39113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39115         file.
39116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39118         file.
39119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39121         VIS3 routines.
39122
39123         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39124         New file.
39125
39126         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39127
39128         * sysdeps/sparc/configure.in: New file.
39129         * sysdeps/sparc/configure: Generate.
39130         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39131         * configure: Regenerate.
39132         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39133         * config.make.in (have-as-vis3): New.
39134         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39135         available use -Av9d instead of -Av9a.
39136         * sysdeps/sparc/sparc64/Makefile: Likewise.
39137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39139         New file.
39140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39141         file.
39142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39143         New file.
39144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39145         file.
39146         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39147         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39148         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39149         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39150         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39151
39152         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39153         fzeros/fnegs to load 0x80000000 into a float register instead of
39154         using the stack.
39155         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39156
39157 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39158
39159         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39160         bits/syscall.h.
39161         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39162         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39163         ($(inst_includedir)/bits/syscall.h): Remove rule.
39164         ($(objpfx)bits/syscall.d): Include instead of
39165         $(objpfx)syscall-list.d.
39166         (generated): Change syscall-list.h and syscall-list.d to
39167         bits/syscall.h and bits/syscall.d.
39168
39169 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39170
39171         [BZ #13846]
39172         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39173
39174 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39175
39176         [BZ #13841]
39177         * math/s_csqrt.c: Include <float.h>.
39178         (__csqrt): Scale large or subnormal inputs.
39179         * math/s_csqrtf.c: Likewise.
39180         * math/s_csqrtl.c: Likewise.
39181         * math/libm-test.inc (csqrt_test): Add more tests.
39182         * sysdeps/i386/fpu/libm-test-ulps: Update.
39183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39184
39185         [BZ #13840]
39186         * math/libm-test.inc (hypot_test): Add more tests.
39187
39188 2012-03-13  David S. Miller  <davem@davemloft.net>
39189
39190         [BZ #13840]
39191         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39192         double-precision for the calculation instead of scaling.
39193
39194 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39195
39196         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39197         manipulate bits before adding and subtracting TWO52[sx].
39198         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39199         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39200         Likewise.
39201         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39202
39203 2012-03-13  David S. Miller  <davem@davemloft.net>
39204
39205         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39206         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39207         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39208         rtld-global-offsets.h
39209         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39210
39211         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39212         large parameters.
39213
39214         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39215
39216         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39217         'err' in the ifdef scope in which it is actually used.
39218
39219         * nss/nss_db/db-init.c: Include string.h
39220
39221 2012-03-12  David S. Miller  <davem@davemloft.net>
39222
39223         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39224         masking out of the most significant byte of random value used.
39225         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39226         Fix coding style in previous change.
39227
39228         * sysdeps/unix/sysv/linux/kernel-features.h
39229         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39230         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39231         expression.
39232         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39233         later.
39234
39235 2012-03-11  David S. Miller  <davem@davemloft.net>
39236
39237         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39238         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39239         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39240         for 'resultvar' otherwise things get truncated on 64-bit.
39241
39242         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39243         Fix masking out of the most significant byte of random value used.
39244
39245         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39246
39247 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39248
39249         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39250
39251 2012-03-09  David S. Miller  <davem@davemloft.net>
39252
39253         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39254         variables with appropriate CPP guards.
39255         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39256         from the frame pointer, not the stack pointer.  Correct layout
39257         comments.  Fix test on resulting framesize and the management of
39258         the outregs buffer for pltexit.  Preserve floating point return
39259         values across _dl_call_pltexit call.
39260         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39261         framesize and the management of the outregs buffer for pltexit.
39262         Preserve floating point return values across _dl_call_pltexit
39263         call.
39264         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39265         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39266         (la_sparc64_gnu_pltexit): New functions.
39267         (print_exit): Fix format string for return register value.
39268
39269 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39270
39271         * sunrpc/Makefile (others): Add rpcgen.
39272         ($(objpfx)rpcgen): Remove special build rule and dependency on
39273         libc.
39274         * sunrpc/rpcgen.c: New file.
39275
39276 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39277
39278         [BZ #13673]
39279         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39280         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39281         * sysdeps/i386/crti.S: Likewise.
39282         * sysdeps/i386/crtn.S: Likewise.
39283         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39284         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39285         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39286         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39287         * sysdeps/sh/crti.S: Likewise.
39288         * sysdeps/sh/crtn.S: Likewise.
39289         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39290
39291         [BZ #13673]
39292         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39293         with URL.
39294         * locale/programs/locfile-kw.gperf: Likewise.
39295         * locale/programs/charmap-kw.h: Regenerated.
39296         * locale/programs/locfile-kw.h: Likewise.
39297
39298         [BZ #13673]
39299         * intl/plural.y: Replace FSF snail mail address with URL.
39300         * intl/plural.c: Regenerated.
39301
39302 2012-03-09  Richard Henderson  <rth@twiddle.net>
39303
39304         * include/math_private.h: Remove file.
39305         * math/math_private.h: Move file ...
39306         * sysdeps/generic/math_private.h: ... here.
39307
39308         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39309         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39310         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39311
39312         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39313         and <math_private.h>.
39314         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39315         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39316         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39317         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39318         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39319         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39320         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39321         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39322         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39323         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39324         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39325         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39326         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39327         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39328         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39329         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39330         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39331         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39332         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39333         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39334         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39335         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39336         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39337         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39338         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39339         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39340         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39341         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39342         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39343         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39344         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39345         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39346         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39347         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39348         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39349         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39350         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39351         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39352         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39353         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39354         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39355         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39356         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39357         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39358         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39359         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39360         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39361         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39362         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39363         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39364         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39365         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39366         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39367         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39368         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39369         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39370         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39371         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39372         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39373         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39374         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39375         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39376         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39377         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39378         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39379         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39380         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39381         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39382         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39383         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39384         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39385         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39386         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39387         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39388         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39389         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39390         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39391         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39392         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39393         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39394         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39395         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39396         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39397         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39398         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39399         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39400         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39401         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39402         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39403         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39404         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39405         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39406         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39407         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39408         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39409         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39410         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39411         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39412         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39413         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39414         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39415         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39416         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39417         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39418         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39419         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39420         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39421         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
39422         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39423         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39424         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39425         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39426         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
39427         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39428         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
39429         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39430         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39431         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39432         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39433         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39434         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39435         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39436         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39437         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
39438         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39439         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39440         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
39441         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
39442         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39443         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
39444         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
39445         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39446         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
39447         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
39448         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
39449         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
39450         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
39451         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
39452         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
39453         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
39454         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39455         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
39456         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
39457         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
39458         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
39459         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
39460         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
39461         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
39462         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
39463         * sysdeps/ieee754/k_standard.c: Likewise.
39464         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
39465         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
39466         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
39467         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
39468         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
39469         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
39470         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
39471         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
39472         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
39473         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
39474         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
39475         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
39476         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
39477         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
39478         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
39479         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
39480         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
39481         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
39482         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
39483         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
39484         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
39485         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
39486         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
39487         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
39488         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
39489         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
39490         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
39491         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
39492         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
39493         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
39494         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
39495         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
39496         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
39497         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
39498         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
39499         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
39500         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
39501         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
39502         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
39503         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
39504         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
39505         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
39506         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
39507         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
39508         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
39509         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
39510         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
39511         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
39512         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
39513         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
39514         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
39515         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
39516         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
39517         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
39518         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
39519         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
39520         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
39521         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
39522         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
39523         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
39524         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
39525         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
39526         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
39527         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
39528         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
39529         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
39530         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
39531         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
39532         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
39533         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
39534         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
39535         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
39536         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
39537         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
39538         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
39539         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
39540         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
39541         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
39542         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39543         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
39544         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
39545         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
39546         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
39547         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
39548         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
39549         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
39550         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
39551         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
39552         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39553         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
39554         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
39555         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
39556         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
39557         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
39558         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
39559         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
39560         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
39561         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
39562         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
39563         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
39564         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
39565         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
39566         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
39567         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
39568         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
39569         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
39570         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
39571         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
39572         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
39573         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
39574         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
39575         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
39576         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
39577         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
39578         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
39579         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
39580         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
39581         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
39582         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
39583         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
39584         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
39585         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
39586         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
39587         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
39588         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
39589         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
39590         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
39591         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
39592         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
39593         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
39594         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
39595         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
39596         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
39597         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
39598         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
39599         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
39600         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
39601         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
39602         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
39603         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
39604         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
39605         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
39606         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
39607         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
39608         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
39609         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
39610         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
39611         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
39612         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
39613         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
39614         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
39615         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
39616         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
39617         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
39618         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
39619         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
39620         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
39621         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
39622         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
39623         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
39624         * sysdeps/ieee754/s_lib_version.c: Likewise.
39625         * sysdeps/ieee754/s_matherr.c: Likewise.
39626         * sysdeps/ieee754/s_signgam.c: Likewise.
39627         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
39628         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
39629         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
39630         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
39631         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
39632         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39633         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
39634         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
39635         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
39636         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
39637         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
39638         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
39639         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
39640         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
39641         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
39642         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
39643         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
39644         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
39645         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
39646         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
39647         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
39648
39649 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39650
39651         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
39652         * sunrpc/rpc_main.c: Likewise.
39653         * sunrpc/rpc_svcout.c: Likewise.
39654
39655 2012-03-09  David S. Miller  <davem@davemloft.net>
39656
39657         * include/math_private.h: New file.
39658
39659 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39660
39661         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
39662         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
39663         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
39664         from <bits/socket_type.h>.
39665         (enum __socket_type): Don't define here.
39666         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
39667         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39668         bits/socket_type.h.
39669
39670         [BZ #13566]
39671         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
39672         checking __USE_GNU.
39673
39674         * Makerules ($(inst_includedir)/%.h): New rule.
39675         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
39676         (install-others): Remove variable setting.
39677         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
39678
39679 2012-03-08  Richard Henderson  <rth@twiddle.net>
39680
39681         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
39682         from macro to inline function; merge with the
39683         !__LIBC_INTERNAL_MATH_INLINES version.
39684         (__ieee754_sqrtf): Likewise.
39685
39686         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
39687         to inline function.
39688         (__rintf, __floor, __floorf): Likewise.
39689
39690         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
39691         macro to inline function.
39692         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
39693
39694         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
39695         not <math/math_private.h>.
39696
39697 2012-03-08  David S. Miller  <davem@davemloft.net>
39698
39699         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
39700         copyright year.
39701         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
39702
39703 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
39704
39705         * resolv/gai_misc.c (handle_requests): Fix struct timespec
39706         normalization.
39707         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
39708         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
39709
39710 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
39711
39712         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
39713         be defined individually, they must be defined as a block.  Define
39714         S for printing a string instead of hidint the different by using a
39715         macro for adding the 'l'.
39716         * stdio-common/tst-fphex-wide.c: Adjust.
39717
39718 2012-03-07  Marek Polacek  <polacek@redhat.com>
39719
39720         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
39721
39722 2012-03-08  Marek Polacek  <polacek@redhat.com>
39723
39724         [BZ #13806]
39725         * stdio-common/Makefile (tests): Add tst-fphex-wide.
39726         * stdio-common/tst-fphex.c: Define a few macros to make the
39727         test reusable.  Use them.
39728         * stdio-common/tst-fphex-wide.c: New file.
39729
39730 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
39731
39732         [BZ #6911]
39733         * manual/macros.texi (gnusystems): New macro.
39734         (nongnusystems): Likewise.
39735         (gnulinuxhurdsystems): Likewise.
39736         (gnuhurdsystems): Likewise..
39737         (gnulinuxsystems): Likewise.
39738         * manual/charset.texi: Use new macros or @theglibc{} to refer to
39739         variants of the GNU system, not "GNU system".
39740         * manual/conf.texi: Likewise.
39741         * manual/errno.texi: Likewise.  Update example of errno macro
39742         expansion.
39743         * manual/filesys.texi: Likewise.
39744         (getumask): Document as specific to GNU/Hurd.
39745         * manual/install.texi: Likewise.  Reword some references to
39746         GNU/Linux.
39747         * manual/intro.texi: Likewise.
39748         * manual/io.texi: Likewise.
39749         (File Name Portability): Detail which constraints are inapplicable
39750         to all GNU systems and which are only inapplicable to GNU/Hurd.
39751         * manual/job.texi: Likewise.
39752         * manual/llio.texi: Likewise.
39753         (O_NOCTTY): Document as present on GNU/Linux.
39754         * manual/maint.texi: Likewise.
39755         * manual/memory.texi: Likewise.
39756         * manual/pattern.texi: Likewise.
39757         * manual/pipe.texi: Likewise.
39758         * manual/process.texi: Likewise.
39759         * manual/resource.texi: Likewise.
39760         (RUSAGE_CHILDREN): Remove statement about specifying a particular
39761         child on GNU/Hurd.
39762         * manual/setjmp.texi: Likewise.
39763         * manual/signal.texi: Likewise.
39764         * manual/startup.texi: Likewise.
39765         * manual/stdio.texi: Likewise.
39766         * manual/terminal.texi: Likewise.
39767         (ONLCR): Document as POSIX.
39768         (OXTABS): Document availability on GNU/Linux as XTABS.
39769         (ONOEOT): Document availability separately from other bits.
39770         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
39771         * manual/time.texi: Likewise.
39772         * manual/users.texi: Likewise.
39773         * INSTALL: Regenerated.
39774         * sysdeps/gnu/errlist.c: Regenerated.
39775
39776         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
39777         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
39778         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
39779         puts.
39780         * configure: Regenerated.
39781
39782 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
39783
39784         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
39785         default includes instead of AC_HEADER_CHECK.
39786         * sysdeps/i386/configure: Regenerated.
39787
39788         [BZ #10716]
39789         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
39790         * math/s_cacoshf.c (__cacoshf): Likewise.
39791         * math/s_cacoshl.c (__cacoshl): Likewise.
39792         * math/s_casinh.c (__casinh): Set signs of result from argument.
39793         * math/s_casinhf.c (__casinhf): Likewise.
39794         * math/s_casinhl.c (__casinhl): Likewise.
39795         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
39796         (casinh_test): Add more tests.
39797         * sysdeps/i386/fpu/libm-test-ulps: Update.
39798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39799
39800 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
39801
39802         * po/zh_TW.po: Update from translation team.
39803
39804         * login/Makefile (distribute): Remove variable.
39805         * catgets/Makefile: Likewise.
39806         * mach/Makefile: Likewise.
39807         * malloc/Makefile: Likewise.
39808         * misc/Makefile: Likewise.
39809         * iconv/Makefile: Likewise.
39810         * nscd/Makefile: Likewise.
39811         * hurd/Makefile: Likewise.
39812         * manual/Makefile: Likewise.
39813         * locale/Makefile: Likewise.
39814         * intl/Makefile: Likewise.
39815         * conform/Makefile: Likewise.
39816         * nss/Makefile: Likewise.
39817         * time/Makefile: Likewise.
39818         * soft-fp/Makefile: Likewise.
39819         * dirent/Makefile: Likewise.
39820         * gmon/Makefile: Likewise.
39821         * po/Makefile: Likewise.
39822         * rt/Makefile: Likewise.
39823         * socket/Makefile: Likewise.
39824         * math/Makefile: Likewise.
39825         * signal/Makefile: Likewise.
39826         * debug/Makefile: Likewise.
39827         * elf/Makefile: Likewise.
39828         * timezone/Makefile: Likewise.
39829         * stdlib/Makefile: Likewise.
39830         * iconvdata/Makefile: Likewise.
39831         * sunrpc/Makefile: Likewise.
39832         * io/Makefile: Likewise.
39833         * argp/Makefile: Likewise.
39834         * inet/Makefile: Likewise.
39835         * hesiod/Makefile: Likewise.
39836         * grp/Makefile: Likewise.
39837         * csu/Makefile: Likewise.
39838         * wctype/Makefile: Likewise.
39839         * crypt/Makefile: Likewise.
39840         * libio/Makefile: Likewise.
39841         * string/Makefile: Likewise.
39842         * nis/Makefile: Likewise.
39843         * resolv/Makefile: Likewise.
39844         * stdio-common/Makefile: Likewise.
39845         * wcsmbs/Makefile: Likewise.
39846         * dlfcn/Makefile: Likewise.
39847         * posix/Makefile: Likewise.
39848
39849         [BZ #6959]
39850         * timezone/Makefile: Don't install timezone files, just the programs
39851         and scripts.
39852
39853 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
39854
39855         * nss/databases.def: Add missing gshadow entry.
39856
39857         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
39858
39859 2012-03-06  Marek Polacek  <polacek@redhat.com>
39860
39861         [BZ #13726]
39862         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
39863         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
39864         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
39865         * stdio-common/tst-long-dbl-fphex.c: New file.
39866
39867 2012-03-06  David S. Miller  <davem@davemloft.net>
39868
39869         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39870         (set_obp_int): New function.
39871         (get_obp_int): New function.
39872         (__get_clockfreq_via_dev_openprom): Likewise.
39873         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
39874         Avoid unused variable warnings on 'val' and use builtin_expect.
39875         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
39876         __builtin_expect.
39877         (INLINE_CLONE_SYSCALL): Likewise.
39878
39879 2012-03-05  David S. Miller  <davem@davemloft.net>
39880
39881         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39882
39883 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
39884
39885         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39886
39887         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
39888         only for |x| >= 40.
39889         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39890
39891 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
39892
39893         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
39894         Replace gettimeofday with __vdso_gettimeofday.
39895
39896         * sysdeps/unix/sysv/linux/x86_64/init-first.c
39897         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
39898         __vdso_clock_gettime and __vdso_getcpu.
39899
39900         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
39901         time with __vdso_time.
39902
39903 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39904
39905         * manual/lang.texi (size_t): Note types to which size_t may be
39906         equivalent with the GNU C Library, but do not describe when
39907         differences between them are significant.
39908
39909 2012-03-05  Andreas Jaeger  <aj@suse.de>
39910
39911         * sysdeps/i386/fpu/libm-test-ulps: Update.
39912
39913 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39914
39915         [BZ #3976]
39916         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
39917         (__ieee754_pow): Save and restore rounding mode and use
39918         round-to-nearest for main computations.
39919         * math/libm-test.inc (pow_test_tonearest): New function.
39920         (pow_test_towardzero): Likewise.
39921         (pow_test_downward): Likewise.
39922         (pow_test_upward): Likewise.
39923         (main): Call the new functions.
39924         * sysdeps/i386/fpu/libm-test-ulps: Update.
39925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39926
39927         [BZ #3976]
39928         * math/libm-test.inc (cosh_test_tonearest): New function.
39929         (cosh_test_towardzero): Likewise.
39930         (cosh_test_downward): Likewise.
39931         (cosh_test_upward): Likewise.
39932         (sinh_test_tonearest): Likewise.
39933         (sinh_test_towardzero): Likewise.
39934         (sinh_test_downward): Likewise.
39935         (sinh_test_upward): Likewise.
39936         (main): Call the new functions.
39937         * sysdeps/i386/fpu/libm-test-ulps: Update.
39938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39939
39940 2012-03-05  Tom de Vries  <tom@codesourcery.com>
39941
39942         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
39943         default stack guard is set in last bytes.
39944         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
39945
39946 2012-03-05  Kees Cook  <keescook@chromium.org>
39947
39948         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
39949
39950         [BZ #13656]
39951         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
39952         possibly allocate from heap instead of stack.
39953         * stdio-common/bug-vfprintf-nargs.c: New file.
39954         * stdio-common/Makefile (tests): Add nargs overflow test.
39955
39956 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
39957
39958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39959
39960 2012-03-03  Marek Polacek  <polacek@redhat.com>
39961
39962         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
39963         * math/math_private.h: Likewise.
39964         * stdlib/tst-strtod.c: Likewise.
39965         * sysdeps/i386/i486/bits/atomic.h: Likewise.
39966         * sysdeps/x86_64/bits/atomic.h: Likewise.
39967
39968 2012-03-02  David S. Miller  <davem@davemloft.net>
39969
39970         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
39971         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
39972         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
39973         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
39974         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
39975         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
39976         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
39977         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
39978
39979 2012-03-02  Roland McGrath  <roland@hack.frob.com>
39980
39981         [BZ #13792]
39982         * manual/examples/README: New file, says the example source files
39983         can be used under GPL>=2.
39984         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
39985         line containing just "*/".
39986         * manual/examples/add.c: Add copyright header (GPL>=2).
39987         * manual/examples/argp-ex1.c: Likewise.
39988         * manual/examples/argp-ex2.c: Likewise.
39989         * manual/examples/argp-ex3.c: Likewise.
39990         * manual/examples/argp-ex4.c: Likewise.
39991         * manual/examples/atexit.c: Likewise.
39992         * manual/examples/db.c: Likewise.
39993         * manual/examples/dir.c: Likewise.
39994         * manual/examples/dir2.c: Likewise.
39995         * manual/examples/execinfo.c: Likewise.
39996         * manual/examples/filecli.c: Likewise.
39997         * manual/examples/filesrv.c: Likewise.
39998         * manual/examples/fmtmsgexpl.c: Likewise.
39999         * manual/examples/genpass.c: Likewise.
40000         * manual/examples/inetcli.c: Likewise.
40001         * manual/examples/inetsrv.c: Likewise.
40002         * manual/examples/isockad.c: Likewise.
40003         * manual/examples/longopt.c: Likewise.
40004         * manual/examples/memopen.c: Likewise.
40005         * manual/examples/memstrm.c: Likewise.
40006         * manual/examples/mkfsock.c: Likewise.
40007         * manual/examples/mkisock.c: Likewise.
40008         * manual/examples/mygetpass.c: Likewise.
40009         * manual/examples/pipe.c: Likewise.
40010         * manual/examples/popen.c: Likewise.
40011         * manual/examples/rprintf.c: Likewise.
40012         * manual/examples/search.c: Likewise.
40013         * manual/examples/select.c: Likewise.
40014         * manual/examples/setjmp.c: Likewise.
40015         * manual/examples/sigh1.c: Likewise.
40016         * manual/examples/sigusr.c: Likewise.
40017         * manual/examples/stpcpy.c: Likewise.
40018         * manual/examples/strdupa.c: Likewise.
40019         * manual/examples/strftim.c: Likewise.
40020         * manual/examples/strncat.c: Likewise.
40021         * manual/examples/subopt.c: Likewise.
40022         * manual/examples/swapcontext.c: Likewise.
40023         * manual/examples/termios.c: Likewise.
40024         * manual/examples/testopt.c: Likewise.
40025         * manual/examples/testpass.c: Likewise.
40026         * manual/examples/timeval_subtract.c: Likewise.
40027
40028         [BZ #13792]
40029         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40030         function to ...
40031         * manual/timeval_subtract.c.texi: ... here, new file.
40032
40033 2012-03-02  David S. Miller  <davem@davemloft.net>
40034
40035         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40036
40037 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40038
40039         [BZ #3976]
40040         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40041         (__sin): Save and restore rounding mode and use round-to-nearest
40042         for all computations.
40043         (__cos): Save and restore rounding mode and use round-to-nearest
40044         for all computations.
40045         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40046         <fenv.h>.
40047         (tan): Save and restore rounding mode and use round-to-nearest for
40048         all computations.
40049         * math/libm-test.inc (cos_test_tonearest): New function.
40050         (cos_test_towardzero): Likewise.
40051         (cos_test_downward): Likewise.
40052         (cos_test_upward): Likewise.
40053         (sin_test_tonearest): Likewise.
40054         (sin_test_towardzero): Likewise.
40055         (sin_test_downward): Likewise.
40056         (sin_test_upward): Likewise.
40057         (tan_test_tonearest): Likewise.
40058         (tan_test_towardzero): Likewise.
40059         (tan_test_downward): Likewise.
40060         (tan_test_upward): Likewise.
40061         (main): Call the new functions.
40062         * sysdeps/i386/fpu/libm-test-ulps: Update.
40063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40064
40065         [BZ #10135]
40066         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40067         small n, then large n, before computing and testing k+n.
40068         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40069         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40070         Likewise.
40071         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40072         Likewise.
40073         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40074         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40075         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40076         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40077         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40078         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40079         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40080         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40081         * math/libm-test.inc (scalbn_test): Add more tests.
40082         (scalbln_test): Likewise.
40083
40084         * manual/filesys.texi (mode_t): Describe constraints on size and
40085         signedness, not exact equivalence to a particular type.
40086         (ino_t): Likewise.
40087         (ino64_t): Likewise.
40088         (dev_t): Likewise.
40089         (nlink_t): Likewise.
40090         (blkcnt_t): Likewise.
40091         (blkcnt64_t): Likewise.
40092         * manual/llio.texi (off_t): Likewise.
40093
40094         [BZ #3976]
40095         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40096         (__ieee754_exp): Save and restore rounding mode and use
40097         round-to-nearest for all computations.
40098         * math/libm-test.inc (exp_test_tonearest): New function.
40099         (exp_test_towardzero): Likewise.
40100         (exp_test_downward): Likewise.
40101         (exp_test_upward): Likewise.
40102         (main): Call the new functions.
40103         * sysdeps/i386/fpu/libm-test-ulps: Update.
40104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40105
40106 2012-03-01  Chris Demetriou  <cgd@google.com>
40107
40108         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40109         have predictable order.
40110
40111 2012-03-01  David S. Miller  <davem@davemloft.net>
40112
40113         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40114
40115         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40116         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40117         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40118         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40119
40120         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40121         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40122         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40123         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40124         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40125         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40126         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40127         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40128         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40129
40130         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40131
40132         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40133         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40134         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40135
40136         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40137         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40138         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40139         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40140         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40141         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40142         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40143         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40144         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40145         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40146         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40147         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40148         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40149         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40150         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40151         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40152         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40153         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40154         * sysdeps/sparc/elf/configure: Regenerated.
40155
40156 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40157
40158         * configure.in (AS, LD): Require binutils 2.20 or later.
40159         * configure: Regenerated.
40160         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40161         as required minimum version.
40162         * INSTALL: Regenerated.
40163
40164         [BZ #2541]
40165         [BZ #4108]
40166         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40167         before squaring exponent.
40168         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40169         bottom long double and 27 bits of top long double before squaring
40170         exponent.
40171         * math/libm-test.inc (erfc_test): Add more tests.
40172         * sysdeps/i386/fpu/libm-test-ulps: Update.
40173         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40175
40176 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40177
40178         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40179         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40180         containing bit-fields.
40181         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40182         * soft-fp/single.h (_FP_UNION_S): Likewise.
40183         * soft-fp/double.h (_FP_UNION_D): Likewise.
40184
40185 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40186
40187         [BZ #13786]
40188         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40189         not include ../strcmp.S.
40190         [USE_AS_STRNCASECMP_L]: Likewise.
40191         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40192         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40193         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40194         (__strncasecmp_l_ia32): Define as alias to
40195         __strncasecmp_l_nonascii.
40196
40197         [BZ #5794]
40198         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40199         * sysdeps/i386/fpu/libm-test-ulps: Update.
40200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40201
40202         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40204
40205 2012-02-29  Jeff Law  <law@redhat.com>
40206
40207         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40208         out of bounds read.
40209
40210 2012-02-29  Marek Polacek  <polacek@redhat.com>
40211
40212         [BZ #13706]
40213         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40214         * elf/Makefile: Add rules to run tst-unused-dep.out.
40215
40216 2012-02-28  David S. Miller  <davem@davemloft.net>
40217
40218         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40219         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40220         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40221         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40222         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40223         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40224
40225 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40226
40227         * math/libm-test.inc (llround_test): Move one test from
40228         lround_test.  Use TEST_f_L in moved test.
40229         (lround_test): Move misplaced test to llround_test.  Add testcase
40230         from bug 2561.
40231
40232 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40233
40234         * sysdeps/x86_64/fpu/e_expf.S: New file.
40235         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40236
40237 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40238
40239         [BZ #13637]
40240         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40241         of remain_len that may cause incomplete multi-byte character and
40242         false match.
40243         * posix/bug-regex33.c: New file.
40244         * posix/Makefile (tests): Add bug-regex33.
40245
40246 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40247
40248         * manual/macros.texi: New file.
40249         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40250         * manual/libc.texinfo: Include macros.texi.
40251         * manual/creatute.texi: Likewise.
40252         * manual/install.texi: Likewise.
40253         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40254         @glibcadj{} in references to the GNU C Library.
40255         * manual/charset.texi: Likewise.
40256         * manual/conf.texi: Likewise.
40257         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40258         when not using those macros.
40259         * manual/creature.texi: Likewise.
40260         * manual/crypt.texi: Likewise.
40261         * manual/errno.texi: Likewise.
40262         * manual/filesys.texi: Likewise.
40263         * manual/header.texi: Likewise.
40264         * manual/install.texi: Likewise.
40265         * manual/intro.texi: Likewise.
40266         * manual/io.texi: Likewise.
40267         * manual/job.texi: Likewise.
40268         * manual/lang.texi: Likewise.
40269         * manual/libc.texiinfo: Likewise.
40270         * manual/llio.texi: Likewise.
40271         * manual/locale.texi: Likewise.
40272         * manual/maint.texi: Likewise.
40273         * manual/math.texi: Likewise.
40274         * manual/memory.texi: Likewise.
40275         * manual/message.texi: Likewise.
40276         * manual/nss.texi: Likewise.
40277         * manual/pattern.texi: Likewise.
40278         * manual/process.texi: Likewise.
40279         * manual/resource.texi: Likewise.
40280         * manual/search.texi: Likewise.
40281         * manual/setjmp.texi: Likewise.
40282         * manual/signal.texi: Likewise.
40283         * manual/socket.texi: Likewise.
40284         * manual/startup.texi: Likewise.
40285         * manual/stdio.texi: Likewise.
40286         * manual/string.texi: Likewise.
40287         * manual/sysinfo.texi: Likewise.
40288         * manual/syslog.texi: Likewise.
40289         * manual/terminal.texi: Likewise.
40290         * manual/time.texi: Likewise.
40291         * manual/users.texi: Likewise.
40292         * INSTALL: Regenerated.
40293         * NOTES: Regenerated.
40294         * sysdeps/gnu/errlist.c: Regenerated.
40295
40296 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40297
40298         * include/dirent.h: Include <dirstream.h> before
40299         <dirent/dirent.h>.
40300
40301 2012-02-28  David S. Miller  <davem@davemloft.net>
40302
40303         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40304         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40305         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40306         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40307
40308 2012-02-27  David S. Miller  <davem@davemloft.net>
40309
40310         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40311         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40312         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40313         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40314
40315         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40316         frame pointer instead of stack pointer relative arg slot.
40317         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40318         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40319         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40320
40321 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40322
40323         [BZ #3992]
40324         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40325
40326 2012-02-27  David S. Miller  <davem@davemloft.net>
40327
40328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40329         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40330         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40331         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40332         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40333         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40334         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40335         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40336
40337 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40338
40339         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40340         later.  Allow versions 5-9.
40341         * configure: Regenerated.
40342         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40343         required minimum version and 4.6 as recommended version.  Do not
40344         mention bugs in GCC 2.7 and 2.8.
40345         * INSTALL: Regenerated.
40346
40347 2012-02-27  David S. Miller  <davem@davemloft.net>
40348
40349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40351         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40352         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40353         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40354         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40355         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40356         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40357
40358         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40359         manipulate bits before adding and subtracting TWO112[sx].
40360         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40361
40362 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40363
40364         [BZ #13775]
40365         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40366         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40367         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40368         being in POSIX, because they are in 1003.1-2008.
40369
40370         * rt/tst-aio.c: Include <fcntl.h>.
40371         * rt/tst-aio7.c: Likewise.
40372         * rt/tst-aio64.c: Likewise.
40373
40374         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40375
40376 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40377
40378         * manual/install.texi (--with-headers): Describe headers as
40379         interface headers, not private headers.
40380         (Specific advice for GNU/Linux systems): Describe use of headers
40381         from "make headers_install", not private headers from older
40382         kernels.
40383         * INSTALL: Regenerated.
40384         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40385         Change to 2.6.19.
40386         * sysdeps/unix/sysv/linux/configure: Regenerated.
40387
40388         * manual/llio.texi (fclean): Remove documentation.
40389
40390         * manual/Makefile (libc-texi-generated): New variable.  Include
40391         version.texi.
40392         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40393         $(libc-texi-generated), not duplicated list of files.
40394         (version.texi, stamp-version): New rules.
40395         (realclean): Remove $(libc-texi-generated), not individual files
40396         from that list.  Do not remove dir-add.texinfo.
40397         * manual/libc.texinfo: Comment out uses of edition numbers and
40398         references to printed manual.  Remove last-updated dates.
40399         (EDITION): Comment out.
40400         (ISBN): Likewise.
40401         (VERSION, UPDATED): Remove.
40402         (version.texi): Include.
40403
40404 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40405
40406         * sysdeps/posix/spawni.c: Include <signal.h>.
40407         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40408         * sysdeps/pthread/aio_fsync.c: Likewise.
40409
40410 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40411
40412         * conform/Makefile (tests): Run only when not cross-compiling and
40413         when fast-check is not defined.
40414
40415         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40416         * conform/data/limits.h-data: Fixes for POSIX2008.
40417         * conform/run-conformtest.sh: Run all tests.
40418         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40419         headers.
40420         * include/bits/dlfcn.h: Likewise.
40421         * include/langinfo.h: Likewise.
40422         * include/monetary.h: Likewise.
40423         * include/sys/poll.h: Likewise.
40424
40425         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
40426         for __USE_GNU.
40427         * posix/spawn.h: Define __need_sigset_t.
40428         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
40429         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
40430         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
40431         to get sigevent_t only.
40432         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
40433         only for __USE_GNU.
40434         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40435         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
40436         process_vm_writev only for __USE_GNU.
40437         * termios/termios.h: Declare tcgetsid also for POSIX2008.
40438
40439         * conform/Makefile: For now ignore errors from run-conformtest.
40440         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
40441         POSIX to avoid namespace pollution.  Don't prepend headers.
40442         * conform/data/aio.h-data: Fixes for POSIX testing.
40443         * conform/data/fcntl.h-data: Likewise.
40444         * conform/data/glob.h-data: Likewise.
40445         * conform/data/grp.h-data: Likewise.
40446         * conform/data/pthread.h-data: Likewise.
40447         * conform/data/pwd.h-data: Likewise.
40448         * conform/data/signal.h-data: Likewise.
40449         * conform/data/spawn.h-data: Likewise.
40450         * conform/data/stdio.h-data: Likewise.
40451         * conform/data/stdlib.h-data: Likewise.
40452         * conform/data/stropts.h-data: Likewise.
40453         * conform/data/sys/mman.h-data: Likewise.
40454         * conform/data/sys/stat.h-data: Likewise.
40455         * conform/data/sys/types.h-data: Likewise.
40456         * conform/data/sys/wait.h-data: Likewise.
40457         * conform/data/time.h-data: Likewise.
40458         * conform/data/unistd.h-data: Likewise.
40459         * conform/data/utime.h-data: Likewise.
40460
40461         * io/sys/stat.h: fchmod was always in POSIX.
40462         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
40463         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
40464         * rt/aio.h: Define __need_timespec before including <time.h>.
40465         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
40466         struct.  Add forward declaration of pthread_attr_t and use it in
40467         sigevent.
40468         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
40469         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
40470         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
40471         always remove CLK_TCK definition.
40472
40473 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
40474
40475         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
40476
40477 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
40478
40479         * conform/run-conformtest.sh: New file.
40480         * conform/Makefile: Run run-conformtest for tests.
40481         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
40482         support.
40483
40484         * conform/data/uchar.h-data: New file.
40485         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
40486         * conform/data/arpa/inet.h-data: Likewise.
40487         * conform/data/assert.h-data: Likewise.
40488         * conform/data/complex.h-data: Likewise.
40489         * conform/data/cpio.h-data: Likewise.
40490         * conform/data/ctype.h-data: Likewise.
40491         * conform/data/dirent.h-data: Likewise.
40492         * conform/data/dlfcn.h-data: Likewise.
40493         * conform/data/errno.h-data: Likewise.
40494         * conform/data/fcntl.h-data: Likewise.
40495         * conform/data/float.h-data: Likewise.
40496         * conform/data/fmtmsg.h-data: Likewise.
40497         * conform/data/fnmatch.h-data: Likewise.
40498         * conform/data/ftw.h-data: Likewise.
40499         * conform/data/glob.h-data: Likewise.
40500         * conform/data/grp.h-data: Likewise.
40501         * conform/data/iconv.h-data: Likewise.
40502         * conform/data/inttypes.h-data: Likewise.
40503         * conform/data/langinfo.h-data: Likewise.
40504         * conform/data/libgen.h-data: Likewise.
40505         * conform/data/limits.h-data: Likewise.
40506         * conform/data/locale.h-data: Likewise.
40507         * conform/data/math.h-data: Likewise.
40508         * conform/data/monetary.h-data: Likewise.
40509         * conform/data/mqueue.h-data: Likewise.
40510         * conform/data/ndbm.h-data: Likewise.
40511         * conform/data/net/if.h-data: Likewise.
40512         * conform/data/netdb.h-data: Likewise.
40513         * conform/data/netinet/in.h-data: Likewise.
40514         * conform/data/nl_types.h-data: Likewise.
40515         * conform/data/poll.h-data: Likewise.
40516         * conform/data/pthread.h-data: Likewise.
40517         * conform/data/pwd.h-data: Likewise.
40518         * conform/data/regex.h-data: Likewise.
40519         * conform/data/sched.h-data: Likewise.
40520         * conform/data/search.h-data: Likewise.
40521         * conform/data/semaphore.h-data: Likewise.
40522         * conform/data/setjmp.h-data: Likewise.
40523         * conform/data/signal.h-data: Likewise.
40524         * conform/data/spawn.h-data: Likewise.
40525         * conform/data/stdarg.h-data: Likewise.
40526         * conform/data/stdio.h-data: Likewise.
40527         * conform/data/stdlib.h-data: Likewise.
40528         * conform/data/string.h-data: Likewise.
40529         * conform/data/strings.h-data: Likewise.
40530         * conform/data/stropts.h-data: Likewise.
40531         * conform/data/sys/ipc.h-data: Likewise.
40532         * conform/data/sys/mman.h-data: Likewise.
40533         * conform/data/sys/msg.h-data: Likewise.
40534         * conform/data/sys/resource.h-data: Likewise.
40535         * conform/data/sys/select.h-data: Likewise.
40536         * conform/data/sys/sem.h-data: Likewise.
40537         * conform/data/sys/shm.h-data: Likewise.
40538         * conform/data/sys/socket.h-data: Likewise.
40539         * conform/data/sys/stat.h-data: Likewise.
40540         * conform/data/sys/statvfs.h-data: Likewise.
40541         * conform/data/sys/time.h-data: Likewise.
40542         * conform/data/sys/timeb.h-data: Likewise.
40543         * conform/data/sys/times.h-data: Likewise.
40544         * conform/data/sys/types.h-data: Likewise.
40545         * conform/data/sys/uio.h-data: Likewise.
40546         * conform/data/sys/un.h-data: Likewise.
40547         * conform/data/sys/utsname.h-data: Likewise.
40548         * conform/data/sys/wait.h-data: Likewise.
40549         * conform/data/syslog.h-data: Likewise.
40550         * conform/data/tar.h-data: Likewise.
40551         * conform/data/termios.h-data: Likewise.
40552         * conform/data/utime.h-data: Likewise.
40553         * conform/data/utmpx.h-data: Likewise.
40554         * conform/data/varargs.h-data: Likewise.
40555         * conform/data/wchar.h-data: Likewise.
40556         * conform/data/wctype.h-data: Likewise.
40557         * conform/data/wordexp.h-data: Likewise.
40558
40559         * include/stropts.h: New file.
40560         * include/uchar.h: New file.
40561         * include/aio.h: Changes to allow conformtest.pl to use the headers.
40562         * include/assert.h: Likewise.
40563         * include/ctype.h: Likewise.
40564         * include/dirent.h: Likewise.
40565         * include/dlfcn.h: Likewise.
40566         * include/fcntl.h: Likewise.
40567         * include/fnmatch.h: Likewise.
40568         * include/glob.h: Likewise.
40569         * include/grp.h: Likewise.
40570         * include/libio.h: Likewise.
40571         * include/locale.h: Likewise.
40572         * include/math.h: Likewise.
40573         * include/net/if.h: Likewise.
40574         * include/netdb.h: Likewise.
40575         * include/netinet/in.h: Likewise.
40576         * include/pthread.h: Likewise.
40577         * include/pwd.h: Likewise.
40578         * include/regex.h: Likewise.
40579         * include/sched.h: Likewise.
40580         * include/search.h: Likewise.
40581         * include/setjmp.h: Likewise.
40582         * include/signal.h: Likewise.
40583         * include/stdio.h: Likewise.
40584         * include/stdlib.h: Likewise.
40585         * include/string.h: Likewise.
40586         * include/sys/cdefs.h: Likewise.
40587         * include/sys/mman.h: Likewise.
40588         * include/sys/msg.h: Likewise.
40589         * include/sys/resource.h: Likewise.
40590         * include/sys/select.h: Likewise.
40591         * include/sys/socket.h: Likewise.
40592         * include/sys/stat.h: Likewise.
40593         * include/sys/statvfs.h: Likewise.
40594         * include/sys/time.h: Likewise.
40595         * include/sys/times.h: Likewise.
40596         * include/sys/uio.h: Likewise.
40597         * include/sys/utsname.h: Likewise.
40598         * include/sys/wait.h: Likewise.
40599         * include/termios.h: Likewise.
40600         * include/time.h: Likewise.
40601         * include/ulimit.h: Likewise.
40602         * include/unistd.h: Likewise.
40603         * include/utime.h: Likewise.
40604         * include/wchar.h: Likewise.
40605         * include/wctype.h: Likewise.
40606         * include/wordexp.h: Likewise.
40607
40608         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
40609
40610         * time/time.h: TIME_UTC must be a macro.
40611         Make timespec_get available for ISO C11 only as well.
40612
40613 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
40614
40615         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
40616         Reported by Peng Haitao <penght@cn.fujitsu.com>.
40617
40618 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40619
40620         * configure.in: Use -o not -a in test for unsupported multi-arch.
40621
40622 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40623
40624         * manual/texinfo.tex: Update to version 2012-01-19.16.
40625
40626 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40627
40628         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
40629
40630 2012-02-24  Roland McGrath  <roland@hack.frob.com>
40631
40632         [BZ #13738]
40633         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
40634         * manual/fdl-1.3.texi: New file.
40635         * manual/fdl-1.1.texi: File removed.
40636
40637         [BZ #13738]
40638         * manual/libc.texinfo (FDL_VERSION): New @set.
40639         Use it for mention of FDL in cover text.
40640         (Documentation License): Use it in @include file name.
40641
40642 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40643             Roland McGrath  <roland@hack.frob.com>
40644
40645         [BZ #5461]
40646         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
40647         (not LONG_LONG_MAX and LONG_LONG_MIN.
40648         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
40649         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
40650         name.
40651         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
40652
40653 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40654
40655         [BZ #2547]
40656         [BZ #11365]
40657         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
40658         manipulate bits before adding and subtracting TWO23[sx].
40659         * math/libm-test.inc (nearbyint_test): Add more tests.
40660
40661 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40662
40663         [BZ #2548]
40664         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
40665         bits before adding and subtracting TWO23[sx].
40666         * math/libm-test.inc (rint_test): Add more tests.
40667         (rint_test_tonearest): Likewise.
40668         (rint_test_towardzero): Likewise.
40669         (rint_test_downward): Likewise.
40670         (rint_test_upward: Likewise.
40671
40672 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40673
40674         [BZ #10110]
40675         * include/stdc-predef.h: New file.  Extracted from features.h.
40676         * include/features.h: Include stdc-predef.h.
40677         * Makefile (headers): Add stdc-predef.h.
40678         * CONFORMANCE (Compiler limitations): Update.
40679
40680 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40681
40682         * manual/libc.texinfo (VERSION, UPDATED): Revert.
40683
40684 2012-02-21  David S. Miller  <davem@davemloft.net>
40685
40686         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
40687         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40688
40689 2012-02-20  David S. Miller  <davem@davemloft.net>
40690
40691         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
40692         using a normal save/restore sequence, rather than allocating a
40693         dummy stack frame just to store a frame pointer and restore.
40694         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40695
40696 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40697
40698         * manual/install.texi: Fix stray word in line-wrapped comment.
40699
40700 2012-02-20  David S. Miller  <davem@davemloft.net>
40701
40702         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
40703         both binutils and gcc support GOTDATA.
40704
40705         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
40706         "rd %pc" in the PIC register setup sequences.
40707
40708         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
40709         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
40710         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40711         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
40712         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40713         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40714         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40715         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40716         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
40717         (SYSCALL_ERROR_HANDLER): Likewise.
40718         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40719         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40720         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
40721         (SYSCALL_ERROR_HANDLER): Likewise.
40722
40723         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
40724         (HAVE_GCC_GOTDATA): New.
40725         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
40726         relocation support in both binutils and gcc.
40727         * sysdeps/sparc/elf/configure: Regenerate.
40728
40729         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
40730         * sysdeps/sparc/sparc32/elf/configure: Delete.
40731         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
40732         * sysdeps/sparc/sparc64/elf/configure: Delete.
40733         * sysdeps/sparc/elf/configure.in: New file.
40734         * sysdeps/sparc/elf/configure: Generate.
40735
40736         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
40737         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
40738         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
40739         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
40740         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
40741
40742 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40743
40744         * manual/install.texi: Do not mention specific glibc version
40745         numbers.
40746         * manual/libc.texinfo (VERSION, UPDATED): Update.
40747         (@copying): Use @copyright{} and range of years.
40748
40749 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40750
40751         [BZ #13695]
40752         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
40753         [crti.S not in sysdirs] (generated): Do not append.
40754         [crti.S not in sysdirs] (omit-deps): Likewise.
40755         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
40756         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
40757         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
40758         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
40759         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
40760         Likewise.
40761         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
40762         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
40763         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
40764         * csu/defs.awk: Remove file.
40765         * sysdeps/generic/initfini.c: Likewise.
40766         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
40767         variable.
40768         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
40769         Likewise.
40770
40771 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40772
40773         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
40774         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
40775         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
40776         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
40777         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
40778         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
40779         <bits/epoll.h>.
40780         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
40781         (__EPOLL_PACKED): Define to empty if not defined by
40782         <bits/epoll.h>.
40783         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
40784         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40785         bits/epoll.h.
40786
40787 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40788
40789         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
40790         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
40791         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
40792         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
40793         <bits/timerfd.h>.
40794         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
40795         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40796         bits/timerfd.h.
40797
40798 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40799
40800         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
40801         in C locale.
40802         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40803         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
40804         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
40805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40806
40807 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
40808
40809         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
40810         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40811
40812 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
40813
40814         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
40815         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
40816         defined.
40817         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
40818         Likewise.
40819         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
40820         entry for 2.16.
40821
40822 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
40823
40824         * math/w_acos.c: Use non-signaling floating-point comparisons.
40825         * math/w_acosf.c: Likewise.
40826         * math/w_acosh.c: Likewise.
40827         * math/w_acoshf.c: Likewise.
40828         * math/w_acoshl.c: Likewise.
40829         * math/w_acosl.c: Likewise.
40830         * math/w_asin.c: Likewise.
40831         * math/w_asinf.c: Likewise.
40832         * math/w_asinl.c: Likewise.
40833         * math/w_atanh.c: Likewise.
40834         * math/w_atanhf.c: Likewise.
40835         * math/w_atanhl.c: Likewise.
40836         * math/w_exp2.c: Likewise.
40837         * math/w_exp2f.c: Likewise.
40838         * math/w_exp2l.c: Likewise.
40839         * math/w_j0.c: Likewise.
40840         * math/w_j0f.c: Likewise.
40841         * math/w_j0l.c: Likewise.
40842         * math/w_j1.c: Likewise.
40843         * math/w_j1f.c: Likewise.
40844         * math/w_j1l.c: Likewise.
40845         * math/w_jn.c: Likewise.
40846         * math/w_jnf.c: Likewise.
40847         * math/w_log.c: Likewise.
40848         * math/w_log10.c: Likewise.
40849         * math/w_log10f.c: Likewise.
40850         * math/w_log10l.c: Likewise.
40851         * math/w_log2.c: Likewise.
40852         * math/w_log2f.c: Likewise.
40853         * math/w_log2l.c: Likewise.
40854         * math/w_logf.c: Likewise.
40855         * math/w_logl.c: Likewise.
40856         * math/w_sqrt.c: Likewise.
40857         * math/w_sqrtf.c: Likewise.
40858         * math/w_sqrtl.c: Likewise.
40859         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40860         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
40861         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40862         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
40863         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
40864
40865 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40866
40867         [BZ #9739]
40868         * manual/string.texi (strnlen): Use correct parameter name in
40869         equivalent expression.
40870
40871 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40872
40873         [BZ #11174]
40874         * manual/users.texi (seteuid): Consistently use neweuid for
40875         argument name.
40876
40877 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40878
40879         [BZ #13704]
40880         * manual/nss.texi (Services in the NSS configuration): Correct
40881         list of services in example configuration file.
40882
40883 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
40884
40885         [BZ #11322]
40886         * manual/arith.texi: Remove statements about negative zero
40887         behaving identically to zero.
40888
40889 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40890
40891         [BZ #5993]
40892         * manual/install.texi: Do not document upgrading from libc5.
40893
40894 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40895
40896         [BZ #4596]
40897         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
40898
40899 2012-02-18  David S. Miller  <davem@davemloft.net>
40900
40901         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
40902         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
40903         %o7 across the call.
40904         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
40905         instead.
40906         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
40907         SETUP_PIC_REG_LEAF.
40908         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40909         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
40910         * sysdeps/sparc/crtn.S: Likewise.
40911
40912 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
40913
40914         * aout/Makefile: Remove.
40915
40916 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
40917
40918         [BZ #13058]
40919         * manual/examples/argp-ex1.c (main): Format definition in GNU
40920         style.
40921         * manual/examples/argp-ex2.c (main): Likewise.
40922         * manual/examples/argp-ex3.c (main): Likewise.
40923         * manual/examples/argp-ex4.c (main): Likewise.
40924         * manual/examples/longopt.c (main): Use new-style prototype
40925         definition.
40926         * manual/examples/strncat.c (main): Specify return type and use
40927         (void) for arguments.
40928         * manual/examples/subopt.c (main): Use char **argv argument.
40929
40930 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40931
40932         [BZ #5077]
40933         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
40934         rounding modes.
40935
40936 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
40937
40938         [BZ #6907]
40939         * manual/string.texi (strchr): Change when strchrnul is
40940         recommended.
40941
40942 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
40943
40944         [BZ #174]
40945         * manual/locale.texi (setlocale): Document LOCPATH.
40946
40947 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40948
40949         [BZ #10210]
40950         * manual/process.texi (execle): Move @dots{} before last argument.
40951
40952 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
40953
40954         [BZ #12047]
40955         * manual/charset.texi (Generic Charset Conversion): Fix typo
40956         (LC_TYPE -> LC_CTYPE).
40957
40958 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
40959
40960         [BZ #5805]
40961         * manual/arith.texi (scalbn): Use @var{} on parameter names.
40962         (scalbnf): Likewise.
40963         (scalbnl): Likewise.
40964         (scalbln): Likewise.
40965         (scalblnf): Likewise.
40966         (scalblnl): Likewise.
40967         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
40968         (vwarnx): Likewise.
40969         (verr): Likewise.
40970         (verrx): Likewise.
40971         * manual/filesys.texi (telldir): Use braces around return type.
40972         * manual/llio.texi (mmap): Add space after comma.
40973         (mmap64): Likewise.
40974         * manual/math.texi (jn): Use @var{} on parameter names.
40975         (jnf): Likewise.
40976         (jnl): Likewise.
40977         (yn): Likewise.
40978         (ynf): Likewise.
40979         (ynl): Likewise.
40980         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
40981         line.
40982         * manual/resource.texi (ulimit): Use @dots{} instead of literal
40983         "...".
40984         (sched_get_priority_min): Remove semicolon on @deftypefun line.
40985         (sched_get_priority_max): Likewise.
40986         * manual/signal.texi (sigvec): Add space after comma.
40987         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
40988         names.
40989         (if_indextoname): Likewise.
40990         (if_freenameindex): Likewise.
40991         (sendto): Use ',' instead of '.' in prototype.
40992         * manual/startup.texi (syscall): Use @dots{} instead of literal
40993         "...".
40994         * manual/stdio.texi (__fpending): Separate initial words of
40995         paragraph from @deftypefun line.
40996         * manual/syslog.texi (syslog): Use @dots{} instead of literal
40997         "...".
40998         (vsyslog): Use @var{} on parameter names.
40999         * manual/terminal.texi (stty): Use @var{} on parameter names.
41000         * manual/users.texi (getutmp): Use @var{} on parameter names.
41001         (getutmpx): Likewise.
41002
41003 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41004
41005         [BZ #6884]
41006         * manual/stdio.texi (fopen): Fix typos in description of
41007         ",ccs=STRING".
41008
41009 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41010
41011         [BZ #4026]
41012         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41013         get clock_id definition.
41014
41015 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41016
41017         [BZ #4822]
41018         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41019         (madvise): Cast every argument to void on its own.
41020
41021 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41022
41023         [BZ #9902]
41024         * manual/startup.texi (Exit Status): Fix typo.
41025
41026 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41027
41028         [BZ #10140]
41029         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41030         * manual/examples/argp-ex2.c: Likewise.
41031         * manual/examples/argp-ex3.c: Likewise.
41032
41033 2012-02-16  Richard Henderson  <rth@redhat.com>
41034
41035         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41036         * sysdeps/s390/s390-32/initfini.c: Remove.
41037         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41038         * sysdeps/s390/s390-64/initfini.c: Remove.
41039
41040 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41041
41042         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41043         compiler output for sysdeps/generic/initfini.c.
41044         * sysdeps/sh/elf/initfini.c: Remove file.
41045
41046 2012-02-16  David S. Miller  <davem@davemloft.net>
41047
41048         [BZ #11494]
41049         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41050
41051         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41052         * sysdeps/sparc/crti.S: New file.
41053         * sysdeps/sparc/crtn.S: New file.
41054         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41055         * sysdeps/sparc/sparc64/Makefile: Likewise.
41056
41057 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41058
41059         [BZ #3335]
41060         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41061
41062 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41063
41064         [BZ #4822]
41065         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41066
41067         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41068         (write, read, close): Likewise.
41069         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41070
41071 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41072
41073         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41074         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41075         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41076         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41077         <bits/signalfd.h>.
41078         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41079         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41080         bits/signalfd.h.
41081
41082 2012-02-14  Marek Polacek  <polacek@redhat.com>
41083
41084         * sysdeps/x86_64/crti.S: New file.
41085         * sysdeps/x86_64/crtn.S: New file.
41086         * sysdeps/x86_64/elf/initfini.c: Remove file.
41087
41088 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41089
41090         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41091         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41092         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41093         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41094         <bits/inotify.h>.
41095         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41096         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41097         bits/inotify.h.
41098
41099 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41100
41101         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41102         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41103         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41104         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41105         <bits/eventfd.h>.
41106         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41107         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41108         bits/eventfd.h.
41109
41110 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41111
41112         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41113         __feraiseexcept instead of feraiseexcept.
41114
41115         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41116         nanosleep invocations.
41117         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41118         strings, and add error checking for a nanosleep invocations.
41119
41120 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41121
41122         Replace FSF snail mail address with URLs, as per GNU coding standards.
41123         Most of the snail mail addresses were wrong anyway, and omitting
41124         them makes the source code easier to maintain.  Almost all of the
41125         changes are to license notices and to locale LC_IDENTIFICATION
41126         addresses, except for this one:
41127         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41128         not its snail mail address.
41129
41130 2012-02-09  Richard Henderson  <rth@twiddle.net>
41131
41132         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41133         of kernel-features.h.
41134
41135         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41136
41137 2012-02-08  Marek Polacek  <polacek@redhat.com>
41138
41139         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41140         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41141         * sysdeps/gnu/_G_config.h: Likewise.
41142         * sysdeps/generic/_G_config.h: Likewise.
41143
41144 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41145
41146         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41147         tests.
41148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41149
41150         * sysdeps/powerpc/powerpc32/crti.S: New file.
41151         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41152         * sysdeps/powerpc/powerpc64/crti.S: New file.
41153         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41154
41155         * Makeconfig (have-initfini): Don't set.
41156         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41157         * configure.in (nopic_initfini): Don't substitute.
41158         * config.h.in (HAVE_INITFINI): Don't #undef.
41159         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41160         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41161
41162 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41163
41164         Support crti.S and crtn.S provided directly by architectures.
41165         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41166         [crti.S in sysdirs] (omit-deps): Likewise.
41167         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41168         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41169         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41170         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41171         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41172         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41173         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41174         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41175         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41176         compiler output for sysdeps/generic/initfini.c.
41177         * sysdeps/i386/elf/Makefile: Remove file.
41178         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41179
41180 2012-02-07  Marek Polacek  <polacek@redhat.com>
41181
41182         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41183         * sysdeps/gnu/_G_config.h: Likewise.
41184         * sysdeps/mach/hurd/_G_config.h: Likewise.
41185
41186 2012-02-07  Marek Polacek  <polacek@redhat.com>
41187
41188         * math/Makefile (tests): Add tst-CMPLX2.
41189         * math/tst-CMPLX2.c: New file.
41190
41191 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41192
41193         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41194
41195         * math/libm-test.inc (jn_test): Add missing L suffix.
41196
41197 2012-02-06  Marek Polacek  <polacek@redhat.com>
41198
41199         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41200         * sysdeps/i386/fpu/e_powf.S: Likewise.
41201         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41202         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41203         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41204         * sysdeps/i386/fpu/e_pow.S: Likewise.
41205         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41206         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41207         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41208         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41209         * sysdeps/i386/fpu/e_log2.S: Likewise.
41210         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41211         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41212         * sysdeps/i386/fpu/e_powl.S: Likewise.
41213         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41214         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41215         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41216         * sysdeps/i386/fpu/e_logl.S: Likewise.
41217         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41218         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41219         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41220         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41221         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41222         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41223         * sysdeps/i386/fpu/e_log.S: Likewise.
41224         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41225         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41226         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41227         * sysdeps/i386/fpu/e_logf.S: Likewise.
41228         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41229         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41230         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41231         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41232         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41233         * sysdeps/i386/fpu/e_log10.S: Likewise.
41234         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41235         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41236         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41237         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41238         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41239         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41240         * sysdeps/i386/asm-syntax.h: Likewise.
41241         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41242         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41243         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41244         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41245         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41246         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41247         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41248         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41249         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41250         * sysdeps/powerpc/sysdep.h: Likewise.
41251         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41252         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41253
41254 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41255
41256         [BZ #411]
41257         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41258
41259 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41260
41261         * sysdeps/i386/sysdep.h: Include <features.h>.
41262         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41263         version.
41264
41265 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41266
41267         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41268         Define.
41269         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41270         LOAD_PIC_REG_STR.
41271
41272 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41273
41274         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41275         (SETUP_PIC_REG): Use GET_PC_THUNK.
41276         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41277         macro.
41278
41279 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41280
41281         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41282         for non-PIC compilation.
41283         (SETUP_PIC_REG): Add .p2align directive.
41284         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41285         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41286         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41287         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41288         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41289         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41290         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41291         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41292         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41293         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41294         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41295         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41296         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41297         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41298         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41299         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41300         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41301         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41302         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41303         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41304         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41305         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41306         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41307         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41308         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41309         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41310         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41311         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41312         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41313         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41314         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41315         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41316         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41317         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41318         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41319         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41320         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41321         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41322         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41323         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41324         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41325
41326 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41327
41328         * math/tst-CMPLX.c: Include <stdio.h>.
41329
41330 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41331
41332         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41333         float.
41334         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41335         * sysdeps/sparc/bits/mathdef.h: Likewise.
41336
41337 2012-01-31  Marek Polacek  <polacek@redhat.com>
41338
41339         * libio/libio.h: Don't define _PARAMS.
41340         * locale/programs/config.h: Don't define PARAMS.
41341         * stdlib/strtol_l.c: Likewise.
41342         (__strtol_l): Remove PARAMS from the prototype.
41343
41344 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41345
41346         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41347         names.  Just use the correct names.  Remove unnecessary wrapper
41348         functions.
41349         * malloc/arena.c: Likewise.
41350         * malloc/hooks.c: Likewise.
41351
41352         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41353         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41354         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41355
41356 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41357
41358         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41359         into tail calls.
41360         (update_get_addr): New function.
41361         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41362         GET_ADDR_MODULE parameter.
41363
41364 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41365
41366         * crypt/cert.c: Remove __STDC__ conditionals.
41367         * crypt/crypt-entry.c: Likewise.
41368         * crypt/crypt_util.c: Likewise.
41369         * libio/filedoalloc.c: Likewise.
41370         * libio/fileops.c: Likewise.
41371         * libio/genops.c: Likewise.
41372         * libio/iofclose.c: Likewise.
41373         * libio/iofdopen.c: Likewise.
41374         * libio/iofopen.c: Likewise.
41375         * libio/iofopen64.c: Likewise.
41376         * libio/iogetdelim.c: Likewise.
41377         * libio/iopopen.c: Likewise.
41378         * libio/obprintf.c: Likewise.
41379         * libio/oldfileops.c: Likewise.
41380         * libio/oldiofclose.c: Likewise.
41381         * libio/oldiofdopen.c: Likewise.
41382         * libio/oldiofopen.c: Likewise.
41383         * libio/oldiopopen.c: Likewise.
41384         * libio/wfiledoalloc.c: Likewise.
41385         * libio/wgenops.c: Likewise.
41386         * locale/programs/xmalloc.c: Likewise.
41387         * misc/syslog.c: Likewise.
41388         * stdio-common/xbug.c: Likewise.
41389         * string/memchr.c: Likewise.
41390         * string/memcmp.c: Likewise.
41391         * string/memrchr.c: Likewise.
41392         * string/rawmemchr.c: Likewise.
41393         * sysdeps/posix/getcwd.c: Likewise.
41394         * time/strftime_l.c: Likewise.
41395
41396 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41397
41398         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41399         * config.make.in (config-cflags-sse2avx): Define.
41400         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41401         Fix typo.
41402
41403 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41404
41405         * scripts/config.guess: Update from upstream config git repository.
41406         * scripts/config.sub: Likewise.
41407
41408 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41409
41410         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41411         (EM_NUM): Update.
41412         (R_TILEPRO_*, R_TILEGX_*): New macros.
41413
41414         * scripts/firstversions.awk: Fix bug in version range handling.
41415
41416         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41417
41418         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41419
41420         * include/sys/epoll.h: New file.
41421         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
41422         libc_hidden_def.
41423
41424 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
41425
41426         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
41427         Avoid unnecessary __WORDSIZE == 64 test.
41428         (fmaxf): Use VEX format if possible.
41429         (fmax): Likewise.
41430         (fminf): Likewise.
41431         (fmin): Likewise.
41432
41433         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
41434         * math/math_private.h: Remove libc_fegetround* and
41435         libc_fesetround*.
41436         * sysdeps/i386/configure.in: Check for -msse2avx.
41437         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
41438         also if SSE2AVX is defined.
41439         Remove libc_fegetround* and libc_fesetround*.
41440         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
41441         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
41442         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
41443         of HAS_YMM_USABLE.
41444         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41445         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41446         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41447         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41448         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41449
41450         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
41451
41452 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41453
41454         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
41455         size is not set.
41456         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
41457
41458 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
41459
41460         [BZ #13618]
41461         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
41462         relocation.
41463         * Makeconfig (libm): Define.
41464         * elf/Makefile: Add rules to build and run tst-relsort1.
41465         * elf/tst-relsort1.c: New file.
41466         * elf/tst-relsort1mod1.c: New file.
41467         * elf/tst-relsort1mod2.c: New file.
41468
41469 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
41470
41471         * math/s_ldexp.c: Remove __STDC__ conditionals.
41472         * math/s_ldexpf.c: Likewise.
41473         * math/s_ldexpl.c: Likewise.
41474         * math/s_nextafter.c: Likewise.
41475         * math/s_nexttowardf.c: Likewise.
41476         * math/s_significand.c: Likewise.
41477         * math/s_significandf.c: Likewise.
41478         * math/s_significandl.c: Likewise.
41479         * math/w_jnl.c: Likewise.
41480         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41481         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41482         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41483         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41484         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41485         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41486         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
41487         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41488         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41489         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41490         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41491         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41492         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41493         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41494         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41495         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41496         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41497         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41498         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41499         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41500         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41501         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41502         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41503         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41504         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41505         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41506         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41507         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41508         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41509         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41510         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41511         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41512         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41513         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41514         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41515         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41516         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41517         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41518         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41519         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41520         * sysdeps/ieee754/k_standard.c: Likewise.
41521         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41522         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41524         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41525         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41526         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41527         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41528         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41529         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41530         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41569         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41570         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41573         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41582         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41587         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41591         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41592         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41594         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41595         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41596         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41597         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41598         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41600         * sysdeps/ieee754/s_matherr.c: Likewise.
41601         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41602         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41603         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41604         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41605
41606 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41607
41608         * crypt/md5.h: Remove __STDC__ conditionals.
41609         * libio/libioP.h: Likewise.
41610         * locale/programs/config.h: Likewise.
41611         * sysdeps/generic/sysdep.h: Likewise.
41612         * sysdeps/i386/asm-syntax.h: Likewise.
41613         * sysdeps/s390/asm-syntax.h: Likewise.
41614         * sysdeps/unix/sysdep.h: Likewise.
41615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
41616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
41617
41618 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41619
41620         * libio/libio.h: Remove __STDC__ conditionals.
41621         * malloc/obstack.h: Likewise.
41622         * math/complex.h: Likewise.
41623         * math/math.h: Likewise.
41624         * sysdeps/generic/_G_config.h: Likewise.
41625         * sysdeps/gnu/_G_config.h: Likewise.
41626         * sysdeps/mach/hurd/_G_config.h: Likewise.
41627         * sysdeps/powerpc/bits/mathdef.h: Likewise.
41628         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41629         * sysdeps/sparc/bits/mathdef.h: Likewise.
41630
41631 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
41632
41633         [BZ #13583]
41634         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
41635         Clean up HAS_* macros.
41636         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
41637         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
41638         possible.
41639         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
41640         HAS_AVX.
41641         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41642         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41643         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41644         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41645         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41646
41647 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
41648
41649         * elf/tst-unique3.cc (gets): Remove declaration.
41650         * elf/tst-unique3lib.cc (gets): Likewise.
41651         * elf/tst-unique3lib2.cc (gets): Likewise.
41652         * elf/tst-unique4.cc (gets): Likewise.
41653
41654 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
41655
41656         * include/stdio.h: Add C++ protection.  Add gets declarations and
41657         definitions.
41658         * debug/tst-chk1.c: Don't declare gets here.
41659         * stdio-common/tst-gets.c: Likewise.
41660
41661 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41662
41663         * posix/glob: Remove directory.
41664
41665 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41666
41667         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
41668
41669 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
41670
41671         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
41672         of the non-standard EPFNOSUPPORT.
41673
41674 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41675
41676         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
41677         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
41678         ANYWHERE set to 1 only on KERN_NO_SPACE error.
41679
41680 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
41681
41682         * wcsmbs/uchar.h: Test __STDC_VERSION__.
41683
41684 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
41685
41686         * nscd/aicache.c (addhstaiX): Do not cache negative results of
41687         transient errors.
41688         * nscd/grpcache.c (cache_addgr): Likewise.
41689         * nscd/hstcache.c (cache_addhst): Likewise.
41690         * nscd/initgrcache.c (addinitgroupsX): Likewise.
41691         * nscd/pwdcache.c (cache_addpw): Likewise.
41692         * nscd/servicescache.c (cache_addserv): Likewise.
41693
41694 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
41695
41696         * malloc/malloc.c: Various cleanups.
41697         * malloc/hooks.c: Likewise.
41698
41699         * stdlib/Makefile (tests): Add bug-fmtmsg1.
41700         * stdlib/bug-fmtmsg1.c: New file.
41701
41702         * stdlib/fmtmsg.c (init): Add missing unlock.
41703         Patch by Peng Haitao <penght@cn.fujitsu.com>.
41704
41705 2012-01-12  Marek Polacek  <polacek@redhat.com>
41706
41707         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
41708         and _GNU_SOURCE.
41709
41710 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
41711
41712         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
41713         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
41714         macro to ensure uniqueness of label name.
41715         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
41716         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
41717
41718 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
41719
41720         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
41721
41722         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
41723         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41724         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41725         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
41726
41727 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
41728
41729         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
41730
41731         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
41732         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41733         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41734
41735         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
41736
41737         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
41738         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41739         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41740         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
41741
41742         * math/bits/math-finite.h: Add ldexp support.
41743
41744 2012-01-10  Marek Polacek  <polacek@redhat.com>
41745
41746         * locale/programs/localedef.h (show_archive_content): Add noreturn
41747         attribute.
41748
41749 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
41750
41751         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
41752
41753 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41754
41755         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
41756
41757         * io/Makefile (headers): Add bits/poll2.h.
41758
41759 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
41760
41761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
41762         typo #include statement.
41763
41764 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41765
41766         * include/sys/cdefs.h: Define __attribute_alloc_size.
41767         * catgets/gencat.c: Add alloc_size attribute and apply consistently
41768         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
41769         * elf/pldd.c: Likewise.
41770         * iconv/iconv_charmap.c: Likewise.
41771         * iconv/iconvconfig.c: Likewise.
41772         * iconv/strtab.c: Likewise.
41773         * locale/programs/locale.c: Likewise.
41774         * locale/programs/localedef.h: Likewise.
41775         * locale/programs/simple-hash.c: Likewise.
41776         * nscd/nscd.h: Likewise.
41777         * nss/makedb.c: Likewise.
41778         * sysdeps/generic/ldconfig.h: Likewise.
41779         * locale/programs/localedef.c: Remove xmalloc prototype.
41780         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
41781
41782 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
41783
41784         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
41785         appropriate.
41786
41787 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41788
41789         * math/Makefile (tests): Add tst-CMPLX.
41790         * math/tst-CMPLX.c: New file.
41791
41792         * math/complex.h (CMPLXL): Fix typo.
41793
41794         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
41795         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
41796         GLIBC_2.16.
41797         * debug/tst-chk1.c: Add poll and ppoll tests.
41798         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
41799         * include/sys/poll.h: Add hidden proto for ppoll.
41800         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
41801         * sysdeps/mach/hurd/ppoll.c: Likewise.
41802         * io/ppoll.c: Likewise.
41803         * debug/poll_chk.c: New file.
41804         * debug/ppoll_chk.c: New file.
41805         * include/bits/poll2.h: New file.
41806         * io/bits/poll2.h: New file.
41807
41808         [BZ #1350]
41809         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
41810
41811         * configure.in: static is always set to yes.  Remove.
41812         * config.make.in: Don't set build-static.
41813         * Makeconfig: Remove use of build-static.
41814         * dlfcn/Makefile: Likewise.
41815         * elf/Makefile: Likewise.
41816         * math/Makefile: Likewise.
41817         * misc/Makefile: Likewise.
41818         * nptl/Makefile: Likewise.
41819         * sysdeps/mach/hurd/Makefile: Likewise.
41820
41821         * configure.in: PWD_P is not used anymore.
41822         * config.make.in: Remove PWD_P entry.
41823
41824         * configure.in: Remove last remnants of RANLIB.
41825         No need to check for signed size_t anymore.
41826         Don't set libc_commonpagesize and libc_relro_required here for Alpha
41827         and IA-64.
41828         Remove __builtin_expect test because we require at least gcc 3.4.
41829         * aclocal.m4: Likewise.
41830
41831         * wcsmbs/mbrtoc16.c: Implement using towc function.
41832         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
41833         * wcsmbs/wcsmbsload.c: Likewise.
41834         * iconv/gconv_simple.c: Likewise.
41835         * iconv/gconv_int.h: Likewise.
41836         * iconv/gconv_builtin.h: Likewise.
41837         * iconv/iconv_prog.c: Remove CHAR16 handling.
41838
41839         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
41840
41841         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
41842
41843         * configure.in: Remove --with-elf and --enable-bounded options.
41844         Dont set base_machine for ia64.  More non-ELF conditions removed.
41845         Remove testing and setting of leading underscore information.
41846         * config.make.in (build-bounded): Set to no.
41847         * config.h.in: Remove NO_UNDERSCORES entry.
41848         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
41849         them.
41850         * csu/start.c: Remove !NO_UNDERSCORE code.
41851         * locale/localeinfo.h: Likewise.
41852         * sysdeps/generic/machine-gmon.h: Likewise.
41853         * sysdeps/generic/sysdep.h: Likewise.
41854         * sysdeps/i386/sysdep.h: Likewise.
41855         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
41856         * sysdeps/mach/sysdep.h: Likewise.
41857         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41858         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41859         * sysdeps/sh/sysdep.h: Likewise.
41860         * sysdeps/sparc/sparc32/alloca.S: Likewise.
41861         * sysdeps/unix/i386/sysdep.S: Likewise.
41862         * sysdeps/unix/sparc/start.c: Likewise.
41863         * sysdeps/unix/sparc/sysdep.S: Likewise.
41864         * sysdeps/unix/sparc/sysdep.h: Likewise.
41865         * sysdeps/unix/start.c: Likewise.
41866         * sysdeps/unix/x86_64/sysdep.S: Likewise.
41867         * sysdeps/x86_64/sysdep.h: Likewise.
41868
41869 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
41870
41871         [BZ #13553]
41872         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
41873         for non-gcc.
41874         * argp/argp-fmtstream.h: Use const instead __const.
41875         * argp/argp.h: Likewise.
41876         * assert/assert.h: Likewise.
41877         * bits/fenv.h: Likewise.
41878         * bits/sched.h: Likewise.
41879         * bits/sigset.h: Likewise.
41880         * bits/sigthread.h: Likewise.
41881         * catgets/nl_types.h: Likewise.
41882         * conform/data/pthread.h-data: Likewise.
41883         * crypt/crypt-private.h: Likewise.
41884         * crypt/crypt.h: Likewise.
41885         * crypt/crypt_util.c: Likewise.
41886         * ctype/ctype.h: Likewise.
41887         * debug/execinfo.h: Likewise.
41888         * debug/mbsnrtowcs_chk.c: Likewise.
41889         * debug/mbsrtowcs_chk.c: Likewise.
41890         * debug/wcsnrtombs_chk.c: Likewise.
41891         * debug/wcsrtombs_chk.c: Likewise.
41892         * debug/wcstombs_chk.c: Likewise.
41893         * dirent/dirent.h: Likewise.
41894         * dlfcn/dlfcn.h: Likewise.
41895         * elf/neededtest4.c: Likewise.
41896         * grp/grp.h: Likewise.
41897         * gshadow/gshadow.h: Likewise.
41898         * iconv/gconv.h: Likewise.
41899         * iconv/gconv_int.h: Likewise.
41900         * iconv/gconv_simple.c: Likewise.
41901         * iconv/iconv.h: Likewise.
41902         * iconv/loop.c: Likewise.
41903         * iconv/skeleton.c: Likewise.
41904         * include/aio.h: Likewise.
41905         * include/aliases.h: Likewise.
41906         * include/argz.h: Likewise.
41907         * include/arpa/inet.h: Likewise.
41908         * include/assert.h: Likewise.
41909         * include/dirent.h: Likewise.
41910         * include/dlfcn.h: Likewise.
41911         * include/execinfo.h: Likewise.
41912         * include/fcntl.h: Likewise.
41913         * include/fenv.h: Likewise.
41914         * include/glob.h: Likewise.
41915         * include/grp.h: Likewise.
41916         * include/libintl.h: Likewise.
41917         * include/mntent.h: Likewise.
41918         * include/netdb.h: Likewise.
41919         * include/pwd.h: Likewise.
41920         * include/rpc/netdb.h: Likewise.
41921         * include/sched.h: Likewise.
41922         * include/search.h: Likewise.
41923         * include/shadow.h: Likewise.
41924         * include/signal.h: Likewise.
41925         * include/stdio.h: Likewise.
41926         * include/stdlib.h: Likewise.
41927         * include/string.h: Likewise.
41928         * include/sys/socket.h: Likewise.
41929         * include/sys/stat.h: Likewise.
41930         * include/sys/statfs.h: Likewise.
41931         * include/sys/statvfs.h: Likewise.
41932         * include/sys/syslog.h: Likewise.
41933         * include/sys/time.h: Likewise.
41934         * include/sys/uio.h: Likewise.
41935         * include/time.h: Likewise.
41936         * include/unistd.h: Likewise.
41937         * include/utmp.h: Likewise.
41938         * include/wchar.h: Likewise.
41939         * include/wctype.h: Likewise.
41940         * inet/aliases.h: Likewise.
41941         * inet/arpa/inet.h: Likewise.
41942         * inet/netinet/ether.h: Likewise.
41943         * inet/netinet/in.h: Likewise.
41944         * intl/libintl.h: Likewise.
41945         * io/bits/fcntl2.h: Likewise.
41946         * io/fcntl.h: Likewise.
41947         * io/ftw.h: Likewise.
41948         * io/sys/poll.h: Likewise.
41949         * io/sys/stat.h: Likewise.
41950         * io/sys/statfs.h: Likewise.
41951         * io/sys/statvfs.h: Likewise.
41952         * io/utime.h: Likewise.
41953         * libio/bits/stdio.h: Likewise.
41954         * libio/bits/stdio2.h: Likewise.
41955         * libio/libio.h: Likewise.
41956         * libio/libioP.h: Likewise.
41957         * libio/stdio.h: Likewise.
41958         * locale/lc-ctype.c: Likewise.
41959         * locale/locale.h: Likewise.
41960         * login/utmp.h: Likewise.
41961         * malloc/arena.c: Likewise.
41962         * malloc/malloc.c: Likewise.
41963         * malloc/malloc.h: Likewise.
41964         * malloc/mcheck.c: Likewise.
41965         * malloc/mtrace.c: Likewise.
41966         * math/bits/mathcalls.h: Likewise.
41967         * math/fenv.h: Likewise.
41968         * math/math_private.h: Likewise.
41969         * misc/bits/error.h: Likewise.
41970         * misc/bits/syslog.h: Likewise.
41971         * misc/err.h: Likewise.
41972         * misc/error.h: Likewise.
41973         * misc/fstab.h: Likewise.
41974         * misc/mntent.h: Likewise.
41975         * misc/regexp.h: Likewise.
41976         * misc/search.h: Likewise.
41977         * misc/sgtty.h: Likewise.
41978         * misc/sys/mman.h: Likewise.
41979         * misc/sys/syslog.h: Likewise.
41980         * misc/sys/uio.h: Likewise.
41981         * misc/sys/xattr.h: Likewise.
41982         * misc/ttyent.h: Likewise.
41983         * nis/rpcsvc/ypclnt.h: Likewise.
41984         * nss/nss.h: Likewise.
41985         * posix/bits/unistd.h: Likewise.
41986         * posix/fnmatch.h: Likewise.
41987         * posix/glob.h: Likewise.
41988         * posix/sched.h: Likewise.
41989         * posix/spawn.h: Likewise.
41990         * posix/sys/wait.h: Likewise.
41991         * posix/unistd.h: Likewise.
41992         * posix/wordexp.h: Likewise.
41993         * pwd/pwd.h: Likewise.
41994         * resolv/netdb.h: Likewise.
41995         * resource/sys/resource.h: Likewise.
41996         * rt/aio.h: Likewise.
41997         * rt/bits/mqueue2.h: Likewise.
41998         * rt/mqueue.h: Likewise.
41999         * shadow/shadow.h: Likewise.
42000         * signal/signal.h: Likewise.
42001         * socket/send.c: Likewise.
42002         * socket/sendto.c: Likewise.
42003         * socket/sys/socket.h: Likewise.
42004         * stdio-common/printf.h: Likewise.
42005         * stdlib/bits/stdlib.h: Likewise.
42006         * stdlib/fmtmsg.h: Likewise.
42007         * stdlib/monetary.h: Likewise.
42008         * stdlib/stdlib.h: Likewise.
42009         * stdlib/ucontext.h: Likewise.
42010         * streams/stropts.h: Likewise.
42011         * string/argz.h: Likewise.
42012         * string/bits/string2.h: Likewise.
42013         * string/string.h: Likewise.
42014         * string/strings.h: Likewise.
42015         * sunrpc/rpc/auth.h: Likewise.
42016         * sunrpc/rpc/auth_des.h: Likewise.
42017         * sunrpc/rpc/clnt.h: Likewise.
42018         * sunrpc/rpc/netdb.h: Likewise.
42019         * sunrpc/rpc/pmap_clnt.h: Likewise.
42020         * sunrpc/rpc/xdr.h: Likewise.
42021         * sysdeps/generic/inttypes.h: Likewise.
42022         * sysdeps/generic/net/if.h: Likewise.
42023         * sysdeps/generic/sys/swap.h: Likewise.
42024         * sysdeps/gnu/net/if.h: Likewise.
42025         * sysdeps/gnu/utmpx.h: Likewise.
42026         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42027         * sysdeps/i386/i486/bits/string.h: Likewise.
42028         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42029         * sysdeps/s390/bits/string.h: Likewise.
42030         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42031         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42032         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42033         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42034         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42035         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42036         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42037         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42038         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42039         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42040         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42041         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42042         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42043         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42044         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42045         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42046         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42047         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42048         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42049         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42050         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42051         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42052         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42053         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42054         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42055         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42056         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42057         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42058         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42059         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42060         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42061         * sysvipc/sys/ipc.h: Likewise.
42062         * sysvipc/sys/msg.h: Likewise.
42063         * sysvipc/sys/sem.h: Likewise.
42064         * sysvipc/sys/shm.h: Likewise.
42065         * termios/termios.h: Likewise.
42066         * time/sys/time.h: Likewise.
42067         * time/time.h: Likewise.
42068         * wcsmbs/bits/wchar2.h: Likewise.
42069         * wcsmbs/uchar.h: Likewise.
42070         * wcsmbs/wchar.h: Likewise.
42071         * wctype/wctype.h: Likewise.
42072
42073         [BZ #13551]
42074         * Makeconfig: Remove all but ELF support including AIX support.
42075         * Makerules: Likewise.
42076         * config.h.in: Likewise.
42077         * config.make.in: Likewise.
42078         * configure: Likewise.
42079         * configure.in: Likewise.
42080         * csu/Makefile: Likewise.
42081         * csu/version.c: Likewise.
42082         * debug/Makefile: Likewise.
42083         * dlfcn/Makefile: Likewise.
42084         * elf/Makefile: Likewise.
42085         * extra-lib.mk: Likewise.
42086         * iconv/Makefile: Likewise.
42087         * include/libc-symbols.h: Likewise.
42088         * include/shlib-compat.h: Likewise.
42089         * resolv/Makefile: Likewise.
42090         * resolv/res_libc.c: Likewise.
42091         * rt/Makefile: Likewise.
42092         * sysdeps/i386/asm-syntax.h: Likewise.
42093         * sysdeps/i386/sysdep.h: Likewise.
42094         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42095         * sysdeps/mach/sysdep.h: Likewise.
42096         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42097         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42098         * sysdeps/s390/asm-syntax.h: Likewise.
42099         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42100         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42101         * sysdeps/sh/sysdep.h: Likewise.
42102         * sysdeps/unix/sparc/sysdep.h: Likewise.
42103         * sysdeps/wordsize-32/divdi3.c: Likewise.
42104         * sysdeps/x86_64/sysdep.h: Likewise.
42105
42106         * argp/Versions: Remove _argp_unlock_xxx.
42107
42108         [BZ #13559]
42109         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42110         * abilist/libBrokenLocale.abilist: Likewise.
42111         * abilist/libanl.abilist: Likewise.
42112         * abilist/libc.abilist: Likewise.
42113         * abilist/libcrypt.abilist: Likewise.
42114         * abilist/libdl.abilist: Likewise.
42115         * abilist/libm.abilist: Likewise.
42116         * abilist/libnsl.abilist: Likewise.
42117         * abilist/libpthread.abilist: Likewise.
42118         * abilist/libresolv.abilist: Likewise.
42119         * abilist/librt.abilist: Likewise.
42120         * abilist/libthread_db.abilist: Likewise.
42121         * abilist/libutil.abilist: Likewise.
42122         * abilist/libnss_db.abilist: New file.
42123
42124         * scripts/abilist.awk: Add support for indirect functions.
42125
42126         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42127
42128         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42129
42130         * shlib-versions: Remove entries for ports architectures.
42131
42132         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42133         files in ports.
42134         * elf/stackguard-macros.h: Remove support for IA-64.
42135         * elf/tst-auditmod1.c: Likewise.
42136         * sysdeps/generic/ldsodefs.h: Likewise.
42137
42138         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42139         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42140         configure files.
42141
42142         [BZ #13552]
42143         * configure.in: Remove --enable-omitfp support.
42144         * FAQ.in: Adjust.
42145         * config.make.in: Likewise.
42146         * Makeconfig: Likewise.
42147         * manual/install.texi: Likewise.
42148
42149         In case anyone cares, the IA-64 architecture could move to ports.
42150         * sysdeps/ia64/*: Removed.
42151         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42152         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42153
42154         [BZ #13555]
42155         * configure.in: Remove entries for unsupported architectures.
42156
42157         [BZ #13533]
42158         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42159         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42160         routines.
42161         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42162         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42163         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42164         fall back to using wcrtomb.
42165         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42166         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42167         renaming.
42168         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42169         * wcsmbs/tst-c16c32-1.c: New file.
42170
42171         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42172         local variable.
42173
42174         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42175
42176         * elf/tst-unique3.cc: Add explicit declaration of gets.
42177         * elf/tst-unique3lib.cc: Likewise.
42178         * elf/tst-unique3lib2.cc: Likewise.
42179         * elf/tst-unique4.cc: Likewise.
42180
42181         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42182
42183 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42184
42185         [BZ #13566]
42186         * assert/assert.h (static_assert): Don't define for C++.
42187         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42188         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42189
42190 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42191
42192         * iconv/loop.c (single loop): Fix assertion in storing of
42193         remaining bytes.
42194
42195         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42196
42197 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42198
42199         * posix/getconf.c: Update copyright year.
42200         * nss/getent.c: Likewise.
42201         * nss/makedb.c: Likewise.
42202         * iconv/iconvconfig.c: Likewise.
42203         * iconv/iconv_prog.c: Likewise.
42204         * elf/ldconfig.c: Likewise.
42205         * elf/pldd.c: Likewise.
42206         * elf/sotruss.ksh: Likewise.
42207         * catgets/gencat.c: Likewise.
42208         * csu/version.c: Likewise.
42209         * elf/ldd.bash.in: Likewise.
42210         * elf/sprof.c (print_version): Likewise.
42211         * locale/programs/locale.c: Likewise.
42212         * locale/programs/localedef.c: Likewise.
42213         * login/programs/pt_chown.c: Likewise.
42214         * nscd/nscd.c (print_version): Likewise.
42215         * debug/xtrace.sh: Likewise.
42216         * malloc/memusage.sh: Likewise.
42217         * malloc/mtrace.pl: Likewise.
42218         * debug/catchsegv.sh: Likewise.
42219
42220 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42221
42222         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42223         pure attribute.
42224
42225 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42226
42227         [BZ #13533]
42228         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42229         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42230         transformations.
42231         * iconv/gconv_int.h: Likewise.
42232         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42233         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42234         from libc for GLIBC_2.16.
42235         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42236         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42237         * wcsmbs/uchar.h: Really define mbstate_t.
42238         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42239         * wcsmbs/c16rtomb.c: New file.
42240         * wcsmbs/mbrtoc16.c: New file.
42241         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42242         for C/POSIX locale.
42243         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42244         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42245
42246         * wcsmbs/wchar.h: Add missing __restrict.
42247
42248 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42249
42250         [BZ #13532]
42251         * time/Makefile (routines): Add timespec_get.
42252         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42253         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42254         timespec for ISO C11.
42255         * time/timespec_get.c: New file.
42256         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42257         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42258
42259         [BZ #13531]
42260         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42261         * stdlib/stdlib.h: Declare aligned_alloc.
42262         * Versions.def: Add GLIBC_2.16 for libc.
42263         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42264
42265         [BZ 13527]
42266         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42267         ISO C11.
42268
42269         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42270         code.
42271
42272         [BZ #13528]
42273         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42274
42275         [BZ #13529]
42276         * assert/assert.h (static_assert): Define.
42277
42278         * version.h: Update for 2.16 development version.
42279
42280         [BZ #13526]
42281         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42282         _ISOC11_SOURCE.
42283
42284         * version.h (RELEASE): Bump for 2.15 release.
42285         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42286
42287         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42288         Patch by Marek Polacek <mpolacek@redhat.com>.
42289
42290         * bits/byteswap.h: Protect long long constants with __extension__.
42291         * sysdeps/i386/bits/byteswap.h: Likewise.
42292         * sysdeps/ia64/bits/byteswap.h: Likewise.
42293         * sysdeps/s390/bits/byteswap.h: Likewise.
42294         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42295
42296 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42297
42298         [BZ #13540]
42299         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42300         destination buffer.
42301         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42302
42303 2011-12-23  Marek Polacek  <polacek@redhat.com>
42304
42305         * elf/dl-addr.c (determine_info): Add inline keyword.
42306         * elf/tst-auditmod4b.c (check_avx): Likewise.
42307         * elf/tst-auditmod6b.c (check_avx): Likewise.
42308         * elf/tst-auditmod6c.c (check_avx): Likewise.
42309         * elf/tst-auditmod7b.c (check_avx): Likewise.
42310
42311 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42312
42313         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42314         !__SSE_MATH__.
42315
42316 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42317
42318         [BZ #13540]
42319         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42320         processing for last bytes.
42321
42322 2011-08-06  Bruno Haible  <bruno@clisp.org>
42323
42324         [BZ #13061]
42325         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42326         U+0385, not to U+1FEE.
42327
42328         [BZ #13062]
42329         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42330         entry for U+00A5 U+0301.
42331
42332 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42333
42334         [BZ #13166]
42335         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42336         buffer for the output is too small.
42337
42338         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42339         optimization.
42340
42341         [BZ #13185]
42342         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42343         SSE flags if possible.
42344
42345 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42346
42347         [BZ #13540]
42348         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42349         processing for last bytes.
42350
42351 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42352
42353         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42354         (syscall-list-default-options, syscall-list-default-condition)
42355         (syscall-list-includes): Define.
42356         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42357         list of ABIs and options and #if conditions for each ABI.  Do not
42358         handle common syscalls between ABIs specially.
42359         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42360         Remove.
42361         (syscall-list-variants, syscall-list-32bit-options)
42362         (syscall-list-32bit-condition, syscall-list-64bit-options)
42363         (syscall-list-64bit-condition): Define.
42364         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): 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/sparc/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.
42373         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
42374         Remove.
42375         (syscall-list-variants, syscall-list-32bit-options)
42376         (syscall-list-32bit-condition, syscall-list-64bit-options)
42377         (syscall-list-64bit-condition): Define.
42378
42379 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42380
42381         * locale/iso-639.def: Add brx entry.
42382
42383         [BZ #13328]
42384         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42385         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42386
42387         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42388         __feraiseexcept_renamed.
42389
42390 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42391
42392         [BZ #13538]
42393         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42394         EPOLLET with unsigned values.
42395         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42396         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42397
42398         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42399         to large cancellation.
42400         * math/s_cacoshf.c: Likewise.
42401         * math/s_cacoshl.c: Likewise.
42402
42403 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42404
42405         [BZ #13305]
42406         [BZ #12786]
42407         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42408         * math/s_cacoshf.c: Likewise.
42409         * math/s_cacoshl.c: Likewise.
42410
42411 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42412
42413         [BZ #13439]
42414         * iconv/gconv.h: Define __GCONV_SWAP.
42415         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42416         * iconvdata/utf-16.c: Likewise.
42417         * iconvdata/utf-32.c: Likewise.
42418
42419 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42420
42421         [BZ #13524]
42422         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
42423         numerator after shifting it by one limb.
42424
42425 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
42426
42427         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
42428         under [__USE_EXTERN_INLINES].
42429
42430 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42431
42432         [BZ #13446]
42433         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
42434
42435 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42436
42437         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
42438         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
42439         optimized code.
42440         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
42441         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
42442         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
42443         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
42444         for strncasecmp/strncasecmp_l compilation.
42445         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
42446         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
42447
42448 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
42449
42450         [BZ #13484]
42451         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
42452         of __asm__.
42453
42454 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42455
42456         [BZ #13506]
42457         * time/tzfile.c (__tzfile_read): Check values from file header.
42458
42459 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
42460
42461         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
42462         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
42463         * powerpc/powerpc32/dl-start.S: Likewise.
42464         * powerpc/powerpc32/elf/start.S: Likewise.
42465         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
42466         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
42467         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
42468         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
42469         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
42470         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
42471         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
42472         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
42473         * powerpc/powerpc32/fpu/s_round.S: Likewise.
42474         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
42475         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
42476         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
42477         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
42478         * powerpc/powerpc32/memset.S: Likewise.
42479         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
42480         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
42481         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
42482         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
42483         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
42484         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
42485         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
42486         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
42487         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
42488         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
42489         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
42490         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42491         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42492
42493 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42494
42495         * math/libm-test.inc: Added more nearbyint tests.
42496         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
42497         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
42498         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
42499         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
42500
42501 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
42502
42503         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
42504         FD_CLOEXEC.
42505
42506 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42507
42508         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
42509         Add wcscpy-ssse3 wcscpy-c.
42510         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
42511         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
42512         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
42513         * sysdeps/x86_64/wcschr.S: New file.
42514         * sysdeps/x86_64/wcsrchr.S: New file.
42515         * string/test-strcmp.c: Remove checking of wcscmp function for
42516         wrong alignments.
42517         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
42518         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
42519         wcsrchr-sse2 wcsrchr-c.
42520         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
42521         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
42522         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
42523         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
42524         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
42525         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
42526         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
42527         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
42528         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
42529         * wcsmbc/wcschr.c (WCSCHR): New macro.
42530
42531 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42532
42533         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
42534         * wcsmbs/test-wcsrchr.c: New file.
42535         * string/test-strrchr.c: Add wcsrchr support.
42536         (WIDE): New macro.
42537         * wcsmbs/test-wcscpy.c: New file.
42538         * string/test-strcpy.c: Add wcscpy support.
42539         (WIDE): New macro.
42540
42541 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
42542
42543         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
42544         the inner loop.
42545
42546 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
42547
42548         [BZ #13472]
42549         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
42550
42551 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
42552
42553         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
42554         Minor optimizations.
42555
42556         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
42557         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
42558         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
42559
42560 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
42561
42562         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
42563         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
42564         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
42565         for gcc to avoid warnings.
42566         * inet/Makefile (tests): Add tst-checks.
42567         * inet/tst-checks.c: New file.
42568
42569         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
42570         warning.
42571
42572         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
42573         __wmemcmp_sse2.
42574
42575         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
42576         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
42577
42578         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
42579
42580 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
42581
42582         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
42583         problem.
42584
42585         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
42586
42587 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
42588
42589         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
42590         conditional on GCC version.
42591         (__arch_compare_and_exchange_val_8_acq)
42592         (__arch_compare_and_exchange_val_16_acq)
42593         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
42594         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
42595         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
42596
42597 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
42598
42599         * sysdeps/sh/backtrace.c: New file.
42600
42601 2011-12-02  Andreas Schwab  <schwab@redhat.com>
42602
42603         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
42604         parenthesis.
42605
42606 2011-12-01  Andreas Schwab  <schwab@redhat.com>
42607
42608         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
42609         falling back to utime.
42610
42611 2011-11-30  Andreas Schwab  <schwab@redhat.com>
42612
42613         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
42614         expectations for float.
42615
42616 2011-11-29  Andreas Schwab  <schwab@redhat.com>
42617
42618         * locale/weight.h (findidx): Add parameter len.
42619         * locale/weightwc.h (findidx): Likewise.
42620         * posix/fnmatch_loop.c (FCT): Adjust caller.
42621         * posix/regcomp.c (build_equiv_class): Likewise.
42622         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
42623         * posix/regexec.c (check_node_accept_bytes): Likewise.
42624         * string/strcoll_l.c (STRCOLL): Likewise.
42625         * string/strxfrm_l.c (STRXFRM): Likewise.
42626
42627 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
42628
42629         * Makefile.in: Remove CVSOPT handling.
42630         * configure.in: Remove use of AC_REVISION.
42631         * iconvdata/Makefile (distribute): No need to filter out CVS.
42632         * scripts/list-sources.sh: Remove CVS, subversion and monotone
42633         handling.
42634
42635 2011-11-16  Andreas Schwab  <schwab@redhat.com>
42636
42637         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
42638         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
42639         [USE_AS_STRNCASECMP_L]: Likewise.
42640         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
42641         NO_TLS_DIRECT_SEG_REFS.
42642         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
42643         Fix argument offsets for non-PIC.
42644         [USE_AS_STRNCASECMP_L]: Likewise.
42645         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
42646         NO_TLS_DIRECT_SEG_REFS.
42647
42648 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42649
42650         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
42651         O_CLOEXEC.
42652         * locale/loadlocale.c (_nl_load_locale): Likewise.
42653
42654 2011-11-15  Andreas Schwab  <schwab@redhat.com>
42655
42656         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
42657         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
42658         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
42659         (SYSCALL_GETTIME): Set errno on error.
42660
42661         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
42662         count references to noai6ai_cached.
42663
42664 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42665
42666         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
42667
42668         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
42669         FD_CLOEXEC for /proc/self/maps.
42670
42671         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
42672         FD_CLOEXEC for /proc/meminfo.
42673
42674         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
42675         gai.conf.
42676
42677         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
42678         FD_CLOEXEC for given file.
42679
42680         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
42681
42682         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
42683         FD_CLOEXEC for /etc/hosts.
42684         (_gethtent): Likewise.
42685
42686         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
42687
42688         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
42689         cancellation and set FD_CLOEXEC for /etc/netgroup.
42690
42691         * nss/nss_files/files-key.c (search): Don't allow cancellation when
42692         reading /etc/publickey.
42693
42694         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
42695         allow cancellation when reading /etc/group.
42696
42697         * nss/nss_files/files-alias.c (internal_setent): Don't allow
42698         cancellation.
42699         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
42700
42701         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
42702         when using data file.
42703
42704         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
42705
42706         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
42707         (write_nis_obj): Use "c" and "e" in fopen.
42708
42709         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
42710
42711         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
42712
42713         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
42714
42715         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
42716
42717         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
42718         locale.alias.
42719
42720         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
42721
42722         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
42723
42724         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
42725
42726         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
42727         file parsing and set FD_CLOEXEC.
42728
42729 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42730
42731         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
42732
42733 2011-11-14  Andreas Schwab  <schwab@redhat.com>
42734
42735         * malloc/arena.c (arena_get2): Don't call reused_arena when
42736         _int_new_arena failed.
42737
42738 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42739
42740         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
42741         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
42742         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
42743         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42744         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42745         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
42746         to compile strcasecmp and strncasecmp.
42747         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
42748         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
42749
42750         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
42751
42752 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
42753
42754         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
42755         locale-defines.sym to gen-as-const-headers.
42756         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
42757         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
42758         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
42759         to compile strcasecmp and strncasecmp.
42760         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
42761         strcasecmp_l and strncasecmp_l.
42762         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
42763         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
42764         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
42765         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
42766         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
42767         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
42768         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
42769         * sysdeps/i386/i686/multiarch/strncase.S: New file.
42770         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
42771         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
42772         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
42773
42774 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
42775
42776         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
42777         result of SYSDEP_GETTIME_CPU to retval.
42778         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
42779         parameter list to macro.  Remove trailing semicolon.  Adjust users.
42780
42781         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
42782         variable.
42783
42784         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
42785         mantissa words.
42786         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
42787
42788         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
42789         from unused variable.
42790
42791         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
42792         DWARF definitions.
42793         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
42794         for assembling.
42795
42796         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
42797         over namespaces.
42798
42799         * sunrpc/rpc_prot.c (rejected): Fix case value.
42800
42801         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
42802         unsigned long long int to avoid warnings in shift.
42803
42804         * posix/regex_internal.c (re_string_reconstruct): Actually use result
42805         of use of trans.
42806         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
42807         variable tmp.
42808
42809         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
42810         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
42811         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
42812
42813         * nis/nis_table.c (nis_list): Use variable of correct type for
42814         result of __follow_path call.
42815
42816 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42817
42818         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
42819         of math functions ceil, trunc, floor, round, and sqrt, when
42820         avaliable on the platform.
42821         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
42822         name clash.
42823         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42824         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
42825         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
42826
42827 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
42828
42829         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
42830         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
42831
42832 2011-11-11  Roland McGrath  <roland@hack.frob.com>
42833
42834         * include/unistd.h: Fix __readlink return type.
42835         Reported by Chris Metcalf <cmetcalf@tilera.com>.
42836
42837 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
42838
42839         * stdlib/ucontext.h: Undo last change for makecontext.
42840
42841 2011-11-11  Andreas Schwab  <schwab@redhat.com>
42842
42843         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
42844
42845         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
42846         * setjmp/setjmp.h: Mark functions as non-leaf.
42847         * setjmp/bits/setjmp2.h: Likewise.
42848         * stdlib/ucontext.h: Likewise.
42849
42850 2011-11-10  Andreas Schwab  <schwab@redhat.com>
42851
42852         * malloc/arena.c (_int_new_arena): Don't increment narenas.
42853         (reused_arena): Don't check arena limit.
42854         (arena_get2): Atomically check arena limit.
42855
42856 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
42857
42858         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
42859         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
42860
42861         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
42862         instructions.
42863
42864 2011-11-07  Andreas Schwab  <schwab@redhat.com>
42865
42866         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
42867         handler when locking.
42868
42869         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
42870         Fix size of allocated buffer.
42871
42872 2011-11-04  Andreas Schwab  <schwab@redhat.com>
42873
42874         [BZ #10103]
42875         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
42876         declarations for long double functions.
42877         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
42878
42879         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
42880
42881 2011-11-03  Andreas Schwab  <schwab@redhat.com>
42882
42883         * nscd/nscd.c (main): Don't start AVC thread until credentials are
42884         installed.
42885
42886         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
42887         is disabled.
42888
42889 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42890
42891         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
42892
42893 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
42894
42895         * include/alloca.h (stackinfo_alloca_round): Define.
42896         (extend_alloca): Use it.
42897         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
42898         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
42899         here.
42900
42901         * scripts/check-local-headers.sh: Ignore libaudit.h.
42902
42903         * nscd/Makefile (extra-objs): Make recursively expanded.
42904
42905 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
42906
42907         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
42908         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
42909
42910         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
42911         * posix/tst-rfc3484-2.c: Likewise.
42912         * posix/tst-rfc3484-3.c: Likewise.
42913
42914         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42915         process_vm_writev.
42916         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
42917         process_vm_writev.
42918         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
42919         process_vm_writev from libc using GLIBC_2.15 version.
42920
42921         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
42922
42923 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
42924
42925         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
42926         stack usage.
42927
42928 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
42929
42930         [BZ #13367]
42931         * nss/getent.c (initgroups_keys): Show error message in case no group
42932         names are given.
42933
42934         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
42935         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
42936         __bump_nl_timestamp.
42937         * nscd/connections (nscd_init): When host database is served open
42938         netlink socket and request notification about configuration changes.
42939         (main_loop_poll): Track netlink file descriptor and bump timestamp
42940         in case data becomes available.
42941         (main_loop_epoll): Likewise.
42942         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
42943         (database_pers_head): Add extra_data fileds.
42944         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
42945         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
42946         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
42947         Adjust caller.
42948         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
42949         in6ai data, call __free_in6ai.
42950         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
42951         Add -DHAVE_NETLINK.
42952         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
42953         interface information.  Reuse previous data if netlink timestamp
42954         is not changed.
42955         (__bump_nl_timestamp): New function.
42956         (__free_in6ai): New function.
42957
42958 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
42959
42960         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
42961         close_not_cancel_no_status here.
42962         (__check_pf): Reorganize code a bit to not call close twice if OOM.
42963
42964 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42965
42966         [BZ #13276]
42967         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
42968         return value.
42969
42970         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
42971         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
42972         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
42973
42974 2011-07-03  Andreas Jaeger  <aj@suse.de>
42975
42976         [BZ #10709]
42977         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
42978         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
42979         * math/libm-test.inc (sin_test): Add test case.
42980
42981 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42982
42983         [BZ #13337]
42984         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
42985         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42986
42987         * elf/chroot_canon.c (chroot_canon): Cleanups.
42988
42989         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
42990
42991         [BZ #13335]
42992         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
42993         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42994
42995         * string/test-strchr.c: Make usable for strchrnul testing.
42996         * string/test-strchrnul.c: New file.
42997         * string/Makefile (strop-tests): Add strchrnul.
42998
42999         * po/it.po: Update from translation team.
43000         * po/es.po: Likewise.
43001
43002 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43003
43004         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43005         the three constants needed as parameters.  Drop the others.
43006         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43007         __m128i_strloadu_tolower.
43008         Create and initialize variable zero and use it in all the places
43009         where _mm_setzero_si128 was used.
43010
43011         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43012         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43013         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43014         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43015         anymore.
43016         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43017         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43018         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43019         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43020         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43021         __mpranred, __mptan.
43022         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43023         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43024         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43025         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43026         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43027         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43028         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43029         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43030         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43031
43032 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43033
43034         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43035         redefine if SHARED.
43036         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43037
43038         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43039         wide char related routines to wcsmbs subdir.
43040
43041 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43042
43043         [BZ #13344]
43044         * misc/sys/cdefs.h (__THROWNL): Define.
43045         * posix/unistd.h: Use __THREADNL instead of __THREAD
43046         for memory synchronization functions.
43047
43048 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43049
43050         [BZ #13349]
43051         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43052         doesn't exist.
43053         * manual/stdio.texi (Obstack Streams): Node removed.
43054
43055 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43056
43057         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43058         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43059         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43060
43061         * math/math_private.h (math_force_eval): Allow non-addressable
43062         arguments.
43063         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43064
43065 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43066
43067         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43068         file is not needed.
43069
43070         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43071         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43072         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43073         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43074         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43075         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43076         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43077         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43078         Add AVX variants.
43079         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43080         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43081         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43082         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43083         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43084         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43085         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43086         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43087         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43088         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43089         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43090         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43091         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43092         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43093         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43094         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43095         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43096         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43097         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43098
43099         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43100         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43101
43102         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43103         place.  Use VEX encoding when compiling for AVX.
43104
43105 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43106
43107         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43108         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43109
43110         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43111
43112 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43113
43114         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43115         useless if() expression.
43116         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43117         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43118         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43119         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43120         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43121         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43122         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43123         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43124         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43125         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43126         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43127         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43128         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43129         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43130         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43131         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43132         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43133         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43134         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43135
43136         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43137
43138 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43139
43140         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43141         condition.
43142         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43143
43144 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43145
43146         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43147         .text section.  Avoid duplicate constants.
43148         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43149         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43150         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43151         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43152         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43153         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43154         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43155         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43156         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43157         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43158         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43159         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43160         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43161         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43162         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43163         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43164         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43165         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43166         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43167         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43168         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43169         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43170         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43171         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43172         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43173         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43174         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43175         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43176         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43177         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43178         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43179         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43180         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43181         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43182         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43183         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43184         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43185         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43186         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43187         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43188         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43189         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43190         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43191         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43192         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43193
43194 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43195
43196         * sysdeps/x86_64/dla.h: Move to ...
43197         * sysdeps/x86_64/fpu/dla.h: ...here.
43198         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43199         situations.  Use __builtin_fma only for gcc 4.6 and up.
43200
43201         * config.make.in: Add have-mfma4 entry.
43202         * configure.in: Substitute libc_cv_cc_fma4.
43203         * math/Makefile (dbl-only-routines): Add sincostab.
43204         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43205         Use __sincostab not sincos.
43206         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43207         name is a macro.
43208         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43209         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43210         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43211         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43212         using __copysign.
43213         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43214         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43215         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43216         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43217         and __inv.
43218         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43219         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43220         __copysign.
43221         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43222         define aliases when function name is a macro.
43223         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43224         sysdeps/ieee754/dbl-64/sincos.tbl.
43225         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43226         fma4-enabled routines.
43227         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43228         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43229         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43230         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43231         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43232         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43233         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43234         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43235         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43236         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43237         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43238         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43239         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43240         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43241         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43242         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43243         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43244         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43245         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43246         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43247         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43248         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43249         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43250         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43251         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43252         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43253         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43254         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43255         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43256         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43257
43258         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43259         rename.
43260         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43261         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43262         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43263         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43264         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43265         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43266         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43267         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43268
43269 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43270
43271         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43272
43273 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43274
43275         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43276
43277         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43278         prediction.
43279         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43280
43281         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43282         Remove unused variable magic_bits.
43283         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43284
43285         * string/strnlen.c: Define and use STRNLEN macro.
43286         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43287         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43288         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43289         * wcsmbs/wcslen.c: Define and use WCSLEN.
43290         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43291         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43292         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43293         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43294         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43295         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43296         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43297
43298 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43299
43300         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43301         strnlen-sse2-no-bsf.
43302         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43303         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43304         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43305         Add strnlen support.
43306         (USE_AS_STRNLEN): New macro.
43307         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43308         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43309         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43310         * sysdeps/x86_64/wcslen.S: New file.
43311
43312 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43313
43314         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43315         XMM-moves are used for copying on small sizes.
43316
43317 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43318
43319         * wcsmbs/Makefile (strop-tests): Add wcschr.
43320         * wcsmbs/test-wcschr.c: New file.
43321         * string/test-strchr.c: Update.
43322         Add wcschr support.
43323         (WIDE): New macro.
43324
43325 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43326
43327         * wcsmbs/Makefile (strop-tests): Add wcslen.
43328         * wcsmbs/test-wcslen.c: New file.
43329         * string/test-strlen.c: Update.
43330         Add wcslen support.
43331         (WIDE): New macro.
43332
43333 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43334
43335         * po/it.po: Update from translation team.
43336
43337 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43338
43339         * sysdeps/x86_64/wcscmp.S: Update.
43340         Fix wrong comparison semantics.
43341         wcscmp shall use signed comparison not unsigned.
43342         Don't use substraction to avoid overflow bug.
43343         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43344         * wcsmbc/wcscmp.c: Likewise.
43345         * string/test-strcmp.c: Likewise.
43346         Add new tests to check cases with negative values.
43347
43348 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43349
43350         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43351         * sysdeps/x86_64/dla.h: ...here.  New file.
43352         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43353         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43354         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43355         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43356         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43357         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43358         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43359         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43360         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43361
43362 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43363
43364         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43365         __ynl_finite aliases.
43366
43367 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43368
43369         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43370
43371         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43372         define DLA_FMA.
43373         [DLA_FMA] (EMULV): Use DLA_FMA.
43374         [DLA_FMA] (MUL12): Use EMULV.
43375         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43376         that are not needed.
43377         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43378         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43379         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43380         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43381         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43382         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43383         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43384
43385 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43386
43387         * math/s_nan.c: Undef __nan.
43388         * math/s_nanf.c: Undef __nanf.
43389         * math/s_nanl.c: Undef __nanl.
43390         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43391         "math_private.h".
43392
43393 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43394
43395         * math/s_catan.c: Add branch predictions.
43396         * math/s_catanf.c: Likewise.
43397         * math/s_catanh.c: Likewise.
43398         * math/s_catanhf.c: Likewise.
43399         * math/s_catanhl.c: Likewise.
43400         * math/s_catanl.c: Likewise.
43401         * math/s_cexp.c: Likewise.
43402         * math/s_cexpf.c: Likewise.
43403         * math/s_cexpl.c: Likewise.
43404         * math/s_clog.c: Likewise.
43405         * math/s_clog10.c: Likewise.
43406         * math/s_clog10f.c: Likewise.
43407         * math/s_clog10l.c: Likewise.
43408         * math/s_clogf.c: Likewise.
43409         * math/s_clogl.c: Likewise.
43410         * math/s_csqrt.c: Likewise.
43411         * math/s_csqrtf.c: Likewise.
43412         * math/s_csqrtl.c: Likewise.
43413         * math/s_ctanf.c: Likewise.
43414         * math/s_ctanh.c: Likewise.
43415         * math/s_ctanhf.c: Likewise.
43416         * math/s_ctanhl.c: Likewise.
43417         * math/s_ctanl.c: Likewise.
43418
43419         * math/math_private.h: Define __nan, __nanf, __nanl.
43420         * math/s_cacosh.c: Include <math_private.h>.
43421         * math/s_cacoshl.c: Likewise.
43422         * math/s_casinh.c: Likewise.
43423         * math/s_casinhf.c: Likewise.
43424         * math/s_casinhl.c: Likewise.
43425         * math/s_ccos.c: Rely entire on ccosh.
43426         * math/s_ccosf.c: Rely entire on ccoshf.
43427         * math/s_ccosl.c: Rely entirely on ccoshl.
43428         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
43429         Remove tests for FE_INVALID.
43430         * math/s_ccoshf.c: Likewise.
43431         * math/s_ccoshl.c: Likewise.
43432         * math/s_csin.c: Likewise.
43433         * math/s_csinf.c: Likewise.
43434         * math/s_csinh.c Likewise.
43435         * math/s_csinhf.c: Likewise.
43436         * math/s_csinhl.c: Likewise.
43437         * math/s_csinl.c: Likewise.
43438         * math/s_ctan.c: Likewise.
43439         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
43440         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
43441         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
43442
43443 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
43444
43445         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
43446         compilation problems.
43447
43448         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
43449         __builtin_expect.
43450
43451 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
43452
43453         * sysdeps/i386/configure.in: Test for -mfma4 option.
43454         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
43455         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
43456         COMMON_CPUID_INDEX_80000001.
43457         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
43458         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
43459         use it if FMA3 is not supported.
43460         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
43461
43462         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
43463         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
43464
43465 2011-10-20  Andreas Schwab  <schwab@redhat.com>
43466
43467         [BZ #12892]
43468         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
43469         it would create a cycle with a link time dependency.
43470
43471 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
43472
43473         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
43474         instruction.
43475         * string/Makefile (strop-tests): Add rawmemchr.
43476         * string/test-rawmemchr.c: New file.
43477
43478         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
43479         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
43480         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
43481         when compiling str{,n}casecmp and when AVX is available.  Hook up
43482         new optimized code in initializers.
43483
43484 2011-10-19  Andreas Schwab  <schwab@redhat.com>
43485
43486         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
43487         __feraiseexcept instead of feraiseexcept.
43488
43489 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
43490
43491         * math/math_private.h: Define defaults for libc_fetestexcept and
43492         libc_feupdateenv.
43493         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
43494         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
43495         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43496         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43497         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43498         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43499         libc_fetestexcept and libc_feupdateenv.
43500
43501         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
43502         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
43503         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
43504         * sysdeps/x86_64/fpu/math_private.h: Define special version of
43505         libc_feholdexcept_setround.
43506
43507         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
43508         Add s_nearbyint-c and s_nearbyintf-c.
43509         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
43510         nearbyintf inlines.
43511         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
43512         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
43513         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
43514         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
43515
43516         * math/math_private.h: Define defaults for libc_fegetround,
43517         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
43518         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
43519         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
43520         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
43521         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
43522         standard functions.
43523         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43524         Remove comments and hacks for old compiler versions.
43525         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43526         libc_fegetround, libc_fesetround, libc_feholdexcept, and
43527         libc_feholdexceptl.
43528
43529 2011-10-18  Andreas Schwab  <schwab@redhat.com>
43530
43531         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
43532         (__feraiseexcept_renamed): Add __NTH.
43533         (feraiseexcept): Add __NTH.  Rename local variables to fix
43534         namespace violations.
43535
43536 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
43537
43538         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
43539
43540         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
43541
43542         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
43543         recently added interfaces.
43544         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
43545
43546         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
43547         about macro parameter expansion.
43548
43549         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
43550         __NO_MATH_INLINES is defined.  Cleanups.
43551
43552         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
43553         and __floorf is target has SSE4.1.
43554         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
43555         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
43556         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
43557         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
43558
43559         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
43560         name.
43561         (floorf): Likewise.
43562
43563         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
43564
43565 2011-10-17  Andreas Schwab  <schwab@redhat.com>
43566
43567         * misc/sys/cdefs.h: Fix last change.
43568
43569         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
43570         database lookup.
43571
43572 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
43573
43574         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
43575
43576         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
43577         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43578         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43579         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43580         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43581         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43582         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43583         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43584         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43585         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
43586         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
43587         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
43588         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
43589         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
43590         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
43591         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
43592         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
43593         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
43594         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
43595         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
43596         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
43597         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
43598
43599         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
43600         ceil, ceilf, floor, floorf.
43601
43602         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
43603         Perform IRELATIVE relocations last.
43604
43605         * elf/do-rel.h: Add another parameter nrelative, replacing the
43606         local variable with the same name.  Change name of the function
43607         to end in Rel or Rela (uppercase).
43608         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
43609         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
43610         elf_dynamic_do_##reloc function.
43611
43612 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43613
43614         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
43615         is sufficient, at least on modern CPUs.
43616
43617         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
43618
43619         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
43620         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
43621
43622         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
43623         __expl_finite.
43624         * math/bits/math-finite.h: Add entries for exp.
43625         * math/e_expl.c: Add __*_finite alias.
43626         * sysdeps/i386/fpu/e_exp.S: Likewise.
43627         * sysdeps/i386/fpu/e_expf.S: Likewise.
43628         * sysdeps/i386/fpu/e_expl.c: Likewise.
43629         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43630         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43631         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
43632         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
43633         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
43634         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43635         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43636
43637         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
43638         is sufficient, at least on modern CPUs.
43639
43640         * ctype/ctype-info.c (__ctype_init): Define.
43641         * include/ctype.h (__ctype_init): Declare.
43642         (__ctype_b_loc): The variable is always initialized.
43643         (__ctype_toupper_loc): Likewise.
43644         (__ctype_tolower_loc): Likewise.
43645         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
43646         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
43647
43648 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
43649
43650         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
43651
43652         * configure.in: Also look in $cxxmachine/include for C++ system
43653         headers.
43654
43655 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43656
43657         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
43658         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
43659         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
43660         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
43661         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
43662         (USE_AS_WMEMCMP): New macro.
43663         Fixing indents.
43664         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
43665         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
43666         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
43667         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
43668         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43669         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
43670         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
43671         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
43672         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
43673         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
43674         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
43675         (USE_AS_WMEMCMP): New macro.
43676         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
43677         * sysdeps/string/test-memcmp.c: Update.
43678         Fix simple_wmemcmp.
43679         Add new tests.
43680         * wcsmbs/wmemcmp.c: Update.
43681         (WMEMCMP): New macro.
43682         Fix overflow bug.
43683
43684 2011-10-12  Andreas Jaeger  <aj@suse.de>
43685
43686         [BZ #13268]
43687         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
43688
43689 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43690
43691         * libio/iofwide.c (do_length): Avoid warning.
43692
43693         * ctype/ctype.h (__isctype_f): Add missing __THROW.
43694
43695 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
43696
43697         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
43698
43699         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
43700         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
43701         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
43702         * sysdeps/i386/i686/fpu/e_log.S: New file.
43703         * sysdeps/i386/i686/fpu/e_logf.S: New file.
43704         * sysdeps/i386/i686/fpu/e_logl.S: New file.
43705
43706         * ctype/ctype.h: Add support for inlined isXXX functions when
43707         compiling C++ code.
43708
43709 2011-10-14  Andreas Schwab  <schwab@redhat.com>
43710
43711         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43712
43713         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
43714
43715 2011-10-13  Roland McGrath  <roland@hack.frob.com>
43716
43717         [BZ #13291]
43718         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
43719
43720 2011-10-13  Andreas Schwab  <schwab@redhat.com>
43721
43722         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
43723         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
43724         feraiseexcept.
43725
43726         * sysdeps/x86_64/memrchr.S: Check for zero size.
43727
43728         * string/stratcliff.c: Add memrchr tests.
43729
43730 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43731
43732         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43733         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
43734         rawmemchr-sse2 rawmemchr-sse2-bsf.
43735         * sysdeps/i386/i686/multiarch/memchr.S: New file.
43736         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
43737         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
43738         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
43739         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
43740         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
43741         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
43742         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
43743         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
43744         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
43745         * string/memrchr.c (MEMRCHR): New macro.
43746
43747 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
43748
43749         Add integration with gcc's -ffinite-math-only and optimize wrapper
43750         functions in libm.
43751         * Versions.def: Define GLIBC_2.15 version for libm.
43752         * math/Makefile (headers): Add bits/math-finite.h.
43753         * math/bits/math-finite.h: New file.
43754         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
43755         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
43756         * math/e_acoshl.c: Add __*_finite alias.
43757         * math/e_acosl.c: Likewise.
43758         * math/e_asinl.c: Likewise.
43759         * math/e_atan2l.c: Likewise.
43760         * math/e_atanhl.c: Likewise.
43761         * math/e_coshl.c: Likewise.
43762         * math/e_exp10.c: Likewise.
43763         * math/e_exp10f.c: Likewise.
43764         * math/e_exp10l.c: Likewise.
43765         * math/e_exp2l.c: Likewise.
43766         * math/e_fmodl.c: Likewise.
43767         * math/e_gammal_r.c: Likewise.
43768         * math/e_hypotl.c: Likewise.
43769         * math/e_j0l.c: Likewise.
43770         * math/e_j1l.c: Likewise.
43771         * math/e_jnl.c: Likewise.
43772         * math/e_lgammal_r.c: Likewise.
43773         * math/e_log10l.c: Likewise.
43774         * math/e_log2l.c: Likewise.
43775         * math/e_logl.c: Likewise.
43776         * math/e_powl.c: Likewise.
43777         * math/e_sinhl.c: Likewise.
43778         * math/e_sqrtl.c: Likewise.
43779         * math/e_scalb.c: Completely rewritten and optimized.
43780         * math/e_scalbf.c: Likewise.
43781         * math/e_scalbl.c: Likewise.
43782         * math/w_acos.c: Likewise.
43783         * math/w_acosf.c: Likewise.
43784         * math/w_acosl.c: Likewise.
43785         * math/w_acosh.c: Likewise.
43786         * math/w_acoshf.c: Likewise.
43787         * math/w_acoshl.c: Likewise.
43788         * math/w_asin.c: Likewise.
43789         * math/w_asinf.c: Likewise.
43790         * math/w_asinl.c: Likewise.
43791         * math/w_atan2.c: Likewise.
43792         * math/w_atan2f.c: Likewise.
43793         * math/w_atan2l.c: Likewise.
43794         * math/w_atanh.c: Likewise.
43795         * math/w_atanhf.c: Likewise.
43796         * math/w_atanhl.c: Likewise.
43797         * math/w_exp10.c: Likewise.
43798         * math/w_exp10f.c: Likewise.
43799         * math/w_exp10l.c: Likewise.
43800         * math/w_fmod.c: Likewise.
43801         * math/w_fmodf.c: Likewise.
43802         * math/w_fmodl.c: Likewise.
43803         * math/w_j0.c: Likewise.
43804         * math/w_j0f.c: Likewise.
43805         * math/w_j0l.c: Likewise.
43806         * math/w_j1.c: Likewise.
43807         * math/w_j1f.c: Likewise.
43808         * math/w_j1l.c: Likewise.
43809         * math/w_jn.c: Likewise.
43810         * math/w_jnf.c: Likewise.
43811         * math/w_log.c: Likewise.
43812         * math/w_logf.c: Likewise.
43813         * math/w_logl.c: Likewise.
43814         * math/w_log10.c: Likewise.
43815         * math/w_log10f.c: Likewise.
43816         * math/w_log10l.c: Likewise.
43817         * math/w_log2.c: Likewise.
43818         * math/w_log2f.c: Likewise.
43819         * math/w_log2l.c: Likewise.
43820         * math/w_pow.c: Likewise.
43821         * math/w_powf.c: Likewise.
43822         * math/w_powl.c: Likewise.
43823         * math/w_remainder.c: Likewise.
43824         * math/w_remainderf.c: Likewise.
43825         * math/w_remainderl.c: Likewise.
43826         * math/w_scalb.c: Likewise.
43827         * math/w_scalbf.c: Likewise.
43828         * math/w_scalbl.c: Likewise.
43829         * math/w_sqrt.c: Likewise.
43830         * math/w_sqrtf.c: Likewise.
43831         * math/w_sqrtl.c: Likewise.
43832         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
43833         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
43834         used.
43835         * math/math_private.h: Declare __kernel_standard_f.
43836         * math/w_cosh.c: Remove cruft and optimize a bit.
43837         * math/w_coshf.c: Likewise.
43838         * math/w_coshl.c: Likewise.
43839         * math/w_exp2.c: Likewise.
43840         * math/w_exp2f.c: Likewise.
43841         * math/w_exp2l.c: Likewise.
43842         * math/w_hypot.c: Likewise.
43843         * math/w_hypotf.c: Likewise.
43844         * math/w_hypotl.c: Likewise.
43845         * math/w_lgamma.c: Likewise.
43846         * math/w_lgamma_r.c: Likewise.
43847         * math/w_lgammaf.c: Likewise.
43848         * math/w_lgammaf_r.c: Likewise.
43849         * math/w_lgammal.c: Likewise.
43850         * math/w_lgammal_r.c: Likewise.
43851         * math/w_sinh.c: Likewise.
43852         * math/w_sinhf.c: Likewise.
43853         * math/w_sinhl.c: Likewise.
43854         * math/w_tgamma.c: Likewise.
43855         * math/w_tgammaf.c: Likewise.
43856         * math/w_tgammal.c: Likewise.
43857         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43858         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43859         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
43860         Minor optimizations.  Pretty printing.  Remove cruft.
43861         * sysdeps/i386/fpu/e_acosf.S: Likewise.
43862         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43863         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43864         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43865         * sysdeps/i386/fpu/e_acosl.c: Likewise.
43866         * sysdeps/i386/fpu/e_asin.S: Likewise.
43867         * sysdeps/i386/fpu/e_asinf.S: Likewise.
43868         * sysdeps/i386/fpu/e_atan2.S: Likewise.
43869         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
43870         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
43871         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43872         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43873         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43874         * sysdeps/i386/fpu/e_exp10.S: Likewise.
43875         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
43876         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
43877         * sysdeps/i386/fpu/e_exp2.S: Likewise.
43878         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
43879         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
43880         * sysdeps/i386/fpu/e_fmod.S: Likewise.
43881         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
43882         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
43883         * sysdeps/i386/fpu/e_hypot.S: Likewise.
43884         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
43885         * sysdeps/i386/fpu/e_log.S: Likewise.
43886         * sysdeps/i386/fpu/e_log10.S: Likewise.
43887         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43888         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43889         * sysdeps/i386/fpu/e_log2.S: Likewise.
43890         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43891         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43892         * sysdeps/i386/fpu/e_logf.S: Likewise.
43893         * sysdeps/i386/fpu/e_logl.S: Likewise.
43894         * sysdeps/i386/fpu/e_pow.S: Likewise.
43895         * sysdeps/i386/fpu/e_powf.S: Likewise.
43896         * sysdeps/i386/fpu/e_powl.S: Likewise.
43897         * sysdeps/i386/fpu/e_remainder.S: Likewise.
43898         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
43899         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
43900         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43901         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43902         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43903         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
43904         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
43905         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
43906         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43907         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43908         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43909         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43910         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43911         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43912         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
43913         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43914         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43915         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43916         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43917         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43918         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43919         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43920         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43921         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43922         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43923         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43924         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43925         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43926         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43927         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43928         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43929         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43930         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43931         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43932         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43933         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43934         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
43935         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43936         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43937         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43938         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43939         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43940         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43941         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43942         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43943         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43944         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43945         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43946         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43947         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43948         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43949         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43950         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43951         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43952         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43953         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43954         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43955         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
43956         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
43957         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
43958         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
43959         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
43960         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
43961         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
43962         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
43963         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
43964         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
43965         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
43966         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
43967         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
43968         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43969         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43970         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
43971         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
43972         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
43973         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
43974         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
43975         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
43976         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
43977         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
43978         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
43979         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
43980         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
43981         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
43982         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
43983         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
43984         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43985         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
43986         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43987         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
43988         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
43989         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43990         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43991         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
43992         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
43993         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
43994         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
43995         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
43996         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43997         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
43998         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43999         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44000         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44001         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44002         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44003         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44004         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44005         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44006         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44007         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44008         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44009         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44010         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44011         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44012         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44013         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44014         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44015         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44016         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44017         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44018         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44019         (__isnanf): Likewise.
44020         (__isinf_ns): Likewise.
44021         (__isinf_nsf): Likewise.
44022         (__finite): Likewise.
44023         (__finitef): Likewise.
44024         (__ieee754_sqrt): Define as macro.
44025         (__ieee754_sqrtf): Define as macro.
44026         (__ieee754_sqrtl): Define as macro.
44027         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44028         inlined copy.
44029         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44030         __FINITE_MATH_ONLY__ consistent.
44031         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44032
44033 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44034
44035         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44036         of rawmemchr.
44037
44038         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44039
44040 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44041
44042         * po/ja.po: Update from translation team.
44043
44044 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44045
44046         * locale/programs/locarchive.c (prepare_address_space): New function.
44047         (create_archive, enlarge_archive, open_archive): Use it.
44048
44049         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44050         inside [SHARED], where it is used.
44051
44052         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44053
44054         * nss/getent.c (netgroup_keys): Remove unused variable.
44055         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44056
44057 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44058
44059         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44060         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44061         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44062         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44063         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44064         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44065         * math/Makefile (libm-calls): Add s_isinf_ns.
44066         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44067         * math/multc3.c: Likewise.
44068         * math/s_casin.c: Likewise.
44069         * math/s_casinf.c: Likewise.
44070         * math/s_casinl.c: Likewise.
44071         * math/s_ccos.c: Likewise.
44072         * math/s_ccosf.c: Likewise.
44073         * math/s_ccosl.c: Likewise.
44074         * math/s_ctan.c: Likewise.
44075         * math/s_ctanf.c: Likewise.
44076         * math/s_ctanh.c: Likewise.
44077         * math/s_ctanhf.c: Likewise.
44078         * math/s_ctanhl.c: Likewise.
44079         * math/s_ctanl.c: Likewise.
44080         * math/w_fmod.c: Likewise.
44081         * math/w_fmodf.c: Likewise.
44082         * math/w_fmodl.c: Likewise.
44083         * math/w_remainder.c: Likewise.
44084         * math/w_remainderf.c: Likewise.
44085         * math/w_remainderl.c: Likewise.
44086         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44087         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44088         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44089         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44090         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44091         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44092         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44093         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44094
44095         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44096         of the number.
44097         * stdio-common/printf_fphex.c: Likewise.
44098         * stdio-common/printf_size.c: Likewise.
44099
44100         * math/e_exp10.c: Include math_private.h using <...> not "...".
44101         * math/e_exp10f.c: Likewise.
44102         * math/e_exp10l.c: Likewise.
44103         * math/e_exp2l.c: Likewise.
44104         * math/e_j0l.c: Likewise.
44105         * math/e_j1l.c: Likewise.
44106         * math/e_jnl.c: Likewise.
44107         * math/e_lgammal_r.c: Likewise.
44108         * math/e_rem_pio2l.c: Likewise.
44109         * math/e_scalb.c: Likewise.
44110         * math/e_scalbf.c: Likewise.
44111         * math/e_scalbl.c: Likewise.
44112         * math/k_cosl.c: Likewise.
44113         * math/k_sinl.c: Likewise.
44114         * math/k_tanl.c: Likewise.
44115         * math/s_cacoshf.c: Likewise.
44116         * math/s_catan.c: Likewise.
44117         * math/s_catanf.c: Likewise.
44118         * math/s_catanh.c: Likewise.
44119         * math/s_catanhf.c: Likewise.
44120         * math/s_catanhl.c: Likewise.
44121         * math/s_catanl.c: Likewise.
44122         * math/s_ccosh.c: Likewise.
44123         * math/s_ccoshf.c: Likewise.
44124         * math/s_ccoshl.c: Likewise.
44125         * math/s_cexp.c: Likewise.
44126         * math/s_cexpf.c: Likewise.
44127         * math/s_cexpl.c: Likewise.
44128         * math/s_clog.c: Likewise.
44129         * math/s_clog10.c: Likewise.
44130         * math/s_clog10f.c: Likewise.
44131         * math/s_clog10l.c: Likewise.
44132         * math/s_clogf.c: Likewise.
44133         * math/s_clogl.c: Likewise.
44134         * math/s_csin.c: Likewise.
44135         * math/s_csinf.c: Likewise.
44136         * math/s_csinh.c: Likewise.
44137         * math/s_csinhf.c: Likewise.
44138         * math/s_csinhl.c: Likewise.
44139         * math/s_csinl.c: Likewise.
44140         * math/s_csqrt.c: Likewise.
44141         * math/s_csqrtf.c: Likewise.
44142         * math/s_csqrtl.c: Likewise.
44143         * math/s_ctan.c: Likewise.
44144         * math/s_ctanf.c: Likewise.
44145         * math/s_ctanh.c: Likewise.
44146         * math/s_ctanhf.c: Likewise.
44147         * math/s_ctanhl.c: Likewise.
44148         * math/s_ctanl.c: Likewise.
44149         * math/s_ldexp.c: Likewise.
44150         * math/s_ldexpf.c: Likewise.
44151         * math/s_ldexpl.c: Likewise.
44152         * math/s_significand.c: Likewise.
44153         * math/s_significandf.c: Likewise.
44154         * math/s_significandl.c: Likewise.
44155         * math/w_acos.c: Likewise.
44156         * math/w_acosf.c: Likewise.
44157         * math/w_acosh.c: Likewise.
44158         * math/w_acoshf.c: Likewise.
44159         * math/w_acoshl.c: Likewise.
44160         * math/w_acosl.c: Likewise.
44161         * math/w_asin.c: Likewise.
44162         * math/w_asinf.c: Likewise.
44163         * math/w_asinl.c: Likewise.
44164         * math/w_atan2.c: Likewise.
44165         * math/w_atan2f.c: Likewise.
44166         * math/w_atan2l.c: Likewise.
44167         * math/w_atanh.c: Likewise.
44168         * math/w_atanhf.c: Likewise.
44169         * math/w_atanhl.c: Likewise.
44170         * math/w_cosh.c: Likewise.
44171         * math/w_coshf.c: Likewise.
44172         * math/w_coshl.c: Likewise.
44173         * math/w_dremf.c: Likewise.
44174         * math/w_exp10.c: Likewise.
44175         * math/w_exp10f.c: Likewise.
44176         * math/w_exp10l.c: Likewise.
44177         * math/w_exp2.c: Likewise.
44178         * math/w_exp2f.c: Likewise.
44179         * math/w_fmod.c: Likewise.
44180         * math/w_fmodf.c: Likewise.
44181         * math/w_fmodl.c: Likewise.
44182         * math/w_hypot.c: Likewise.
44183         * math/w_hypotf.c: Likewise.
44184         * math/w_hypotl.c: Likewise.
44185         * math/w_j0.c: Likewise.
44186         * math/w_j0f.c: Likewise.
44187         * math/w_j0l.c: Likewise.
44188         * math/w_j1.c: Likewise.
44189         * math/w_j1f.c: Likewise.
44190         * math/w_j1l.c: Likewise.
44191         * math/w_jn.c: Likewise.
44192         * math/w_jnf.c: Likewise.
44193         * math/w_jnl.c: Likewise.
44194         * math/w_lgamma.c: Likewise.
44195         * math/w_lgamma_r.c: Likewise.
44196         * math/w_lgammaf.c: Likewise.
44197         * math/w_lgammaf_r.c: Likewise.
44198         * math/w_lgammal.c: Likewise.
44199         * math/w_lgammal_r.c: Likewise.
44200         * math/w_log.c: Likewise.
44201         * math/w_log10.c: Likewise.
44202         * math/w_log10f.c: Likewise.
44203         * math/w_log10l.c: Likewise.
44204         * math/w_log2.c: Likewise.
44205         * math/w_log2f.c: Likewise.
44206         * math/w_log2l.c: Likewise.
44207         * math/w_logf.c: Likewise.
44208         * math/w_logl.c: Likewise.
44209         * math/w_pow.c: Likewise.
44210         * math/w_powf.c: Likewise.
44211         * math/w_powl.c: Likewise.
44212         * math/w_remainder.c: Likewise.
44213         * math/w_remainderf.c: Likewise.
44214         * math/w_remainderl.c: Likewise.
44215         * math/w_scalb.c: Likewise.
44216         * math/w_scalbf.c: Likewise.
44217         * math/w_scalbl.c: Likewise.
44218         * math/w_sinh.c: Likewise.
44219         * math/w_sinhf.c: Likewise.
44220         * math/w_sinhl.c: Likewise.
44221         * math/w_sqrt.c: Likewise.
44222         * math/w_sqrtf.c: Likewise.
44223         * math/w_sqrtl.c: Likewise.
44224         * math/w_tgamma.c: Likewise.
44225         * math/w_tgammaf.c: Likewise.
44226         * math/w_tgammal.c: Likewise.
44227
44228         * po/ja.po: Update from translation team.
44229
44230 2011-09-29  Andreas Jaeger  <aj@suse.de>
44231
44232         [BZ #13179]
44233         * sunrpc/netname.c (netname2host): Fix logic.
44234
44235         [BZ #6779]
44236         [BZ #6783]
44237         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44238         correctly.
44239         * math/w_remainder.c (__remainder): Likewise.
44240         * math/w_remainderf.c (__remainderf): Likewise.
44241         * math/libm-test.inc (remainder_test): Add test cases.
44242
44243 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44244
44245         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44246         sdiv_qrnnd.
44247
44248 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44249
44250         * string/test-memcmp.c: Avoid unncessary #defines.
44251         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44252
44253 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44254
44255         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44256         Use new sse2 version for core i3 - i7 as it's faster
44257         than sse42 version.
44258         (bit_Prefer_PMINUB_for_stringop): New.
44259         * sysdeps/x86_64/rawmemchr.S: Update.
44260         Replace with faster SSE2 version.
44261         * sysdeps/x86_64/memrchr.S: New file.
44262         * sysdeps/x86_64/memchr.S: Update.
44263         Replace with faster SSE2 version.
44264
44265 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44266
44267         * elf/dl-load.c (lose): Add cast to avoid warning.
44268
44269 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44270
44271         * po/ca.po: Update from translation team.
44272
44273         * inet/getnetgrent_r.c: Hook up nscd.
44274         * nscd/Makefile (routines): Add nscd_netgroup.
44275         (nscd-modules): Add netgroupcache.
44276         (CFLAGS-netgroupcache.c): Define.
44277         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44278         (cache_search): Add const to second parameter.
44279         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44280         INNETGR.
44281         (dbs): Add netgrdb entry.
44282         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44283         (verify_persistent_db): Handle netgrdb.
44284         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44285         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44286         GETFDNETGR.
44287         (netgroup_response_header): Define.
44288         (innetgroup_response_header): Define.
44289         (datahead): Add netgroup_response_header and innetgroup_response_header
44290         elements.
44291         * nscd/nscd.conf: Add entries for netgroup cache.
44292         * nscd/nscd.h (dbtype): Add netgrdb.
44293         (_PATH_NSCD_NETGROUP_DB): Define.
44294         (netgroup_iov_disabled): Declare.
44295         (xmalloc, xcalloc, xrealloc): Move declarations here.
44296         (cache_search): Adjust prototype.
44297         Add netgroup-related prototypes.
44298         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44299         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44300         (__nscd_innetgr): Declare.
44301         * nscd/selinux.c (perms): Use access_vector_t as element type and
44302         add netgroup-related initializers.
44303         * nscd/netgroupcache.c: New file.
44304         * nscd/nscd_netgroup.c: New file.
44305         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44306         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44307         For four parameters use innetgr.
44308         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44309         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44310         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44311         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44312
44313         * nscd/connections.c (register_traced_file): Don't register file
44314         for disabled databases.
44315
44316 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44317
44318         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44319
44320         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44321         from tree and freeing node.
44322
44323 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44324
44325         * nss/nsswitch.c (__nss_database_lookup): Handle
44326         nss_parse_service_list out of memory case.
44327
44328 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44329
44330         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44331         out of memory case.
44332
44333 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44334
44335         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44336         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44337         pass it down.
44338         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44339         elf_machine_rela, elf_machine_lazy_rel.
44340         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44341         (ELF_DYNAMIC_DO_REL): Likewise.
44342         (ELF_DYNAMIC_DO_RELA): Likewise.
44343         (ELF_DYNAMIC_RELOCATE): Likewise.
44344         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44345         to ELF_DYNAMIC_DO_REL.
44346         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44347         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44348         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44349         elf_machine_rela.
44350         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44351         skip_ifunc, don't call ifunc function if non-zero.
44352         (elf_machine_rela): Likewise.
44353         (elf_machine_lazy_rel): Likewise.
44354         (elf_machine_lazy_rela): Likewise.
44355         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44356         (elf_machine_lazy_rel): Likewise.
44357         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44358         Likewise.
44359         (elf_machine_lazy_rel): Likewise.
44360         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44361         Likewise.
44362         (elf_machine_lazy_rel): Likewise.
44363         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44364         (elf_machine_lazy_rel): Likewise.
44365         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44366         (elf_machine_lazy_rel): Likewise.
44367         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44368         (elf_machine_lazy_rel): Likewise.
44369         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44370         (elf_machine_lazy_rel): Likewise.
44371         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44372         (elf_machine_lazy_rel): Likewise.
44373         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44374         (elf_machine_lazy_rel): Likewise.
44375
44376 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44377
44378         * nss/nss_files/files-init.c (_nss_files_init): Use static
44379         initialization for all the *_traced_file variables.
44380
44381 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44382
44383         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44384
44385 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44386
44387         [BZ #13226]
44388         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44389
44390 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44391
44392         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44393         Reread the line before reparsing it.
44394
44395 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44396
44397         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44398
44399 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44400             Maxim Kuvyrkov  <maxim@codesourcery.com>
44401             Joseph Myers  <joseph@codesourcery.com>
44402
44403         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44404         if needed for __stack_chk_guard.
44405
44406 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44407
44408         * sysdeps/posix/spawni.c (script_execute): Always define it.
44409         It will be optimized away if unused.
44410         (maybe_script_execute): New function.
44411         (__spawni): Call it.
44412
44413         * Makerules: Don't include tls.make.
44414         (config-tls): Always set to thread.
44415         * tls.make.c: File removed.
44416
44417 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44418
44419         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44420         * config.make.in (CPPFLAGS-config): New substituted variable.
44421
44422 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44423
44424         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
44425
44426         [BZ #13192]
44427         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
44428         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
44429
44430 2011-09-15  Roland McGrath  <roland@hack.frob.com>
44431
44432         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
44433         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44434         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44435         (CALL_FAIL): Likewise.
44436         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
44437         (CALL_FAIL): Macro removed.
44438         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
44439
44440 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44441
44442         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
44443         for __FINITE_MATH_ONLY__ == 1.
44444
44445 2011-09-15  Andreas Schwab  <schwab@redhat.com>
44446
44447         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
44448         __ieee754_sqrt instead of sqrt.
44449         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
44450         __ieee754_sqrtf instead of sqrtf.
44451         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
44452         __floorf instead of floorf.
44453         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
44454         __floorf, __truncf instead of floorf, truncf.
44455
44456 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
44457
44458         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
44459
44460         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
44461         __extern_always_inline.
44462         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
44463         32-bit.
44464
44465 2011-09-14  Andreas Schwab  <schwab@redhat.com>
44466
44467         * elf/rtld.c (dl_main): Also relocate in dependency order when
44468         doing symbol dependency testing.
44469
44470 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
44471
44472         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44473         Always define `refsym'.
44474
44475 2011-09-13  Andreas Schwab  <schwab@redhat.com>
44476
44477         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
44478         (__FD_ELT): Renamed from __FDELT.
44479         * misc/bits/select2.h (__FD_ELT): Likewise.
44480         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
44481         __FD_MASK instead of __FDELT, __FDMASK.
44482         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44483         Likewise.
44484         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44485         Likewise.
44486
44487         * elf/Makefile (gen-ldd): Fix pattern.
44488
44489         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
44490         (init_tls): Likewise.
44491
44492 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
44493
44494         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
44495
44496 2011-09-12  Andreas Schwab  <schwab@redhat.com>
44497
44498         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
44499         `struct cmsghdr *' instead of `void *'.
44500         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
44501         Likewise.
44502
44503 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
44504
44505         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
44506         if non-absolute.
44507         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
44508         ldd_rewrite_script.
44509
44510 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
44511
44512         * configure.in: Remove --with-tls option.
44513         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
44514         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
44515         out in case it is missing.
44516         * sysdeps/ia64/elf/configure.in: Likewise.
44517         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
44518         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
44519         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
44520         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
44521         * sysdeps/sh/elf/configure.in: Likewise.
44522         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
44523         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
44524         * sysdeps/x86_64/elf/configure.in: Likewise.
44525         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
44526         * sysdeps/mach/hurd/tls.h: Likewise.
44527
44528         [BZ #13067]
44529         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
44530
44531         [BZ #13090]
44532         * configure.in: Fix use of AC_INIT.
44533
44534         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
44535
44536 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
44537
44538         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
44539         __set_errno.
44540         * malloc/hooks.c: Likewise.
44541
44542         [BZ #11929]
44543         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
44544         variables statically.
44545         (narenas): Initialize.
44546         (list_lock): Initialize.
44547         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
44548         initializtion of main_arena and list_lock.  Small cleanups.
44549         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
44550         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
44551         Add initializers to main_arena and mp_.
44552         (malloc_state): Remove pagesize member.  Change all users to use
44553         GLRO(dl_pagesize).
44554
44555         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
44556         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
44557         is always initialized.
44558
44559         * malloc/malloc.c: Removed unused configurations and dead code.
44560         * malloc/arena.c: Likewise.
44561         * malloc/hooks.c: Likewise.
44562         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
44563
44564         * include/tls.h: Removed.  USE___THREAD must always be defined.
44565         * bits/libc-tsd.h: Don't handle !USE___THREAD.
44566         * elf/dl-libc.c: Likewise.
44567         * elf/dl-tsd.c: Likewise.
44568         * include/errno.h: Likewise.
44569         * include/netdb.h: Likewise.
44570         * include/resolv.h: Likewise.
44571         * inet/herrno-loc.c: Likewise.
44572         * inet/herrno.c: Likewise.
44573         * malloc/arena.c: Likewise.
44574         * malloc/hooks.c: Likewise.
44575         * malloc/malloc.c: Likewise.
44576         * resolv/res-state.c: Likewise.
44577         * resolv/res_libc.c: Likewise.
44578         * sysdeps/i386/dl-machine.h: Likewise.
44579         * sysdeps/ia64/dl-machine.h: Likewise.
44580         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
44581         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
44582         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
44583         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
44584         * sysdeps/sh/dl-machine.h: Likewise.
44585         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44586         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44587         * sysdeps/unix/i386/sysdep.S: Likewise.
44588         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
44589         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
44590         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
44591         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
44592         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
44593         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
44594         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
44595         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44596         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44597         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
44598         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44599         * sysdeps/x86_64/dl-machine.h: Likewise.
44600         * tls.make.c: Likewise.
44601
44602         * configure.in: Remove --with-__thread option.  Make tests for
44603         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
44604         tls_model attribute fail if no support is available.  Remove
44605         USE_IN_LIBIO.
44606         * Makeconfig: Adjust for dropped configure option.  All features are
44607         now mandatory.
44608         * Makerules: Likewise.
44609         * Versions.def: Likewise.
44610         * argp/argp-fmtstream.c: Likewise.
44611         * argp/argp-fmtstream.h: Likewise.
44612         * argp/argp-help.c: Likewise.
44613         * assert/assert.c: Likewise.
44614         * config.h.in: Likewise.
44615         * config.make.in: Likewise.
44616         * configure: Likewise.
44617         * configure.in: Likewise.
44618         * csu/Versions: Likewise.
44619         * csu/init.c: Likewise.
44620         * elf/tst-audit2.c: Likewise.
44621         * elf/tst-tls10.c: Likewise.
44622         * elf/tst-tls10.h: Likewise.
44623         * elf/tst-tls11.c: Likewise.
44624         * elf/tst-tls12.c: Likewise.
44625         * elf/tst-tls14.c: Likewise.
44626         * elf/tst-tlsmod11.c: Likewise.
44627         * elf/tst-tlsmod12.c: Likewise.
44628         * elf/tst-tlsmod13.c: Likewise.
44629         * elf/tst-tlsmod13a.c: Likewise.
44630         * elf/tst-tlsmod14a.c: Likewise.
44631         * elf/tst-tlsmod15b.c: Likewise.
44632         * elf/tst-tlsmod16a.c: Likewise.
44633         * elf/tst-tlsmod16b.c: Likewise.
44634         * elf/tst-tlsmod7.c: Likewise.
44635         * elf/tst-tlsmod8.c: Likewise.
44636         * elf/tst-tlsmod9.c: Likewise.
44637         * gmon/gmon.c: Likewise.
44638         * grp/fgetgrent_r.c: Likewise.
44639         * grp/putgrent.c: Likewise.
44640         * hurd/fopenport.c: Likewise.
44641         * include/libc-symbols.h: Likewise.
44642         * include/tls.h: Likewise.
44643         * intl/gettextP.h: Likewise.
44644         * intl/loadinfo.h: Likewise.
44645         * locale/global-locale.c: Likewise.
44646         * locale/localeinfo.h: Likewise.
44647         * mach/devstream.c: Likewise.
44648         * malloc/arena.c: Likewise.
44649         * malloc/set-freeres.c: Likewise.
44650         * misc/err.c: Likewise.
44651         * misc/getttyent.c: Likewise.
44652         * misc/mntent_r.c: Likewise.
44653         * posix/getopt.c: Likewise.
44654         * posix/wordexp.c: Likewise.
44655         * pwd/fgetpwent_r.c: Likewise.
44656         * resolv/Versions: Likewise.
44657         * resolv/res_hconf.c: Likewise.
44658         * shadow/fgetspent_r.c: Likewise.
44659         * shadow/putspent.c: Likewise.
44660         * stdio-common/printf_fphex.c: Likewise.
44661         * stdio-common/tmpfile.c: Likewise.
44662         * stdlib/abort.c: Likewise.
44663         * stdlib/fmtmsg.c: Likewise.
44664         * sunrpc/auth_unix.c: Likewise.
44665         * sunrpc/clnt_perr.c: Likewise.
44666         * sunrpc/clnt_tcp.c: Likewise.
44667         * sunrpc/clnt_udp.c: Likewise.
44668         * sunrpc/clnt_unix.c: Likewise.
44669         * sunrpc/openchild.c: Likewise.
44670         * sunrpc/svc_simple.c: Likewise.
44671         * sunrpc/svc_tcp.c: Likewise.
44672         * sunrpc/svc_udp.c: Likewise.
44673         * sunrpc/svc_unix.c: Likewise.
44674         * sunrpc/xdr.c: Likewise.
44675         * sunrpc/xdr_array.c: Likewise.
44676         * sunrpc/xdr_rec.c: Likewise.
44677         * sunrpc/xdr_ref.c: Likewise.
44678         * sunrpc/xdr_stdio.c: Likewise.
44679
44680 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44681
44682         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44683
44684 2011-07-03  Andreas Jaeger  <aj@suse.de>
44685
44686         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
44687         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
44688         regenerate with gen-libm-tests.pl.
44689
44690 2010-05-12  Petr Baudis  <pasky@suse.cz>
44691
44692         [BZ #11589]
44693         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
44694         around j0() zero points by switching to j1().
44695         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44696         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44697         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44698         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44699
44700 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44701
44702         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
44703         instead of 0.
44704         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
44705         instead of 0.
44706         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44707         Patch in part by Pavel Roskin <proski@gnu.org>.
44708
44709         [BZ #13138]
44710         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
44711         realloc.
44712         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
44713         Free memory block if necessary.
44714
44715         [BZ #12847]
44716         * libio/genops.c (INTDEF): For string streams the _lock pointer can
44717         be NULL.  Don't lock in this case.
44718
44719 2011-09-09  Roland McGrath  <roland@hack.frob.com>
44720
44721         * elf/elf.h (ELFOSABI_GNU): New macro.
44722         (ELFOSABI_LINUX): Define to that.
44723
44724 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
44725
44726         * string/strncat.c (strncat): Undef the symbol in case it has been
44727         defined in bits/string.h.
44728
44729 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44730
44731         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
44732
44733         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
44734         link map.
44735
44736 2011-08-17  Andreas Jaeger  <aj@suse.de>
44737
44738         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
44739
44740 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
44741             Ian Lance Taylor  <iant@google.com>
44742
44743         * math/libm-test.inc (lround_test): New testcase.
44744         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
44745
44746 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
44747
44748         * Makefile: Remove support for automatic cvs check-ins.
44749         * Makerules: Likewise.
44750         * config.make.in: Likewise.
44751         * configure.in: Likewise.
44752         * intl/Makefile: Likewise.
44753         * locale/Makefile: Likewise.
44754         * po/Makefile: Likewise.
44755         * posix/Makefile: Likewise.
44756         * sysdeps/gnu/Makefile: Likewise.
44757         * sysdeps/mach/hurd/Makefile: Likewise.
44758         * sysdeps/sparc/sparc32/Makefile: Likewise.
44759
44760         [BZ #13118]
44761         * posix/Makefile (bug-regex32-ENV): Define.
44762         Patch by John Stanley <jpsinthemix@verizon.net>.
44763
44764         * misc/Makefile (headers): Add bits/select2.h.
44765         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
44766         * misc/bits/select2.h: New file.
44767         * include/bits/select2.h: New file.
44768         * debug/Makefile (routines): Add fdelt_chk.
44769         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
44770         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
44771         FD_ISSET.
44772         * debug/fdelt_chk.c: New file.
44773
44774         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
44775         * wcsmbs/test-wmemcmp.c: Likewise.
44776         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
44777         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
44778
44779 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44780
44781         * string/Makefile (strop-tests): Add memcmp.
44782         * string/test-wmemcmp.c: New file.
44783         * string/test-memcmp.c: Add wmemcmp support.
44784
44785 2011-09-08  Roland McGrath  <roland@hack.frob.com>
44786
44787         [BZ #13153]
44788         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
44789         2011-07-19 change.
44790
44791         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
44792         garbage value in a __mach_port_mod_refs call in the cases of the
44793         task-self and thread-self ports.
44794
44795 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44796
44797         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
44798
44799 2011-09-08  Andreas Schwab  <schwab@redhat.com>
44800
44801         * elf/dl-load.c (lose): Check for non-null L.
44802
44803 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44804
44805         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
44806
44807         * elf/dl-libc.c (dlerror_run): Pass back error code from
44808         dl_catch_error.
44809
44810         [BZ #13123]
44811         * elf/dl-load.c (lose): Free l_origin if it is valid.
44812
44813         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
44814         names.
44815         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
44816         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44817         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
44818         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44819         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
44820         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
44821
44822 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44823
44824         * sysdeps/powerpc/fpu/e_hypot.c: New file.
44825         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
44826         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
44827         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
44828         * sysdeps/powerpc/fpu/k_cosf.c: New file.
44829         * sysdeps/powerpc/fpu/k_sinf.c: New file.
44830         * sysdeps/powerpc/fpu/s_cosf.c: New file.
44831         * sysdeps/powerpc/fpu/s_sinf.c: New file.
44832         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
44833         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
44834
44835 2011-08-15  Alan Modra  <amodra@gmail.com>
44836
44837         [BZ #13092]
44838         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
44839         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
44840         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
44841         ppc_mcount to static-only-routines.
44842         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
44843         __mcount_internal.
44844         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
44845         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
44846
44847 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
44848
44849         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
44850         for finite and infinity parameters.
44851
44852 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44853
44854         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
44855         and add nop instructions for throughput optimization.
44856         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
44857
44858 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
44859
44860         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
44861         aligned copy for power7 with vector-scalar instructions.
44862         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
44863
44864 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
44865
44866         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
44867         AVX check.
44868
44869 2011-09-07  Andreas Schwab  <schwab@redhat.com>
44870
44871         [BZ #13144]
44872         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
44873         last change.
44874
44875 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44876
44877         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44878         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
44879         syscall wrapper around clock_gettime in __vdso_clock_gettime.
44880         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
44881         clock_gettime.
44882
44883 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44884
44885         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
44886         Forgot to demangle the pointer.
44887
44888         * sysdeps/i386/sysdep.h: Define atom_text_section.
44889         * sysdeps/x86_64/sysdep.h: Likewise.
44890         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
44891         section with atom_text_section.
44892         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44893         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44894         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
44895         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
44896         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
44897
44898         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
44899         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
44900         already be defined.  Change to take two parameters and don't assign
44901         result to variable.  Adjust all users.
44902         Define INTERNAL_GETTIME if not already defined.
44903         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
44904         call.
44905         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
44906         HAVE_CLOCK_GETTIME_VSYSCALL.
44907         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
44908
44909         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
44910         gettimeofday vsyscall, just use time.
44911
44912 2011-09-06  Andreas Schwab  <schwab@redhat.com>
44913
44914         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
44915         <errno.h>.
44916
44917 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44918
44919         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
44920         syscall on x86-64.
44921         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
44922         syscall.
44923         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
44924         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
44925         syscall if possible.
44926
44927 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44928
44929         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
44930         e_ident.  Don't pass to find_mapsXX.
44931         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
44932
44933 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44934
44935         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44936         strchr-sse2-no-bsf strrchr-sse2-no-bsf
44937         * sysdeps/x86_64/multiarch/strchr.S: Update.
44938         Check bit_slow_BSF bit.
44939         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
44940         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
44941         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
44942
44943 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44944
44945         [BZ #13134]
44946         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
44947         before glibc 2.15.
44948         (tryshell): Define.
44949         (__spawni): Change last parameter to be flag.  Test
44950         SPAWN_XFLAGS_USE_PATH flag to use path or not.
44951         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
44952         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
44953         * posix/spawni.c: Likewise.
44954         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
44955         * posix/spawnp.c: Likewise.  Change normal version to use
44956         SPAWN_XFLAGS_USE_PATH.
44957         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
44958         SPAWN_XFLAGS_TRY_SHELL.
44959
44960         [BZ #13150]
44961         * posix/glob.h: Remove gcc 1.x support.
44962
44963         [BZ #13068]
44964         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
44965
44966 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44967
44968         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44969         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
44970         strrchr-sse2-bsf
44971         * sysdeps/i386/i686/multiarch/strchr.S: New file.
44972         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
44973         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
44974         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
44975         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
44976         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
44977
44978 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44979
44980         * sysdeps/x86_64/wcscmp.S: New file.
44981
44982         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
44983         wcscmp-c wcscmp-sse2
44984         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
44985         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
44986         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
44987         * wcsmbs/wcscmp.c: Allow renaming.
44988
44989 2011-09-05  David S. Miller  <davem@davemloft.net>
44990
44991         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
44992         stack slot, rather than the struct return pointer slot.
44993         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
44994         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
44995         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
44996         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
44997
44998 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44999
45000         * po/ja.po: Update from translation team.
45001
45002         [BZ #13144]
45003         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45004         kernel in 64-bit binaries.
45005
45006 2011-09-01  David S. Miller  <davem@davemloft.net>
45007
45008         * elf/elf.h (HWCAP_SPARC_*): Move to..
45009         * sysdeps/sparc/sysdep.h: this new file and add new values.
45010         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45011         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45012         _DL_HWCAP_COUNT to 24.
45013         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45014         entries.
45015         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45016         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45017         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45018         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45019         instead of magic constants.
45020         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45021
45022 2011-08-31  David S. Miller  <davem@davemloft.net>
45023
45024         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45025         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45026         Reimplement to do errno handling inline.
45027         (SYSCALL_ERROR_HANDLER): New macro.
45028         (__SYSCALL_STRING): Do not do errno handling in asm.
45029         (__CLONE_SYSCALL_STRING): Delete.
45030         (__INTERNAL_SYSCALL_STRING): Delete.
45031         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45032         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45033         (PSEUDO): Reimplement to do errno handling inline.
45034         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45035         (SYSCALL_ERROR_HANDLER): New macro.
45036         (__SYSCALL_STRING): Do not do errno handling in asm.
45037         (__CLONE_SYSCALL_STRING): Delete.
45038         (__INTERNAL_SYSCALL_STRING): Delete.
45039         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45040         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45041         i386.
45042         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45043         (inline_syscall*): Add 'err' argument.
45044         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45045         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45046         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45047         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45048
45049         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45050         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45051
45052 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45053
45054         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45055
45056 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45057
45058         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45059         directive.
45060
45061 2011-08-24  David S. Miller  <davem@davemloft.net>
45062
45063         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45064
45065 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45066
45067         * elf/Makefile: Add rules to build and run unload8 test.
45068         * elf/unload8.c: New file.
45069         * elf/unload8mod1.c: New file.
45070         * elf/unload8mod1x.c: New file.
45071         * elf/unload8mod2.c: New file.
45072         * elf/unload8mod3.c: New file.
45073
45074         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45075         it wasn't used.
45076
45077 2011-08-23  David S. Miller  <davem@davemloft.net>
45078
45079         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45080         subtract stack bias.
45081         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45082         %sp not %fp in calculations.
45083         (_JMPBUF_UNWINDS_ADJ): Likewise.
45084
45085         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45086         (aio_suspend): Call it to force an exception region around the
45087         AIO_MISC_WAIT() invocation.
45088
45089 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45090
45091         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45092         backslash.
45093
45094 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45095
45096         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45097         protection macro.
45098         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45099         and <dl-machine.h>.
45100         (Elf64_FuncDesc): Remove.
45101
45102 2011-08-22  David S. Miller  <davem@davemloft.net>
45103
45104         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45105         sigaltstack check, add missing cfi directives.
45106         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45107         missing cfi directives, and sigaltstack handling.
45108
45109 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45110
45111         [BZ #11724]
45112         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45113         object is seen twice.
45114         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45115
45116         * elf/Makefile (distribute): Add tst-initorder2.c.
45117         (tests): Add tst-initorder2.
45118         (modules-names): Add tst-initorder2a tst-initorder2b
45119         tst-initorder2c tst-initorder2d.  Add rules to build them.
45120         ($(objpfx)tst-initorder2.out): New rule.
45121         * elf/tst-initorder2.c: New file.
45122         * elf/tst-initorder2.exp: New file.
45123
45124 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45125
45126         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45127
45128         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45129         dependencies back to end of function.
45130
45131         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45132         $(elfobjdir)/ld.so.
45133
45134 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45135
45136         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45137         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45138         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45139         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45140         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45141         of __vdso_gettimeofday.
45142         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45143         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45144         attribute_hidden.
45145         (_libc_vdso_platform_setup): Remove initialization of
45146         __vdso_gettimeofday and __vdso_time.
45147
45148 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45149
45150         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45151         and fgetc_unlocked.
45152         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45153         getc_unlocked.
45154
45155         * elf/dl-open.c (add_to_global): Report additions to the global scope
45156         for LD_DEBUG=scopes.
45157         (dl_open_worker): Also print scope of newly loaded dependencies.
45158         (_dl_show_scope): Indicate if there is no scope.
45159
45160         [BZ #13114]
45161         * stdio-common/Makefile (tests): Add bug24.
45162         * stdio-common/bug24.c: New file.
45163
45164 2011-08-19  Andreas Jaeger  <aj@suse.de>
45165
45166         [BZ #13114]
45167         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45168         non-existant file when using close-on-exec mode.
45169
45170 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45171
45172         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45173         the very first instruction.
45174
45175         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45176         the CFI state in the end.
45177         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45178         inclusion of dl-trampoline.h.
45179         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45180
45181 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45182
45183         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45184         expectations for long double.
45185
45186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45187         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45188
45189 2011-08-14  David S. Miller  <davem@davemloft.net>
45190
45191         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45192         artificual limit depends upon the system page size.
45193
45194 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45195
45196         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45197         * resolv/Makefile: Define CFLAGS-libresolv.
45198
45199 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45200
45201         * nss/makedb.c (compute_tables): Make variables used in nested
45202         function static.
45203
45204 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45205
45206         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45207         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45208         if buffer was too small.
45209
45210         * elf/pldd.c (main): Attach to all threads in the process.
45211         Rewrite /proc handling to use *at functions.
45212
45213 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45214
45215         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45216         specifies first scope to show.
45217         (dl_open_worker): Update callers.  Move printing scope of new
45218         object to before the relocation.
45219         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45220         * sysdeps/generic/ldsodefs.h: Update declaration.
45221
45222         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45223         string for the scope number.
45224
45225 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45226
45227         * nscd/servicescache.c (cache_addserv): Make sure written is always
45228         initialized.
45229
45230 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45231
45232         * sysdeps/i386/i486/bits/atomic.h
45233         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45234         statement expression, so as to suppress "set but not used" warning.
45235         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45236
45237         * string/strncat.c (STRNCAT): Use prototype definition.
45238
45239         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45240         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45241         -Iprograms here.
45242         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45243         (localedef-modules): Add localedef.
45244         (locale-modules): Add locale.
45245
45246         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45247         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45248         to avoid a warning.
45249
45250 2011-08-14  David S. Miller  <davem@davemloft.net>
45251
45252         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45253         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45254
45255 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45256
45257         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45258         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45259         * elf/rtld.c (dl_main): Set l_name of vDSO.
45260         Call _dl_show_scope when DL_DEBUG_SCOPES.
45261         (process_dl_debug): Recognize scopes flag and also set it for all.
45262         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45263         Declare _dl_show_scope.
45264
45265         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45266         (do_dlopen): Pass caller_dlopen to dl_open.
45267         (__libc_dlopen_mode): Initialize caller_dlopen.
45268
45269         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45270         of libc.  Make tolower call locale-independent.  Optimize a bit by
45271         using isdigit instead of isalnum.
45272         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45273
45274 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45275
45276         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45277         was a dependency or dynamically loaded.
45278
45279 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45280
45281         * intl/l10nflist.c: Allow architecture-specific pop function.
45282         * sysdeps/x86_64/l10nflist.c: New file.
45283
45284         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45285         classification.
45286
45287 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45288
45289         * include/dirent.h: Add libc_hidden_proto for scandirat and
45290         scandirat64.  Don't declare __scandirat64.
45291         * dirent/scandirat.c: Add libc_hidden_def.
45292         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45293         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45294
45295 2011-08-10  David S. Miller  <davem@davemloft.net>
45296
45297         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45298         enum.
45299         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45300         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45301         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45302
45303 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45304
45305         * Versions.def [libc]: Add GLIBC_2.15.
45306         * dirent/Makefile (routines): Add scandirat and scandirat64.
45307         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45308         GLIBC_2.15.
45309         * dirent/dirent.h: Declare scandirat and scandirat64.
45310         * dirent/scandirat.c: New file.
45311         * dirent/scandirat64.c: New file.
45312         * sysdeps/wordsize-64/scandirat.c: New file.
45313         * sysdeps/wordsize-64/scandirat64.c: New file.
45314         * dirent/opendir.c: Define opendirat.
45315         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45316         using scandirat.
45317         * dirent/scandir64.c: Adjust for scandir.c change.
45318         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45319         __scandirat64, and __scandir_cancel_handler.
45320         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45321         additional parameter and use openat instead of open (outside of ld.so).
45322         Add new __opendir as wrapper around __opendirat.
45323         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45324         here without requiring old scandirat implementation.
45325
45326 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45327
45328         * dirent/scandir.c (cancel_handler): Renamed to
45329         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45330         defined.  Adjust users.
45331         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45332         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45333
45334 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45335
45336         * string/test-string.h (IMPL): Use __STRING to expand name and then
45337         stringify it.
45338
45339         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45340         of cleanups.
45341
45342 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45343
45344         * string/Makefile: Update.
45345         (strop-tests): Append strncat.
45346         * string/test-wcscmp.c: New file.
45347         New comprehensive test for wcscmp.
45348         * string/test-strcmp.c: Update.
45349         (WIDE): New define.
45350
45351 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45352
45353         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45354         line.
45355
45356 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45357
45358         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45359         encoding to ACE if AI_IDN.
45360
45361 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45362
45363         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45364         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45365
45366 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45367
45368         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45369         Fix overflow bug in strncat.
45370         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45371
45372         * string/test-strncat.c: Update.
45373         Add new tests for checking overflow bugs.
45374
45375 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45376
45377         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45378         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45379         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45380         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45381         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45382         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45383         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45384         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45385         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45386
45387         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45388         (USE_AS_STRCAT): Define.
45389         Add strcat and strncat support.
45390         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45391
45392 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45393
45394         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45395         __n bigger than INT_MAX+1.
45396         (__strncmp_g): Likewise.
45397
45398 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45399
45400         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45401         * libio/stido.h: Likewise.
45402
45403         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45404         (AF_NFC): Define.
45405         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45406         (AF_NFC): Define.
45407
45408         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45409         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45410         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45411         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45412         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45413
45414         [BZ #13021]
45415         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45416         installed.
45417
45418         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45419         typo.
45420         (_dl_x86_64_save_sse): Likewise.
45421
45422 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
45423
45424         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
45425         OSXSAVE.
45426         (_dl_x86_64_save_sse): Likewise.
45427
45428         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
45429
45430         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
45431
45432 2011-07-21  Andreas Schwab  <schwab@redhat.com>
45433
45434         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
45435         change.
45436         (_dl_x86_64_save_sse): Use correct AVX check.
45437
45438 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45439
45440         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
45441         bug in strncpy/strncat.
45442         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
45443
45444 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
45445
45446         * string/tester.c (test_strcat): Add tests for different alignments
45447         of source and destination.
45448         (test_strncat): Likewise.
45449
45450 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45451
45452         [BZ #12852]
45453         * posix/glob.c (glob): Check passed in values before using them in
45454         expressions to avoid some overflows.
45455         (glob_in_dir): Likewise.
45456
45457         [BZ #13007]
45458         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
45459         check for AVX enablement so that we don't crash with old kernels and
45460         new hardware.
45461         * elf/tst-audit4.c: Add same checks here.
45462         * elf/tst-audit6.c: Likewise.
45463
45464         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
45465
45466 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
45467
45468         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
45469
45470 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45471
45472         * po/cs.po: Update from translation team.
45473         * po/bg.po: Likewise.
45474
45475 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
45476
45477         * misc/sys/cdefs.h: Add support for const attribute.
45478         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
45479         to gnu_dev_{major,minor,makedev} functions.
45480
45481 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
45482
45483         * intl/dcigettext.c (get_output_charset): Add missing bracket.
45484
45485 2011-07-20  Andreas Schwab  <schwab@redhat.com>
45486
45487         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
45488         strlen results.
45489
45490 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45491
45492         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
45493         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
45494         register in order to avoid conflicts with the soft frame pointer
45495         being held in r11 when necessary.
45496         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
45497         (INTERNAL_VSYSCALL_NCS): Likewise.
45498
45499 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
45500
45501         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
45502         * elf/dl-fini.c (_dl_fini): Adjust caller.
45503         * elf/dl-close.c (_dl_close_worker): Likewise.
45504         * sysdeps/generic/ldsodefs.h: Adjust declaration.
45505
45506 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45507
45508         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
45509         "aux_cache->nlibs < 0".
45510
45511         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
45512         in the reload-count case.
45513
45514 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45515
45516         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45517         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
45518         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
45519         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
45520         * sysdeps/x86_64/multiarch/strcat.S: New file.
45521         * sysdeps/x86_64/multiarch/strncat.S: New file.
45522         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
45523         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
45524         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
45525         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
45526         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
45527         (USE_AS_STRCAT): Define.
45528         Add strcat and strncat support.
45529         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45530         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
45531         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
45532         * string/strncat.c: Update.
45533         (USE_AS_STRNCAT): Define.
45534         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45535         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
45536         and i7.
45537         * sysdeps/x86_64/multiarch/init-arch.h
45538         (bit_Prefer_PMINUB_for_stringop): New.
45539         (index_Prefer_PMINUB_for_stringop): Likewise.
45540         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
45541         bit_Prefer_PMINUB_for_stringop.
45542
45543 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45544
45545         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
45546         buffer64.
45547         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
45548         of casting of buffer.
45549         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
45550         buffer32 and buffer64.
45551         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
45552         writes instead of casting of buffer.
45553         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
45554         buffer32.
45555         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
45556         casting of buffer.
45557
45558 2011-07-19  Andreas Schwab  <schwab@redhat.com>
45559
45560         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
45561
45562 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45563
45564         * nscd/nscd.c (termination_handler): Don't do anything for a database
45565         if it has not yet been initialized.
45566
45567 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45568
45569         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45570
45571 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45572
45573         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45574
45575 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45576
45577         * po/nl.po: Update from translation team.
45578         * po/sv.po: Likewise.
45579
45580 2011-07-16  Roland McGrath  <roland@hack.frob.com>
45581
45582         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
45583         now disallowed by GCC.
45584
45585         * configure.in (use-default-link): Default to yes if a test -shared
45586         link meets our qualifications.
45587         * configure: Regenerated.
45588
45589         * config.make.in (output-format): New variable.
45590         * configure.in: Check for ld --print-output-format support.
45591         * configure: Regenerated.
45592         * Makerules ($(common-objpfx)format.lds)
45593         [$(output-format) != unknown]: Just use $(output-format),
45594         instead of the linker-script munging.
45595
45596 2011-07-14  Roland McGrath  <roland@hack.frob.com>
45597
45598         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
45599         of $(common-objpfx)shlib.lds.
45600         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
45601
45602         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
45603         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
45604
45605         * configure.in (-z relro check): Adjust test code to add a large
45606         writable data section after it.
45607         * configure: Regenerated.
45608
45609 2011-07-11  Roland McGrath  <roland@hack.frob.com>
45610
45611         * configure.in (-z relro check): Fix test code to make the variable
45612         truly const.
45613         * configure: Regenerated.
45614
45615 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
45616
45617         * nscd/nscd.h (struct traced_file): Define.
45618         (struct database_dyn): Remove inotify_descr, reset_res, and filename
45619         elements.  Add traced_files.
45620         (inotify_fd): Declare.
45621         (register_traced_file): Declare.
45622         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
45623         (inotify_fd): Export.
45624         (resolv_conf_descr): Remove.
45625         (nscd_init): Move inotify descriptor creation to main.
45626         Don't register files for notification here.
45627         (register_traced_file): New function.
45628         (invalidate_cache): Don't use reset_res to determine whether to call
45629         res_init, go through the list of registered files.
45630         (main_loop_poll): The inotify descriptors are now stored in the
45631         structures for the traced files.
45632         (main_loop_epoll): Likewise
45633         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
45634         to __nss_disable_nscd.
45635         * nscd/cache.c (prune_cache): There is no single inotify descriptor
45636         for a database anymore.  Check the records for all the registered
45637         files instead.
45638         * nss/Makefile (libnss_files-routines): Add files-init.
45639         (libnss_db-routines): Add db-init.
45640         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
45641         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
45642         * nss/nss_db/db-init.c: New file.
45643         * nss/nss_files/files-init.c: New file.
45644         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
45645         __nss_lookup_function.
45646         (__nss_lookup_function): Call nss_load_library.
45647         (nss_load_all_libraries): New function.
45648         (__nss_disable_nscd): Take parameter with callback function for files
45649         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
45650         used for the cached services.
45651         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
45652         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
45653         options for features to all the files in nscd.
45654
45655         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
45656
45657 2011-07-10  Roland McGrath  <roland@hack.frob.com>
45658
45659         * csu/elf-init.c (__libc_csu_init): Comment typo.
45660
45661 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
45662
45663         * po/pl.po: Update from translation team.
45664         * po/ja.po: Likewise.
45665         * po/ru.po: Likewise.
45666         * po/ko.po: Likewise.
45667         * po/fr.po: Likewise.
45668
45669 2011-07-09  Roland McGrath  <roland@hack.frob.com>
45670
45671         * configure.in (.ctors/.dtors header and trailer check):
45672         Use an empirical test on a built program.
45673         * configure: Regenerated.
45674
45675         * configure.in (-z relro check): Use an empirical test on a built DSO.
45676         Detect, but do not require, on ia64.
45677         * configure: Regenerated.
45678
45679         * configure.in (READELF): Find it with AC_CHECK_TOOL.
45680         Update tests that use readelf to use $READELF instead.
45681         * configure: Regenerated.
45682
45683 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
45684
45685         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
45686         if the result is not used.
45687
45688 2011-07-05  Andreas Jaeger  <aj@suse.de>
45689
45690         [BZ#9696]
45691         * stdlib/tst-strtod.c: Add testcase.
45692
45693 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
45694
45695         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
45696         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
45697         The latter has a higher limit.  Take additional parameter to pass to
45698         the new function.
45699         (__pathconf): Pass file to __statfs_link_max.
45700         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
45701         __statfs_link_max.
45702         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
45703         __statfs_link_max.
45704
45705         [BZ #12868]
45706         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
45707         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
45708         Handle Lustre.
45709         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
45710         (__statfs_filesize_max): Likewise.
45711         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
45712
45713 2011-07-05  Andreas Jaeger  <aj@suse.de>
45714
45715         * resolv/res_comp.c (dn_skipname): Remove unused variable.
45716
45717 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
45718
45719         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
45720         `status' variable.
45721         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
45722         Likewise.
45723
45724 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
45725
45726         * Makefile (strop-tests): Add strncat.
45727         * string/test-strncat.c: New file.
45728
45729 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
45730
45731         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
45732
45733 2011-06-21  Andreas Jaeger  <aj@suse.de>
45734
45735         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
45736         Copy rule from iconvdata/Makefile.
45737
45738 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45739
45740         [BZ #12922]
45741         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
45742         but no long options are defined, just return 'W'.
45743
45744 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
45745
45746         [BZ #9696]
45747         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
45748
45749 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45750
45751         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
45752         netgroups to read.
45753         (innetgr): Likewise.
45754
45755 2011-07-05  Roland McGrath  <roland@hack.frob.com>
45756
45757         * config.make.in (install_root): Default to $(DESTDIR).
45758
45759 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
45760
45761         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
45762
45763 2011-07-02  Roland McGrath  <roland@hack.frob.com>
45764
45765         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
45766
45767         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
45768         containing directory rather than embedding absolute directory names.
45769
45770         * scripts/check-local-headers.sh: Rewritten using awk.
45771         Match by word, not by line.  Print error messages for matches.
45772         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
45773
45774         * Makerules [shlib-lds-flags empty]:
45775         ($(common-objpfx)libc_pic.opts): New target.
45776         ($(common-objpfx)libc_pic.os.clean): New target.
45777         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
45778
45779         * config.make.in (OBJCOPY): New variable.
45780         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
45781         * configure: Regenerated.
45782
45783         * config.make.in (use-default-link): New variable.
45784         * configure.in (use_default_link): Grok --with-default-link to set it.
45785         * configure: Regenerated.
45786         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
45787         (shlib-lds, shlib-lds-flags): Define to empty.
45788
45789         * Makerules (shlib-lds): New variable.
45790         (shlib-lds-flags): New variable.
45791         (build-shlib, build-moduile, build-module-asneeded): Use it.
45792         ($(common-objpfx)libc.so): Use $(shlib-lds).
45793         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
45794         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
45795
45796         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
45797         DT_FLAGS/DT_FLAGS_1 with zero flags.
45798
45799         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
45800         linker script munging.
45801
45802 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
45803
45804         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
45805         as 128-bit value.
45806         * crypt/sha512.c (sha512_process_block): Perform total addition using
45807         128-bit if possible.
45808         (__sha512_finish_ctx): Likewise.
45809         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
45810         as 64-bit value.
45811         * crypt/sha256.c (SWAP64): Define.
45812         (sha256_process_block): Perform total addition using 64-bit if
45813         possible.
45814         (__sha256_finish_ctx): Likewise.
45815
45816 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
45817
45818         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
45819         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45820         * nscd/hstcache.c (cache_addhst): Likewise.
45821         * nscd/grpcache.c (cache_addgr): Likewise.
45822         * nscd/aicache.c (addhstaiX): Likewise
45823         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
45824
45825 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
45826
45827         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
45828         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45829         * nscd/hstcache.c (cache_addhst): Likewise.
45830         * nscd/grpcache.c (cache_addgr): Likewise.
45831         * nscd/aicache.c (addhstaiX): Likewise
45832
45833 2011-07-01  Andreas Schwab  <schwab@redhat.com>
45834
45835         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
45836         domain only when needed.
45837
45838 2011-06-30  Andreas Schwab  <schwab@redhat.com>
45839
45840         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
45841         is always restored.
45842
45843 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
45844
45845         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
45846         are re-adding the entry.
45847         * nscd/servicescache.c (cache_addserv): Likewise.
45848
45849 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
45850
45851         * sysdeps/generic/dl-irel.h: fix protection against multiple
45852         inclusions.
45853         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
45854
45855 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
45856
45857         [BZ #12935]
45858         * malloc/memusage.sh: Fix quoting in message.
45859         * debug/xtrace.sh: Likewise.
45860
45861         * configure.in: Remove support for --experimental-malloc option, make
45862         it the default.
45863         * config.make.in: Likewise.
45864         * malloc/Makefile: Likewise.
45865
45866 2011-06-27  Andreas Schwab  <schwab@redhat.com>
45867
45868         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
45869         two-byte characters.
45870
45871 2011-06-27  Roland McGrath  <roland@hack.frob.com>
45872
45873         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
45874         AC_CACHE_CHECK invocation.
45875         * configure: Regenerated.
45876
45877         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
45878
45879 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
45880
45881         [BZ #12350]
45882         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
45883         bit from old_res_options.
45884
45885         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
45886
45887         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
45888         value type for setfct.
45889
45890 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
45891
45892         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45893         __gettimeofday instead of gettimeofday.
45894
45895 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
45896
45897         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
45898
45899 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
45900
45901         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
45902
45903         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
45904         info.
45905
45906 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45907
45908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45909         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45910         strcpy-sse2-unaligned strncpy-sse2-unaligned
45911         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
45912         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
45913         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
45914         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
45915         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
45916         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
45917         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
45918         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
45919         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
45920         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
45921         (STRCPY): Support SSE2 and SSSE3 versions.
45922
45923 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
45924
45925         [BZ #12874]
45926         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
45927         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
45928         kernels which artificially limit size of requests.
45929
45930 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45931
45932         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45933         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45934         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
45935         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
45936         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
45937         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
45938         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
45939         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
45940         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
45941         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
45942         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
45943         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
45944         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
45945         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
45946         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
45947         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45948         Enable unaligned load optimization for Intel Core i3, i5 and i7
45949         processors.
45950         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
45951         Define.
45952         (index_Fast_Unaligned_Load): Define.
45953         (HAS_FAST_UNALIGNED_LOAD): Define.
45954
45955 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
45956
45957         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
45958
45959 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45960
45961         [BZ #12907]
45962         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
45963         until it is clear that the information is realy needed.
45964         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
45965
45966 2011-06-22  Andreas Schwab  <schwab@redhat.com>
45967
45968         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
45969
45970 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45971
45972         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45973         /sys/devices/system/cpu/online if it is usable.
45974
45975         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
45976         reading the information from the /proc filesystem to once a second.
45977
45978 2011-06-21  Andreas Jaeger  <aj@suse.de>
45979
45980         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
45981         NULL after inclusion of kernel headers.
45982
45983 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
45984
45985         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
45986         calls to internal_setent.
45987
45988         [BZ #12885]
45989         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
45990         addresses using gethostbyname4_r ignore IPv4 addresses.
45991
45992         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
45993         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
45994
45995         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
45996
45997 2011-06-20  David S. Miller  <davem@davemloft.net>
45998
45999         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46000         inclusions.
46001         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46002
46003         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46004         (elf_irel): Use it.
46005         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46006         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46007         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46008         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46009         * sysdeps/x86_64/dl-irel.h: Likewise.
46010
46011         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46012         * elf/dl-sym.c: Likewise.
46013
46014 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46015
46016         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46017         need to dereference resplen2.
46018
46019 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46020
46021         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46022
46023 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46024
46025         * Makeconfig: Define vardbdir and inst_vardbdir.
46026         * nss/Makefile: Add rules to install db-Makefile.
46027
46028         * nss/nss_db/db-XXX.c: Cleanup.
46029
46030         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46031         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46032         GLIBC_PRIVATE.
46033         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46034         * nss/makedb.c: Implement -g option to specify that value strings
46035         are generated and should not be added to table iterated over for
46036         get*ent calls.
46037         * nss/nss_db/db-initgroups.c: New file.
46038
46039         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46040         interface.
46041
46042         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46043         (internal_getgrouplist): Adjust to name change.
46044         Update use_initgroups_entry if this is not the first call.
46045         * nss/databases.def: Add initgroups entry.
46046
46047         * nss/makedb.c (compute_tables): Check result of multiple hash table
46048         sizes to minimize maximum chain length.
46049
46050 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46051
46052         * Versions.def: Add entry for libnss_db.
46053         * shlib-versions: Likewise.
46054         * nss/Makefile: Add rules to build libnss_db.
46055         * nss/Versions: Add libnss_db information.  Organize libnss_files
46056         entries better.
46057         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46058         makedb progra.  Some minor improvements to generate smaller files.
46059         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46060         here from...
46061         * nss/makedb.c: ...here.
46062         Improve database format to be smaller and require less memory at
46063         runtime.
46064         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46065         db anymore.
46066         * nss/nss_db/db-netgrp.c: Likewise.
46067         * nss/nss_db/db-open.c: Likewise.
46068         * nss/nss_files/flies-XXX.x: Adjust comments.
46069         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46070         * nss/nss_files/files-grp.c: Likewise.
46071         * nss/nss_files/files-hosts.c: Likewise.
46072         * nss/nss_files/files-network.c: Likewise.
46073         * nss/nss_files/files-proto.c: Likewise.
46074         * nss/nss_files/files-pwd.c: Likewise.
46075         * nss/nss_files/files-rpc.c: Likewise.
46076         * nss/nss_files/files-service.c: Likewise.
46077         * nss/nss_files/files-sgrp.c: Likewise.
46078         * nss/nss_files/files-spwd.c: Likewise.
46079         * nss/nss_db/db-alias.c: Removed.
46080         * nss/nss_db/dummy-db.h: Removed.
46081
46082 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46083
46084         * nss/makedb.c: Rewritten to not use database library.
46085         * nss/Makefile: Update to build new makedb program.
46086
46087 2011-06-14  Andreas Jaeger  <aj@suse.de>
46088
46089         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46090         memset declaration.
46091
46092 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46093
46094         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46095         tmpbuf.
46096
46097 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46098
46099         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46100         * elf/Makefile ($(objpfx)ld.so): Likewise.
46101
46102         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46103         Don't list ld.so twice in dependencies.
46104
46105         * posix/bug-regex31.c: Include <stdlib.h>.
46106
46107         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46108
46109         * nis/nss_compat/compat-spwd.c
46110         (getspent_next_nss_netgr): Remove unused variable.
46111         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46112
46113         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46114         nonmembers" output to use the right array.
46115
46116         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46117
46118         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46119
46120         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46121         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46122         * catgets/gencat.c (read_input_file): Likewise.
46123         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46124
46125         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46126         variable definition inside #if's controlling its use.
46127
46128         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46129
46130         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46131
46132         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46133
46134         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46135         unreachable code.
46136
46137         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46138
46139         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46140         * configure: Regenerated.
46141
46142         * Makerules: Revert last change.
46143         * elf/Makefile: Likewise.
46144
46145 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46146
46147         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46148         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46149         (reloc-link): Likewise.
46150
46151 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46152
46153         * elf/Makefile: Add rules to build pldd.
46154         * elf/pldd.c: New file.
46155         * elf/pldd-xx.c: New file.
46156
46157 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46158
46159         * version.h: Update for 2.15 development version.
46160
46161 2011-06-07  David S. Miller  <davem@davemloft.net>
46162
46163         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46164         ifuncs.
46165         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46166         elf_machine_lazy_rel): Likewise.
46167         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46168         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46169         elf_machine_lazy_rel): Likewise.
46170         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46171         dl_hwcap via passed in argument.
46172         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46173         Likewise.
46174
46175 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46176
46177         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46178
46179 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46180
46181         [BZ #12849]
46182         * manual/fdl-1.1.texi: New file, verbatim from:
46183         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46184         * manual/lgpl-2.1.texi: New file, verbatim from:
46185         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46186         * manual/Makefile (licenses): New variable, list those new file names.
46187         (texis): Use it.
46188         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46189
46190         * manual/fdl.texi: File removed.
46191         * manual/lesser.texi: File removed.
46192         * manual/libc.texinfo (Copying, Documentation License):
46193         Use new @include file names, put @appendix directive before @include.
46194
46195 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46196
46197         [BZ #12841]
46198         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46199         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46200         (mq_open): Add __NTH.
46201
46202 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46203
46204         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46205         Assume Intel Core i3/i5/i7 processor if AVX is available.
46206
46207 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46208
46209         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46210         typo.
46211
46212 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46213
46214         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46215         memory.  Use alloca_account.  Fix memory leak when retrying.
46216
46217 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46218
46219         * version.h (RELEASE): Bump for 2.14 release.
46220         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46221
46222         * config.make.in (RANLIB): Remove entry.
46223
46224 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46225
46226         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46227         (libc.pot): Work around missing support for .ksh extension in xgettext.
46228
46229         [BZ #12684]
46230         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46231         if both request failed.
46232         (send_dg): In case of server errors clear resplen or *resplen2.
46233
46234         [BZ #12454]
46235         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46236         when there are multiple maps.
46237         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46238         (_dl_fini): Remove test here.
46239
46240         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46241
46242 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46243
46244         [BZ #12350]
46245         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46246         bit from old_res_options.
46247         (gaih_inet): Likewise.
46248
46249         [BZ #11099]
46250         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46251         as signed.
46252
46253         * resolv/res_init.c (res_setoptions): Make the code more compact.
46254
46255         [BZ #11558]
46256         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46257         set RES_USEVC.
46258
46259         [BZ #11634]
46260         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46261
46262         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46263
46264         [BZ #11781]
46265         * malloc/malloc.h: Declare malloc hook variables as volatile.
46266
46267         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46268         in last patch.
46269
46270         [BZ #11799]
46271         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46272         raise in the comment.
46273         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46274         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46275         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46276
46277 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46278
46279         [BZ #12811]
46280         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46281         grow the buffers more if it already has to be sufficient.
46282         (build_wcs_upper_buffer): Likewise.
46283         * posix/regexec.c (check_matching): Likewise.
46284         (clean_state_log_if_needed): Likewise.
46285         (extend_buffers): Don't enlarge buffers beyond size of the input
46286         buffer.
46287         Patches mostly by Emil Wojak <emil@wojak.eu>.
46288         * posix/bug-regex32.c: New file.
46289         * posix/Makefile (tests): Add bug-regex32.
46290
46291         * locale/findlocale.c (_nl_find_locale): Return right away if
46292         _nl_explode_name failed.
46293         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46294
46295         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46296
46297         * debug/xtrace.sh: Unify messages.
46298         * malloc/memusage.sh: Likewise.
46299
46300         [BZ #12813]
46301         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46302         time symbol from vDSO.  Substitute with vsyscall if not available.
46303         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46304         __vdso_time.
46305
46306         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46307         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46308         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46309         Add sendmmsg and internal_sendmmsg.
46310         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46311         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46312         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46313
46314         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46315         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46316         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46317
46318 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46319
46320         [BZ #12813]
46321         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46322         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46323         available.
46324         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46325         __vdso_getcpu.
46326
46327         [BZ #12814]
46328         * iconvdata/Makefile (tests): Add bug-iconv9.
46329         * iconvdata/bug-iconv9.c: New file.
46330
46331 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46332
46333         [BZ #12814]
46334         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46335
46336 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46337
46338         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46339         (struct user_regs_struct): Change intcs field back to cs.
46340
46341 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46342
46343         * po/ja.po: Update from translation team.
46344
46345 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46346
46347         [BZ #12795]
46348         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46349         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46350
46351 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46352
46353         * stdlib/longlong.h: Update from GCC.
46354
46355 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46356
46357         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46358         parameter name.
46359         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46360         Add parameter name.
46361         (__sysconf): Pass it down.
46362
46363 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46364
46365         [BZ #12671]
46366         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46367         some situations.
46368         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46369         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46370         add in in __libc_use_alloca calls.  Adjust callers.
46371         (glob): Use malloc in some situations.
46372
46373         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46374         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46375         pltexit.
46376
46377 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46378
46379         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46380         and CLOCK_BOOTTIME_ALARM.
46381
46382         [BZ #12782]
46383         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46384         is returned.
46385
46386         * string/_strerror.c (__strerror_r): Print negative errors as signed
46387         numbers.
46388
46389         [BZ #12777]
46390         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46391         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46392         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46393
46394         * configure.in: Fix typo in redirection and correct removal of test
46395         files in two cases.
46396
46397         [BZ #12788]
46398         * locale/setlocale.c (new_composite_name): Fix test to check for
46399         identical name of all categories.
46400
46401         [BZ #12792]
46402         * libio/filedoalloc.c (local_isatty): New function.
46403         (_IO_file_doallocate): Use local_isatty.
46404         * stdio-common/perror.c (perror): In case a new stream is used
46405         forward the stream error.
46406         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46407         error flag.
46408
46409 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46410
46411         [BZ #11869]
46412         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46413         alloca.
46414         * include/alloca.h (extend_alloca_account): Define.
46415
46416         [BZ #11857]
46417         * posix/regex.h: Fix comments with documentation of user-accessible
46418         fields after compilation and describe correct free'ing of pattern
46419         after re_compile_pattern.
46420         Patch by Reuben Thomas <rrt@sc3d.org>.
46421
46422 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
46423
46424         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
46425         and -mno-altivec to prevent the compiler from using Altivec and/or
46426         VSX instructions when the corresponding registers are not available.
46427
46428 2011-05-19  Andreas Schwab  <schwab@redhat.com>
46429
46430         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
46431
46432 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
46433
46434         * libio/freopen.c (freopen): Use __dup2, not dup2.
46435         * libio/freopen64.c (freopen64): Likewise.
46436
46437 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
46438
46439         [BZ #12775]
46440         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
46441         * math/Makefile (tests): Add test-powl.
46442         (CFLAGS-test-powl.c): Define.
46443         * math/test-powl.c: New file.
46444
46445 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
46446
46447         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
46448
46449 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
46450
46451         [BZ #11837]
46452         * iconvdata/gb18030.c: Update to GB18020-2005.
46453
46454 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
46455
46456         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
46457         RE_SYNTAX_POSIX_AWK): Update to match recent development.
46458         Patch by Aharon Robbins <arnold@skeeve.com>.
46459
46460         [BZ #11892]
46461         * stdlib/putenv.c (putenv): Don't always create copy of the variable
46462         on the stack.
46463
46464         [BZ #11895]
46465         * misc/pselect.c (__pselect): Handle timeout value errors hidden
46466         through underflows.
46467
46468         [BZ #12766]
46469         * misc/error.c (error_at_line): Ensure file_name and old_file_name
46470         point to strings before performing equality test for error_one_per_line
46471         mode.
46472
46473         [BZ #11697]
46474         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
46475
46476         [BZ #11820]
46477         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46478         (struct user_fpregs_struct): Avoid __uint*_t types.
46479
46480         [BZ #6420]
46481         * malloc/mtrace.c (tr_where): Add additional parameter to point to
46482         symbol info.  Use it instead of calling _dl_addr locally.
46483         (lock_and_info): New function.
46484         (tr_freehook): Call lock_and_info and pass symbol info as additional
46485         parameter to tr_where.
46486         (tr_mallochook): Likewise.
46487         (tr_reallochook): Likewise.
46488         (tr_memalignhook): Likewise.
46489
46490         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
46491         used and couldn't be at all thread-safe.
46492
46493 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
46494
46495         * libio/freopen.c (freopen): Don't close old file descriptor
46496         before the new one is opened.  Instead dup the new file descriptor
46497         to the old one after the new stream is created.
46498         * libio/freopen64.c (freopen64): Likewise.
46499         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
46500         * libio/fileops.c (_IO_new_file_close_it): Handle new
46501         _IO_FLAGS2_NOCLOSE flag.
46502         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
46503         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
46504         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
46505         _IO_FLAGS2_NOCLOSE flag.
46506         * include/unistd.h: Add hidden_proto for dup3.
46507         Define __have_dup3.
46508         * io/dup3.c: Define hidden symbol.
46509         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
46510
46511         [BZ #7101]
46512         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
46513         when an incomplete long option is used.
46514         * posix/tst-getopt_long1.c: New file.
46515         * posix/Makefile (tests): Add tst-getopt_long1.
46516
46517         [BZ #10138]
46518         * scripts/config.guess: Update from autoconf-2.68.
46519         * scripts/config.sub: Likewise.
46520
46521         [BZ #10157]
46522         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
46523         tests into ...
46524         (has_cpuclock): ...this.  New function.
46525         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
46526         macro here based on has_cpuclock code.
46527
46528         [BZ #10149]
46529         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46530         First byte (not low byte) is now always NUL.
46531         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
46532
46533         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46534         Use non-cancelable interfaces.
46535
46536         [BZ #9809]
46537         * locale/iso-639.def: Add entry for Sorani.
46538
46539         [BZ #11901]
46540         * include/stdlib.h: Move include protection to the right place.
46541         Define abort_msg_s.  Declare __abort_msg with it.
46542         * stdlib/abort.c (__abort_msg): Adjust type.
46543         * assert/assert.c (__assert_fail_base): New function.  Majority
46544         of code from __assert_fail.  Allocate memory for __abort_msg with
46545         mmap.
46546         (__assert_fail): Now call __assert_fail_base.
46547         * assert/assert-perr.c: Remove bulk of implementation.  Use
46548         __assert_fail_base.
46549         * include/assert.hL Declare __assert_fail_base.
46550         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
46551         mmap.
46552         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
46553
46554 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
46555
46556         [BZ #11952]
46557         [BZ #12453]
46558         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
46559         until all modules are registered in the DTV.
46560         * elf/Makefile: Add rules to build and run tst-tls19.
46561         * elf/tst-tls19.c: New file.
46562         * elf/tst-tls19mod1.c: New file.
46563         * elf/tst-tls19mod2.c: New file.
46564         * elf/tst-tls19mod3.c: New file.
46565         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
46566
46567         [BZ #12083]
46568         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
46569         correctly.
46570
46571         [BZ #12601]
46572         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
46573         two-byte sequence errors.
46574         * iconvdata/Makefile (tests): Add bug-iconv8.
46575         * iconvdata/bug-iconv8.c: New file.
46576
46577         [BZ #12626]
46578         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
46579         buf2 definition.
46580
46581         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
46582
46583         [BZ #12432]
46584         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
46585         (dummy_getcfa): New function.
46586         (init): Get _Unwind_GetCFA address, use dummy if not found.
46587         (backtrace_helper): In recursion check, also check whether CFA changes.
46588         (__backtrace): Completely initialize arg.
46589
46590         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
46591         storing incomplete byte sequence in state object.  Avoid testing for
46592         guaranteed too small input if we know there is enough data available.
46593
46594 2011-05-11  Andreas Schwab  <schwab@redhat.com>
46595
46596         * Makeconfig (+link-pie): Indent.
46597         * Rules (binaries-pie): Define if $(have-fpie) and
46598         $(build-shared).
46599         (binaries-shared): Also filter out $(binaries-pie).
46600         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
46601         * nscd/Makefile (others-pie): Add nscd.
46602         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
46603         ($(objpfx)nscd): Remove command override.
46604         * login/Makefile (others-pie): Add pt_chown.
46605         ($(objpfx)pt_chown): Remove command override.
46606         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
46607         remove command overrides.
46608
46609 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
46610
46611         * libio/tst_putwc.c: Fix error messages.
46612
46613         [BZ #12724]
46614         * libio/fileops.c (_IO_new_file_close_it): Always flush when
46615         currently writing and seek to current position when not.
46616         * libio/Makefile (tests): Add bug-fclose1.
46617         * libio/bug-fclose1.c: New file.
46618
46619 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
46620
46621         [BZ #12511]
46622         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
46623         don't set DF_1_NODELETE here.
46624         (do_lookup_x): When entering new entry test for copy relocation
46625         and if necessary set DF_1_NODELETE flag.
46626         * elf/tst-unique4.cc: New file.
46627         * elf/tst-unique4.h: New file.
46628         * elf/tst-unique4lib.cc: New file.
46629         * elf/Makefile: Add rules to build and run tst-unique4.
46630         Patch by Piotr Bury <pbury@goahead.com>.
46631
46632 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
46633
46634         [BZ #12052]
46635         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
46636
46637         [BZ #12625]
46638         * misc/mntent_r.c (addmntent): Flush the stream after the output
46639
46640         [BZ #12393]
46641         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
46642         (is_trusted_path_normalize): Skip initial colon.  Append slash
46643         to empty buffer.  Duplicate is_trusted_path code but allow
46644         constructed patch to be prefix.
46645         (is_dst): Allow $ORIGIN followed by /.
46646         (_dl_dst_substitute): Correct clearing of check_for_trusted.
46647         Correct testing of result of is_trusted_path_normalize
46648         (decompose_rpath): Fix warning.
46649
46650 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
46651
46652         [BZ #11257]
46653         * grp/initgroups.c (internal_getgrouplist): When we found the service
46654         list through the initgroups entry in nsswitch.conf do not always
46655         continue on a successful lookup.  Don't always use the
46656         __nss_group_database value if it is set.
46657         * nss/nsswitch.conf (initgroups): Change action for successful db
46658         lookup to continue for compatibility.
46659
46660 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
46661
46662         [BZ #11532]
46663         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
46664         and CP774 modules.
46665         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
46666         and CP774 modules.
46667         * iconvdata/tst-tables.sh: Likewise.
46668         * iconvdata/cp770.c: New file.
46669         * iconvdata/cp771.c: New file.
46670         * iconvdata/cp772.c: New file.
46671         * iconvdata/cp773.c: New file.
46672         * iconvdata/cp774.c: New file.
46673         * iconvdata/testdata/CP770: New file.
46674         * iconvdata/testdata/CP770..UTF8: New file.
46675         * iconvdata/testdata/CP771: New file.
46676         * iconvdata/testdata/CP771..UTF8: New file.
46677         * iconvdata/testdata/CP772: New file.
46678         * iconvdata/testdata/CP772..UTF8: New file.
46679         * iconvdata/testdata/CP773: New file.
46680         * iconvdata/testdata/CP773..UTF8: New file.
46681         * iconvdata/testdata/CP774: New file.
46682         * iconvdata/testdata/CP774..UTF8: New file.
46683
46684         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
46685         END CHARMAP line.
46686         * iconvdata/gen-8bit-gap.sh: Likewise.
46687         * iconvdata/gen-8bit.sh: Likewise.
46688
46689         * locale/iso-639.def: Add ary entry.
46690
46691         [BZ #11258]
46692         * locale/C-translit.h.in: Add U20A1 transliteration.
46693
46694         [BZ #12178]
46695         * locale/iso-639.def: Add wae entry.
46696         Patch by Kevin Bortis <bortis@translate-wae.ch>.
46697
46698         [BZ #12545]
46699         * locale/programs/localedef.c (construct_output_path): Use ssize_t
46700         for n.
46701
46702         [BZ #12711]
46703         * locale/C-translit.h.in: Add entry for U20B9.
46704         Patch by pravin.d.s@gmail.com.
46705
46706 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
46707
46708         [BZ #12713]
46709         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
46710         ENAMETOOLONG use generic getcwd.
46711         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
46712         in rtld.  Use *stat64.
46713         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
46714         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
46715         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
46716         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
46717         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
46718         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
46719         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
46720         __fstatat64 macros.
46721         * include/dirent.h: Add libc_hidden_proto for rewinddir.
46722         * dirent/rewinddir.c: Add libc_hidden_def.
46723         * sysdeps/mach/hurd/rewinddir.c: Likewise.
46724         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
46725
46726         * include/dirent.h (__alloc_dir): Add flags parameter.
46727         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
46728         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
46729         __alloc_dir.
46730         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
46731         from fdopendir if O_CLOEXEC is already set.
46732
46733 2011-03-15  Alan Modra  <amodra@gmail.com>
46734
46735         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
46736         l_tls_firstbyte_offset non-zero.  Save padding offset in
46737         l_tls_firstbyte_offset for later use.
46738         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
46739         freeing static tls block.
46740
46741 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
46742
46743         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
46744         where #ifdef was intended.  The intent is to prevent ARG_MAX from
46745         being defined by the kernel headers.
46746
46747 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
46748
46749         [BZ #12734]
46750         * resolv/resolv.h: Define RES_NOTLDQUERY.
46751         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
46752         no-tld-query and set RES_NOTLDQUERY.
46753         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
46754         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
46755         modern BIND to search name as TLD unless forbidden.
46756
46757 2011-05-07  Petr Baudis  <pasky@suse.cz>
46758             Ulrich Drepper  <drepper@gmail.com>
46759
46760         [BZ #12393]
46761         * elf/dl-load.c (fillin_rpath): Move trusted path check...
46762         (is_trusted_path): ...to here.
46763         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
46764         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
46765         using is_trusted_path_normalize() in setuid scripts.
46766
46767 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46768
46769         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
46770         __BEGIN/__END_DECLS.
46771
46772 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
46773
46774         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
46775         NSS_STATUS_NOTFOUND if no record was found.
46776
46777 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46778
46779         * sunrpc/Makefile (headers): Add rpc/netdb.h.
46780         (headers-not-in-tirpc): Remove rpc/netdb.h
46781         * resolv/netdb.h: Revert last change.
46782
46783 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46784
46785         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
46786         circular dependency between libgcc.a and libc.a.
46787
46788 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46789
46790         * resolv/netdb.h: Don't include <rpc/netdb.h>.
46791         * nis/Makefile: Don't install rpcsvc/*.
46792         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
46793         instead of <rpc/types.h>.
46794         (MAXHOSTNAMELEN): Define.
46795
46796 2011-05-03  Andreas Schwab  <schwab@redhat.com>
46797
46798         * elf/ldconfig.c (add_dir): Don't crash on empty path.
46799
46800 2011-04-28  Maciej Babinski  <mbabinski@google.com>
46801
46802         [BZ #12714]
46803         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
46804         gethostbyname4_r when IPv6 results are possible.
46805
46806 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
46807
46808         [BZ #12723]
46809         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
46810         _PC_PIPE_BUF handling.
46811
46812 2011-04-30  Bruno Haible  <bruno@clisp.org>
46813
46814         [BZ #12717]
46815         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
46816         * resolv/netdb.h (getnameinfo): Change type of flags parameter
46817         to 'int'.
46818         * inet/getnameinfo.c (getnameinfo): Likewise.
46819
46820 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
46821
46822         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
46823         to groups setting in database lookup.
46824         * nss/nsswitch.conf: Add initgroups entry.
46825
46826 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
46827
46828         [BZ #12685]
46829         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
46830         mode string.
46831         Patch by Eric Blake <eblake@redhat.com>.
46832
46833 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
46834
46835         * sunrpc/Makefile (need-export-routines): Add svc_run.
46836         (routines): Remove svc_run.
46837         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
46838         * sunrpc/clnt_perr.c (clnt_perrno): Export.
46839         * sunrpc/svc_run.c (svc_run): Likewise.
46840         * sunrpc/svc_udp.c (svcudp_create): Likewise.
46841
46842 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
46843
46844         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
46845         problem in reallocation in last patch.
46846
46847 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
46848
46849         * sunrpc/Makefile: Move inclusion of Rules.
46850
46851 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46852
46853         * nss/nss_files/files-initgroups.c: New file.
46854         * nss/Makefile (libnss_files-routines): Add files-initgroups.
46855         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
46856         _nss_files_initgroups_dyn.
46857
46858 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
46859
46860         * elf/elf.h (R_ARM_IRELATIVE): Define.
46861
46862 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46863
46864         * po/ru.po: Update from translation team.
46865
46866 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46867
46868         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
46869         dependencies.
46870
46871 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
46872
46873         [BZ #12653]
46874         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
46875         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
46876         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46877         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
46878         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
46879
46880 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
46881
46882         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
46883         differing bytes.
46884         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
46885         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
46886         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46887
46888 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46889
46890         [BZ #12420]
46891         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
46892         storing it.
46893         * stdlib/bug-getcontext.c: New file.
46894         * stdlib/Makefile: Add rules to build and run bug-getcontext.
46895
46896 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46897
46898         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
46899         instructions into .machine "z9-109".
46900         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
46901         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
46902
46903 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46904
46905         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
46906         between environment variables and auxiliary vector.
46907
46908 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
46909
46910         * Makefile: Add rules to build linkobj/libc.so.
46911         * include/libc-symbols.h: Define libc_hidden_nolink.
46912         * include/rpc/auth.h: Mark functions which are to be hidden.
46913         * include/rpc/auth_des.h: Likewise.
46914         * include/rpc/auth_unix.h: Likewise.
46915         * include/rpc/clnt.h: Likewise.
46916         * include/rpc/des_crypt.h: Likewise.
46917         * include/rpc/key_prot.h: Likewise.
46918         * include/rpc/pmap_clnt.h: Likewise.
46919         * include/rpc/pmap_prot.h: Likewise.
46920         * include/rpc/pmap_rmt.h: Likewise.
46921         * include/rpc/rpc_msg.h: Likewise.
46922         * include/rpc/svc.h: Likewise.
46923         * include/rpc/svc_auth.h: Likewise.
46924         * include/rpc/xdr.h: Likewise.
46925         * nis/Makefile: Link all DSOs against linkobj/libc.so.
46926         * nss/Makefile: Likewise.
46927         * sunrpc/Makefile: Don't install headers.  Build library with normal
46928         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
46929         * sunrpc/auth_des.c: Hide exported symbols by default, export some
46930         for the compat linking library.  Remove use of INTDEF/INTUSE.
46931         * sunrpc/auth_none.c: Likewise.
46932         * sunrpc/auth_unix.c: Likewise.
46933         * sunrpc/authdes_prot.c: Likewise.
46934         * sunrpc/authuxprot.c: Likewise.
46935         * sunrpc/clnt_gen.c: Likewise.
46936         * sunrpc/clnt_perr.c: Likewise.
46937         * sunrpc/clnt_raw.c: Likewise.
46938         * sunrpc/clnt_simp.c: Likewise.
46939         * sunrpc/clnt_tcp.c: Likewise.
46940         * sunrpc/clnt_udp.c: Likewise.
46941         * sunrpc/clnt_unix.c: Likewise.
46942         * sunrpc/des_crypt.c: Likewise.
46943         * sunrpc/des_soft.c: Likewise.
46944         * sunrpc/get_myaddr.c: Likewise.
46945         * sunrpc/key_call.c: Likewise.
46946         * sunrpc/key_prot.c: Likewise.
46947         * sunrpc/netname.c: Likewise.
46948         * sunrpc/pm_getmaps.c: Likewise.
46949         * sunrpc/pm_getport.c: Likewise.
46950         * sunrpc/pmap_clnt.c: Likewise.
46951         * sunrpc/pmap_prot.c: Likewise.
46952         * sunrpc/pmap_prot2.c: Likewise.
46953         * sunrpc/pmap_rmt.c: Likewise.
46954         * sunrpc/publickey.c: Likewise.
46955         * sunrpc/rpc_cmsg.c: Likewise.
46956         * sunrpc/rpc_common.c: Likewise.
46957         * sunrpc/rpc_dtable.c: Likewise.
46958         * sunrpc/rpc_prot.c: Likewise.
46959         * sunrpc/rpc_thread.c: Likewise.
46960         * sunrpc/rtime.c: Likewise.
46961         * sunrpc/svc.c: Likewise.
46962         * sunrpc/svc_auth.c: Likewise.
46963         * sunrpc/svc_authux.c: Likewise.
46964         * sunrpc/svc_raw.c: Likewise.
46965         * sunrpc/svc_run.c: Likewise.
46966         * sunrpc/svc_simple.c: Likewise.
46967         * sunrpc/svc_tcp.c: Likewise.
46968         * sunrpc/svc_udp.c: Likewise.
46969         * sunrpc/svc_unix.c: Likewise.
46970         * sunrpc/svcauth_des.c: Likewise.
46971         * sunrpc/xcrypt.c: Likewise.
46972         * sunrpc/xdr.c: Likewise.
46973         * sunrpc/xdr_array.c: Likewise.
46974         * sunrpc/xdr_float.c: Likewise.
46975         * sunrpc/xdr_intXX_t.c: Likewise.
46976         * sunrpc/xdr_mem.c: Likewise.
46977         * sunrpc/xdr_rec.c: Likewise.
46978         * sunrpc/xdr_ref.c: Likewise.
46979         * sunrpc/xdr_sizeof.c: Likewise.
46980         * sunrpc/xdr_stdio.c: Likewise.
46981
46982 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
46983
46984         [BZ #12650]
46985         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
46986         * sysdeps/ia64/dl-tls.h: Likewise.
46987         * sysdeps/powerpc/dl-tls.h: Likewise.
46988         * sysdeps/s390/dl-tls.h: Likewise.
46989         * sysdeps/sh/dl-tls.h: Likewise.
46990         * sysdeps/sparc/dl-tls.h: Likewise.
46991         * sysdeps/x86_64/dl-tls.h: Likewise.
46992         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
46993
46994 2011-03-14  Andreas Schwab  <schwab@redhat.com>
46995
46996         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
46997         rpath element also skip the following colon.
46998         (expand_dynamic_string_token): Add is_path parameter and pass
46999         down to DL_DST_REQUIRED and _dl_dst_substitute.
47000         (decompose_rpath): Call expand_dynamic_string_token with
47001         non-zero is_path.  Ignore empty rpaths.
47002         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47003         with zero is_path.
47004
47005 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47006
47007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47008         Make cancelable.
47009
47010 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47011
47012         [BZ #12655]
47013         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47014         Patch by Filipe David Manana <fdmanana@apache.org>.
47015
47016 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47017
47018         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47019         Maintain aligned stack.
47020         (CHECK_RSP): Remove unused macro.
47021
47022 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47023
47024         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47025         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47026
47027 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47028
47029         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47030
47031         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47032
47033 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47034
47035         [BZ #12518]
47036         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47037         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47038         * sysdeps/x86_64/memmove.c: New file.
47039         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47040         (memcpy): Renamed to ...
47041         (__new_memcpy): This.
47042         (memcpy): Provide GLIBC_2_14 memcpy.
47043         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47044         (memcpy): Provide GLIBC_2_2_5 memcpy.
47045
47046 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47047
47048         [BZ #12631]
47049         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47050
47051 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47052
47053         * misc/syncfs.c: New file.
47054         * misc/Makefile (routines): Add syncfs.
47055         * posix/unistd.h: Declare syncfs.
47056         * sysdeps/unix/syscalls.list: Add syncfs.
47057
47058 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47059
47060         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47061         open_by_handle_at.
47062         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47063         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47064         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47065         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47066         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47067         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47068         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47069
47070 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47071
47072         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47073         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47074         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47075         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47076         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47077         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47078         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47079
47080         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47081         sync_file_range.c with -fexceptions.
47082         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47083         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47084         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47085         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47086         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47087         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47088         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47089         sync_file_range as cancellation point
47090         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47091         now a wrapper around __call_sync_file_range with cancellation handling.
47092         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47093         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47094         function name to __call_sync_file_range.
47095         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47096         Add call_sync_file_range.
47097
47098 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47099
47100         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47101         bits/timex.h.
47102
47103 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47104
47105         * iconv/iconv.h: Fix typo in comment.
47106         * io/fcntl.h: Likewise.
47107         * libio/stdio.h: Likewise.
47108         * posix/spawn.h: Likewise.
47109         * posix/unistd.h: Likewise.
47110         * stdlib/stdlib.h: Likewise.
47111         * time/time.h: Likewise.
47112         * wcsmbs/wchar.h: Likewise.
47113
47114         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47115         open_by_handle): Add.
47116         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47117         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47118         Augment a few comments.
47119         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47120         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47121         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47122         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47123         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47124         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47125         open_by_handle.
47126
47127         * io/fcntl.h (AT_EMPTY_PATH): Define.
47128
47129 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47130
47131         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47132         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47133         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47134         to...
47135         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47136         * Versions.def: Add GLIBC_2.14.
47137         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47138         Export.
47139
47140 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47141
47142         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47143         round counter.
47144         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47145
47146 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47147
47148         [BZ #12597]
47149         * string/test-strncmp.c (do_page_test): New function.
47150         (check2): Likewise.
47151         (test_main): Call check2.
47152         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47153
47154 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47155
47156         [BZ #12587]
47157         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47158         Handle cache information in CPU leaf 4.
47159         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47160
47161 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47162
47163         [BZ #12583]
47164         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47165         character representation.
47166         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47167
47168 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47169
47170         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47171         END(__isnan) to END(__isnanf) to match function entry point/label
47172         EALIGN(__isnanf,...).
47173
47174 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47175
47176         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47177
47178 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47179
47180         [BZ #12510]
47181         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47182         copy from the symbol referenced in the relocation to initialize the
47183         used variable.
47184         Patch by Piotr Bury <pbury@goahead.com>.
47185         * elf/Makefile: Add rules to build and tst-unique3.
47186         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47187         * elf/tst-unique3.cc: New file.
47188         * elf/tst-unique3.h: New file.
47189         * elf/tst-unique3lib.cc: New file.
47190         * elf/tst-unique3lib2.cc: New file.
47191
47192         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47193
47194 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47195
47196         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47197         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47198         to _start.
47199
47200 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47201
47202         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47203         to-be-loaded object along a path to loader is ld.so.
47204
47205 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47206             Ulrich Drepper  <drepper@gmail.com>
47207
47208         * sysdeps/x86_64/memset.S: After aligning destination, code
47209         branches to different locations depending on the value of
47210         misalignment, when multiarch is enabled. Fix this.
47211
47212 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47213
47214         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47215         Set _x86_64_preferred_memory_instruction for AMD processsors.
47216         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47217         Set bit_Prefer_SSE_for_memop for AMD processors.
47218
47219 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47220
47221         * libio/fmemopen.c (fmemopen): Optimize a bit.
47222
47223 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47224
47225         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47226
47227 2011-03-03  Roland McGrath  <roland@redhat.com>
47228
47229         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47230
47231 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47232
47233         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47234         __bzero_ultra1 instead of __memset_ultra1.
47235
47236 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47237             Ulrich Drepper  <drepper@gmail.com>
47238
47239         [BZ #12509]
47240         * include/link.h (struct link_map): Add l_orig_initfini.
47241         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47242         returning unsuccessfully.
47243         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47244         close of a file loaded at startup, restore the original l_initfini
47245         list.
47246         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47247         list, store the pointer.
47248         * elf/Makefile ($(objpfx)noload-mem): New rule.
47249         (noload-ENV): Define.
47250         (tests): Add $(objpfx)noload-mem.
47251         * elf/noload.c: Include <memcheck.h>.
47252         (main): Call mtrace.  Close all opened handles.
47253
47254 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47255
47256         [BZ #12454]
47257         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47258         dependencies are missing.
47259
47260 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47261
47262         Fix __if_freereq crash: Unlike the generic version which uses free,
47263         Hurd needs munmap.
47264         * sysdeps/mach/hurd/ifreq.h: New file.
47265
47266 2011-01-27  Petr Baudis  <pasky@suse.cz>
47267             Ulrich Drepper  <drepper@gmail.com>
47268
47269         [BZ 12445]#
47270         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47271         to extend_alloca().
47272         * stdio-common/bug23.c: New file.
47273         * stdio-common/Makefile (tests): Add bug23.
47274
47275 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47276             Ulrich Drepper  <drepper@gmail.com>
47277
47278         [BZ #12489]
47279         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47280         before performing relro protection.  At old place add assertion
47281         to make sure nothing changed.
47282
47283 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47284             Glauber de Oliveira Costa  <glommer@gmail.com>
47285
47286         * elf/elf.h: Add new ARM TLS relocs.
47287
47288 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47289
47290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47291         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47292         cast from r3.
47293         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47294         'tests' variable.
47295         * sysdeps/wordsize-64/tst-writev.c: New file.
47296
47297 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47298
47299         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47300         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47301         insns in _dl_start to prevent a TOC reference before relocs are
47302         resolved.
47303
47304 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47305
47306         [BZ #12469]
47307         * Makeconfig: Remove RANLIB definition.
47308         * Makerules: Don't use RANLIB.
47309         * aclocal.m4: Remove ranlib test.
47310         * configure.in: No need to check for ranlib.
47311         * elf/rtld-Rules: Don't use RANLIB.
47312
47313 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47314
47315         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47316         protection macro.
47317         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47318         inclusion protection macro.
47319
47320         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47321         SIGRTMIN and SIGRTMAX and print information in that case only when
47322         SIGRTMIN is defined.
47323
47324 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47325
47326         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47327         arginfo fn returning -1.
47328
47329         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47330         and thousands string is zero terminated.
47331
47332 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47333
47334         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47335         sysdeps/unix/sysv/linux/bits/socket.h.
47336
47337 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47338
47339         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47340         (__CPU_COUNT): Remove old macros.
47341         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47342         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47343         (__CPU_ALLOC, __CPU_FREE): Add macros.
47344         (__sched_cpualloc, __sched_cpufree): Add declarations.
47345
47346 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47347
47348         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47349         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47350         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47351         (readdhstai): Return value of addhstaiX call.
47352         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47353         (addgrbyX): Return value returned by cache_addgr.
47354         (readdgrbyname): Return value returned by addgrbyX.
47355         (readdgrbygid): Likewise.
47356         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47357         (addpwbyX): Return value returned by cache_addpw.
47358         (readdpwbyname): Return value returned by addhstbyX.
47359         (readdpwbyuid): Likewise.
47360         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47361         (addservbyX): Return value returned by cache_addserv.
47362         (readdservbyname): Return value returned by addservbyX:
47363         (readdservbyport): Likewise.
47364         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47365         (addhstbyX): Return value returned by cache_addhst.
47366         (readdhstbyname): Return value returned by addhstbyX.
47367         (readdhstbyaddr): Likewise.
47368         (readdhstbynamev6): Likewise.
47369         (readdhstbyaddrv6): Likewise.
47370         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47371         (readdinitgroups): Return value returned by addinitgroupsX.
47372         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47373         (prune_cache): Keep track of timeout value of re-added entries.
47374         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47375         * nscd/nscd.h: Adjust prototypes of readd* functions.
47376
47377 2011-02-04  Roland McGrath  <roland@redhat.com>
47378
47379         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47380         (nis_stats): Likewise.
47381         * nis/nis_modify.c (nis_modify): Likewise.
47382         * nis/nis_remove.c (nis_remove): Likewise.
47383         * nis/nis_add.c (nis_add): Likewise.
47384
47385         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47386
47387         * posix/fnmatch_loop.c: Add some consts.
47388
47389         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47390
47391 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47392
47393         [BZ #12460]
47394         * config.make.in (config-cflags-novzeroupper): Define.
47395         * configure.in: Substitute libc_cv_cc_novzeroupper.
47396         * elf/Makefile (AVX-CFLAGS): Define.
47397         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47398         (CFLAGS-tst-auditmod4a.c): Likewise.
47399         (CFLAGS-tst-auditmod4b.c): Likewise.
47400         (CFLAGS-tst-auditmod6b.c): Likewise.
47401         (CFLAGS-tst-auditmod6c.c): Likewise.
47402         (CFLAGS-tst-auditmod7b.c): Likewise.
47403         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47404
47405 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47406
47407         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47408         function to the callback.
47409         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47410
47411 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47412
47413         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47414         of errno.
47415
47416 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47417
47418         [BZ #11724]
47419         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47420         of constructors.
47421         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
47422         of destructors.
47423         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
47424
47425         [BZ #11724]
47426         * elf/Makefile: Add rules to build and run new test.
47427         * elf/tst-initorder.c: New file.
47428         * elf/tst-initorder.exp: New file.
47429         * elf/tst-initordera1.c: New file.
47430         * elf/tst-initordera2.c: New file.
47431         * elf/tst-initordera3.c: New file.
47432         * elf/tst-initordera4.c: New file.
47433         * elf/tst-initorderb1.c: New file.
47434         * elf/tst-initorderb2.c: New file.
47435         * elf/tst-order-a1.c: New file.
47436         * elf/tst-order-a2.c: New file.
47437         * elf/tst-order-a3.c: New file.
47438         * elf/tst-order-a4.c: New file.
47439         * elf/tst-order-b1.c: New file.
47440         * elf/tst-order-b2.c: New file.
47441         * elf/tst-order-main.c: New file.
47442         New test case by George Gensure <werkt0@gmail.com>.
47443
47444 2010-10-01  Andreas Schwab  <schwab@redhat.com>
47445
47446         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47447         decoding ACE if AI_CANONIDN.
47448
47449 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
47450
47451         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
47452
47453 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
47454
47455         * version.h (RELEASE): Bump for 2.13 release.
47456         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
47457
47458         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
47459
47460         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
47461         MADV_NOHUGEPAGE.
47462         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
47463         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
47464         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47465         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47466         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47467         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47468
47469         * posix/getconf.c: Update copyright year.
47470         * catgets/gencat.c: Likewise.
47471         * csu/version.c: Likewise.
47472         * debug/catchsegv.sh: Likewise.
47473         * debug/xtrace.sh: Likewise.
47474         * elf/ldconfig.c: Likewise.
47475         * elf/ldd.bash.in: Likewise.
47476         * elf/sprof.c (print_version): Likewise.
47477         * iconv/iconv_prog.c: Likewise.
47478         * iconv/iconvconfig.c: Likewise.
47479         * locale/programs/locale.c: Likewise.
47480         * locale/programs/localedef.c: Likewise.
47481         * malloc/memusage.sh: Likewise.
47482         * malloc/mtrace.pl: Likewise.
47483         * nscd/nscd.c (print_version): Likewise.
47484         * nss/getent.c: Likewise.
47485
47486         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
47487         PF_CAIF, and PF_ALG.
47488         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47489
47490 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
47491
47492         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
47493         (modules-names): Use them.
47494         (ifunc-test-modules, ifunc-pie-tests): Define.
47495         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
47496         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
47497         (test-extras): Likewise.
47498         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
47499         $(compile-command.c).
47500         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
47501         (all-built-dso): Define.
47502         (check-textrel.out, check-execstack.out): Depend on it.
47503
47504         * configure.in: Don't override --enable-multi-arch.
47505
47506 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
47507
47508         [BZ #6812]
47509         * nscd/hstcache.c (tryagain): Define.
47510         (cache_addhst): Return tryagain not notfound for temporary errors.
47511         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
47512         failed.
47513
47514 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
47515
47516         [BZ #10563]
47517         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
47518         to make the syscall.
47519         * sysdeps/unix/sysv/linux/setgroups.c: New file.
47520
47521         [BZ #12378]
47522         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
47523         and fall back to matching as normal character if the string ends before
47524         the matching ']' is found.  This is what POSIX requires.
47525         * posix/testfnm.c: Adjust test result.
47526         * posix/globtest.sh: Adjust test result.  Add new test.
47527         * posix/tst-fnmatch.input: Likewise.
47528         * posix/tst-fnmatch2.c: Add new test.
47529
47530 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
47531
47532         * elf/Makefile (check-execstack): Revert last change.  Depend on
47533         check-execstack.h.
47534         (check-execstack.h): New target.
47535         (generated): Add check-execstack.h.
47536         * elf/check-execstack.c: Include "check-execstack.h".
47537         (main): Revert last change.
47538         (handle_file): Return zero if GNU_STACK is absent and
47539         DEFAULT_STACK_PERMS doesn't include PF_X.
47540
47541 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
47542
47543         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
47544         in child fails because the descriptor is already closed.
47545         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
47546         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
47547         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
47548
47549         [BZ #12397]
47550         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
47551         syscall.
47552
47553         [BZ #10484]
47554         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
47555         temporary buffer used to handle multi lookups locally.
47556         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
47557
47558 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47559
47560         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
47561         loader is ld.so.
47562
47563 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
47564
47565         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
47566         alignment for SSE2.
47567
47568 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47569
47570         [BZ #12394]
47571         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
47572         characters.  When rounding increased number of integer digits recompute
47573         number of groups.
47574         * stdio-common/tst-grouping.c: New file.
47575         * stdio-common/Makefile: Add rules to build and run tst-grouping.
47576
47577 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
47578
47579         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
47580         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
47581
47582         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
47583         void.
47584         * bits/select.h: Likewise.
47585
47586 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
47587
47588         * po/ja.po: Update from translation team.
47589
47590 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
47591
47592         [BZ #11155]
47593         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
47594         implementation just like for lxstat, fxstatat, et al.
47595
47596 2010-12-27  Jim Meyering  <meyering@redhat.com>
47597
47598         [BZ #12348]
47599         * posix/regexec.c (build_trtable): Return failure indication upon
47600         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
47601
47602 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
47603
47604         [BZ #12201]
47605         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
47606         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
47607         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
47608         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
47609
47610         [BZ #12207]
47611         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
47612
47613         [BZ #12204]
47614         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
47615         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
47616
47617 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
47618
47619         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
47620         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
47621         script has SORT_BY_INIT_PRIORITY.
47622         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
47623         NO_CTORS_DTORS_SECTIONS is defined.
47624         * elf/soinit.c: Likewise.
47625         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
47626         NO_CTORS_DTORS_SECTIONS is defined.
47627         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
47628         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
47629         * sysdeps/sh/init-first.c: Likewise.
47630         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
47631
47632 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
47633
47634         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
47635         always use the slow path.
47636
47637 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
47638
47639         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
47640         similar rule which adds the sysdep directories to the header search in
47641         order to pick up the correct platform stackinfo.h.
47642         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
47643         perform test if it is, otherwise return successfully without testing.
47644         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
47645         DEFAULT_STACK_PERMS define in stackinfo.h.
47646         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
47647         defined in stackinfo.h.
47648         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
47649         DEFAULT_STACK_PERMS defined in stackinfo.h.
47650         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
47651         * sysdeps/ia64/stackinfo.h: Likewise.
47652         * sysdeps/s390/stackinfo.h: Likewise.
47653         * sysdeps/sh/stackinfo.h: Likewise.
47654         * sysdeps/sparc/stackinfo.h: Likewise.
47655         * sysdeps/x86_64/stackinfo.h: Likewise.
47656         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
47657         PF_X for powerpc64.  Retain PF_X for powerpc32.
47658
47659 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
47660
47661         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
47662         accurately.
47663         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
47664         GETDENTS_64BIT_ALIGNED.
47665
47666 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
47667
47668         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
47669
47670 2010-12-10  Andreas Schwab  <schwab@redhat.com>
47671
47672         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
47673         _GNU_SOURCE.
47674
47675         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
47676         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
47677         Remove __restrict.
47678         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
47679         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
47680
47681 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
47682
47683         [BZ #11655]
47684         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
47685         are initialized.
47686
47687 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
47688
47689         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
47690
47691 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
47692
47693         * po/it.po: Update from translation team.
47694
47695 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
47696
47697         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
47698         unused codes.
47699
47700 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
47701
47702         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
47703
47704 2010-11-24  Andreas Schwab  <schwab@redhat.com>
47705
47706         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
47707         specially.
47708         (gaih_getanswer_slice): Likewise.
47709
47710 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
47711
47712         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
47713
47714 2010-05-31  Petr Baudis  <pasky@suse.cz>
47715
47716         [BZ #11149]
47717         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
47718         silently even in the chroot mode.
47719
47720 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
47721
47722         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
47723         last patch a bit.  Pretty printing
47724
47725 2010-05-31  Petr Baudis <pasky@suse.cz>
47726
47727         [BZ #10085]
47728         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
47729         initialization of skip_initgroups_dyn.
47730
47731 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
47732
47733         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
47734         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47735
47736 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
47737
47738         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
47739
47740 2010-11-11  Andreas Schwab  <schwab@redhat.com>
47741
47742         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
47743         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
47744         (tst-fnmatch-ENV): Set MALLOC_TRACE.
47745         ($(objpfx)tst-fnmatch-mem): New rule.
47746         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
47747         * posix/tst-fnmatch.c (main): Call mtrace.
47748
47749 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
47750
47751         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47752         Support Intel processor model 6 and model 0x2c.
47753
47754 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
47755
47756         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
47757           signed comparison.
47758
47759 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
47760
47761         [BZ #12205]
47762         * string/test-strncasecmp.c (check_result): New function.
47763         (do_one_test): Use it.
47764         (check1): New function.
47765         (test_main): Use it.
47766         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
47767         Support strcasecmp and strncasecmp.
47768
47769 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
47770
47771         [BZ #12194]
47772         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
47773         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47774
47775 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
47776
47777         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
47778         IFUNC support.
47779         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47780         memset-x86-64.
47781         * sysdeps/x86_64/multiarch/bzero.S: New file.
47782         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
47783         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
47784         * sysdeps/x86_64/multiarch/memset.S: New file.
47785         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
47786         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47787         Set bit_Prefer_SSE_for_memop for Intel processors.
47788         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
47789         Define.
47790         (index_Prefer_SSE_for_memop): Define.
47791         (HAS_PREFER_SSE_FOR_MEMOP): Define.
47792
47793 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
47794
47795         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
47796         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
47797
47798 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
47799
47800         [BZ #12191]
47801         * sysdeps/i386/i686/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
47806         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47807         (__x86_64_raw_data_cache_size_half): Likewise.
47808         (__x86_64_raw_shared_cache_size): Likewise.
47809         (__x86_64_raw_shared_cache_size_half): Likewise.
47810         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
47811         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
47812         and __x86_64_raw_shared_cache_size_half.  Round
47813         __x86_64_data_cache_size_half, __x86_64_data_cache_size
47814         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
47815         to multiple of 256 bytes.
47816
47817 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
47818
47819         [BZ #12167]
47820         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
47821         of inacessible symlinks.  Verify result of symlink before returning it.
47822         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
47823         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
47824
47825 2010-10-28  Erich Ritz  <erichritz@gmail.com>
47826
47827         * math/math.h (isinf): Fix typo in comment.
47828
47829 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
47830
47831         * po/da.po: Update from translation team.
47832
47833 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
47834
47835         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
47836         is added to the list.
47837
47838 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47839             Ulrich Drepper  <drepper@gmail.com>
47840
47841         * elf/dl-object.c (_dl_new_object): Don't append the new object to
47842         the global list here.  Move code to...
47843         (_dl_add_to_namespace_list): ...here.  New function.
47844         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
47845         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
47846         * elf/dl-load.c (lose): Don't remove the element from the list.
47847         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
47848         (_dl_map_object): Likewise.
47849
47850 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
47851
47852         [BZ #12159]
47853         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
47854         into all bytes of SSE register.
47855         Patch by Richard Li <richardpku@gmail.com>.
47856
47857 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
47858
47859         [BZ #12140]
47860         * malloc/malloc.c (_int_free): Fill correct number of bytes when
47861         perturbing.
47862
47863 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
47864
47865         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
47866         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
47867         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
47868         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
47870         submachine.
47871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
47872
47873 2010-10-22  Andreas Schwab  <schwab@redhat.com>
47874
47875         * include/dlfcn.h (__RTLD_SECURE): Define.
47876         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
47877         mode & __RTLD_SECURE instead.
47878         (open_path): Rename preloaded parameter to secure.
47879         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
47880         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
47881         * elf/dl-deps.c (openaux): Likewise.
47882         * elf/rtld.c (struct map_args): Remove is_preloaded.
47883         (map_doit): Don't use it.
47884         (dl_main): Likewise.
47885         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
47886         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
47887
47888 2010-09-09  Andreas Schwab  <schwab@redhat.com>
47889
47890         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
47891         (sysd-rules-targets): Remove duplicates.
47892         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
47893         rtld-%.$o dependency.
47894
47895 2010-10-18  Andreas Schwab  <schwab@redhat.com>
47896
47897         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
47898         _dl_map_object do it.
47899
47900 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
47901
47902         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
47903         fast fma builtins, define the macros in the C99 standard.
47904         (FP_FAST_FMAF): Likewise.
47905         (FP_FAST_FMAL): Likewise.
47906         * sysdeps/x86_64/bits/mathdef.h: Likewise.
47907
47908         * bits/mathdef.h: Update copyright year.
47909         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47910
47911 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
47912
47913         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
47914         builtins, define the macros in the C99 standard.
47915         (FP_FAST_FMAF): Likewise.
47916         (FP_FAST_FMAL): Likewise.
47917         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
47918         multiply/add.
47919         (FP_FAST_FMAF): Likewise.
47920
47921 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
47922
47923         [BZ #3268]
47924         * math/libm-test.inc (fma_test): Some new testcases.
47925         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
47926         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
47927         y and infinite z.  Do multiplication by C already in long double.
47928         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
47929         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
47930         y and infinite z.  Do bitwise or of inexact bit into u.d.
47931         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
47932         * sysdeps/i386/fpu/s_fmaf.S: Removed.
47933         * sysdeps/i386/fpu/s_fma.S: Removed.
47934         * sysdeps/i386/fpu/s_fmal.S: Removed.
47935
47936 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
47937
47938         [BZ #3268]
47939         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
47940         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
47941         computation is not scheduled after fetestexcept.  Fix value
47942         of minimum denormal long double.
47943
47944 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
47945
47946         [BZ #3268]
47947         * math/libm-test.inc (fma_test): Add some more tests.
47948         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
47949         correctly.
47950
47951 2010-10-15  Andreas Schwab  <schwab@redhat.com>
47952
47953         * scripts/data/localplt-s390-linux-gnu.data: New file.
47954         * scripts/data/localplt-s390x-linux-gnu.data: New file.
47955
47956 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
47957
47958         [BZ #3268]
47959         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
47960         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
47961         instead of dbl-64.
47962         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
47963         inlines.
47964         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
47965         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
47966         if one of x and y is very large and the other is subnormal.
47967         * sysdeps/s390/fpu/s_fmaf.c: New file.
47968         * sysdeps/s390/fpu/s_fma.c: New file.
47969         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
47970         * sysdeps/powerpc/fpu/s_fma.S: New file.
47971         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
47972         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
47973         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
47974
47975 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
47976
47977         [BZ #3268]
47978         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
47979         fma tests.
47980         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
47981         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
47982         * sysdeps/i386/i686/multiarch/s_fma.c: Include
47983         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
47984         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
47985         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
47986         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
47987
47988 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
47989
47990         [BZ #12078]
47991         * posix/regcomp.c (parse_branch): One more memory leak plugged.
47992         * posix/bug-regex31.input: Add test case.
47993
47994 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
47995
47996         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
47997         * posix/bug-regex31.input: New file.
47998
47999         [BZ #12078]
48000         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48001         (parse_sub_exp): Fix last change, use postorder.
48002
48003         * posix/bug-regex31.c: New file.
48004         * posix/Makefile: Add rules to build and run bug-regex31.
48005
48006         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48007
48008         [BZ #12078]
48009         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48010
48011         [BZ #12108]
48012         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48013         to have entries in sys_siglist.
48014
48015         [BZ #12093]
48016         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48017         be NULL.
48018
48019 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48020
48021         [BZ #3268]
48022         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48023         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48024         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48025         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48026         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48027         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48028         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48029         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48030         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48031         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48032         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48033         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48034         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48035         * math/ftestexcept.c (fetestexcept): Likewise.
48036         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48037         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48038         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48039         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48040         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48041         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48042         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48043
48044 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48045
48046         [BZ #12107]
48047         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48048         newline.
48049
48050 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48051
48052         * string/bug-strstr1.c: New file.
48053         * string/Makefile: Add rules to build and run bug-strstr1.
48054
48055 2010-10-05  Eric Blake  <eblake@redhat.com>
48056
48057         [BZ #12092]
48058         * string/str-two-way.h (two_way_long_needle): Always clear memory
48059         when skipping input due to the shift table.
48060
48061 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48062
48063         [BZ #12005]
48064         * malloc/mcheck.c: Handle large requests.
48065
48066         [BZ #12077]
48067         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48068         for strncmp and strncasecmp.
48069         * string/stratcliff.c: Add tests for strcmp and strncmp.
48070         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48071
48072 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48073
48074         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48075         __set_fpscr.
48076
48077 2010-09-30  Andreas Jaeger  <aj@suse.de>
48078
48079         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48080         (CGROUP_SUPER_MAGIC): Define.
48081         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48082         Handle btrfs and cgroup file systems.
48083         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48084         Likewise.
48085
48086 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48087
48088         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48089         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48090
48091 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48092
48093         [BZ #12067]
48094         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48095         trying to locate the ELF header.
48096
48097 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48098
48099         [BZ #11611]
48100         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48101         Mask out sign-bit copies when constructing f_fsid.
48102
48103 2010-09-24  Petr Baudis <pasky@suse.cz>
48104
48105         * debug/stack_chk_fail_local.c: Add missing licence exception.
48106         * debug/warning-nop.c: Likewise.
48107
48108 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48109
48110         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48111         implementing getdents64 using getdents syscall, set d_type if
48112         __ASSUME_GETDENTS32_D_TYPE.
48113
48114 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48115
48116         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48117         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48118
48119 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48120
48121         [BZ #12037]
48122         * posix/unistd.h: Undo change of feature selection for ftruncate from
48123         2010-01-11.
48124
48125 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48126
48127         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48128         detection.
48129
48130 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48131
48132         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48133         fanotify_mark.
48134         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48135
48136 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48137
48138         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48139         variables after CHECK_SP call.
48140         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48141
48142 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48143             Ulrich Drepper  <drepper@redhat.com>
48144
48145         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48146         re-relocationg ld.so.
48147         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48148         _dl_init_paths call.
48149         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48150         here anymore.
48151
48152 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48153
48154         * resolv/res_init.c (__res_vinit): Count the default server we added.
48155
48156 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48157             Ulrich Drepper  <drepper@redhat.com>
48158
48159         [BZ #11968]
48160         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48161         (____longjmp_chk): Use %ebx for saving value across system call.
48162         Add unwind info.
48163
48164 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48165
48166         * manual/Makefile: Don't mix pattern rules with normal rules.
48167
48168 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48169
48170         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48171         operation.
48172         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48173         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48174         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48175         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48176         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48177         Likewise.
48178
48179 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48180
48181         [BZ #11979]
48182         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48183         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48184
48185 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48186
48187         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48188         * sysdeps/x86_64/addmul_1.S: Likewise.
48189         * sysdeps/x86_64/lshift.S: Likewise.
48190         * sysdeps/x86_64/mul_1.S: Likewise.
48191         * sysdeps/x86_64/rshift.S: Likewise.
48192         * sysdeps/x86_64/sub_n.S: Likewise.
48193         * sysdeps/x86_64/submul_1.S: Likewise.
48194
48195 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48196
48197         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48198         Define __sched_param instead of SCHED_* and sched_param when
48199         <bits/sched.h> is included with __need_schedparam defined.
48200         * bits/sched.h [__need_schedparam]
48201         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48202         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48203         (__defined_schedparam): Define to 1.
48204         (__sched_param): New structure, identical to sched_param.
48205         (__need_schedparam): Undefine.
48206
48207 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48208
48209         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48210         (epoll_create1): Declare.
48211
48212         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48213
48214 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48215
48216         [BZ #7066]
48217         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48218         shifting retval into place.
48219
48220 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48221
48222         * nis/rpcsvc/nis.h: Update copyright notice.
48223         * nis/rpcsvc/nis.x: Likewise.
48224         * nis/rpcsvc/nis_callback.h: Likewise.
48225         * nis/rpcsvc/nis_callback.x: Likewise.
48226         * nis/rpcsvc/nis_object.x: Likewise.
48227         * nis/rpcsvc/nis_tags.h: Likewise.
48228         * nis/rpcsvc/yp.h: Likewise.
48229         * nis/rpcsvc/yp.x: Likewise.
48230         * nis/rpcsvc/ypupd.h: Likewise.
48231         * nis/yp_xdr.c: Likewise.
48232         * nis/ypupdate_xdr.c: Likewise.
48233
48234         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48235         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48236         (pmap_getport): Use __libc_rpc_getport.
48237         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48238         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48239         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48240
48241 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48242
48243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48244         fanotify_mark.
48245
48246 2010-08-27  Roland McGrath  <roland@redhat.com>
48247
48248         * sysdeps/i386/i686/multiarch/Makefile
48249         (CFLAGS-varshift.c): New variable.
48250
48251 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48252
48253         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48254         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48255
48256         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48257
48258         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48259
48260 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48261
48262         * sysdeps/x86_64/strlen.S: Unroll the loop.
48263         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48264         strlen-sse2 strlen-sse2-bsf.
48265         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48266         __strlen_no_bsf if bit_Slow_BSF is set.
48267         (__strlen_sse42): Removed.
48268         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48269         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48270
48271 2010-08-25  Roland McGrath  <roland@redhat.com>
48272
48273         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48274         * sysdeps/x86_64/multiarch/varshift.c: New file.
48275         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48276         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48277         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48278         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48279
48280 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48281
48282         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48283         strlen-sse2 strlen-sse2-bsf.
48284         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48285         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48286         (__strlen_sse2): Removed.
48287         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48288         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48289         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48290         bit_Slow_BSF for Atom.
48291         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48292         (index_Slow_BSF): Define.
48293         (HAS_SLOW_BSF): Define.
48294
48295 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48296
48297         [BZ #10851]
48298         * resolv/res_init.c (__res_vinit): When no server address at all
48299         is given default to loopback.
48300
48301 2010-08-24  Roland McGrath  <roland@redhat.com>
48302
48303         * configure.in: Remove config-name.h generation.
48304         * configure: Regenerated.
48305         * config-name.in: File removed.
48306         * scripts/config-uname.sh: New file.
48307         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48308         ($(objdir)config-name.h): New target.
48309
48310         * sunrpc/rpc_parse.h: Avoid nested comment.
48311
48312 2010-08-24  Richard Henderson  <rth@redhat.com>
48313             Ulrich Drepper  <drepper@redhat.com>
48314             H.J. Lu  <hongjiu.lu@intel.com>
48315
48316         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48318         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48319         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48320         _mm_alignr_epi8 with _mm_loadu_si128.
48321         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48322         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48323         (__m128i_shift_right): Removed.
48324         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48325         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48326         * sysdeps/x86_64/multiarch/varshift.h: New file.
48327         * sysdeps/x86_64/multiarch/varshift.S: New file.
48328
48329 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48330
48331         * configure.in: Move assembler checks to before sysdep dir checking.
48332
48333 2010-08-20  Petr Baudis  <pasky@suse.cz>
48334
48335         * LICENSES: Sync the sunrpc license.
48336
48337 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48338
48339         * sunrpc/auth_des.c: Update copyright notice once again.
48340         * sunrpc/auth_none.c: Likewise.
48341         * sunrpc/auth_unix.c: Likewise.
48342         * sunrpc/authdes_prot.c: Likewise.
48343         * sunrpc/authuxprot.c: Likewise.
48344         * sunrpc/bindrsvprt.c: Likewise.
48345         * sunrpc/clnt_gen.c: Likewise.
48346         * sunrpc/clnt_perr.c: Likewise.
48347         * sunrpc/clnt_raw.c: Likewise.
48348         * sunrpc/clnt_simp.c: Likewise.
48349         * sunrpc/clnt_tcp.c: Likewise.
48350         * sunrpc/clnt_udp.c: Likewise.
48351         * sunrpc/clnt_unix.c: Likewise.
48352         * sunrpc/des_crypt.c: Likewise.
48353         * sunrpc/des_soft.c: Likewise.
48354         * sunrpc/get_myaddr.c: Likewise.
48355         * sunrpc/getrpcport.c: Likewise.
48356         * sunrpc/key_call.c: Likewise.
48357         * sunrpc/key_prot.c: Likewise.
48358         * sunrpc/openchild.c: Likewise.
48359         * sunrpc/pm_getmaps.c: Likewise.
48360         * sunrpc/pm_getport.c: Likewise.
48361         * sunrpc/pmap_clnt.c: Likewise.
48362         * sunrpc/pmap_prot.c: Likewise.
48363         * sunrpc/pmap_prot2.c: Likewise.
48364         * sunrpc/pmap_rmt.c: Likewise.
48365         * sunrpc/rpc/auth.h: Likewise.
48366         * sunrpc/rpc/auth_unix.h: Likewise.
48367         * sunrpc/rpc/clnt.h: Likewise.
48368         * sunrpc/rpc/des_crypt.h: Likewise.
48369         * sunrpc/rpc/key_prot.h: Likewise.
48370         * sunrpc/rpc/netdb.h: Likewise.
48371         * sunrpc/rpc/pmap_clnt.h: Likewise.
48372         * sunrpc/rpc/pmap_prot.h: Likewise.
48373         * sunrpc/rpc/pmap_rmt.h: Likewise.
48374         * sunrpc/rpc/rpc.h: Likewise.
48375         * sunrpc/rpc/rpc_des.h: Likewise.
48376         * sunrpc/rpc/rpc_msg.h: Likewise.
48377         * sunrpc/rpc/svc.h: Likewise.
48378         * sunrpc/rpc/svc_auth.h: Likewise.
48379         * sunrpc/rpc/types.h: Likewise.
48380         * sunrpc/rpc/xdr.h: Likewise.
48381         * sunrpc/rpc_clntout.c: Likewise.
48382         * sunrpc/rpc_cmsg.c: Likewise.
48383         * sunrpc/rpc_common.c: Likewise.
48384         * sunrpc/rpc_cout.c: Likewise.
48385         * sunrpc/rpc_dtable.c: Likewise.
48386         * sunrpc/rpc_hout.c: Likewise.
48387         * sunrpc/rpc_main.c: Likewise.
48388         * sunrpc/rpc_parse.c: Likewise.
48389         * sunrpc/rpc_parse.h: Likewise.
48390         * sunrpc/rpc_prot.c: Likewise.
48391         * sunrpc/rpc_sample.c: Likewise.
48392         * sunrpc/rpc_scan.c: Likewise.
48393         * sunrpc/rpc_scan.h: Likewise.
48394         * sunrpc/rpc_svcout.c: Likewise.
48395         * sunrpc/rpc_tblout.c: Likewise.
48396         * sunrpc/rpc_util.c: Likewise.
48397         * sunrpc/rpc_util.h: Likewise.
48398         * sunrpc/rpcinfo.c: Likewise.
48399         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48400         * sunrpc/rpcsvc/key_prot.x: Likewise.
48401         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48402         * sunrpc/rpcsvc/mount.x: Likewise.
48403         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48404         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48405         * sunrpc/rpcsvc/rex.x: Likewise.
48406         * sunrpc/rpcsvc/rstat.x: Likewise.
48407         * sunrpc/rpcsvc/rusers.x: Likewise.
48408         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48409         * sunrpc/rpcsvc/spray.x: Likewise.
48410         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48411         * sunrpc/rtime.c: Likewise.
48412         * sunrpc/svc.c: Likewise.
48413         * sunrpc/svc_auth.c: Likewise.
48414         * sunrpc/svc_authux.c: Likewise.
48415         * sunrpc/svc_raw.c: Likewise.
48416         * sunrpc/svc_run.c: Likewise.
48417         * sunrpc/svc_simple.c: Likewise.
48418         * sunrpc/svc_tcp.c: Likewise.
48419         * sunrpc/svc_udp.c: Likewise.
48420         * sunrpc/svc_unix.c: Likewise.
48421         * sunrpc/svcauth_des.c: Likewise.
48422         * sunrpc/xcrypt.c: Likewise.
48423         * sunrpc/xdr.c: Likewise.
48424         * sunrpc/xdr_array.c: Likewise.
48425         * sunrpc/xdr_float.c: Likewise.
48426         * sunrpc/xdr_mem.c: Likewise.
48427         * sunrpc/xdr_rec.c: Likewise.
48428         * sunrpc/xdr_ref.c: Likewise.
48429         * sunrpc/xdr_sizeof.c: Likewise.
48430         * sunrpc/xdr_stdio.c: Likewise.
48431
48432         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
48433         handling.
48434
48435 2010-08-19  Andreas Schwab  <schwab@redhat.com>
48436
48437         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
48438
48439 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
48440
48441         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
48442         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
48443         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
48444         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
48445         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
48446         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
48447         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
48448         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
48449         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
48450         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
48451         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
48452         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
48453         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
48454         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
48455
48456 2010-07-26  Anton Blanchard  <anton@samba.org>
48457
48458         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
48459         * malloc/arena.c (heap_trim): Likewise.
48460
48461 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
48462
48463         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
48464         here.  Not...
48465         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
48466         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
48467
48468 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
48469
48470         * sysdeps/i386/elf/Makefile: New file.
48471
48472 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48473
48474         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
48475         from fanotify_init.
48476         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
48477         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48478
48479 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
48480
48481         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
48482         of strncasecmp_l.
48483         * sysdeps/multiarch/strcmp.S: Likewise.
48484
48485 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
48486
48487         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48488         strncase_l-nonascii.
48489         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48490         Add strncase_l-ssse3.
48491         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
48492         * sysdeps/x86_64/strcmp.S: Likewise.
48493         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
48494         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
48495         * sysdeps/x86_64/strncase.S: New file.
48496         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
48497         * sysdeps/x86_64/strncase_l.S: New file.
48498         * string/Makefile (strop-tests): Add strncasecmp.
48499         * string/test-strncasecmp.c: New file.
48500
48501         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
48502         warning.
48503
48504         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
48505         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
48506
48507 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48508
48509         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
48510
48511 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
48512
48513         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
48514         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
48515         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
48516
48517 2010-05-01  Alan Modra  <amodra@gmail.com>
48518
48519         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
48520         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
48521         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
48522         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
48523         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
48524         tidying.  Don't tail-call __sigjmp_save for static lib.
48525         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
48526         save location.
48527         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
48528         (CALL_MCOUNT): Add eh info, and nop after bl.
48529         (TAIL_CALL_SYSCALL_ERROR): New macro.
48530         (PSEUDO_RET): Use it.
48531         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
48532         Correct save location of integer regs and cr.
48533         (_dl_profile_resolve): Correct cr save location.  Delete nops
48534         after bl when SHARED.  Reduce cfi size a little by better
48535         placement of cfi directives.
48536         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
48537         make a stack frame.  Instead use parm save area as a temp.
48538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
48539         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
48540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
48541         Don't make a stack frame for parent, use parm save area.
48542         Increase child stack frame to 112 bytes.  Don't save unused reg,
48543         and adjust reg usage.  Set up cfi on error recovery and
48544         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
48545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
48546         (__makecontext): Add dummy nop after jump to exit.
48547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
48548         Use correct parm save area and cr save, reduce stack frame.
48549         Correct cfi for possible PSEUDO_RET frame setup.
48550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
48551         Branch to local label emitted by PSEUDO_RET rather than
48552         __syscall_error.
48553
48554 2010-08-12  Andreas Schwab  <schwab@redhat.com>
48555
48556         [BZ #11904]
48557         * locale/programs/locale.c (print_assignment): New function.
48558         (show_locale_vars): Use it.
48559
48560 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
48561
48562         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
48563         field.
48564         (struct statfs64): Likewise.
48565         (_STATFS_F_FLAGS): Define.
48566         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
48567         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48568         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
48569         (ST_VALID): Define locally.
48570         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
48571         __statvfs_getflags, use the provided value.
48572         * sysdeps/unix/sysv/linux/kernel-features.h: Define
48573         __ASSUME_STATFS_F_FLAGS.
48574
48575         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
48576
48577         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
48578         Add sys/fanotify.h.
48579         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
48580         fanotify_mask for GLIBC_2.13.
48581         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
48582         fanotify_init and fanotify_mark.
48583         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48584         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
48585
48586         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
48587         Add prlimit.
48588         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
48589         prlimit64 for GLIBC_2.13.
48590         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
48591         prlimit64.
48592         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
48593         syscall.
48594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
48595         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48596         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
48597         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
48598         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
48599         add prlimit alias.
48600         * sysdeps/unix/sysv/linux/prlimit.c: New file.
48601
48602         [BZ #11903]
48603         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
48604         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
48605
48606         * nss/Makefile: Add rules to build and run tst-nss-test1.
48607         * shlib-versions: Add entry for libnss_test1.
48608         * nss/nss_test1.c: New file.
48609         * nss/tst-nss-test1.c: New file.
48610
48611         * nss/nsswitch.c (__nss_database_custom): Define new variable.
48612         (__nss_configure_lookup): Set appropriate entry in
48613         __nss_configure_lookup to true.
48614         * nss/nsswitch.h: Define enum with indeces of databases in
48615         databases and __nss_database_custom arrays.  Declare
48616         __nss_database_custom.
48617         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
48618         to avoid using nscd when custom rules are installed.
48619         * nss/getXXbyYY_r.c: Likewise.
48620         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
48621
48622         * nss/nss_files/files-parse.c: Whitespace fixes.
48623
48624 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
48625
48626         [BZ #11883]
48627         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
48628         * posix/fnmatch_loop.c: Likewise.
48629
48630 2010-07-17  Andi Kleen  <ak@linux.intel.com>
48631
48632         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
48633         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
48634         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
48635         * Versions.def [GLIBC_2.13]: Add.
48636
48637 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
48638
48639         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48640         Also fail if tpwd after pwuid call is NULL.
48641
48642 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48643
48644         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
48645         when converting to ms.
48646
48647 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48648
48649         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
48650         EOPNOTSUPP errors with ENOTTY.
48651         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
48652         EOPNOTSUPP errors with ENOTTY.
48653
48654 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
48655
48656         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48657         Add strcasecmp_l-ssse3.
48658         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
48659         strcasecmp.
48660         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
48661         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
48662         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
48663
48664 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
48665
48666         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
48667
48668         * string/Makefile (strop-tests): Add strcasecmp.
48669         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48670         strcasecmp_l-nonascii.
48671         (gen-as-const-headers): Add locale-defines.sym.
48672         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
48673         * sysdeps/x86_64/strcasecmp.S: New file.
48674         * sysdeps/x86_64/strcasecmp_l.S: New file.
48675         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
48676         * sysdeps/x86_64/locale-defines.sym: New file.
48677         * string/test-strcasecmp.c: New file.
48678
48679         * string/test-strcasestr.c: Test both ends of the range of characters.
48680         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
48681
48682 2010-07-29  Roland McGrath  <roland@redhat.com>
48683
48684         [BZ #11856]
48685         * manual/locale.texi (Yes-or-No Questions): Fix example code.
48686
48687 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
48688
48689         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
48690         for ld.so.
48691
48692 2010-07-27  Andreas Schwab  <schwab@redhat.com>
48693
48694         * manual/memory.texi (Malloc Tunable Parameters): Document
48695         M_PERTURB.
48696
48697 2010-07-26  Roland McGrath  <roland@redhat.com>
48698
48699         [BZ #11840]
48700         * configure.in (-fgnu89-inline check): Set and substitute
48701         gnu89_inline, not libc_cv_gnu89_inline.
48702         * configure: Regenerated.
48703         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
48704
48705 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
48706
48707         * string/test-strnlen.c: New file.
48708         * string/Makefile (strop-tests): Add strnlen.
48709         * string/tester.c (test_strnlen): Add a few more test cases.
48710         * string/tst-strlen.c: Better error reporting.
48711
48712         * sysdeps/x86_64/strnlen.S: New file.
48713
48714 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
48715
48716         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
48717         lower-latency instructions.
48718
48719 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
48720
48721         * string/test-strcasestr.c: New file.
48722         * string/test-strstr.c: New file.
48723         * string/Makefile (strop-tests): Add strstr and strcasestr.
48724         * string/str-two-way.h: Don't undefine MAX.
48725         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
48726
48727 2010-07-21  Andreas Schwab  <schwab@redhat.com>
48728
48729         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48730         strcasestr-nonascii.
48731         (CFLAGS-strcasestr-nonascii.c): Define.
48732         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
48733         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
48734         Remove unused attribute.
48735
48736 2010-07-20  Roland McGrath  <roland@redhat.com>
48737
48738         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
48739         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
48740         ld.so.cache was broken.  With it, there is no way to disable dsocaps
48741         like LD_HWCAP_MASK can disable hwcaps.
48742
48743 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48744
48745         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
48746
48747 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
48748
48749         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
48750         call in strcasestr.
48751         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
48752         __strcasestr_sse42_nonascii.
48753         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
48754         strcasestr-nonascii.c.
48755         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
48756
48757 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
48758
48759         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
48760         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
48761         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
48762         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
48763
48764 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
48765
48766         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
48767         fcntl.
48768
48769 2010-07-06  Andreas Schwab  <schwab@redhat.com>
48770
48771         [BZ #11577]
48772         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
48773         dl_signal_cerror.
48774
48775 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
48776
48777         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
48778         _PC_PIPE_BUF using F_GETPIPE_SZ.
48779
48780 2010-07-05  Roland McGrath  <roland@redhat.com>
48781
48782         * manual/arith.texi (Rounding Functions): Fix rint description
48783         implicit in round description.
48784
48785 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
48786
48787         * elf/Makefile: Fix linking for a few tests to make recent linker
48788         happy.
48789
48790 2010-06-30  Andreas Schwab  <schwab@redhat.com>
48791
48792         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
48793         $(common-objpfx)libc_nonshared.a.
48794
48795 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
48796
48797         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
48798         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
48799         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48800         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48801         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
48802         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
48803         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48804         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
48806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
48807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
48808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
48810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
48812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
48813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
48814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
48815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
48817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
48819         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
48820         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
48821         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
48822         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
48823         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
48824         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
48825         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
48826         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
48827         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
48828         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
48829         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
48830         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
48831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
48832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
48833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
48834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
48835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
48836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
48837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
48838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
48839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
48840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
48841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
48842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
48843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
48844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
48845
48846 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
48847
48848         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
48849         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
48850         * string/memmove.c (memmove): Renamed to ...
48851         (MEMMOVE): ...this.  Default to memmove.
48852         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
48853         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
48854         (END_CHK): Define.
48855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48856         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
48857         mempcpy-ssse3-back memmove-ssse3-back.
48858         * sysdeps/x86_64/multiarch/bcopy.S: New file .
48859         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
48860         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
48861         * sysdeps/x86_64/multiarch/memcpy.S: New file.
48862         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
48863         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
48864         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
48865         * sysdeps/x86_64/multiarch/memmove.c: New file.
48866         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
48867         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
48868         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
48869         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
48870         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
48871         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
48872         Define.
48873         (index_Fast_Copy_Backward): Define.
48874         (HAS_ARCH_FEATURE): Define.
48875         (HAS_FAST_REP_STRING): Define.
48876         (HAS_FAST_COPY_BACKWARD): Define.
48877
48878 2010-06-21  Andreas Schwab  <schwab@redhat.com>
48879
48880         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48881         Restore proper fallback handling.
48882
48883 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
48884
48885         [BZ #11701]
48886         * posix/group_member.c (__group_member): Correct checking loop.
48887
48888         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
48889         OOM in getpwuid_r correctly.  Return error number when the caller
48890         should return, otherwise -1.
48891         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
48892         call returning > 0 value.
48893         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
48894
48895 2010-06-07  Andreas Schwab  <schwab@redhat.com>
48896
48897         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
48898         libc_nonshared.a from targets in modules-names.
48899
48900 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
48901
48902         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
48903         requires it.
48904
48905 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
48906
48907         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
48908         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
48909         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
48910         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
48911
48912 2010-06-02  Andreas Schwab  <schwab@redhat.com>
48913
48914         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
48915
48916 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
48917
48918         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
48919         and F_GETPIPE_SZ.
48920         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48921         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48922         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48923         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48924         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48925         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
48926
48927 2010-06-14  Roland McGrath  <roland@redhat.com>
48928
48929         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
48930
48931 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
48932
48933         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
48934         __REDIRECT followed by __THROW.
48935         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
48936         * posix/getopt.h (getopt): Likewise.
48937
48938 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48939
48940         * hurd/lookup-at.c (__file_name_lookup_at): Accept
48941         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
48942         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
48943         in AT_FLAGS.
48944         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
48945         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
48946
48947 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
48948
48949         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
48950
48951 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
48952
48953         [BZ #11640]
48954         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48955         Properly check family and model.
48956
48957 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
48958
48959         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
48960
48961 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
48962
48963         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
48964
48965 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
48966
48967         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
48968         symbol reference.
48969
48970 2010-05-19  Andreas Schwab  <schwab@redhat.com>
48971
48972         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
48973         symbol reference.
48974
48975 2010-05-21  Andreas Schwab  <schwab@redhat.com>
48976
48977         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
48978         and internal_recvmmsg.
48979         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
48980         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
48981         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
48982         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
48983
48984         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
48985         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
48986         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
48987
48988 2010-05-20  Andreas Schwab  <schwab@redhat.com>
48989
48990         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
48991
48992 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
48993
48994         POWER7 optimizations.
48995         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
48996         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
48997
48998 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
48999
49000         * version.h: Update for 2.13 development version.
49001
49002 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49003
49004         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49005         exceptions.  Return 0.
49006
49007 2010-05-07  Roland McGrath  <roland@redhat.com>
49008
49009         * elf/ldconfig.c (main): Add a const.
49010
49011 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49012
49013         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49014         (args_options): Add no-idn option.
49015         (ahosts_keys_int): Add idn_flags to ai_flags.
49016         (parse_option): Handle 'i' option to clear idn_flags.
49017
49018         * malloc/malloc.c (_int_free): Possible race in the most recently
49019         added check.  Only act on the data if no current modification
49020         happened.
49021
49022 See ChangeLog.17 for earlier changes.