Update i386 libm test ULPs
[platform/upstream/glibc.git] / ChangeLog
1 2014-07-09  Andreas Schwab  <schwab@suse.de>
2
3         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4
5 2014-07-09  Will Newton  <will.newton@linaro.org>
6
7         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
10         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
11         * sysdeps/hppa/start.S (_start): Likewise.
12
13 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
14
15         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
16
17         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
18         defined.
19
20 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
21
22         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
23         after checking that it is non-NULL.
24
25         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
26
27 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28
29         * sysdeps/powerpc/memmove.c: Remove file.
30         * sysdeps/powerpc/powerpc32/power4/memcopy.h
31         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
32         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
33         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
34         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
35         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
36         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
37         string memmove instead of removed powerpc one.
38
39         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
40         [weak_alias]: Fix compiler warning due trailing data.
41         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
42         [weak_alias]: Likewise.
43         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
44         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
45
46         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
47         (__libc_ifunc_impl_list): Add memmove functions.
48
49 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
50
51         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
52         Remove code.
53         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
54         Likewise
55         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
56         Likewise
57         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
58         Likewise
59         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
60         Likewise
61         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
62         Likewise
63         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
64         Likewise
65         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
66         Likewise
67         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
68         Likewise
69         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
70         Likewise
71         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
72         Likewise
73         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
74         Likewise
75         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
76         Likewise
77         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
78         Likewise
79         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
80         Likewise
81         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
82         Likewise
83         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
84         Likewise
85
86 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
87
88         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
89         to avoid alignment traps in non-cacheable memory.
90         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
91
92         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
93         multiarch objects.
94         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
95         file: multiarch power7 memmove.
96         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
97         multiarch default memmove.
98         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
99         multiarch memove for powerpc32/power4.
100
101         * string/bcopy.c: Use full path to include memmove.c.
102         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
103         multiarch objects.
104         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
105         bcopy for powerpc64.
106         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
107         bcopy for powerpc64.
108         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
109         and memmove implementations.
110         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
111         optimized multiarch memmove for POWER7/powerpc64.
112         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
113         default multiarch memmove for powerpc64.
114         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
115         multiarch for powerpc64.
116         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
117         for POWER7/powerpc64.
118         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
119         memmove for POWER7/powerpc64.
120
121         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
122         glibc default one.
123
124         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
125         __ELF_NATIVE_CLASS equal to 64.
126
127 2014-07-07  Roland McGrath  <roland@hack.frob.com>
128
129         * sysdeps/nptl/lowlevellock.h: File removed.
130
131         * NEWS: NPTL is no longer an add-on!
132         * nptl/internaltypes.h: Moved ...
133         * sysdeps/nptl/internaltypes.h: ... here.
134         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
135         * sysdeps/nptl/fork.c: Likewise.
136         * sysdeps/nptl/gai_misc.h: Likewise.
137         * sysdeps/nptl/librt-cancellation.c: Likewise.
138         * sysdeps/nptl/jmp-unwind.c: Likewise.
139         * sysdeps/nptl/setxid.h: Likewise.
140         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
141         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
142         * sysdeps/unix/sysv/linux/arm/Implies: New file.
143         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
144         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
145         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
146         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
147         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
148         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
149         * sysdeps/unix/sysv/linux/mips/Implies: New file.
150         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
151         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
152         * sysdeps/unix/sysv/linux/sh/Implies: New file.
153         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
154         * sysdeps/unix/sysv/linux/tile/Implies: New file.
155         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
156         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
157         * nptl/Makeconfig: Moved ...
158         * sysdeps/nptl/Makeconfig: ... here.
159         * nptl/configure: File removed.
160         * nptl/ANNOUNCE: File removed.
161         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
162         * sysdeps/unix/sysv/linux/configure: Regenerated.
163
164         * nptl/Makefile (routines): Add libc_pthread_init,
165         libc_multiple_threads, register-atfork and unregister-atfork.
166         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
167         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
168         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
169         pthread-pi-defines.sym, structsem.sym.
170         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
171         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
172         [$(subdir) = nptl] (tests): Add tst-setgetname.
173         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
174         * sysdeps/unix/sysv/linux/sigaction.c: Just include
175         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
176         [!LIBC_SIGACTION]: Remove aliases.
177         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
178         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
179         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
180         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
181         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
182         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
183         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
184         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
185         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
186         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
187         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
188         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
189         __libc_allocate_rtsig_private.
190         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
191         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
192         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
193         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
194         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
195         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
196         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
197         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
198         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
199         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
200         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
201         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
202         * nptl/internaltypes.h: ... here.
203         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
204         * sysdeps/nptl/jmp-unwind.c: ... here.
205         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
206         * nptl/libc-lowlevellock.c: ... here.
207         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
208         * nptl/libc_multiple_threads.c: ... here.
209         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
210         * nptl/libc_pthread_init.c: ... here.
211         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
212         * nptl/lowlevelbarrier.sym: ... here.
213         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
214         * nptl/lowlevelcond.sym: ... here.
215         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
216         * nptl/lowlevellock.c: ... here.
217         * nptl/lowlevellock.h: Moved ...
218         * sysdeps/nptl/lowlevellock.h: ... here.
219         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
220         * nptl/lowlevelrobustlock.c: ... here.
221         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
222         * nptl/lowlevelrobustlock.sym: ... here.
223         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
224         * nptl/lowlevelrwlock.sym: ... here.
225         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
226         * nptl/pt-fork.c: ... here.
227         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
228         * nptl/pthread-pi-defines.sym: ... here.
229         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
230         * nptl/pthread_attr_getaffinity.c: ... here.
231         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
232         * nptl/pthread_attr_setaffinity.c: ... here.
233         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
234         * nptl/pthread_mutex_cond_lock.c: ... here.
235         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
236         Update #include.
237         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
238         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
239         * nptl/pthread_once.c: ... here, replacing old file.
240         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
241         * nptl/pthread_yield.c: ... here.
242         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
243         * nptl/register-atfork.c: ... here.
244         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
245         * nptl/sem_post.c: ... here.
246         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
247         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
248         * nptl/sem_timedwait.c: ... here.
249         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
250         * nptl/sem_trywait.c: ... here.
251         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
252         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
253         * nptl/sem_wait.c: ... here.
254         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
255         * nptl/structsem.sym: ... here.
256         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
257         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
258         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
259         * nptl/unregister-atfork.c: ... here.
260         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
261         * nptl/unwindbuf.sym: ... here.
262         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
263         * sysdeps/nptl/fork.c: ... here.
264         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
265         * sysdeps/nptl/fork.h: ... here.
266         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
267         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
268         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
269         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
270         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
271         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
272         * sysdeps/unix/sysv/linux/getpid.c: ... here.
273         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
274         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
275         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
276         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
277         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
278         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
279         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
280         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
281         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
282         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
283         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
284         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
285         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
286         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
287         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
288         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
289         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
290         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
291         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
292         * sysdeps/unix/sysv/linux/raise.c: ... here.
293         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
294         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
295         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
296         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
297         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
298         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
299         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
300         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
301         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
302         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
303         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
304         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
305         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
306         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
307         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
308
309 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
310
311         * sysdeps/generic/memcopy.h: Add comment for
312         MEMCPY_OK_FOR_FWD_MEMMOVE.
313
314 2014-07-04  Will Newton  <will.newton@linaro.org>
315
316         * string/memchr.c: Merge from gnulib.
317         [_LIBC]: Remove conditionals.
318         (__ptr_t): Remove define.
319         (LONG_MAX_32_BITS): Likewise.
320         (LONG_MAX): Likewise.
321         (MEMCHR): Use ANSI prototype and optimize algorithm.
322
323         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
324
325 2014-07-03  Roland McGrath  <roland@hack.frob.com>
326
327         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
328         (lll_futex_timed_wait_bitset): Fix syscall argument count.
329
330         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
331         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
332         in a bare environment with no <stdlib.h> installed.
333         * sysdeps/nptl/configure: Regenerated.
334
335         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
336
337         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
338         AC_EGREP_CPP for kernel header checks, so they only succeed if
339         including <linux/version.h> actually works right.
340         * sysdeps/unix/sysv/linux/configure: Regenerated.
341
342         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
343         value so it's not diagnosed as unused.
344
345         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
346         thing) with "ifeq ($(subdir),rt)".
347
348 2014-07-03  Richard Henderson  <rth@redhat.com>
349
350         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
351         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
352         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
353
354         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
355         (math_force_eval): New.
356
357         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
358         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
359
360         * sysdeps/alpha/fpu/s_round.c: Remove file.
361         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
362
363         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
364         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
365         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
366         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
367         (_dl_start, print_statistics): Likewise.
368         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
369         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
370
371         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
372         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
373         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
374         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
375         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
376         (HP_SMALL_TIMING_AVAIL): Define.
377         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
378         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
379         (HP_SMALL_TIMING_AVAIL): Define.
380         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
381         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
382
383         * sysdeps/aarch64/hp-timing.h: New file.
384
385         * sysdeps/generic/hp-timing.h: Remove dead comment.
386         * sysdeps/generic/hp-timing-common.h: New file.
387         * sysdeps/alpha/hp-timing.h: Include it.
388         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
389         * sysdeps/i386/i686/hp-timing.h: Likewise.
390         * sysdeps/ia64/hp-timing.h: Likewise.
391         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
392         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
393         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
394         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
395         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
396         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
397         (hp_timing_t): New.
398
399         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
400         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
401         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
402         * elf/rtld.c (_dl_start_final): Likewise.
403         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
404         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
405         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
406         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
407         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
408         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
409         (HP_TIMING_DIFF_INIT): Remove.
410         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
411         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
412         (HP_TIMING_DIFF_INIT): Remove.
413         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
414         * sysdeps/i386/i686/hp-timing.c: Remove file.
415         * sysdeps/x86_64/hp-timing.c: Remove file.
416         * sysdeps/ia64/hp-timing.c: Remove file.
417         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
418         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
419         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
420         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
421
422         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
423         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
424         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
425         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
426         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
427         (HP_TIMING_ACCUM): Remove.
428         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
429         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
430         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
431
432         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
433         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
434         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
435         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
436         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
437         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
438         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
439         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
440
441         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
442
443 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
444
445         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
446
447 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
448
449         Sync up with gettext.
450         * intl/loadmsgcat.c: Define O_BINARY if not defined.
451         [_MSC_VER]: Include malloc.h
452         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
453         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
454         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
455         TEMP_FAILURE_RETRY.  Cast return of alloca.
456         [!_LIBC] Call gl_rwlock_init.
457         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
458
459 2014-07-02  Roland McGrath  <roland@hack.frob.com>
460
461         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
462         before checking its value.
463
464 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
465
466         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
467
468         * debug/memcpy_chk.c: Don't include pagecopy.h.
469         * debug/mempcpy_chk.c: Likewise.
470         * string/memcpy.c: Likewise.
471         * string/memmove.c: Likewise.
472         * sysdeps/powerpc/memmove.c: Likewise.
473         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
474         definition of PAGE_COPY_FWD_MAYBE here...
475         * sysdeps/generic/pagecopy.h: ... from here.
476         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
477
478 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
479             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
480
481         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
482         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
483         optimizations.
484         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
485         (__libc_ifunc_impl_list): Likewise.
486         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
487         multiarch strcat for PPC64.
488         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
489         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
490
491 2014-07-02  Roland McGrath  <roland@hack.frob.com>
492
493         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
494
495 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
496
497         * intl/loadmsgcat.c: Remove declaration of
498         get_sysdep_segment_value.
499         (get_sysdep_segment_value): Use ISO C style.
500         (_nl_load_domain): Use ISO C style.  Get rid of redundant
501         semicolon.  Fix typo and formatting in comment.
502         (_nl_unload_domain): Use ISO C style.
503
504         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
505
506 2014-07-02  Will Newton  <will.newton@linaro.org>
507
508         * malloc/obstack.c: Merge from gnulib master.
509         [HAVE_CONFIG_H]: Remove conditional code.
510         [!_LIBC]: Include config.h.
511         [!ELIDE_CODE]: Don't include inttypes.h, include
512         stdint.h unconditionally.
513         (print_and_abort): Mark as _Noreturn.
514         (_obstack_allocated_p): Mark as __attribute_pure__.
515         (obstack_free): Rename to __obstack_free.
516         [!__attribute__]: Remove conditional code.
517         * malloc/obstack.h: Merge from gnulib master.
518         [__cplusplus]: Move conditional down.
519         [!__attribute_pure__]: Define __attribute_pure__ here
520         if it is not already defined.
521         (_obstack_memory_used): Mark as __attribute_pure__.
522         [!__obstack_free]: Define as obstack_free.
523         [__GNUC__]: Remove check for ancient NeXT gcc.
524
525 2014-07-02  Will Newton  <will.newton@linaro.org>
526             Paul Eggert  <eggert@cs.ucla.edu>
527
528         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
529
530 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
531
532         * resolv/gethnamaddr.c: Add comment warning that the file is
533         not maintained.
534
535 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
536
537         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
538         entries.
539
540         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
541         entry for aio_cancel and aio_cancel64.
542         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
543         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
544         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
545         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
546         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
547         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
548         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
549         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
550         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
551         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
552         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
553         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
554         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
555
556 2014-07-01  Roland McGrath  <roland@hack.frob.com>
557
558         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
559         * nptl/pthread_mutex_lock.c: Likewise.
560         * nptl/pthread_mutex_timedlock.c: Likewise.
561         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
562
563 2014-07-01  Richard henderson  <rth@redhat.com>
564
565         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
566         (__isnan, __isnanl): Remove.
567         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
568
569         * sysdeps/alpha/fpu/libm-test-ulps: Update.
570
571 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
572
573         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
574
575 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
576
577         * resolv/nss_dns/dns-host.c (getanswer_r)
578         [MULTI_PTRS_ARE_ALIASES]: Remove code.
579
580 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
581
582         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
583         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
584         undefine.
585         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
586         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
587
588 2014-07-01  Roland McGrath <roland@hack.frob.com>
589
590         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
591         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
592
593         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
594         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
595
596         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
597         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
598         ... here.
599         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
600         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
601
602         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
603         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
604         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
605         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
606
607         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
608         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
609         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
610         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
611         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
612         Moved ...
613         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
614         ... here.
615         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
616         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
617         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
618         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
619         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
620         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
621         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
622         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
623         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
624         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
625         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
626         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
627         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
628         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
629         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
630         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
631         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
632         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
633         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
634         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
635         ... here.
636         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
637         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
638         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
639         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
640         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
641         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
642         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
643         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
644
645 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
646
647         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
648         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
649         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
650         Add sysdep.
651
652 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
653
654         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
655
656 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
657
658         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
659         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
660
661         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
662
663         * sysdeps/arm/libm-test-ulps: Regenerated.
664
665 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
666             Roland McGrath <roland@hack.frob.com>
667
668         * test-skeleton.c (signal_handler): Kill the whole process group
669         before killing the child individually.
670         (main): Report any failure on `setpgid'.
671
672 2014-06-30  Roland McGrath  <roland@hack.frob.com>
673
674         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
675         from _TLS_H to _ARM_NPTL_TLS_H.
676         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
677         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
678
679 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
680
681         [BZ #16539]
682         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
683         (__expm1l): Return argument unchanged when small but not
684         subnormal.
685
686         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
687         include macro name.
688         (_FP_UNPACK_RAW_1_P): Likewise.
689         (_FP_PACK_RAW_1): Likewise.
690         (_FP_PACK_RAW_1_P): Likewise.
691         (_FP_MUL_MEAT_1_wide): Likewise.
692         (_FP_MUL_MEAT_DW_1_hard): Likewise.
693         (_FP_MUL_MEAT_1_hard): Likewise.
694         (_FP_DIV_MEAT_1_imm): Likewise.
695         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
696         (_FP_DIV_MEAT_1_udiv): Likewise.
697         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
698         (_FP_UNPACK_RAW_2): Likewise.
699         (_FP_UNPACK_RAW_2_P): Likewise.
700         (_FP_PACK_RAW_2): Likewise.
701         (_FP_PACK_RAW_2_P): Likewise.
702         (_FP_MUL_MEAT_DW_2_wide): Likewise.
703         (_FP_MUL_MEAT_2_wide): Likewise.
704         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
705         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
706         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
707         (_FP_MUL_MEAT_2_gmp): Likewise.
708         (_FP_DIV_MEAT_2_udiv): Likewise.
709         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
710         (_FP_FRAC_SRL_4): Likewise.
711         (_FP_FRAC_SRST_4): Likewise.
712         (_FP_FRAC_SRS_4): Likewise.
713         (_FP_UNPACK_RAW_4): Likewise.
714         (_FP_UNPACK_RAW_4_P): Likewise.
715         (_FP_PACK_RAW_4): Likewise.
716         (_FP_PACK_RAW_4_P): Likewise.
717         (_FP_MUL_MEAT_DW_4_wide): Likewise.
718         (_FP_MUL_MEAT_4_wide): Likewise.
719         (_FP_MUL_MEAT_4_gmp): Likewise.
720         (umul_ppppmnnn): Likewise.
721         (_FP_DIV_MEAT_4_udiv): Likewise.
722         (__FP_FRAC_ADD_4): Likewise.
723         (__FP_FRAC_SUB_3): Likewise.
724         (__FP_FRAC_SUB_4): Likewise.
725         (__FP_FRAC_DEC_3): Likewise.
726         (__FP_FRAC_DEC_4): Likewise.
727         (__FP_FRAC_ADDI_4): Likewise.
728         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
729         (_FP_FRAC_SRL_8): Likewise.
730         (_FP_FRAC_SRS_8): Likewise.
731
732         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
733         include macro name.
734         (FP_UNPACK_RAW_EP): Likewise.
735         (FP_PACK_RAW_E): Likewise.
736         (FP_PACK_RAW_EP): Likewise.
737         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
738         (_FP_ISSIGNAN): Likewise.
739         (_FP_ADD_INTERNAL): Likewise.
740         (_FP_FMA): Likewise.
741         (_FP_CMP): Likewise.
742         (_FP_SQRT): Likewise.
743         (_FP_TO_INT): Likewise.
744         (_FP_FROM_INT): Likewise.
745         (FP_EXTEND): Likewise.
746         (_FP_DIV_MEAT_N_loop): Likewise.
747
748 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
749
750         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
751         throughout.
752
753 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
754
755         [BZ #17097]
756         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
757         result with correct sign in case of exponents that produce
758         overflow except for X very close to 1.
759
760 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
761
762         mktime: merge #if/#ifdef usage from glibc
763         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
764         as that works with both Glibc's and Gnulib's style.
765         See thread starting at Siddhesh Poyarekar's bug report at:
766         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
767
768 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
769
770         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
771         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
772         * sysdeps/tile/tilegx/memmove.c: Remove file.
773
774 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
775
776         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
777         abi-name definition.
778         * scripts/soversions.awk: Do not handle or generate ABI lines.
779         * shlib-versions: Remove ABI entries.
780         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
781         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
782
783 2014-06-27  Roland McGrath  <roland@hack.frob.com>
784
785         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
786         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
787         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
788         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
789         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
790         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
791         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
792         Moved ...
793         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
794         ... here.
795         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
796         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
797         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
798         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
799         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
800         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
801         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
802         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
803         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
804         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
805         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
806         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
807         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
808         Moved ...
809         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
810         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
811         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
812         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
813         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
814         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
815         Moved ...
816         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
817         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
818         Moved ...
819         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
820         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
821         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
822         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
823         Moved ...
824         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
825         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
826         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
827         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
828         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
829         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
830         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
831         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
832         Moved ...
833         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
835         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
836         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
837         Moved ...
838         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
839         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
840         Moved ...
841         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
842         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
843         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
844         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
845         Moved ...
846         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
847         ... here.
848         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
849         Identical file removed.
850         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
851         Moved ...
852         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
853         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
854         Identical file removed.
855         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
856         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
857         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
858         Moved ...
859         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
860         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
861         Identical file removed.
862         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
863         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
864         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
865         Identical file removed.
866         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
867         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
868         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
869         Identical file removed.
870         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
871         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
872         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
873         Identical file removed.
874         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
875         Moved ...
876         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
877         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
878         Identical file removed.
879         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
880         Moved ...
881         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
882         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
883         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
884         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
885         Identical file removed.
886         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
887         Moved ...
888         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
889         ... here.
890         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
891         Identical file removed.
892         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
893         Moved ...
894         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
895         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
896         Identical file removed.
897         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
898         Moved ...
899         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
900         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
901         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
902         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
903         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
904         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
905         Moved ...
906         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
907         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
908         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
909
910         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
911         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
912         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
913         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
914         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
915
916 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
917
918         [BZ #17092]
919         * nscd/nscd.c (monitor_child): Return exit status of child
920         instead of return value from wait syscall.
921
922 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
923
924         * configure.ac (libc_commonpagesize): Remove variable.
925         (libc_relro_required): Likewise.
926         (libc_cv_z_relro): Remove configure test.
927         * configure: Regenerated.
928         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
929         variable.
930         (libc_relro_required): Likewise.
931         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
932         (libc_relro_required): Likewise.
933         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
934         (libc_relro_required): Likewise.
935         * sysdeps/arm/preconfigure: Regenerated.
936         * sysdeps/ia64/preconfigure: Remove file.
937         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
938         variable.
939         (libc_relro_required): Likewise.
940
941         [BZ #16561]
942         [BZ #16562]
943         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
944         (__ieee754_yn): Set FE_TONEAREST mode internally and then
945         recompute overflowing results in original rounding mode.
946         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
947         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
948         recompute overflowing results in original rounding mode.
949         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
950         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
951         recompute overflowing results in original rounding mode.
952         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
953         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
954         recompute overflowing results in original rounding mode.
955         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
956         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
957         recompute overflowing results in original rounding mode.
958         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
959         (libc_feholdsetround_ctx): New macro.
960         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
961         * sysdeps/i386/fpu/libm-test-ulps: Update.
962         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
963
964 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
965
966         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
967         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
968         corresponding .cpsetup call.
969
970 2014-06-26  Roland McGrath  <roland@hack.frob.com>
971
972         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
973         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
974         * sysdeps/arm/Makefile [$(subdir) = csu]
975         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
976         (static-only-routines): Add aeabi_read_tp here.
977         (shared-only-routines): Add libc-aeabi_read_tp here.
978         (CFLAGS-libc-start.c): Add -fexceptions here.
979         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
980         (sysdep_routines, static-only-routines, shared-only-routines):
981         Don't add to these here.
982         (CFLAGS-libc-start.c): Likewise.
983
984         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
985         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
986         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
987         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
988         * sysdeps/arm/Makefile [$(subdir) = rt]
989         (librt-sysdep_routines, librt-shared-only-routines):
990         Append rt-aeabi_unwind_cpp_pr1 here.
991         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
992         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
993         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
994         (libpthread-sysdep_routines, libpthread-shared-only-routines):
995         Append nptl-aeabi_unwind_cpp_pr1 here.
996         (tests): Filter out tst-cleanupx4 here.
997         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
998         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
999         Don't do those here.
1000
1001 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1002
1003         * scripts/list-sources.sh: Do not handle ports specially.
1004
1005 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1006
1007         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1008         * sysdeps/arm/feupdateenv.c: Likewise.
1009
1010         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1011
1012 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1013
1014         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1015         trailing whitespace removed.
1016         * scripts/config.guess: Update to version 2014-03-23.
1017         * scripts/config.sub: Update to version 2014-05-01
1018         * scripts/install-sh: Update to version 2013-12-25.23.
1019         * scripts/move-if-change: Update from gnulib.
1020
1021 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1022
1023         * debug/memmove_chk.c: Remove pagecopy.h include.
1024
1025 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1026
1027         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1028         identical to gnulib mktime.
1029
1030 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1031
1032         * configure.ac: Do not test for machine being rs6000.  Do not test
1033         for powerpc*-*soft.
1034         * configure: Regenerated.
1035
1036         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1037         test.
1038         * configure: Regenerated.
1039         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1040         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1041         Remove configure test.
1042         * sysdeps/arm/configure: Regenerated.
1043         * sysdeps/nptl/configure.ac: Do not check
1044         libc_cv_asm_cfi_directives.
1045         * sysdeps/nptl/configure: Regenerated.
1046         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1047         * sysdeps/x86_64/nptl/configure: Remove generated file.
1048         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1049         unconditional.
1050         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1051
1052 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1053
1054         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1055         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1056         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1057         it is defined.
1058
1059         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1060         instead of whether it is defined.
1061         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1062         * sysdeps/hppa/dl-machine.h: Likewise.
1063         * sysdeps/ia64/dl-machine.h: Likewise.
1064         * sysdeps/m68k/dl-machine.h: Likewise.
1065         * sysdeps/microblaze/dl-machine.h: Likewise.
1066         * sysdeps/mips/dl-machine.: Likewise.
1067         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1068         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1069         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1070         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1071         * sysdeps/sh/dl-machine.h: Likewise.
1072         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1073         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1074         * sysdeps/tile/dl-machine.h: Likewise.
1075         * sysdeps/x86_64/dl-machine.h: Likewise.
1076
1077         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1078         code.
1079         (verify_persistent_db): Likewise.
1080
1081 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1082
1083         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1084         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1086         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1087         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1088         Moved ...
1089         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1090         ... here.
1091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1092         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1093         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1094         Identical file removed.
1095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1096         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1098         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1100         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1102         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1104         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1106         Moved ...
1107         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1109         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1111         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1113         Moved ...
1114         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1116         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1118         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1120         Identical file removed.
1121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1122         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1123         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1124         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1125         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1126         Moved ...
1127         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1128         ... here.
1129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1130         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1131         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1132         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1134         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1136         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1137         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1138         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1140         Moved ...
1141         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1143         Moved ...
1144         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1146         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1148         Moved ...
1149         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1151         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1152
1153         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1154         folded into ...
1155         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1156         * sysdeps/unix/sysv/linux/s390/Versions
1157         (libpthread: GLIBC_2.19): New version set.
1158         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1159         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1160         (librt: GLIBC_2.3.3): New version set.
1161         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1162         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1163         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1164         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1165         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1166         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1167         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1168         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1169         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1170         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1171         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1172         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1173         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1174         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1175         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1176         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1177         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1178         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1179         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1180         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1181         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1182         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1183         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1184         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1185         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1186         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1187         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1188         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1189         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1190         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1191         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1192         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1193         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1194         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1195         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1196         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1197         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1198         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1199         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1200         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1201         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1202         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1203         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1204         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1205         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1206
1207         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1208         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
1209         (__libc_vfork): Define the function under this name.
1210         [!NOT_IN_libc] (__vfork): Make this an alias.
1211         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1212         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1213         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1214         (__libc_vfork): Define the function under this name.
1215         [!NOT_IN_libc] (__vfork): Make this an alias.
1216         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1217         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1218         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1219         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1220         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1221         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1222
1223         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1224         code that was previously under [RESET_PID].
1225         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1226         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1227         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1228
1229         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1230         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1231         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1232         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1233         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1234         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1235         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1236         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1237         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1238         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1239         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1240         Moved ...
1241         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1242         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1243         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1244         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1245         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1246         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1247         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1248         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1249         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1250         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1251         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1252         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1253         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1254         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1255         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1256         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1257         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1258         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1259         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1260         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1261         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1262         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1263         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1264         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1265         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1266         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1267         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1268         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1269         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1270
1271 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1272
1273         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1274         that was previously under [RESET_PID].
1275         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1276
1277 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1278
1279         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1280         not undefine and redefine.
1281         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1282         [O_CLOEXEC]: Make code unconditional.
1283         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1284         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1285         <kernel-features.h>.
1286         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1287         conditional variable definition.
1288         (shm_open) [O_CLOEXEC]: Make code unconditional.
1289         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1290         code.
1291
1292         * configure.ac (USE_REGPARMS): Don't define here.
1293         * configure: Regenerated.
1294         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1295         * sysdeps/i386/configure: Regenerated.
1296
1297         * nptl/createthread.c: Don't include kernel-features.h.
1298         * nptl/pthread_cancel.c: Likewise.
1299         * nptl/pthread_condattr_setclock.c: Likewise.
1300         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1301         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1302         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1303         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1304         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1305         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1306         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1307         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1308         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1309         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1310         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1311         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1312         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1313         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1314         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1315         * nscd/gai.c: Likewise.
1316         * nss/nss_db/db-open.c: Likewise.
1317         * sysdeps/generic/ldsodefs.h: Likewise.
1318         * sysdeps/sh/nptl/tls.h: Likewise.
1319         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1320         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1321         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1322         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1323         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1324         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1325         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1326         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1327         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1328         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1329         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1330         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1331         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1332         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1333         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1334         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1335         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1336         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1337         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1338         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1339         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1340         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1341         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1342         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1343         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1344         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1345         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1346         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1347         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1348         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1349         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1350         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1351         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1352         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1353         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1354         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1355         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1356         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1357         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1358         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1359         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1360         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1361         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1362         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1363         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1364         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1365         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1366         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1367         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1368         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1369         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1370         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1371         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1372         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1373         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1374         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1375         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1376         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1399         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1400         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1401         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1402         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1403         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1404         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1405         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1406         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1407         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1408         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1409         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1410         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1411         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1412         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1413         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1414         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1415         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1416         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
1417         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
1418         * sysdeps/unix/sysv/linux/system.c: Likewise.
1419         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
1420         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1421         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1422         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1423         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
1424         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1425         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1426
1427         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
1428         * configure: Regenerated.
1429         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
1430
1431         * configure.ac (base_machine): Do not set specially for particular
1432         machines here.
1433         * configure: Regenerated.
1434         * sysdeps/powerpc/preconfigure: Move machine and base_machine
1435         settings from configure.ac.
1436         * sysdeps/i386/preconfigure: New file.
1437         * sysdeps/s390/preconfigure: Likewise.
1438         * sysdeps/sh/preconfigure: Likewise.
1439         * sysdeps/sparc/preconfigure: Likewise.
1440
1441 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1442
1443         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
1444         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
1445         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
1446         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
1447         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
1448         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
1449         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
1450         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
1451         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
1452         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
1453         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
1454         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
1455         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
1456         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
1457         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
1458         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
1459         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
1460         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
1461         * sysdeps/sparc/sparc64/Makefile: ... appended here.
1462
1463         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
1464         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
1465         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
1466         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
1467         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
1468         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
1469         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
1470         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
1471         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
1472         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
1473         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
1474         * sysdeps/sparc/sparc32/sem_post.c: ... here.
1475         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
1476         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
1477         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
1478         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
1479         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
1480         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
1481         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
1482         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
1483         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
1484         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
1485         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
1486         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
1487         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
1488         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
1489         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
1490         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
1491         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
1492         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
1493         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
1494         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
1495         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
1496         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
1497         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
1498         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
1499         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
1500         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
1501
1502         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
1503         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
1504         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
1505         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
1506         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
1507         Moved ...
1508         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
1509         ... here.
1510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
1511         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
1512         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
1513         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
1514         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
1515         Moved ...
1516         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
1517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
1518         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
1519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
1520         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
1521         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
1522         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
1523         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
1524         Moved ...
1525         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
1526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
1527         Moved ...
1528         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
1529         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
1530         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
1531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
1532         Moved ...
1533         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
1534         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
1535         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
1536         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
1537         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
1538         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
1539         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
1540         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
1541         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
1542         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
1543         Moved ...
1544         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
1545         ... here.
1546         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
1547         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
1548         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
1549         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
1550         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
1551         Moved ...
1552         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
1553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
1554         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
1555         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
1556         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
1557         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
1558         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
1559         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
1560         Moved ...
1561         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
1562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
1563         Moved ...
1564         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
1565         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
1566         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
1567         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
1568         Moved ...
1569         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
1570         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
1571         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
1572         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
1573         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
1574
1575 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1576
1577         * timezone/checktab.awk: Update from tzcode 2014e.
1578         * timezone/private.h: Likewise.
1579         * timezone/tzfile.h: Likewise.
1580         * timezone/zdump.c: Likewise.
1581         * timezone/zic.c: Likewise.
1582
1583         * sysdeps/unix/sysv/linux/kernel-features.h
1584         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
1585         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
1586         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
1587         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
1588         Remove conditional code.
1589
1590 2014-06-25  Will Newton  <will.newton@linaro.org>
1591
1592         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
1593         (_dl_arm_cap_flags): Add HWCAP2 values.
1594         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
1595         (_DL_HWCAP_COUNT): Increase to 37.
1596         (_DL_HWCAP_LAST): New define.
1597         (_DL_HWCAP2_LAST): New define.
1598         (_dl_procinfo): Add support for printing
1599         AT_HWCAP2 entries.
1600         (_dl_string_hwcap): Use _dl_hwcap_string.
1601
1602 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1603
1604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1605
1606 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1607
1608         * README: Do not mention ports directory.
1609
1610         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
1611         Remove macro.
1612         * sysdeps/unix/sysv/linux/futimes.c: Do not include
1613         <kernel-features.h>.
1614         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
1615         conditional variable definition.
1616         (__futimes): Update comment.
1617         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
1618         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
1619
1620         [BZ #16560]
1621         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
1622         arguments close to 0.
1623         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
1624         Likewise.
1625         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
1626         Likewise.
1627         * math/auto-libm-test-in: Add more tests of exp10.
1628         * math/auto-libm-test-out: Regenerated.
1629         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1630
1631         * sysdeps/unix/sysv/linux/kernel-features.h
1632         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
1633         * sysdeps/unix/sysv/linux/readv.c: Do not include
1634         <kernel-features.h>.
1635         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1636         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1637         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1638         unconditional.
1639         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1640         conditional code.
1641         * sysdeps/unix/sysv/linux/writev.c: Do not include
1642         <kernel-features.h>.
1643         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1644         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1645         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1646         unconditional.
1647         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1648         conditional code.
1649
1650 2014-06-25  Will Newton  <will.newton@linaro.org>
1651
1652         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
1653         comment changes throughout the file.  Remove checks
1654         for HAVE_*_H definitions that are not required.
1655         (__gen_tempname): Call abort if an unknown kind value is
1656         passed.
1657
1658 2014-06-25  Andreas Schwab  <schwab@suse.de>
1659
1660         [BZ #17086]
1661         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
1662         scalbln, scalblnf, scalblnl in libc.
1663
1664 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1665
1666         [BZ #17086]
1667         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
1668         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
1669         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
1670
1671 2014-06-24  Roland McGrath  <roland@hack.frob.com>
1672
1673         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
1674         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
1675         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
1676         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
1677         Update #include.
1678         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
1679         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
1680         Update #include.
1681         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
1682         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
1683         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
1684         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
1685         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
1686         * sysdeps/x86/bits/pthreadtypes.h: ... here.
1687         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
1688         * sysdeps/x86/bits/semaphore.h: ... here.
1689         * sysdeps/x86/nptl/elide.h: Moved ...
1690         * sysdeps/x86/elide.h: ... here.
1691         * sysdeps/x86_64/nptl/Implies: File removed.
1692         * sysdeps/i386/nptl/Implies: File removed.
1693
1694 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
1695
1696         [BZ #16539]
1697         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
1698         return the argument for normal arguments with exponent below -64.
1699         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
1700         Likewise.
1701         * math/auto-libm-test-in: Add another test of expm1.
1702         * math/auto-libm-test-out: Regenerated.
1703
1704         [BZ #16287]
1705         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
1706         calling __erfcl for arguments at least 16.
1707         * math/auto-libm-test-in: Add more tests of erf.
1708         * math/auto-libm-test-out: Regenerated.
1709
1710         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
1711         individual architectures.
1712         * sysdeps/unix/sysv/linux/configure: Regenerated.
1713         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
1714         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
1715         * sysdeps/unix/sysv/linux/powerpc/configure.ac
1716         (ldd_rewrite_script): Define variable.
1717         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
1718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
1719         file.
1720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
1721         generated file.
1722         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
1723         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
1724         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
1725         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
1726         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
1727         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
1728         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
1729         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
1730
1731 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1732
1733         [BZ #17084]
1734         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
1735         Rename member __data.d to __data.__elision_data.
1736
1737 2014-06-24  Wilco  <wdijkstr@arm.com>
1738
1739         * NEWS: Add 16918 to fixed bug list.
1740
1741 2014-06-24  Wilco  <wdijkstr@arm.com>
1742
1743         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
1744
1745 2014-06-24  Wilco  <wdijkstr@arm.com>
1746
1747         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
1748         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
1749         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
1750         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
1751         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
1752         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
1753         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
1754         Use _FPU_MASK_RM.
1755
1756 2014-06-24  Wilco  <wdijkstr@arm.com>
1757
1758         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
1759
1760 2014-06-24  Wilco  <wdijkstr@arm.com>
1761
1762         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
1763         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
1764         * sysdeps/arm/fesetround.c (fesetround): Remove space.
1765         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
1766
1767 2014-06-24  Wilco  <wdijkstr@arm.com>
1768
1769         [BZ #16918]
1770         * sysdeps/arm/feupdateenv.c (feupdateenv):
1771         Rewrite to reduce FPSCR accesses and fix return value.
1772
1773 2014-06-24  Wilco  <wdijkstr@arm.com>
1774
1775         * sysdeps/arm/fclrexcpt.c (feclearexcept):
1776         Optimize to avoid unnecessary FPSCR writes.
1777         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
1778         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
1779         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
1780         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
1781
1782 2014-06-24  Wilco  <wdijkstr@arm.com>
1783
1784         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
1785         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
1786         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
1787         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
1788         Call libc_fetestexcept_vfp.
1789         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
1790         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
1791         __SOFTFP__ ifdef so that they can be built for softfp.
1792
1793 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1794
1795         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
1796         argument type signed char.
1797
1798         * Makerules (check-abi): Dump diff of symlist if the test
1799         fails.
1800
1801 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1802
1803         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
1804         using abort.
1805
1806         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
1807         Remove unused variable ST.
1808
1809 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
1810
1811         [BZ #16354]
1812         [BZ #17061]
1813         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
1814         small arguments before calling __expm1.
1815         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
1816         small arguments before calling __expm1f.
1817         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
1818         small arguments before calling __expm1l.
1819         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
1820         Likewise.
1821         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
1822         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
1823         spurious underflow for some cosh tests.
1824         * math/auto-libm-test-out: Regenerated.
1825         * sysdeps/i386/fpu/libm-test-ulps: Update.
1826
1827         [BZ #17050]
1828         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
1829         (__ieee754_y1): Set errno if return value overflows.
1830         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
1831         (__ieee754_y1f): Set errno if return value overflows.
1832         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
1833         (__ieee754_y1l): Set errno if return value overflows.
1834         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
1835         (__ieee754_y1l): Set errno if return value overflows.
1836         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
1837         * math/auto-libm-test-out: Regenerated.
1838
1839         * math/gen-auto-libm-tests.c: Document use of
1840         ignore-zero-inf-sign.
1841         (input_flag_type): Add value flag_ignore_zero_inf_sign.
1842         (input_flags): Add ignore-zero-inf-sign.
1843         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
1844         * math/gen-libm-test.pl (generate_testfile): Handle
1845         ignore-zero-inf-sign.
1846         * math/auto-libm-test-in: Mark some cpow tests with
1847         ignore-zero-inf-sign and some with xfail-rounding.
1848         * math/auto-libm-test-out: Regenerated.
1849         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
1850         * sysdeps/i386/fpu/libm-test-ulps: Update.
1851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1852
1853         [BZ #16315]
1854         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
1855         overflowing or underflowing operations take place with sign of
1856         result.
1857         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
1858         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1859         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
1860         (__ieee754_pow): Recompute overflowing and underflowing results in
1861         original rounding mode.
1862         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
1863         (__powl_helper): Allow negative argument X and scale negated value
1864         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
1865         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
1866         overflowing or underflowing operations take place with sign of
1867         result.
1868         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
1869         Include <math.h>.
1870         * math/auto-libm-test-in: Add more tests of pow.
1871         * math/auto-libm-test-out: Regenerated.
1872         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
1873         (pow_tonearest_test_data): Remove.
1874         (pow_test_tonearest): Likewise.
1875         (pow_towardzero_test_data): Likewise.
1876         (pow_test_towardzero): Likewise.
1877         (pow_downward_test_data): Likewise.
1878         (pow_test_downward): Likewise.
1879         (pow_upward_test_data): Likewise.
1880         (pow_test_upward): Likewise.
1881         (main): Don't call removed functions.
1882         * sysdeps/i386/fpu/libm-test-ulps: Update.
1883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1884
1885 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1886
1887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
1888         Moved ...
1889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
1890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1891         Moved ...
1892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
1893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
1894         Moved ...
1895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
1896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1897         Moved ...
1898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
1899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
1900         File removed.
1901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
1902         File removed.
1903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
1904         File removed.
1905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
1906         File removed.
1907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
1908         File removed.
1909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
1910         File removed.
1911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
1912         File removed.
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
1914         File removed.
1915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
1916         File removed.
1917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
1918         File removed.
1919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
1920         File removed.
1921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
1922         File removed.
1923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
1924         Moved ...
1925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
1926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
1927         Moved ...
1928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
1929         ... here.
1930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
1931         Moved ...
1932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
1933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
1934         Moved ...
1935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
1936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
1937         Moved ...
1938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
1939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
1940         Moved ...
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
1942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
1943         Moved ...
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
1946         Moved ...
1947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
1948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
1949         Moved ...
1950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
1951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
1952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
1953         ... here.
1954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
1955         Moved ...
1956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
1957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
1958         Moved ...
1959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
1960         ... here.
1961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
1962         Moved ...
1963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1964         ... here.
1965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1966         Moved ...
1967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1968         ... here.
1969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
1970         Moved ...
1971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
1972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
1973         Moved ...
1974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
1975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
1976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
1977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
1978         Moved ...
1979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
1980         ... here.
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
1982         Moved ...
1983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
1984         ... here.
1985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
1986         Moved ...
1987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
1988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
1989         Moved ...
1990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
1991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
1992         Moved ...
1993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
1994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
1995         Moved ...
1996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
1997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
1998         Moved ...
1999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2000         ... here.
2001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2002         Moved ...
2003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2005         Moved ...
2006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2008         Moved ...
2009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2011         Moved ...
2012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2016         Moved ...
2017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2019         Moved ...
2020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2022         Moved ...
2023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2024         ... here.
2025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2026         Moved ...
2027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2028         ... here.
2029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2030         Moved ...
2031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2032         ... here.
2033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2034         Moved ...
2035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2037         Moved ...
2038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2040         Moved ...
2041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2043         Moved ...
2044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2045         ... here.
2046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2047         Moved ...
2048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2049         ... here.
2050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2051         Moved ...
2052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2053         ... here.
2054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2055         Moved ...
2056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2058         Moved ...
2059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2060
2061 2014-06-23  Will Newton  <will.newton@linaro.org>
2062             Wilco  <wdijkstr@arm.com>
2063
2064         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2065         implementation.  Include get-rounding-mode.h.
2066         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2067         [!libc_feholdsetround_noex_ctx]: Define
2068         libc_feholdsetround_noex_ctx.
2069         [!libc_feholdsetround_noexf_ctx]: Define
2070         libc_feholdsetround_noexf_ctx.
2071         [!libc_feholdsetround_noexl_ctx]: Define
2072         libc_feholdsetround_noexl_ctx.
2073         (libc_feholdsetround_ctx): New function.
2074         (libc_feresetround_ctx): New function.
2075         (libc_feholdsetround_noex_ctx): New function.
2076         (libc_feresetround_noex_ctx): New function.
2077
2078 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2079
2080         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2081         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2082         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2083         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2084         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2085         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2086
2087         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2088         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2089         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2090         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2091         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2092         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2093         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2094         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2095         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2096         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2098         Moved ...
2099         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2100         ... here.
2101         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2102         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2103         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2104         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2105         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2106         Moved ...
2107         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2108         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2109         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2110         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2111         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2112         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2113         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2114         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2115         Moved ...
2116         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2117         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2118         Moved ...
2119         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2120         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2121         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2122         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2123         Moved ...
2124         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2125         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2126         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2127         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2128         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2129         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2130         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2131         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2132         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2133         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2134         Moved ...
2135         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2136         ... here.
2137         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2138         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2139         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2140         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2141         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2142         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2143         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2144         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2145         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2146         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2147         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2148         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2149         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2150         Moved ...
2151         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2152         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2153         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2154         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2155         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2156         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2157         Moved ...
2158         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2159         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2160         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2161         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2162         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2163
2164         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2165         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2166         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2167         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2168         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2169         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2170         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2171         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2172         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2173         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2174         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2175         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2176         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2177         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2178         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2179         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2180         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2181         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2182         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2183         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2184         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2185         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2186         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2187         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2188         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2189         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2190         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2191         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2192
2193 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2194
2195         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2196         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2197         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2198         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2199         (IPV6_PMTUDISC_INTERFACE): Likewise.
2200         (IPV6_PMTUDISC_OMIT): Likewise.
2201
2202 2014-06-23  Andreas Schwab  <schwab@suse.de>
2203
2204         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2205         Remove unused errout label.
2206
2207 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2208
2209         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2210         macro: hardware supports Vector Crypto instructions.
2211
2212 2014-06-23  Will Newton  <will.newton@linaro.org>
2213
2214         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2215         rather than __builtin_expect.
2216
2217         * elf/dl-lookup.c (undefined_msg): Remove variable.
2218         (_dl_lookup_symbol_x): Replace undefined_msg with string
2219         literal.
2220
2221         * elf/dl-lookup.c (do_lookup_unique): New function.
2222         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2223         to a separate function.
2224
2225 2014-06-23  Andreas Schwab  <schwab@suse.de>
2226
2227         [BZ #17079]
2228         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2229         before reading the next line.
2230
2231 2014-06-23  Will Newton  <will.newton@linaro.org>
2232
2233         * test-skeleton.c (signal_handler): Use printf and %m
2234         rather than perror.  Use printf rather than fprintf to
2235         stderr.  Use puts rather than fputs to stderr.
2236         (main): Likewise.
2237
2238 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2239
2240         * nscd/nscd.c (thread_info_t): Remove typedef.
2241         (thread_info): Remove variable.
2242
2243 2014-06-21  Allan McRae  <allan@archlinux.org>
2244
2245         * NEWS: Mention CVE-2014-4043.
2246
2247 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2248
2249         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2250         * nptl/smp.h: ... here.
2251
2252         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2253
2254         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2255         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2256         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2257         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2258
2259         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2260         * nptl/stack-aliasing.h: New file.
2261         * sysdeps/i386/i686/stack-aliasing.h: New file.
2262         * sysdeps/i386/i686/nptl/Makefile: File removed.
2263         * sysdeps/x86_64/stack-aliasing.h: New file.
2264         * sysdeps/x86_64/nptl/Makefile
2265         (CFLAGS-pthread_create.c): Variable removed.
2266
2267         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2268         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2269         old file.
2270         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2271         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2272         old file.
2273
2274 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2275
2276         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2277         (__ASSUME_SIGFRAME_V2): Remove macro.
2278         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2279         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2280         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2281         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2282         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2283         Declare as function.  Remove conditional macro definitions.
2284         (__default_rt_sa_restorer): Likewise.
2285         (__default_sa_restorer_v1): Remove declaration.
2286         (__default_sa_restorer_v2): Likewise.
2287         (__default_rt_sa_restorer_v1): Likewise.
2288         (__default_rt_sa_restorer_v2): Likewise.
2289         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2290         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2291         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2292
2293 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2294
2295         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2296         (libpthread-routines): Add sysdep.
2297         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2298         * sysdeps/unix/sysv/linux/sparc/Versions
2299         (libpthread: GLIBC_2.3.3): New version set.
2300         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2301         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2302         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2303         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2304         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2305         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2306         Moved ...
2307         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2308         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2309         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2310         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2311         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2312         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2313         * sysdeps/sparc/nptl/sem_init.c: ... here.
2314         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2315         * sysdeps/sparc/nptl/sem_post.c: ... here.
2316         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2317         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2318         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2319         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2320         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2321         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2322         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2323         (libpthread-routines): Add cpu_relax.
2324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2325         File removed.
2326         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2327         (librt: GLIBC_2.3.3): New version set.
2328         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2329         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2330         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2331         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2332         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2333         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2334         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2335         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2336         Moved ...
2337         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2339         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2340         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2341         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2343         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2345         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2347         Moved ...
2348         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2349         Update #include.
2350         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2351         Moved ...
2352         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2353         Update #include.
2354         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2355         Moved ...
2356         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2357         Update #include.
2358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2359         Moved ...
2360         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2361         Update #include.
2362         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2363         Moved ...
2364         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2365         Update #include.
2366         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2367         Moved ...
2368         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2369         Update #include.
2370         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2371         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2372         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2373         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2374         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2375         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2376         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2377         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2378         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2379         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2380         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2381         Moved ...
2382         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2383         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2384         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2386         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2387
2388 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2389
2390         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2391         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2392         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2393         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2394         * nscd/nscd.c: Likewise.
2395         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2396         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2397         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2398         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2399
2400         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2401         <kernel-features.h>.
2402         (init_mq_netlink): Remove conditional have_sock_cloexec
2403         definitions.  Remove code conditional on have_sock_cloexec < 0.
2404         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2405         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2406         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2407         <kernel-features.h>.
2408         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2409         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2410
2411 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2412
2413         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2414         Add tests for memset_chk and memset.
2415
2416         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
2417         with AVX2_Usable.
2418
2419 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2420
2421         [BZ #16046]
2422         * elf/tst-dl-iter-static.c: New file.
2423         * elf/Makefile (tests-static): Add tst-dl-iter-static.
2424
2425         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
2426         error.
2427
2428 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2429
2430         * sysdeps/unix/sysv/linux/kernel-features.h
2431         (__ASSUME_F_GETOWN_EX): Remove macro.
2432         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
2433         <kernel-features.h>.
2434         (miss_F_GETOWN_EX): Remove variable or macro.
2435         (do_fcntl): Do not check miss_F_GETOWN_EX.
2436         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
2437
2438         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
2439         Remove macro.
2440         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
2441         [!__ASSUME_AT_RANDOM]: Remove conditional code.
2442         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
2443
2444         * sysdeps/unix/sysv/linux/kernel-features.h
2445         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
2446         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
2447         [ADJ_OFFSET_SS_READ]: Make code unconditional.
2448         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
2449
2450 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2451
2452         [BZ #17075]
2453         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
2454         Fix calculation of the symbol's value.
2455         * sysdeps/arm/tst-armtlsdescloc.c: New file.
2456         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
2457         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
2458         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
2459         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
2460         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
2461         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
2462         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
2463         (modules-names): Add `tst-armtlsdescmod',
2464         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
2465         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
2466         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2467         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
2468         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
2469         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2470         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
2471         ($(objpfx)tst-armtlsdescloc): New dependency.
2472         ($(objpfx)tst-armtlsdescextnow): Likewise.
2473         ($(objpfx)tst-armtlsdescextlazy): Likewise.
2474         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
2475         TLS scheme support.
2476         * sysdeps/arm/configure: Regenerate.
2477
2478 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2479
2480         * include/fcntl.h (__atfct_seterrno): Remove prototype.
2481         (__atfct_seterrno_2): Likewise.
2482         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
2483         <kernel-features.h>.
2484         (__ASSUME_ATFCTS): Do not undefine and redefine.
2485         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
2486         (__have_atfcts): Remove conditional definition.
2487         (__fxstatat([__NR_fstatat64]: Make code unconditional.
2488         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
2489         unreachable if [__ASSUME_ATFCTS].
2490         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
2491         not undefine and redefine.
2492         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
2493         <kernel-features.h>.
2494         (faccessat) [__NR_faccessat]: Make code unconditional.
2495         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
2496         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
2497         <kernel-features.h>.
2498         (fchmodat) [__NR_fchmodat]: Make code unconditional.
2499         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2500         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
2501         <kernel-features.h>.
2502         (fchownat) [__NR_fchownat]: Make code unconditional.
2503         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
2504         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
2505         <kernel-features.h>.
2506         (futimesat) [__NR_futimesat]: Make code unconditional.
2507         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
2508         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
2509         <kernel-features.h>.
2510         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2511         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2512         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
2513         <kernel-features.h>.
2514         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
2515         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2516         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
2517         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
2518         <kernel-features.h>.
2519         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
2520         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2521         * sysdeps/unix/sysv/linux/linkat.c: Do not include
2522         <kernel-features.h>.
2523         (linkat) [__NR_linkat]: Make code unconditional.
2524         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2525         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
2526         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
2527         <kernel-features.h>.
2528         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
2529         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2530         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
2531         <kernel-features.h>.
2532         (mkdirat) [__NR_mkdirat]: Make code unconditional.
2533         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
2534         * sysdeps/unix/sysv/linux/openat.c: Do not include
2535         <kernel-features.h>.
2536         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
2537         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
2538         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
2539         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
2540         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
2541         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
2542         <kernel-features.h>.
2543         (readlinkat) [__NR_readlinkat]: Make code unconditional.
2544         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
2545         result of INLINE_SYSCALL directly, not via int variable.
2546         * sysdeps/unix/sysv/linux/renameat.c: Do not include
2547         <kernel-features.h>.
2548         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
2549         (renameat) [__NR_renameat]: Make code unconditional.
2550         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
2551         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
2552         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
2553         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
2554         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
2555         (__ASSUME_ATFCTS): Do not undefine and redefine.
2556         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
2557         <kernel-features.h>.
2558         (symlinkat) [__NR_symlinkat]: Make code unconditional.
2559         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2560         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
2561         <kernel-features.h>.
2562         (unlinkat) [__NR_unlinkat]: Make code unconditional.
2563         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2564         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
2565         (__ASSUME_ATFCTS): Do not undefine and redefine.
2566         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
2567         <kernel-features.h>.
2568         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2569         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2570         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
2571         <kernel-features.h>.
2572         (__xmknodat) [__NR_mknodat]: Make code unconditional.
2573         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2574
2575 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2576
2577         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
2578
2579 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
2580
2581         [BZ #17069]
2582         * posix/regcomp.c (parse_reg_exp): Deallocate partially
2583         constructed tree before returning error.
2584         * posix/bug-regexp36.c: Expand test case.
2585
2586 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2587
2588         [BZ #6803]
2589         * math/libm-test.inc (scalbln_test_date):
2590         Add errno expectations.
2591         * math/w_scalblnf.c: New File.
2592         Add wrapper which checks for setting errno to ERANGE.
2593         Add weak_alias for corresponding scalbln function.
2594         * math/w_scalbln.c: Likewise.
2595         * math/w_scalblnl.c: Likewise.
2596         * math/Makefile (libm-calls): Add w_scalbln.
2597         * sysdeps/ieee754/flt-32/s_scalblnf.c:
2598         Remove weak_alias for corresponding scalbln function.
2599         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
2600         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
2601         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
2602         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
2603         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
2604         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2605         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
2606         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2607         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
2608         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
2609         Remove long_double_symbol for scalblnl function in libm, libc.
2610         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
2611         Add wrapper which checks for setting errno to ERANGE.
2612         Add long_double_symbol for scalblnl function in libm, libc.
2613         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
2614         Remove long_double_symbol for scalblnl in libm.
2615         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
2616         Add wrapper which checks for setting errno to ERANGE.
2617         Add long_double_symbol for scalblnl function in libm.
2618         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
2619         Do not use wrapper because of own implementation.
2620
2621 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2622
2623         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
2624         3 bytes for __pad1 for x32.
2625         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
2626
2627 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
2628             H.J. Lu  <hongjiu.lu@intel.com>
2629
2630         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
2631         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
2632         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2633         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2634         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
2635
2636 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
2637
2638         [BZ #17069]
2639         * posix/regcomp.c (parse_expression): Deallocate partially
2640         constructed tree before returning error.
2641         * posix/Makefile.c (tests): Add bug-regex36.
2642         (generated): Add bug-regex36.mtrace.
2643         (tests-special): Add $(objpfx)bug-regex36-mem.out
2644         (bug-regex36-ENV): New variable.
2645         ($(objpfx)bug-regex36-mem.out): New rule.
2646         * posix/bug-regex36.c: New file.
2647
2648 2014-06-19  Will Newton  <will.newton@linaro.org>
2649
2650         * malloc/malloc.c (systrim): If extra is zero then return
2651         early.
2652
2653 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2654
2655         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
2656
2657 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
2658
2659         * sysdeps/aarch64/strchr.S: New file.
2660
2661 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2662
2663         [BZ #17022]
2664         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
2665         from arguments -2 or below.
2666         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
2667         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2668
2669 2014-06-18  Andreas Schwab  <schwab@suse.de>
2670
2671         [BZ #17062]
2672         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
2673         of a bracket expr not to run off the end of the string.
2674         * posix/Makefile (tests): Add tst-fnmatch3.
2675         * posix/tst-fnmatch3.c: New file.
2676
2677 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2678
2679         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
2680         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
2681         [$(cross-compiling) = no]: Likewise.
2682         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
2683         [$(cross-compiling) = no]: Likewise.
2684
2685 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2686
2687         [BZ #17031]
2688         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
2689         double, adjusted for any remainder from the high double.
2690         * math/libm-test.inc (nearbyint): Add tests.
2691         (rint): Likewise.
2692
2693 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2694
2695         * nptl/sysdeps/powerpc/Makefile: Moved ...
2696         * sysdeps/powerpc/nptl/Makefile: ... here.
2697         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
2698         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
2699         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
2700         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
2701         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
2702         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
2703         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
2704         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
2705         * nptl/sysdeps/powerpc/tls.h: Moved ...
2706         * sysdeps/powerpc/nptl/tls.h: ... here.
2707
2708 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
2709
2710         [BZ #16681]
2711         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
2712         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
2713         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
2714         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
2715         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
2716         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
2717         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
2718         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
2719         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
2720
2721 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
2722
2723         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2724
2725 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
2726
2727         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
2728         defined operator.
2729
2730         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
2731         $TIMEOUTFACTOR.
2732
2733 2014-06-16  Florian Weimer  <fweimer@redhat.com>
2734
2735         [BZ #17058]
2736         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
2737         non-executed part of the test.
2738
2739 2014-06-16  Andreas Schwab  <schwab@suse.de>
2740
2741         * string/bits/string2.h (strdup, strndup): Update feature guard.
2742
2743 2014-06-14  David S. Miller  <davem@davemloft.net>
2744
2745         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2746
2747 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
2748
2749         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
2750         that was previously under [RESET_PID].
2751         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
2752
2753         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
2754         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
2755         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
2756         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
2757         (__libc_vfork): New strong alias.
2758         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
2759
2760 2014-06-14 Andi Kleen  <ak@linux.intel.com>
2761
2762         * sysdeps/generic/elide.h: New file.
2763
2764 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2765
2766         * Makefile (installed-headers): Adjust path of pthread.h header.
2767
2768 2014-06-13  Roland McGrath  <roland@hack.frob.com>
2769
2770         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
2771         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
2772         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
2773         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
2774
2775         * nptl/sysdeps/s390/Makefile: Moved ...
2776         * sysdeps/s390/nptl/Makefile: ... here.
2777         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
2778         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
2779         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
2780         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
2781         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
2782         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
2783         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
2784         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
2785         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
2786         * sysdeps/s390/nptl/pthreaddef.h: ... here.
2787         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
2788         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
2789         * nptl/sysdeps/s390/tls.h: Moved ...
2790         * sysdeps/s390/nptl/tls.h: ... here.
2791
2792         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
2793         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
2794
2795 2014-06-13  David S. Miller  <davem@davemloft.net>
2796
2797         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
2798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
2799         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
2800         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
2801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
2802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
2803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
2804         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
2805         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
2806         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
2807         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
2808         Remove RESET_PID cpp guards.
2809         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
2810         Remove RESET_PID cpp guards.
2811         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
2812
2813 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
2814
2815         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
2816         __sp to uintptr_t.
2817
2818 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2819
2820         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
2821         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
2822         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
2823         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
2824         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
2825         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
2826         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
2827         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
2828         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
2829         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
2830         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
2831         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
2832         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
2833         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
2834         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
2835         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
2836         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
2837         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
2838         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
2839         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
2840
2841         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
2842         (pthread_rwlock_rdlock): Add elision.
2843         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
2844         (pthread_rwlock_wrlock): Add elision.
2845         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
2846         (pthread_rwlock_trywrlock): Add elision.
2847         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
2848         (pthread_rwlock_tryrdlock): Add elision.
2849         * nptl/pthread_rwlock_unlock.c: Include elide.h.
2850         (pthread_rwlock_tryrdlock): Add elision unlock.
2851         * nptl/sysdeps/pthread/pthread.h:
2852         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
2853         (PTHREAD_RWLOCK_INITIALIZER,
2854         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
2855         Handle new elision field.
2856         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
2857         * sysdeps/arm/nptl/bits/pthreadtypes.h
2858         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2859         * sysdeps/sh/nptl/bits/pthreadtypes.h
2860         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2861         * sysdeps/tile/nptl/bits/pthreadtypes.h
2862         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2863         * sysdeps/a/nptl/bits/pthreadtypes.h
2864         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2865         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
2866         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2867         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
2868         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2869         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
2870         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2871         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
2872         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2873         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
2874         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2875         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
2876         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2877         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2878         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2879         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
2880         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2881         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
2882         (elision_init): Set try_xbegin to zero when no RTM.
2883         * sysdeps/x86/nptl/bits/pthreadtypes.h
2884         (pthread_rwlock_t): Change __pad1 to __rwelision.
2885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2886
2887 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2888
2889         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
2890         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
2891         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
2892         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
2893
2894 2014-06-13  Meador Inge  <meadori@codesourcery.com>
2895
2896         [BZ #16996]
2897         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
2898         that the cached result has been set before returning it.
2899
2900 2014-06-12  Roland McGrath  <roland@hack.frob.com>
2901
2902         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
2903         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
2904         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
2905         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
2906         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
2907         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
2908
2909         * nptl/sysdeps/sparc/Makefile: Moved ...
2910         * sysdeps/sparc/nptl/Makefile: ... here.
2911         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
2912         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
2913         * nptl/sysdeps/sparc/tls.h: Moved ...
2914         * sysdeps/sparc/nptl/tls.h: ... here.
2915         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
2916         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
2917         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
2918         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
2919         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
2920         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
2921         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
2922         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
2923         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
2924         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
2925         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
2926         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
2927         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
2928         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
2929         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
2930         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
2931         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
2932         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
2933         Update #include.
2934         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
2935         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
2936         Update #include.
2937         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
2938         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
2939         Update #include.
2940         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
2941         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
2942         Update #include.
2943
2944         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
2945
2946         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
2947         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
2948
2949         * sysdeps/pthread/posix-timer.h: Include <list.h>.
2950         (struct list_links): Type removed.
2951         (struct thread_node, struct timer_node): Replace struct list_links
2952         with struct list_head.
2953         (list_unlink_ip): Likewise.
2954         * sysdeps/pthread/timer_routines.c
2955         (timer_free_list, thread_free_list, thread_active_list): Likewise.
2956         (list_append, list_insbefore): Likewise.
2957         (list_init): Function removed.
2958         (thread_init, init_module): Use INIT_LIST_HEAD instead.
2959         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
2960         * sysdeps/pthread/Makefile: ... here, new file.
2961
2962         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
2963         * sysdeps/nptl/Implies: ... here.
2964         * sysdeps/unix/sysv/linux/Implies: Add nptl.
2965         * nptl/sysdeps/pthread/list.h: Moved ...
2966         * include/list.h: ... here.
2967         * nptl/sysdeps/pthread/createthread.c: Moved ...
2968         * nptl/createthread.c: ... here.
2969         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
2970         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
2971         * nptl/pt-longjmp.c: ... here.
2972         * nptl/sysdeps/pthread/Makefile: Moved ...
2973         * sysdeps/nptl/Makefile: ... here.
2974         * nptl/sysdeps/pthread/Subdirs: Moved ...
2975         * sysdeps/nptl/Subdirs: ... here.
2976         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
2977         * sysdeps/nptl/aio_misc.h: ... here.
2978         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
2979         * sysdeps/nptl/bits/libc-lock.h: ... here.
2980         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
2981         * sysdeps/nptl/bits/libc-lockP.h: ... here.
2982         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
2983         * sysdeps/nptl/bits/stdio-lock.h: ... here.
2984         * nptl/sysdeps/pthread/configure: Moved ...
2985         * sysdeps/nptl/configure: ... here.
2986         * nptl/sysdeps/pthread/configure.ac: Moved ...
2987         * sysdeps/nptl/configure.ac: ... here.
2988         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
2989         * sysdeps/nptl/gai_misc.h: ... here.
2990         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
2991         * sysdeps/nptl/librt-cancellation.c: ... here.
2992         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
2993         * sysdeps/nptl/malloc-machine.h: ... here.
2994         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
2995         * sysdeps/nptl/pthread-functions.h: ... here.
2996         * nptl/sysdeps/pthread/pthread.h: Moved ...
2997         * sysdeps/nptl/pthread.h: ... here.
2998         * nptl/sysdeps/pthread/setxid.h: Moved ...
2999         * sysdeps/nptl/setxid.h: ... here.
3000         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3001         * sysdeps/nptl/sigfillset.c: ... here.
3002         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3003         * sysdeps/nptl/tcb-offsets.h: ... here.
3004         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3005         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3006         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3007         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3008         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3009         * sysdeps/pthread/allocalim.h: ... here.
3010         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3011         * sysdeps/pthread/bits/sigthread.h: ... here.
3012         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3013         * sysdeps/pthread/flockfile.c: ... here.
3014         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3015         * sysdeps/pthread/ftrylockfile.c: ... here.
3016         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3017         * sysdeps/pthread/funlockfile.c: ... here.
3018         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3019         * sysdeps/pthread/posix-timer.h: ... here.
3020         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3021         * sysdeps/pthread/timer_create.c: ... here.
3022         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3023         * sysdeps/pthread/timer_delete.c: ... here.
3024         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3025         * sysdeps/pthread/timer_getoverr.c: ... here.
3026         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3027         * sysdeps/pthread/timer_gettime.c: ... here.
3028         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3029         * sysdeps/pthread/timer_routines.c: ... here.
3030         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3031         * sysdeps/pthread/timer_settime.c: ... here.
3032         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3033         * sysdeps/pthread/tst-timer.c: ... here.
3034         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3035         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3036
3037         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3038         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3039
3040         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3041         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3042         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3043         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3044         Update #include target.
3045         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3046         * sysdeps/i386/i686/nptl/Makefile: ... here.
3047         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3048         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3049         Update #include target.
3050         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3051         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3052         * nptl/sysdeps/i386/Makefile: Moved ...
3053         * sysdeps/i386/nptl/Makefile: ... here.
3054         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3055         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3056         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3057         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3058         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3059         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3060         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3061         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3062         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3063         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3064         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3065         * nptl/sysdeps/i386/tls.h: Moved ...
3066         * sysdeps/i386/nptl/tls.h: ... here.
3067
3068         * sysdeps/sh/Makefile [$(subdir) = csu]
3069         (gen-as-const-headers): Add tcb-offsets.sym.
3070         * nptl/sysdeps/sh/Makefile: File removed.
3071         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3072         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3073         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3074         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3075         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3076         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3077         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3078         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3079         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3080         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3081         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3082         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3083         * nptl/sysdeps/sh/tls.h: Moved ...
3084         * sysdeps/sh/nptl/tls.h: ... here.
3085         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3086         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3087         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3088         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3089         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3090         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3091         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3092         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3093         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3094         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3095         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3096         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3097         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3098         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3099         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3100         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3101         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3102         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3103         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3104         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3105         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3106         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3107         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3108         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3109         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3110         Moved ...
3111         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3112         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3113         Moved ...
3114         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3115         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3116         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3117         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3118         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3119         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3120         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3121         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3122         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3123         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3124         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3125         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3126         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3127         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3128         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3129         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3130         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3131         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3132         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3133
3134 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3135
3136         * posix/spawn_faction_addopen.c: Include string.h.
3137
3138 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3139
3140         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3141         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3142         * nptl/sysdeps/x86_64/Makefile: Moved ...
3143         * sysdeps/x86_64/nptl/Makefile: ... here.
3144         * nptl/sysdeps/x86_64/configure: Moved ...
3145         * sysdeps/x86_64/nptl/configure: ... here.
3146         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3147         * sysdeps/x86_64/nptl/configure.ac: ... here.
3148         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3149         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3150         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3151         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3152         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3153         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3154         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3155         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3156         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3157         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3158         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3159         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3160         * nptl/sysdeps/x86_64/tls.h: Moved ...
3161         * sysdeps/x86_64/nptl/tls.h: ... here.
3162         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3163         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3164         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3165         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3166
3167         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3168
3169 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3170
3171         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3172
3173 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3174
3175         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3176         type.
3177         [POSIX] (off_t): Likewise.
3178         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3179         [POSIX] (S_ISBLK): Require macro.
3180         [POSIX] (S_ISCHR): Likewise.
3181         [POSIX] (S_ISDIR): Likewise.
3182         [POSIX] (S_ISFIFO): Likewise.
3183         [POSIX] (S_ISREG): Likewise.
3184         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3185         optional-macro.
3186         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3187         type.
3188         [POSIX] (time_t): Likewise.
3189         [POSIX] (timer_t): Likewise.
3190
3191 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3192
3193         [BZ #17048]
3194         * posix/spawn_int.h (struct __spawn_action): Make the path string
3195         non-const to support deallocation.
3196         * posix/spawn_faction_addopen.c
3197         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3198         * posix/spawn_faction_destroy.c
3199         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3200         path in all spawn_do_open actions.
3201         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3202         posix_spawn_file_actions_addopen.
3203
3204 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3205
3206         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3207         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3208         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3209         conditional code always true.
3210         (__libc_vfork): New alias.
3211
3212 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3213
3214         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3215         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3216
3217         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3218
3219         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3220         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3221
3222         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3223         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3224
3225         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3226         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3227
3228 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3229
3230         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3231         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3232         multiarch strcmp for PPC64.
3233         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3234         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3235         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3236         multiarch optimizations.
3237         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3238         (__libc_ifunc_impl_list): Likewise.
3239
3240 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3241
3242         * benchtests/scripts/validate_benchout.py: New script.
3243         * benchtests/Makefile (bench-func): Call it.
3244         * benchtests/scripts/benchout.schema.json: New file.
3245
3246 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3247
3248         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3249         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3250         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3251         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3252         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3253         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3254         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3255         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3256         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3257         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3258         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3259         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3260         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3261         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3262         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3263         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3264         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3265         Moved ...
3266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3267         ... here.
3268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3269         Moved ...
3270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3271         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3272         Moved ...
3273         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3274         ... here.
3275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3276         Moved ...
3277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3278         ... here.
3279         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3280         Moved ...
3281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3283         Moved ...
3284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3285         ... here.
3286         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3287         Moved ...
3288         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3289         ... here.
3290         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3291         Moved ...
3292         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3294         Moved ...
3295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3296         ... here.
3297         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3298         Moved ...
3299         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3300         ... here.
3301         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3302         Moved ...
3303         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3304         ... here.
3305         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3306         Moved ...
3307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3309         Moved ...
3310         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3311         ... here.
3312         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3313         Moved ...
3314         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3315         ... here.
3316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3317         Moved ...
3318         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3319         ... here.
3320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3321         Moved ...
3322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3324         Moved ...
3325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3326         ... here.
3327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3328         Moved ...
3329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3330         ... here.
3331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3332         Moved ...
3333         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3335         Moved ...
3336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3337         ... here.
3338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3339         Moved ...
3340         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3342         Moved ...
3343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3345         Moved ...
3346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3347         ... here.
3348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3349         Moved ...
3350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3351         ... here.
3352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3353         Moved ...
3354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3355         ... here.
3356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3357         Moved ...
3358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3360         Moved ...
3361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3362         ... here.
3363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3364         Moved ...
3365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3366         ... here.
3367         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3368         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3369         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3370         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3371         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3372         Moved ...
3373         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3374         ... here.
3375         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3376         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3377         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3378         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3379         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3380         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3382         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3383         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3384         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3385         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3386         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3387         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3388         Moved ...
3389         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3390         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3391         Moved ...
3392         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3393         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3394         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3395         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3396         Moved ...
3397         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3398         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3399         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3400         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3401         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3402         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3403         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3404
3405 2014-06-10  Wilco  <wdijkstr@arm.com>
3406
3407         * math/test-fenv-return.c: New file.
3408         * math/Makefile: Add new test test-fenv-return.
3409
3410 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3411
3412         [BZ #17042]
3413         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
3414         when x - 1 is zero.
3415         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
3416         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3417         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
3418         0.0L for an argument of 1.0L.
3419         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3420         Likewise.
3421         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
3422         value when x - 1 is zero.
3423         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
3424         * sysdeps/i386/fpu/libm-test-ulps: Update.
3425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3426
3427 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
3428
3429         [BZ #15119]
3430         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
3431
3432 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3433
3434         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
3435         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
3436
3437 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3438
3439         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3440         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
3441
3442         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3443         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
3444
3445         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3446         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
3447
3448         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3449         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
3450
3451         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
3452         if not already defined.
3453         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
3454         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
3455         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
3456         (TLS_INIT_TP): Use it.
3457         (TLS_DEFINE_INIT_TP): New macro.
3458         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
3459
3460 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
3461
3462         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
3463         constant.
3464         [POSIX] (IXANY): Likewise.
3465         [POSIX] (OLCUC): Likewise.
3466         [POSIX || POSIX2008] (CBAUD): Do not allow.
3467         [POSIX || POSIX2008] (DEFECHO): Likewise.
3468         [POSIX || POSIX2008] (ECHOCTL): Likewise.
3469         [POSIX || POSIX2008] (ECHOKE): Likewise.
3470         [POSIX || POSIX2008] (ECHOPRT): Likewise.
3471         [POSIX || POSIX2008] (EXTA): Likewise.
3472         [POSIX || POSIX2008] (EXTB): Likewise.
3473         [POSIX || POSIX2008] (FLUSHO): Likewise.
3474         [POSIX || POSIX2008] (LOBLK): Likewise.
3475         [POSIX || POSIX2008] (PENDIN): Likewise.
3476         [POSIX || POSIX2008] (SWTCH): Likewise.
3477         [POSIX || POSIX2008] (VDISCARD): Likewise.
3478         [POSIX || POSIX2008] (VDSUSP): Likewise.
3479         [POSIX || POSIX2008] (VLNEXT): Likewise.
3480         [POSIX || POSIX2008] (VREPRINT): Likewise.
3481         [POSIX || POSIX2008] (VSTATUS): Likewise.
3482         [POSIX || POSIX2008] (VWERASE): Likewise.
3483         (B*): Change to B[0123456789]*.
3484         * conform/data/time.h-data [POSIX || UNIX98]
3485         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
3486         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
3487         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
3488         [POSIX] (tm_*): Do not allow.
3489
3490 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
3491
3492         * Makefile (install): Don't set LANGUAGE.
3493         * Makefile.in (install): Likewise.
3494         * assert/Makefile (test-assert-ENV): Remove variable.
3495         (test-assert-perr-ENV): Likewise.
3496         * elf/Makefile (neededtest4-ENV): Likewise.
3497         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3498         [$(cross-compiling) = no]: Don't set LANGUAGE.
3499         * io/ftwtest-sh (LANG): Remove variable.
3500         * libio/Makefile (tst-widetext-ENV): Likewise.
3501         * manual/install.texi (Running make install): Don't refer to
3502         environment settings for make install.
3503         * INSTALL: Regenerated.
3504         * nptl/tst-tls6.sh: Don't set LANG.
3505         * posix/globtest.sh (LANG): Remove variable.
3506         * string/Makefile (tester-ENV): Likewise.
3507         (inl-tester-ENV): Likewise.
3508         (noinl-tester-ENV): Likewise.
3509         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3510         [$(cross-compiling) = no]: Don't set LANGUAGE.
3511         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
3512         without explicit environment settings.
3513
3514 2014-06-06  Roland McGrath  <roland@hack.frob.com>
3515
3516         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
3517         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
3518         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
3519         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
3520
3521 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
3522
3523         * crypt/crypt-private.h [DOS]: Add some includes taken from the
3524         other files in the crypt directory.
3525         * crypt/crypt.c: Remove duplicate includes.
3526         * crypt/crypt-entry.c: Likewise.
3527         * crypt/crypt_util.c: Likewise.
3528
3529 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
3530
3531         * Makeconfig (run-program-env): New variable.
3532         (run-program-prefix-before-env): Likewise.
3533         (run-program-prefix-after-env): Likewise.
3534         (run-program-prefix): Define in terms of new variables.
3535         (built-program-cmd-before-env): New variable.
3536         (built-program-cmd-after-env): Likewise.
3537         (built-program-cmd): Define in terms of new variables.
3538         (test-program-prefix-before-env): New variable.
3539         (test-program-prefix-after-env): Likewise.
3540         (test-program-prefix): Define in terms of new variables.
3541         (test-program-cmd-before-env): New variable.
3542         (test-program-cmd-after-env): Likewise.
3543         (test-program-cmd): Define in terms of new variables.
3544         * Rules (make-test-out): Use $(run-program-env).
3545         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
3546         (help): Do not mention environment variables.  Mention
3547         --timeoutfactor option.
3548         (timeoutfactor): New variable.
3549         (blacklist_exports): Remove function.
3550         (exports): Remove variable.
3551         (command): Do not include ${exports}.
3552         * manual/install.texi (Configuring and compiling): Do not mention
3553         test wrappers preserving environment variables.  Mention that last
3554         assignment to a variable must take precedence.
3555         * INSTALL: Regenerated.
3556         * benchtests/Makefile (run-bench): Use $(run-program-env).
3557         * catgets/Makefile ($(objpfx)test1.cat): Use
3558         $(built-program-cmd-before-env), $(run-program-env) and
3559         $(built-program-cmd-after-env).
3560         ($(objpfx)test2.cat): Do not specify environment variables
3561         explicitly.
3562         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
3563         $(run-program-env) and $(built-program-cmd-after-env).
3564         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
3565         $(run-program-env) and $(test-program-cmd-after-env).
3566         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
3567         explicitly.
3568         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
3569         run_program_env and test_program_cmd_after_env arguments.
3570         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
3571         * elf/tst-pathopt.sh: Use run_program_env argument.
3572         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
3573         $(test-wrapper-env) and $(run-program-env).
3574         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
3575         run_program_env arguments.
3576         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
3577         * intl/Makefile ($(objpfx)tst-gettext.out): Use
3578         $(test-program-prefix-before-env), $(run-program-env) and
3579         $(test-program-prefix-after-env).
3580         ($(objpfx)tst-gettext2.out): Likewise.
3581         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
3582         run_program_env and test_program_prefix_after_env arguments.
3583         * intl/tst-gettext2.sh: Likewise.
3584         * intl/tst-gettext4.sh: Do not set environment variables
3585         explicitly.
3586         * intl/tst-gettext6.sh: Likewise.
3587         * intl/tst-translit.sh: Likewise.
3588         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
3589         $(test-program-prefix-before-env), $(run-program-env) and
3590         $(test-program-prefix-after-env).
3591         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
3592         run_program_env and test_program_prefix_after_env arguments.
3593         * math/Makefile (run-regen-ulps): Use $(run-program-env).
3594         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
3595         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
3596         explicitly with each use of ${test_wrapper_env}.
3597         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
3598         $(test-program-prefix-before-env), $(run-program-env) and
3599         $(test-program-prefix-after-env).
3600         * posix/tst-getconf.sh: Do not set environment variables
3601         explicitly.
3602         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
3603         run_program_env and test_program_prefix_after_env arguments.
3604         * stdio-common/tst-printf.sh: Do not set environment variables
3605         explicitly.
3606         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
3607         $(test-program-prefix-before-env), $(run-program-env) and
3608         $(test-program-prefix-after-env).
3609         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
3610         run_program_env and test_program_prefix_after_env arguments.
3611         Split $test calls into $test_pre and $test.
3612         * timezone/Makefile (build-testdata): Use
3613         $(built-program-cmd-before-env), $(run-program-env) and
3614         $(built-program-cmd-after-env).
3615
3616 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3617
3618         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
3619         strlen for non SHARED builds.
3620
3621 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3622
3623         * nptl/allocatestack.c (check_list): Inlined function...
3624         (__reclaim_stacks): ... here.
3625
3626 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3627
3628         [BZ #15698]
3629         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3630         memory overrun.
3631
3632 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
3633
3634         * Rules (make-test-out): Include
3635         LOCPATH=$(common-objpfx)localedata in default environment.
3636         * debug/Makefile (tst-chk1-ENV): Remove variable.
3637         (tst-chk2-ENV): Likewise.
3638         (tst-chk3-ENV): Likewise.
3639         (tst-chk4-ENV): Likewise.
3640         (tst-chk5-ENV): Likewise.
3641         (tst-chk6-ENV): Likewise.
3642         (tst-lfschk1-ENV): Likewise.
3643         (tst-lfschk2-ENV): Likewise.
3644         (tst-lfschk3-ENV): Likewise.
3645         (tst-lfschk4-ENV): Likewise.
3646         (tst-lfschk5-ENV): Likewise.
3647         (tst-lfschk6-ENV): Likewise.
3648         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
3649         (tst-iconv7-ENV): Likewise.
3650         * intl/Makefile (LOCPATH-ENV): Likewise.
3651         (tst-codeset-ENV): Likewise.
3652         (tst-gettext3-ENV): Likewise.
3653         (tst-gettext5-ENV): Likewise.
3654         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
3655         (tst-fopenloc-ENV): Likewise.
3656         (tst-fgetws-ENV): Remove variable.
3657         (tst-ungetwc1-ENV): Likewise.
3658         (tst-ungetwc2-ENV): Likewise.
3659         (bug-ungetwc2-ENV): Likewise.
3660         (tst-swscanf-ENV): Likewise.
3661         (bug-ftell-ENV): Likewise.
3662         (tst-fgetwc-ENV): Likewise.
3663         (tst-fseek-ENV): Likewise.
3664         (tst-ftell-partial-wide-ENV): Likewise.
3665         (tst-ftell-active-handler-ENV): Likewise.
3666         (tst-ftell-append-ENV): Likewise.
3667         * posix/Makefile (tst-fnmatch-ENV): Likewise.
3668         (tst-regexloc-ENV): Likewise.
3669         (bug-regex1-ENV): Likewise.
3670         (tst-regex-ENV): Likewise.
3671         (tst-regex2-ENV): Likewise.
3672         (bug-regex5-ENV): Likewise.
3673         (bug-regex6-ENV): Likewise.
3674         (bug-regex17-ENV): Likewise.
3675         (bug-regex18-ENV): Likewise.
3676         (bug-regex19-ENV): Likewise.
3677         (bug-regex20-ENV): Likewise.
3678         (bug-regex22-ENV): Likewise.
3679         (bug-regex23-ENV): Likewise.
3680         (bug-regex25-ENV): Likewise.
3681         (bug-regex26-ENV): Likewise.
3682         (bug-regex30-ENV): Likewise.
3683         (bug-regex32-ENV): Likewise.
3684         (bug-regex33-ENV): Likewise.
3685         (bug-regex34-ENV): Likewise.
3686         (bug-regex35-ENV): Likewise.
3687         (tst-rxspencer-ENV): Likewise.
3688         (tst-rxspencer-no-utf8-ENV): Likewise.
3689         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
3690         (tst-sscanf-ENV): Likewise.
3691         (tst-swprintf-ENV): Likewise.
3692         (tst-swscanf-ENV): Likewise.
3693         (test-vfprintf-ENV): Likewise.
3694         (scanf13-ENV): Likewise.
3695         (bug14-ENV): Likewise.
3696         (tst-grouping-ENV): Likewise.
3697         * stdlib/Makefile (tst-strtod-ENV): Likewise.
3698         (tst-strtod3-ENV): Likewise.
3699         (tst-strtod4-ENV): Likewise.
3700         (tst-strtod5-ENV): Likewise.
3701         (testmb2-ENV): Likewise./
3702         * string/Makefile (tst-strxfrm-ENV): Likewise.
3703         (tst-strxfrm2-ENV): Likewise.
3704         (bug-strcoll1-ENV): Likewise.
3705         (test-strcasecmp-ENV): Likewise.
3706         (test-strncasecmp-ENV): Likewise.
3707         * time/Makefile (tst-strptime-ENV): Likewise.
3708         (tst-ftime_l-ENV): Likewise.
3709         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
3710         (tst-mbrtowc-ENV): Likewise.
3711         (tst-wcrtomb-ENV): Likewise.
3712         (tst-mbrtowc2-ENV): Likewise.
3713         (tst-c16c32-1-ENV): Likewise.
3714         (tst-mbsnrtowcs-ENV): Likewise.
3715
3716 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3717
3718         * manual/resource.texi (How to get information about the memory
3719         subsystem?): Fix typo.
3720         Reported by Peon de la Parra Ivan <peon@keba.com>
3721
3722 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
3723
3724         [BZ #16882]
3725         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
3726         (pthread_spin_lock): Branch out of spin loop to proper location.
3727         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
3728         (pthread_spin_lock): Likewise.
3729
3730         * nptl/tst-spin4.c: New test.
3731         * nptl/Makefile (tests): Add tst-spin4.
3732
3733 2014-06-03  Andreas Schwab  <schwab@suse.de>
3734
3735         [BZ #15946]
3736         * resolv/res_send.c (send_dg): Reload file descriptor after
3737         calling reopen.
3738
3739 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
3740
3741         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3742
3743 2014-06-03  Richard Henderson  <rth@redhat.com>
3744
3745         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
3746         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
3747         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
3748         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
3749         in the SAVE_PID block.
3750         (__libc_vfork): New alias.
3751         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
3752
3753         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
3754         child in registers, not on the stack.  Remove RESET_PID conditionals.
3755         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
3756
3757 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3758
3759         * sysdeps/aarch64/libm-test-ulps: Regenerate.
3760
3761 2014-06-03  Wilco  <wdijkstr@arm.com>
3762
3763         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
3764         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
3765         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3766         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
3767         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
3768         Likewise.
3769
3770 2014-06-03  Wilco  <wdijkstr@arm.com>
3771
3772         * sysdeps/aarch64/fpu/math_private.h
3773         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
3774         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
3775         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
3776         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3777         Fix declarations.
3778
3779 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3780
3781         * crypt/crypt-private.h: Include ufc-crypt.h.
3782         (__b64_from_24bit): Declare extern.
3783         * crypt/crypt_util.c(__b64_from_24bit): New function.
3784         (b64t): New static const variable.
3785         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
3786         (b64t): Remove variable.
3787         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
3788         * crypt/sha256-crypt.c: Include crypt-private.h.
3789         (b64t): Remove variable.
3790         (__sha256_crypt_r): Remove b64_from_24bit and replace
3791         with __b64_from_24bit.
3792         * crypt/sha512-crypt.c: Likewise.
3793
3794 2014-06-02  Roland McGrath  <roland@hack.frob.com>
3795
3796         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
3797         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
3798         Label the code __libc_vfork rather than __vfork.
3799         [!NOT_IN_libc] (vfork): Define as weak alias.
3800         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
3801         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
3802         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
3803
3804 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3805
3806         * malloc/malloc.c (malloc_info): Fix format specifier for
3807         n_mmaps.
3808
3809 2014-06-02  Wilco  <wdijkstr@arm.com>
3810
3811         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
3812         FPCR write.
3813
3814 2014-06-02  Wilco  <wdijkstr@arm.com>
3815
3816         [BZ #17009]
3817         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
3818         Rewrite to reduce FPCR/FPSR accesses.
3819
3820 2014-06-01  David S. Miller  <davem@davemloft.net>
3821
3822         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3823
3824 2014-05-31  David S. Miller  <davem@davemloft.net>
3825
3826         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
3827         to occur in round to nearest mode when |x| >= 2.0
3828
3829 2014-05-30  Richard Henderson  <rth@twiddle.net>
3830
3831         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
3832         (PSEUDO_RET_NOERRNO): Remove.
3833         (ret): Don't redefine.
3834         (ret_NOERRNO): Define in terms of ret.
3835         (ret_ERRVAL): Likewise.
3836
3837         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
3838         use of PSEUDO_RET; perform the error check directly.
3839
3840 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
3841
3842         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
3843         with __int128_t.
3844
3845 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3846
3847         * malloc/malloc (malloc_info): Fix formatting.
3848
3849 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3850             Roland McGrath  <roland@hack.frob.com>
3851
3852         * malloc/malloc (malloc_info): Also print mmapped statistics.
3853
3854 2014-05-30  Roland McGrath  <roland@hack.frob.com>
3855
3856         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
3857         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
3858
3859 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
3860
3861         * malloc/malloc.c (malloc_info): Inline mi_arena.
3862
3863 2014-05-29  Richard Henderson  <rth@twiddle.net>
3864
3865         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
3866         Remove comma before expanding ASM_ARGS_##nr.
3867         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
3868         Make _x0 a strict output; make _x8 a strict input; adjust expansion
3869         of ASM_ARGS_##nr.
3870         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
3871         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
3872         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
3873         (ASM_ARGS_1): Add leading comma.
3874
3875         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
3876         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
3877         to __errno_location.
3878         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
3879         Remove the expected plt for __errno_location.
3880
3881         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3882         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
3883         call to __read_tp.
3884
3885         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3886         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
3887         it and break it down.
3888         (DOCARGS_0, DOCARGS_1): Do nothing.
3889         (DOCARGS_2): Update to store into the new stack frame.
3890         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
3891         (UNDOCARGS_1): Update to restore from the new stack frame.
3892         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
3893         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
3894
3895         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3896         (SINGLE_THREAD_P): New parameter for result regno.
3897         (PSEUDO): Update to match; use cbz instead of beq.
3898
3899         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3900         Use ENTRY to define the _nocancel entry point.  Share the syscall
3901         and syscall error check paths with the cancel path.
3902         (PSEUDO_END): New.
3903
3904         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
3905         whitespace; tabs before and after asm mnemonics.
3906
3907 2014-05-29  Eric Wong  <normalperson@yhbt.net>
3908
3909         [BZ #15132]
3910         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3911         Call fstat64 or stat64 internally, depending on arguments passed.
3912         Replace stat buffer argument with file descriptor argument.
3913         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
3914         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3915         Pass fd to __internal_statvfs instead of calling fstat64.
3916         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
3917         Pass fd to __internal_statvfs64 instead of calling fstat64.
3918         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
3919         Pass -1 to __internal_statvfs instead of calling stat64.
3920         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
3921         Pass -1 to __internal_statvfs64 instead of calling stat64.
3922
3923 2014-05-28  Roland McGrath  <roland@hack.frob.com>
3924
3925         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
3926         that was previously under [RESET_PID].
3927         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
3928
3929         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
3930         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
3931
3932 2014-05-27  Roland McGrath  <roland@hack.frob.com>
3933
3934         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
3935
3936         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
3937         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
3938
3939 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
3940
3941         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
3942
3943 2014-05-27  Andreas Schwab  <schwab@suse.de>
3944
3945         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
3946         TLS_INIT_TP macro.
3947         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3948         * elf/rtld.c (init_tls, dl_main): Likewise.
3949         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
3950         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
3951         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
3952         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
3953         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
3954         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
3955         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
3956         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
3957         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
3958         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
3959         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
3960         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
3961         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
3962         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
3963         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
3964         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
3965         * sysdeps/generic/tls.h: Update description.
3966
3967 2014-05-27  Will Newton  <will.newton@linaro.org>
3968
3969         [BZ #16990]
3970         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
3971         and restore r2 rather than just restoring.
3972
3973 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3974
3975         [BZ #16724]
3976         * libio/tst-ftell-append.c: New test case.
3977         * libio/Makefile (tests): Add test case.
3978         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
3979         append mode.
3980         * libio/wfileops.c (do_ftell_wide): Likewise.
3981
3982 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3983
3984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3985
3986         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
3987         ...
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
3989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
3990         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
3991         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
3992         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
3993         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
3994         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
3995         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
3996         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3997         Moved ...
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
3999         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4000         Moved ...
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4002         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4003         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4004         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4005         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4006         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4007         ...
4008         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4009         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4010         Moved ...
4011         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4012         here.
4013         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4014         ...
4015         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4016         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4017         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4018
4019         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4020         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4021         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4022         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4023
4024         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4025         merge into ...
4026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4027         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4028         ...
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4030         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4031         ...
4032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4033         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4034         Moved ...
4035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4036         here.
4037         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4038         Moved ...
4039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4040         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4041         Moved ...
4042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4043
4044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4045         conditional [RESET_PID].
4046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4047         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4048         removed.
4049         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4050         removed.
4051
4052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4053         <tcb-offsets.h>.
4054         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4055         (__libc_vfork): New strong alias.
4056         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4057         removed.
4058         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4059         Removed.
4060
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4062         <tcb-offsets.h>.
4063         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4064         (__libc_vfork): New strong alias.
4065         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4066         removed.
4067         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4068         removed.
4069
4070 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4071
4072         * malloc/malloc.c (mi_arena): New function.
4073         (malloc_info): Remove nested function mi_arena. Call non-nosted
4074         function mi_arena.
4075
4076 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4077
4078         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4079         by insrwi.
4080         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4081         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4082         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4083         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4084         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4085         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4086         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4087
4088 2014-05-26  Andreas Schwab  <schwab@suse.de>
4089
4090         [BZ #16984]
4091         * locale/programs/repertoire.c (repertoire_read): Add slash
4092         between I18NPATH element and file name.
4093         * locale/programs/locfile.c (locfile_read): Likewise.
4094
4095 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4096
4097         * nptl/pthread_mutexattr_settype.c
4098         (__pthread_mutexattr_settype):
4099         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4100
4101 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4102
4103         * nptl/tst-mutex5 (do_test):
4104         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4105
4106 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4107
4108         * benchtests/README: Document 'init' directive.
4109         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4110         BENCH_INIT.
4111         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4112         (parse_file): Recognize 'init' directive.
4113
4114 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4115
4116         [BZ #16796]
4117         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4118         alignment of struct pthread.
4119
4120 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4121
4122         [BZ #16878]
4123         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4124         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4125         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4126         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4127
4128 2014-05-25  Richard Henderson  <rth@twiddle.net>
4129
4130         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4131         (SINGLE_THREAD_P_PIC): Remove.
4132         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4133         (SINGLE_THREAD_P_PIC): Remove.
4134
4135         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4136         branch to syscall error ...
4137         (PSEUDO): ... here.
4138         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4139         from __local_syscall_error to .Lsyscall_error.
4140         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4141         (SYSCALL_ERROR): Update label name.
4142
4143         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4144         Do not use DOARGS/UNDOARGS.
4145         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4146         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4147         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4148         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4149         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4150
4151         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4152         block comment.
4153
4154         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4155         define if !NOT_IN_libc.
4156         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4157         define with non-default symbol versions.
4158
4159 2014-05-23  Richard Henderson  <rth@twiddle.net>
4160
4161         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4162         (vfork, __vfork): Define via compat_symbol.
4163
4164         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4165         [!HAVE_IFUNC] (vfork_compat): Remove.
4166         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4167
4168 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4169
4170         [BZ #16978]
4171         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4172         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4173         variable.
4174
4175 2014-05-23  Richard Henderson  <rth@twiddle.net>
4176
4177         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4178         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4179         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4180         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4181
4182         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4183         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4184         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4185         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4186         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4187         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4188         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4189         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4190         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4191         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4192         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4193         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4194         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4195         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4196         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4197         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4198         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4199         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4200         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4201         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4202         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4203         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4204         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4205         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4206         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4207         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4208         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4209         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4210         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4211         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4212         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4213         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4214         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4215         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4216         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4217         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4218         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4219         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4220         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4221         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4222         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4223         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4224         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4225         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4226         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4227         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4228         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4229         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4230         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4231         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4232         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4233         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4234         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4235         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4236         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4237         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4238
4239         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4240         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4241         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4242         before exiting on error.
4243         (__libc_vfork): New strong alias.
4244         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4245         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4246
4247         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4248         that was previously under [RESET_PID].
4249         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4250
4251         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4252
4253 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4254
4255         [BZ #16977]
4256         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4257         value when x - 1 is zero.
4258         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4259         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4260         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4261         0.0L for an argument of 1.0L.
4262         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4263         Likewise.
4264         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4265         value when x - 1 is zero.
4266         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4267         * sysdeps/i386/fpu/libm-test-ulps: Update.
4268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4269
4270 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4271
4272         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4273         alphasort and versionsort.
4274
4275 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4276
4277         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4278         macro.
4279         [copysignf]: Likewise.
4280
4281 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4282
4283         * crypt/md5-crypt.c: Fix formatting.
4284
4285 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4286
4287         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4288         (b64_from_24bit): New function.
4289
4290 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4291
4292         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4293         libc_hidden_builtin_def to ifunc.
4294         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4295         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4296
4297 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4298
4299         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4300         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4301
4302 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4303
4304         * nscd/Depend (linuxthreads): Remove.
4305         (nptl): Add.
4306         * resolv/Depend (linuxthreads): Remove.
4307         * rt/Depend (linuxthreads): Remove.
4308
4309         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4310         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4311         $(common-objpfx)elf/.
4312         (link-libc-before-gnulib): Likewise.
4313         (elfobjdir): Remove variable.
4314         * Makefile (install): Use $(elf-objpfx) instead of
4315         $(common-objpfx)elf/.
4316         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4317         $(elfobjdir)/.
4318         (link-libc-deps): Likewise.
4319         ($(common-objpfx)libc.so): Likewise.
4320         ($(common-objpfx)linkobj/libc.so): Likewise.
4321         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4322         instead of $(common-objpfx)elf/.
4323         (symbolic-link-list): Likewise.
4324         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4325         [$(cross-compiling) = no]: Likewise.
4326         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4327         $(elfobjdir)/.
4328         (static-gnulib-arch): Likewise.
4329         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4330         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4331         $(common-objpfx)elf/.
4332
4333 2014-05-21  Richard Henderson  <rth@redhat.com>
4334
4335         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4336         (SINGLE_THREAD_P): Use the correct width load.  Fold
4337         into the ldr offset.
4338
4339         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4340         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4341
4342 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4343
4344         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4345         (libgcc_s_resume): Use __attribute_used__.
4346         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4347         Likewise.
4348
4349 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4350
4351         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4352         optimization when used with float constants.
4353
4354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4355
4356 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4357
4358         [BZ #16915]
4359         * locale/nl_langinfo_l.c: Make direct reference to every
4360         _nl_current_CATEGORY symbol.
4361         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4362         (tests-static): Add tst-langinfo-static.
4363         (tests-special): Add tst-langinfo-static.out.
4364         ($(objpfx)tst-langinfo.out): Redirect output.
4365         ($(objpfx)tst-langinfo-static.out): New.
4366         * localedata/tst-langinfo.sh: Send output to stdout.
4367         * localedata/tst-langinfo-static.c: New file.
4368
4369         [BZ #16965]
4370         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4371         when the shift amount is modulo the limb size.
4372
4373 2014-05-20  Richard Henderson  <rth@redhat.com>
4374
4375         [BZ #16967]
4376         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4377         Change type of sa_flags from unsigned int to int.
4378
4379         [BZ #16966]
4380         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4381
4382         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4383
4384 2014-05-20  Will Newton  <will.newton@linaro.org>
4385
4386         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4387         Test the return value of the system call in the nocancel case.
4388
4389 2014-05-20  Will Newton  <will.newton@linaro.org>
4390             Yvan Roux  <yvan.roux@linaro.org>
4391
4392         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4393         #include of asm/ptrace.h.
4394         (PTRACE_GET_THREAD_AREA): Remove #undef.
4395         (PTRACE_GETHBPREGS): Likewise.
4396         (PTRACE_SETHBPREGS): Likewise.
4397         (struct user_regs_struct): New structure.
4398         (struct user_fpsimd_struct): New structure.
4399         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4400         #include of asm/ptrace.h and second #include of sys/user.h.
4401         (PTRACE_GET_THREAD_AREA): Remove #undef.
4402         (PTRACE_GETHBPREGS): Likewise.
4403         (PTRACE_SETHBPREGS): Likewise.
4404         (ELF_NGREG): Use new struct user_regs_struct.
4405         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4406
4407 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4408
4409         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4410         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4411
4412 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4413
4414         [BZ #16958]
4415         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
4416         membar to avoid block loads/stores to overlap previous stores.
4417
4418 2014-05-17  Richard Henderson  <rth@redhat.com>
4419
4420         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
4421         Create the __##syscall_name##_nocancel entry point.
4422         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
4423         Remove; let the sysdep-cancel.h code create it.
4424
4425 2014-05-17  David S. Miller  <davem@davemloft.net>
4426
4427         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
4428         Protect with __USE_GNU.
4429         (TIOCSET_TEMPT): Likewise.
4430         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4431         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
4432         these are already provided in bits/ioctl-types.h
4433
4434 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4435
4436         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
4437         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
4438
4439         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
4440         Use wait4 regardless of [__NR_waitpid].
4441
4442 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4443
4444         PR libgcc/60166
4445         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
4446         (_FP_NANSIGN_Q): Set the quiet bit.
4447
4448 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
4449
4450         * benchtests/Makefile
4451         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
4452         not $(common-objpfx)math/libm.so.
4453         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
4454         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
4455         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
4456         $(common-objpfx)dlfcn/libdl.so.
4457         ($(objpfx)tst-audit8): Depend on $(libm), not
4458         $(common-objpfx)math/libm.so.
4459         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
4460         not $(common-objpfx)dlfcn/libdl.so.
4461         * math/Makefile
4462         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
4463         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
4464         [$(build-shared) = yes].
4465         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
4466         $(common-objpfx)nptl/libpthread.so.
4467         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
4468         $(common-objpfx)math/libm.so$(libm.so-version) or
4469         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
4470         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
4471         $(common-objpfx)dlfcn/libdl.so.
4472         * setjmp/Makefile (link-libm): Remove variable.
4473         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
4474         * stdio-common/Makefile (link-libm): Remove variable.
4475         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
4476         * stdlib/Makefile (link-libm): Remove variable.
4477         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
4478         ($(objpfx)tst-strtod-round): Likewise.
4479         ($(objpfx)tst-tininess): Likewise.
4480         ($(objpfx)tst-strtod-underflow): Likewise.
4481         ($(objpfx)tst-strtod6): Likewise.
4482         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
4483         $(libdl), not $(common-objpfx)nptl/libpthread.so and
4484         $(common-objpfx)dlfcn/libdl.so.
4485
4486 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4487
4488         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
4489         BSD terminal modes definitions.
4490
4491 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4492
4493         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
4494         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
4495
4496         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
4497         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
4498         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
4499         Don't do #include_next.
4500         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
4501         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
4502         Don't do #include_next.
4503         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
4504         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
4505         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
4506         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
4507
4508 2014-05-16  Allan McRae  <allan@archlinux.org>
4509
4510         * po/sv.po: Update Swedish translation from translation project.
4511
4512         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
4513         in sed expression.
4514
4515 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
4516
4517         [BZ #16917]
4518         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
4519         errno if the TIOCGPTN ioctl fails with an error different than
4520         EINVAL.
4521         * login/tst-ptsname.c: New file.
4522         * login/Makefile (tests): Add tst-ptsname.
4523
4524         [BZ #16943]
4525         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
4526         and prlimit64.
4527
4528 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4529
4530         [BZ #16849]
4531         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
4532         herrno to return EAI_AGAIN.
4533
4534 2014-05-14  Roland McGrath  <roland@hack.frob.com>
4535
4536         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
4537         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
4538         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
4539         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
4540         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
4541         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
4542         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
4543         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
4544         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
4545         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
4546         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
4547         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
4548         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
4549         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
4550         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
4551         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
4552         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
4553         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
4554         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
4555         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
4556         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
4557         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
4558         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
4559         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
4560         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
4561         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
4562         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
4563         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
4564         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
4565         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
4566         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
4567         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
4568         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
4569         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
4570         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
4571         Moved ...
4572         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
4573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
4574         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
4575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
4576         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
4577         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
4578         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
4579         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
4580         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
4581         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
4582         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
4583         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
4584         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
4585         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
4586         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
4587         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
4588         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
4589         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
4590         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
4591         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
4592         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
4593         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
4594         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
4595         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
4596         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
4597         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
4598         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
4599         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
4600         Moved ...
4601         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
4602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
4603         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
4604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
4605         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
4606         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
4607         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
4608         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
4609         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
4610         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
4611         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
4612         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
4613         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
4614         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
4615         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
4616         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
4617         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
4621         Moved ...
4622         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
4623         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
4624         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
4625
4626         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
4627         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
4628         (libpthread-sysdep_routines): Add elision-related stuff here instead.
4629         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
4630         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
4631         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
4632         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
4633         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
4634         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
4635         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
4636         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
4637         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
4638         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
4639         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
4640         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
4641         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
4642         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
4643         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
4644         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
4645         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
4646         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
4647         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
4648         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
4649         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
4650         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
4651         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
4652         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
4653         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
4654         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
4655         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
4656         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
4657
4658         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
4659         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
4660
4661         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
4662         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
4663         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
4664         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
4665         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
4666         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
4667         Moved ...
4668         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
4669         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
4670         Moved ...
4671         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
4672         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
4673         Moved ...
4674         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
4675         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
4676         Moved ...
4677         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
4678         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
4679         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
4680         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
4681         Moved ...
4682         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
4683         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
4684         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
4685         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
4686         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
4687         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
4688         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
4689         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
4690         Moved ...
4691         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
4692         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4693         Moved ...
4694         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4695         ... here.
4696         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
4697         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
4698         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
4699         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
4700         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4701         Moved ...
4702         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4703         ... here.
4704         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
4705         Moved ...
4706         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
4707         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
4708         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
4709         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
4710         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
4711         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
4712         Moved ...
4713         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
4714         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
4715         Moved ...
4716         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
4717         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
4718         Moved ...
4719         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
4720         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
4721         Moved ...
4722         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
4723         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
4724         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
4725         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
4726         Moved ...
4727         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
4728         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
4729         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
4730         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
4731         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
4732         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
4733         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
4734         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
4735         Moved ...
4736         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
4737         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4738         Moved ...
4739         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4740         ... here.
4741         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
4742         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
4743         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
4744         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
4745         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4746         Moved ...
4747         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4748         ... here.
4749         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
4750         Moved ...
4751         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
4752         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
4753         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
4754         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
4755         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
4756         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
4757         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
4758         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
4759         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
4760         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
4761         Moved ...
4762         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
4763         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
4764         Moved ...
4765         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
4766         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
4767         Moved ...
4768         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
4769         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
4770         Moved ...
4771         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
4772         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
4773         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
4774         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
4775         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
4776         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
4777         Moved ...
4778         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
4779         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
4780         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
4781         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
4782         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
4783         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
4784         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
4785         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
4786         Moved ...
4787         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
4788         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4789         Moved ...
4790         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4791         ... here.
4792         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
4793         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
4794         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
4795         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
4796         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4797         Moved ...
4798         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4799         ... here.
4800         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
4801         Moved ...
4802         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
4803         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
4804         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
4805         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
4806         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
4807         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
4808         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
4809         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
4810         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
4811         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
4812         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
4813
4814         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
4815         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
4816
4817         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
4818         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
4819
4820         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
4821         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
4822         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
4823         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
4824         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
4825         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
4826         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
4827         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
4828         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
4829         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
4830         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
4831         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
4832         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
4833         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
4834         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
4835         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
4836         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
4837         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
4838         Moved ...
4839         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
4840         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
4841         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
4842         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
4843         Moved ...
4844         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
4845         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
4846         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
4847         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
4848         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
4849         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
4850         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
4851         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
4852         Moved ...
4853         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
4855         Moved ...
4856         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
4857         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
4858         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
4859         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
4860         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
4861         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
4862         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
4863         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
4864         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
4865         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
4866         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
4867         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
4868         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
4869         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
4870         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
4871         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
4872         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
4873
4874         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
4875         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
4876         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
4877         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
4878         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
4879
4880         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
4881         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
4882         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
4883         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
4884         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
4885         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
4886         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
4887         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
4888         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
4889         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
4890
4891         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
4892         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
4893
4894         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
4895         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
4896         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
4897         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
4898         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
4899         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
4900         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
4901         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
4902         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
4903         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
4904         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
4905         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
4906         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
4907         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
4908         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
4909         Update #include.
4910         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
4911         Likewise.
4912         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4913         Likewise.
4914         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4915         Likewise.
4916         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4917         Likewise.
4918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
4919         Likewise.
4920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
4921         Likewise.
4922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4923         Likewise.
4924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
4925         Likewise.
4926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
4927         Likewise.
4928         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
4929         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
4930         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
4931         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
4932         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
4933         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
4934         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
4935         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
4936         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
4937         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
4938         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
4939         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
4940         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
4941         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
4942         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
4943
4944         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
4945         that was previously under [RESET_PID].
4946         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
4947         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
4948         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
4949
4950         * sysdeps/i386/nptl/Implies: New file.
4951         * sysdeps/x86_64/nptl/Implies: New file.
4952         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
4953         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
4954         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
4955         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
4956
4957         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
4958         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4959         (__libc_vfork): New strong alias.
4960         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
4961         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
4962
4963         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
4964         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4965         (__libc_vfork): New strong alias.
4966         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
4967         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
4968
4969         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
4970         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4971         (__libc_vfork): New strong alias.
4972         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
4973         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
4974         * nptl/pt-vfork.c: New file.
4975         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
4976         (libpthread: GLIBC_2.20): New version set (empty).
4977
4978 2014-05-14  Will Newton  <will.newton@linaro.org>
4979
4980         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
4981         rather than #if.
4982
4983 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
4984
4985         [BZ #16564]
4986         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
4987         arguments with exponent 65 or above.
4988         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
4989         arguments 0x1p113L or above.
4990         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
4991         to arguments 0x1p107L or above.
4992         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
4993         positive arguments with exponent 65 or above.
4994         * math/auto-libm-test-in: Add more tests of log1p.
4995         * math/auto-libm-test-out: Regenerated.
4996
4997         [BZ #16928]
4998         * math/s_cacos.c (__cacos): Ensure zero real part of result from
4999         non-finite arguments is +0.
5000         * math/s_cacosf.c (__cacosf): Likewise.
5001         * math/s_cacosl.c (__cacosl): Likewise.
5002         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5003         * sysdeps/i386/fpu/libm-test-ulps: Update.
5004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5005
5006         [BZ #16927]
5007         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5008         value.
5009         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5010         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5011         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5012         for explicit high bit of mantissa when testing for argument equal
5013         to 1.
5014         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5015         * sysdeps/i386/fpu/libm-test-ulps: Update.
5016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5017
5018         [BZ #16516]
5019         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5020         (__erf): Scale by 16 instead of 8 in potentially underflowing
5021         case.  Ensure exception if result actually underflows.
5022         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5023         (__erff): Scale by 16 instead of 8 in potentially underflowing
5024         case.  Ensure exception if result actually underflows.
5025         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5026         (efx8): Remove variable.
5027         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5028         case.  Ensure exception if result actually underflows.
5029         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5030         (efx8): Remove variable.
5031         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5032         case.  Ensure exception if result actually underflows.
5033         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5034         (efx8): Remove variable.
5035         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5036         case.  Ensure exception if result actually underflows.
5037         * math/auto-libm-test-in: Add more tests of erf.
5038         * math/auto-libm-test-out: Regenerated.
5039
5040 2014-05-14  Andreas Schwab  <schwab@suse.de>
5041
5042         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5043         Remove code conditionalized on USE___THREAD.
5044
5045         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5046         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5047         not definedness.
5048
5049 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5050
5051         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5052         Define unconditionally.
5053         (__ASSUME_O_CLOEXEC): Likewise.
5054         (__ASSUME_SOCK_CLOEXEC): Likewise.
5055         (__ASSUME_IN_NONBLOCK): Likewise.
5056         (__ASSUME_PIPE2): Likewise.
5057         (__ASSUME_EVENTFD2): Likewise.
5058         (__ASSUME_SIGNALFD4): Likewise.
5059         (__ASSUME_DUP3): Likewise.
5060         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5061         (__ASSUME_DUP3): Do not define.
5062         (__ASSUME_EVENTFD2): Likewise.
5063         (__ASSUME_IN_NONBLOCK): Likewise.
5064         (__ASSUME_O_CLOEXEC): Likewise.
5065         (__ASSUME_PIPE2): Likewise.
5066         (__ASSUME_SIGNALFD4): Likewise.
5067         (__ASSUME_SOCK_CLOEXEC): Likewise.
5068         (__ASSUME_UTIMES): Undefine.
5069         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5070         (__ASSUME_UTIMES): Do not define.
5071         (__ASSUME_O_CLOEXEC): Likewise.
5072         (__ASSUME_SOCK_CLOEXEC): Likewise.
5073         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5074         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5075         0x020621].
5076         (__ASSUME_PIPE2): Likewise.
5077         (__ASSUME_EVENTFD2): Likewise.
5078         (__ASSUME_SIGNALFD4): Likewise.
5079         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5080         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5081         Do not define.
5082         (__ASSUME_EVENTFD2): Likewise.
5083         (__ASSUME_SIGNALFD4): Likewise.
5084         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5085         (__ASSUME_32BITUIDS): Likewise.
5086         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5087         (__ASSUME_IPC64): Likewise.
5088         (__ASSUME_ST_INO_64_BIT): Likewise.
5089         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5090         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5091         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5092         (__ASSUME_UTIMES): Do not define.
5093         (__ASSUME_PSELECT): Likewise.
5094         (__ASSUME_PPOLL): Likewise.
5095         (__ASSUME_O_CLOEXEC): Likewise.
5096         (__ASSUME_SOCK_CLOEXEC): Likewise.
5097         (__ASSUME_IN_NONBLOCK): Likewise.
5098         (__ASSUME_PIPE2): Likewise.
5099         (__ASSUME_EVENTFD2): Likewise.
5100         (__ASSUME_SIGNALFD4): Likewise.
5101         (__ASSUME_DUP3): Likewise.
5102         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5103         (__ASSUME_UTIMES): Likewise.
5104         (__ASSUME_O_CLOEXEC): Likewise.
5105         (__ASSUME_SOCK_CLOEXEC): Likewise.
5106         (__ASSUME_IN_NONBLOCK): Likewise.
5107         (__ASSUME_PIPE2): Likewise.
5108         (__ASSUME_EVENTFD2): Likewise.
5109         (__ASSUME_SIGNALFD4): Likewise.
5110         (__ASSUME_DUP3): Likewise.
5111         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5112         (__ASSUME_UTIMES): Likewise.
5113         (__ASSUME_O_CLOEXEC): Likewise.
5114         (__ASSUME_SOCK_CLOEXEC): Likewise.
5115         (__ASSUME_IN_NONBLOCK): Likewise.
5116         (__ASSUME_PIPE2): Likewise.
5117         (__ASSUME_EVENTFD2): Likewise.
5118         (__ASSUME_SIGNALFD4): Likewise.
5119         (__ASSUME_DUP3): Likewise.
5120         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5121         Likewise.
5122         (__ASSUME_UTIMES): Likewise.
5123         (__ASSUME_EVENTFD2): Likewise.
5124         (__ASSUME_SIGNALFD4): Likewise.
5125         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5126         (__ASSUME_O_CLOEXEC): Likewise.
5127         (__ASSUME_SOCK_CLOEXEC): Likewise.
5128         (__ASSUME_IN_NONBLOCK): Likewise.
5129         (__ASSUME_PIPE2): Likewise.
5130         (__ASSUME_EVENTFD2): Likewise.
5131         (__ASSUME_SIGNALFD4): Likewise.
5132         (__ASSUME_DUP3): Likewise.
5133         (__ASSUME_UTIMES): Undefine.
5134
5135         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5136         feclearexcept.  Remove symbol versioning code.
5137         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5138         symbol versioning code.
5139         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5140         symbol versioning code.
5141         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5142         feupdateenv.  Remove symbol versioning code.
5143         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5144         fegetexceptflag.  Remove symbol versioning code.
5145         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5146         fesetexceptflag.  Remove symbol versioning code.
5147         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5148         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5149         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5150         (__posix_fadvise64_l32): Remove prototype.
5151         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5152         code.
5153
5154 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5155
5156         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5157         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5158         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5159         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5160
5161 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5162
5163         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5164         current working directory
5165
5166 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5167
5168         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5169         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5170         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5171         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5172         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5173         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5174         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5175         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5176         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5177         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5178         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5179         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5180         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5181         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5182         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5183         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5184         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5185         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5186         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5187         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5188         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5189         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5190         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5191         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5192         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5193         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5194         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5195         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5196         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5197         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5198         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5199         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5200         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5201         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5202         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5203         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5204         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5205         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5206         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5207         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5208         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5209         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5210
5211         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5212         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5213
5214         * sysdeps/unix/sysv/linux/arm/Makefile
5215         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5216         Add rt-aeabi_unwind_cpp_pr1.
5217         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5218         Add nptl-aeabi_unwind_cpp_pr1.
5219         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5220         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5221         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5222         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5223         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5224         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5225
5226         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5227         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5228         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5229         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5230
5231         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5232         Deconditionalize the code that was previously under [RESET_PID].
5233         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5234
5235         * sysdeps/generic/exit-thread.h: New file.
5236         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5237         * include/unistd.h (__exit_thread): Remove declaration.
5238         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5239         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5240         * csu/libc-start.c: Include <exit-thread.h>.
5241         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5242         * nptl/pthread_create.c: Include <exit-thread.h>.
5243         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5244         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5245         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5246         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5247         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5248         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5249         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5250         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5251         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5252         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5253         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5254         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5255         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5256         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5257         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5258         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5259         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5260
5261 2014-05-13  Andreas Schwab  <schwab@suse.de>
5262
5263         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5264
5265 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5266
5267         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5268         (__ASSUME_UTIMES): Do not condition on kernel version.
5269         (__ASSUME_PSELECT): Define unconditionally.
5270         (__ASSUME_PPOLL): Likewise.
5271         (__ASSUME_ATFCTS): Likewise.
5272         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5273         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5274         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5275         (__ASSUME_UTIMENSAT): Define unconditionally.
5276         (__ASSUME_PRIVATE_FUTEX): Likewise.
5277         (__ASSUME_FALLOCATE): Likewise.
5278         (__ASSUME_O_CLOEXEC): Likewise.
5279         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5280         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5281         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5282         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5283         (__ASSUME_IN_NONBLOCK): Likewise.
5284         (__ASSUME_PIPE2): Likewise.
5285         (__ASSUME_EVENTFD2): Likewise.
5286         (__ASSUME_SIGNALFD4): Likewise.
5287         (__ASSUME_DUP3): Likewise.
5288         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5289         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5290         (__ASSUME_AT_RANDOM): Likewise.
5291         (__ASSUME_PREADV): Likewise.
5292         (__ASSUME_PWRITEV): Likewise.
5293         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5294         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5295         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5296         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5297         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5298         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5299         (__ASSUME_O_CLOEXEC): Define unconditionally.
5300         (__ASSUME_PSELECT): Do not undefine conditionally.
5301         (__ASSUME_PPOLL): Likewise.
5302         (__ASSUME_ATFCTS): Likewise.
5303         (__ASSUME_SET_ROBUST_LIST): Likewise.
5304         (__ASSUME_UTIMENSAT): Likewise.
5305         (__ASSUME_FDATASYNC): Define unconditionally.
5306         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5307         (__ASSUME_SIGFRAME_V2): Likewise.
5308         )__ASSUME_EVENTFD2): Likewise.
5309         (__ASSUME_SIGNALFD4): Likewise.
5310         (__ASSUME_PSELECT): Do not undefine conditionally.
5311         (__ASSUME_PPOLL): Likewise.
5312         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5313         (__ASSUME_PSELECT): Define unconditionally.
5314         (__ASSUME_PPOLL): Likewise.
5315         (__ASSUME_O_CLOEXEC): Likewise.
5316         (__ASSUME_SOCK_CLOEXEC): Likewise.
5317         (__ASSUME_IN_NONBLOCK): Likewise.
5318         (__ASSUME_PIPE2): Likewise.
5319         (__ASSUME_EVENTFD2): Likewise.
5320         (__ASSUME_SIGNALFD4): Likewise.
5321         (__ASSUME_DUP3): Likewise.
5322         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5323         (__ASSUME_O_CLOEXEC): Likewise.
5324         (__ASSUME_SOCK_CLOEXEC): Likewise.
5325         (__ASSUME_IN_NONBLOCK): Likewise.
5326         (__ASSUME_PIPE2): Likewise.
5327         (__ASSUME_EVENTFD2): Likewise.
5328         (__ASSUME_SIGNALFD4): Likewise.
5329         (__ASSUME_DUP3): Likewise.
5330         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5331         (__ASSUME_EVENTFD2): Likewise.
5332         (__ASSUME_SIGNALFD4): Likewise.
5333         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5334
5335 2014-05-12  Andreas Schwab  <schwab@suse.de>
5336
5337         [BZ #16932]
5338         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5339         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5340         than maximum RPC packet size.
5341         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5342         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5343         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5344         (_nss_nis_getservbyport_r): Likewise.
5345
5346 2014-05-12  Will Newton  <will.newton@linaro.org>
5347
5348         * malloc/Makefile (tests): Add tst-mallopt.
5349         * malloc/tst-mallopt.c: New file.
5350
5351 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5352
5353         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5354         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5355
5356 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5357
5358         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5359         (tst-tlsmod6.so): Likewise.
5360
5361 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5362
5363         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5364
5365 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5366
5367         [BZ #16064]
5368         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5369         and <dl-procinfo.h>.
5370         (__fegetenv): Save SSE state in envp->__eip if supported.
5371         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5372         envp->__eip if supported.
5373         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5374         and <dl-procinfo.h>.
5375         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5376         __data_offset and __data_selector in environment to 0.  Set SSE
5377         state if supported.
5378         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5379         test-fenv-sse.
5380         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5381         -mfpmath=sse.
5382         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5383
5384 2014-05-09  Will Newton  <will.newton@linaro.org>
5385
5386         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5387         and libc_relro_required for ARM.
5388         * sysdeps/arm/preconfigure: Regenerate.
5389
5390 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5391             Stefan Liebler  <stli@linux.vnet.ibm.com>
5392
5393         * config.make.in (enable-lock-elision): New Makefile variable.
5394         * configure.ac: Likewise.
5395         * configure: Regenerate.
5396         * sysdeps/s390/configure.ac:
5397         Add check for gcc transactions support.
5398         * sysdeps/s390/configure: Regenerate.
5399         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5400         Build elision files if enabled.
5401         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5402         Add lock elision support for s390.
5403         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5404         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5405         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5406         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5407         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5408         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5409         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5410         Likewise.
5411         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5412         Likewise.
5413         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
5414         Likewise.
5415         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
5416         Likewise.
5417         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
5418         (__lll_timedlock_elision, __lll_lock_elision)
5419         (__lll_unlock_elision, __lll_trylock_elision)
5420         (lll_timedlock_elision, lll_lock_elision)
5421         (lll_unlock_elision, lll_trylock_elision): Add.
5422         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
5423         (pthread_mutex_t): Add lock elision support for s390.
5424
5425 2014-05-14  Wilco  <wdijkstr@arm.com>
5426
5427         * sysdeps/arm/fclrexcpt.c: Cleanup.
5428         * sysdeps/arm/fedisblxcpt.c: Cleanup.
5429         * sysdeps/arm/feenablxcpt.c: Cleanup.
5430         * sysdeps/arm/fegetenv.c: Cleanup.
5431         * sysdeps/arm/fegetexcept.c: Cleanup.
5432         * sysdeps/arm/fegetround.c: Cleanup.
5433         * sysdeps/arm/feholdexcpt.c: Cleanup.
5434         * sysdeps/arm/fesetenv.c: Cleanup.
5435         * sysdeps/arm/fesetround.c: Cleanup.
5436         * sysdeps/arm/feupdateenv.c: Cleanup.
5437         * sysdeps/arm/fgetexcptflg.c: Cleanup.
5438         * sysdeps/arm/fraiseexcpt.c: Cleanup.
5439         * sysdeps/arm/fsetexcptflg.c: Cleanup.
5440         * sysdeps/arm/ftestexcept.c: Cleanup.
5441         * sysdeps/arm/get-rounding-mode.h: Cleanup.
5442         * sysdeps/arm/setfpucw.c: Cleanup.
5443
5444 2014-05-09  Will Newton  <will.newton@linaro.org>
5445
5446         * sysdeps/arm/armv7/strcmp.S: New file.
5447         * NEWS: Mention addition of ARMv7 optimized strcmp.
5448
5449 2014-05-08  Roland McGrath  <roland@hack.frob.com>
5450
5451         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
5452         look for %.ac rather than %.in.
5453
5454         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
5455         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
5456         * sysdeps/mach/hurd/configure: Regenerated.
5457         * sysdeps/unix/sysv/linux/configure: Regenerated.
5458
5459         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
5460
5461 2014-05-07  Steve Ellcey  <sellcey@mips.com>
5462
5463         [BZ# 16922]
5464         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
5465         (LONG_SUB): Ditto.
5466         (PTR_SUB): Ditto.
5467
5468 2014-05-07  Andreas Schwab  <schwab@suse.de>
5469
5470         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
5471         when skipping over non-matching result from nscd.
5472
5473 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
5474
5475         [BZ #16876]
5476         * nptl/sockperf.c (client): Check socket return value.
5477
5478         [BZ #16877]
5479         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
5480         nscd security class.
5481
5482 2014-05-06  Roland McGrath  <roland@hack.frob.com>
5483
5484         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
5485         * sysdeps/arm/unwind.h: ... here.
5486
5487 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
5488
5489         [BZ# 16916]
5490         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
5491         Define.
5492
5493 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5494
5495         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
5496         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
5497         multiarch strncpy for PPC64.
5498         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
5499         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
5500         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
5501         multiarch optimizations.
5502         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5503         (__libc_ifunc_impl_list): Likewise.
5504         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
5505         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
5506         multiarch stpncpy for PPC64.
5507         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
5508         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
5509
5510 2014-05-06  Andreas Schwab  <schwab@suse.de>
5511
5512         [BZ #16912]
5513         * gmon/mcount.c (_MCOUNT_DECL): Use
5514         atomic_compare_and_exchange_bool_acq instead of
5515         catomic_compare_and_exchange_bool_acq.
5516
5517 2014-05-05  Roland McGrath  <roland@hack.frob.com>
5518
5519         * elf/Makefile (others, install-bin): Remove pldd.
5520         (pldd-modules): Variable removed.
5521         ($(objpfx)pldd): Target removed.
5522         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
5523         (others, install-bin): Append pldd here.
5524         ($(objpfx)pldd): New target.
5525
5526         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
5527         to 0, so the first #if test emitted later doesn't see it undefined.
5528         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
5529         * sysdeps/gnu/errlist.c: Regenerated.
5530
5531 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5532
5533         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5534         [libc_hidden_builtin_def]: Define to empty value.
5535         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
5536         [libc_hidden_builtin_def]: Likewise.
5537         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
5538         [libc_hidden_builtin_def]: Likewise.
5539         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
5540         [libc_hidden_builtin_def]: Likewise.
5541         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
5542         __redirect_memcpy and define ifunc as default hidden symbol.
5543         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
5544         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
5545
5546 2014-05-04  Adam Conrad  <adconrad@0c3.net>
5547
5548         * locale/iso-4217.def: Reintroduce XDR currency.
5549
5550 2014-05-04  Allan McRae  <allan@archlinux.org>
5551
5552         * po/eo.po: Update Esperanto translation from translation project.
5553
5554 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
5555
5556         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
5557         and FEATURE_INDEX_MAX to 1.
5558         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
5559
5560 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5561
5562         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
5563         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
5564         * iconvdata/big5.c (ONE_DIRECTION): Define.
5565         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
5566         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
5567         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
5568         * iconvdata/cp932.c (ONE_DIRECTION): Define.
5569         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
5570         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
5571         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
5572         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
5573         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
5574         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
5575         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
5576         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
5577         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
5578         * iconvdata/gbk.c (ONE_DIRECTION): Define.
5579         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
5580         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
5581         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
5582         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
5583         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
5584         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
5585         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
5586         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
5587         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
5588         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
5589         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
5590         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
5591         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
5592         * iconvdata/iso646.c (ONE_DIRECTION): Define.
5593         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
5594         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
5595         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
5596         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
5597         * iconvdata/johab.c (ONE_DIRECTION): Define.
5598         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
5599         * iconvdata/sjis.c (ONE_DIRECTION): Define.
5600         * iconvdata/t.61.c (ONE_DIRECTION): Define.
5601         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
5602         * iconvdata/tscii.c (ONE_DIRECTION): Define.
5603         * iconvdata/uhc.c (ONE_DIRECTION): Define.
5604         * iconvdata/unicode.c (ONE_DIRECTION): Define.
5605         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
5606         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
5607         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
5608
5609 2014-05-01  Roland McGrath  <roland@hack.frob.com>
5610
5611         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
5612         (_IO_JUMPS_OFFSET): Define to 0.
5613
5614         * nptl/sysdeps/pthread/bits/libc-lock.h
5615         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5616         (__libc_lock_define_initialized_recursive): Always define using
5617         initializer.  Modern compilers treat uninitialized (implicit zero) and
5618         explicit zero initializers the same (i.e. put the datum in bss).
5619
5620 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5621
5622         * nscd/nscd-client.h: Include <string.h>.
5623
5624 2014-05-01  David S. Miller  <davem@davemloft.net>
5625
5626         [BZ #16885]
5627         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
5628         multiple zero bytes exist at the end of a string.
5629         Reported by Aurelien Jarno <aurelien@aurel32.net>
5630
5631         * string/test-strcmp.c (check): Add explicit test for situations where
5632         there are multiple zero bytes after the first.
5633
5634 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5635
5636         [BZ #16890]
5637         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
5638         when compiling wprintf.
5639         * stdio-common/tstdiomisc.c (t3): New function.
5640         (main): Call it.
5641
5642 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5643
5644         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
5645         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
5646         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
5647         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
5648
5649 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5650
5651         * stdlib/longlong.h: Updated from GCC.
5652
5653 2014-05-01  Will Newton  <will.newton@linaro.org>
5654             Bernard Ogden  <bernie.ogden@linaro.org>
5655
5656         * NEWS: Update fixed bug list.
5657
5658         [BZ #15119]
5659         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
5660
5661 2014-04-30  David S. Miller  <davem@davemloft.net>
5662
5663         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
5664         (libc_feholdexcept_setround_sparc_ctx): New function.
5665         (libc_fesetenv_sparc_ctx): Likewise.
5666         (libc_feupdateenv_sparc_ctx): Likewise.
5667         (libc_feholdsetround_sparc_ctx): Likewise.
5668         (libc_feholdexcept_setround_ctx): Define.
5669         (libc_feholdexcept_setroundf_ctx): Likewise.
5670         (libc_feholdexcept_setroundl_ctx): Likewise.
5671         (libc_fesetenv_ctx): Likewise.
5672         (libc_fesetenvf_ctx): Likewise.
5673         (libc_fesetenvl_ctx): Likewise.
5674         (libc_feupdateenv_ctx): Likewise.
5675         (libc_feupdateenvf_ctx): Likewise.
5676         (libc_feupdateenvl_ctx): Likewise.
5677         (libc_feresetround_ctx): Likewise.
5678         (libc_feresetroundf_ctx): Likewise.
5679         (libc_feresetroundl_ctx): Likewise.
5680         (libc_feholdsetround_ctx): Likewise.
5681         (libc_feholdsetroundf_ctx): Likewise.
5682         (libc_feholdsetroundl_ctx): Likewise.
5683
5684         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5685         with __USE_GNU instead of XOPEN cpp guards.
5686
5687         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
5688         0.
5689
5690         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5691         with XOPEN cpp guards.
5692
5693 2014-04-30  Julian Brown  <julian@codesourcery.com>
5694
5695         [BZ #16888]
5696         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
5697         handling.
5698
5699 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
5700
5701         [BZ #9894]
5702         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
5703         Change to 2.6.32.
5704         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
5705         * sysdeps/unix/sysv/linux/configure: Regenerated.
5706         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
5707         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
5708         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
5709         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
5710         * README: Update reference to required Linux kernel version.
5711         * manual/install.texi (Linux): Update reference to required Linux
5712         kernel headers version.
5713         * INSTALL: Regenerated.
5714
5715         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
5716         header inclusion.
5717         [POSIX] (limits.h): Likewise.
5718         [POSIX] (math.h): Likewise.
5719         [POSIX] (sys/wait.h): Likewise.
5720         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
5721         function.
5722         [POSIX] (stddef.h): Do not allow header inclusion.
5723
5724 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5725
5726         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
5727
5728 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
5729
5730         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
5731         Return immediately after lll_futex_wake.
5732
5733 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5734
5735         [BZ #16791]
5736         * nscd/nscd-client.h (datahead_init_common): Initialize entire
5737         structure.
5738         (datahead_init_pos): Call datahead_init_common early.
5739         (datahead_init_neg): Likewise.
5740
5741         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
5742         datahead_init_neg): New functions.
5743         * nscd/aicache.c (addhstaiX): Use them.
5744         * nscd/grpcache.c (cache_addgr): Likewise.
5745         * nscd/hstcache.c (cache_addhst): Likewise.
5746         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5747         * nscd/netgroupcache.c (do_notfound): Likewise.
5748         (addgetnetgrentX): Likewise.
5749         (addinnetgrX): Likewise.
5750         * nscd/pwdcache.c (cache_addpw): Likewise.
5751         * nscd/servicescache.c (cache_addserv): Likewise.
5752
5753 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5754             Atsushi Onoe  <atsushi@onoe.org>
5755
5756         [BZ #14308]
5757         [BZ #12994]
5758         [BZ #13651]
5759         * resolv/res_query.c (__libc_res_nsearch): Return if at least
5760         one response is valid.
5761         * resolv/res_send.c (send_dg): Check for validity of other
5762         response if the current response is a referral.
5763
5764 2014-04-29  Steve Ellcey  <sellcey@mips.com>
5765
5766         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
5767
5768 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
5769
5770         [BZ #16823]
5771         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
5772         Always divide by positive zero when computing -Inf result.
5773         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
5774         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
5775
5776 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5777
5778         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
5779         FPSCR if value do not change.
5780         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
5781         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
5782         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
5783         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
5784         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
5785         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
5786         function.
5787
5788 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
5789
5790         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
5791         * sysdeps/unix/sysv/linux/hppa: Move directory from
5792         ports/systeps/unix/sysv/linux/hppa.
5793         * README: Update listing for hppa-*-linux-gnu.
5794
5795 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
5796
5797         [BZ #16754]
5798         * manual/stdio.texi (Hook functions): Fix types of stream hook
5799         functions.
5800         [BZ #16854]
5801         * socket/sys/socket.h: Fix typo in comment.
5802
5803 2014-04-28  Wilco  <wdijkstr@arm.com>
5804
5805         * sysdeps/arm/fenv_private.h: New file.
5806         * sysdeps/arm/math_private.h: New file.
5807         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
5808
5809 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
5810
5811         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
5812         with __int128_t.
5813         (La_x86_64_retval): Likewise.
5814
5815 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
5816
5817         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
5818         fpsr if value didn't change.
5819         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
5820         to fpcr if value didn't change.
5821         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
5822         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
5823         fpsr or fpcr if value didn't change.
5824         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
5825         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
5826         fpcr if value didn't change.
5827         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
5828         to fpsr if value didn't change.
5829
5830 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
5831
5832         * nptl/tst-sem3.c: Use test-skeleton.c
5833         (main): Rename to do_test.  Use return instead of
5834         exit.
5835         * nptl/tst-sem4.c: Use test-skeleton.c
5836         (main): Rename to do_test.
5837
5838 2014-04-22  David S. Miller  <davem@davemloft.net>
5839
5840         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
5841         (struct sigaction): New struct member __glibc_reserved0, change
5842         type of sa_flags to int.
5843
5844 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
5845
5846         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
5847         (COUNT_LEADING_ZEROS_0): Define for AArch64.
5848
5849 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5850
5851         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
5852         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
5853
5854 2014-04-22  Will Newton  <will.newton@linaro.org>
5855             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
5856
5857         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
5858         (__longjmp): Add longjmp and longjmp_target SystemTap
5859         probes.
5860         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
5861         (__sigsetjmp): Add setjmp SystemTap probe.
5862
5863 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
5864
5865         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
5866         match manual order.
5867
5868 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5869
5870         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
5871
5872         * sysdeps/powerpc/fpu/fenv_private.h
5873         (libc_feholdexcept_setroundl_ctx): Define to
5874         libc_feholdexcept_setround_ppc_ctx.
5875         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
5876         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
5877         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
5878         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
5879
5880 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5881
5882         * sysdeps/aarch64/math-tests.h: New file.
5883
5884 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
5885
5886         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
5887         New.
5888         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5889         Check and set bit_AVX2_Usable.
5890         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
5891         macro.
5892         (bit_AVX2): Likewise.
5893         (index_AVX2_Usable): Likewise.
5894         (CPUID_AVX2): Likewise.
5895         (HAS_AVX2): Likewise.
5896
5897 2014-04-17  Will Newton  <will.newton@linaro.org>
5898
5899         * manual/setjmp.texi (System V contexts): Add note that
5900         calling setcontext on a context created by a call to a
5901         signal handler is undefined.  Update text to note that
5902         setcontext from a signal handler is possible but not
5903         recommended.
5904
5905         [BZ #16629]
5906         * stdlib/tst-setcontext.c: Include signal.h.
5907         (main): Check that the signal stack before and
5908         after swapcontext is the same.
5909
5910         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
5911         Re-implement to restore registers in user code and avoid
5912         rt_sigreturn system call.
5913
5914 2014-04-17  Wilco  <wdijkstr@arm.com>
5915
5916         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
5917         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
5918         * math/test-fenv.c: Skip exception trap tests on targets which only
5919         support non-stop mode.
5920
5921 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5922             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5923
5924         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
5925         (libc_feholdsetround_aarch64_ctx)
5926         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
5927         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
5928         (libc_feresetround_ctx, libc_feresetroundf_ctx)
5929         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
5930         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
5931         (libc_feresetround_noexl_ctx): Define.
5932
5933 2014-04-16  Richard Henderson  <rth@redhat.com>
5934
5935         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
5936
5937         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
5938         unwind tables.
5939
5940         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
5941         const from the non-libc, non-ldso copy.
5942
5943         * sysdeps/alpha/libm-test-ulps: Regenerate.
5944
5945 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
5946             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5947
5948         * sysdeps/aarch64/fpu/math_private.h: New file.
5949
5950 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5951
5952         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5953
5954 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
5955
5956         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
5957         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
5958         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
5959         Intel MPX bound registers before _dl_profile_fixup.
5960         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
5961         registers after _dl_profile_fixup.  Save and restore bound
5962         registers bnd0/bnd1 when calling _dl_call_pltexit.
5963         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
5964         (LR_BND_OFFSET): Likewise.
5965         (LRV_BND0_OFFSET): Likewise.
5966         (LRV_BND1_OFFSET): Likewise.
5967
5968 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5969
5970         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
5971         to...
5972         * sysdeps/mach/hurd/i386/tls.h: ... here.
5973         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
5974         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
5975         fields.
5976
5977 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5978
5979         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
5980
5981 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5982
5983         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5984
5985 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5986
5987         [BZ #14770]
5988         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
5989         * sysdeps/s390/configure: Regenerate.
5990
5991         [BZ #16824]
5992         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
5993         Set round-to-nearest internally to reduce error accumulation.
5994
5995 2014-04-16  Alan Modra  <amodra@gmail.com>
5996
5997         [BZ #16740]
5998         [BZ #16619]
5999         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6000         * math/libm-test.inc (frexp_test_data): Add tests.
6001         * NEWS: Update fixed bug list.
6002
6003 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6004
6005         * benchtests/Makefile: Depend on libraries in build directory.
6006         (bench-math): Separate out math tests.
6007         (bench-pthread): Separate out pthread tests.
6008         (bench): Include math and pthread tests.
6009
6010 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6011
6012         [BZ #16831]
6013         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6014         _dl_debug_initialize.
6015
6016         * configure.ac: Remove SELinux header check.
6017         * configure: Regenerate.
6018         * nscd/selinux.c (perms): Array of const char* to permission names.
6019         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6020         default policy. Call string_to_security_class and string_to_av_perm to
6021         translate strings. Enforce default policy and call avs_has_perm with
6022         results of translated strings.
6023
6024 2014-04-13  David S. Miller  <davem@davemloft.net>
6025
6026         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6027
6028 2014-04-12  Allan McRae  <allan@archlinux.org>
6029
6030         [BZ #16838]
6031         * manual/string.texi (Collation Functions): Fix qsort argument
6032         order in example.
6033         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6034
6035 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6036
6037         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6038         Make the test a no-op if there are no exceptions defined.
6039
6040 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6041
6042         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6043         enable-hardcoded-path-in-tests
6044
6045 2014-04-11  Will Newton  <will.newton@linaro.org>
6046
6047         * benchtests/Makefile (extra-objs): Add json-lib.o.
6048         (bench-func): Tidy up JSON output.
6049         * benchtests/bench-skeleton.c: Include json-lib.h.
6050         (main): Use JSON library functions to do output of
6051         benchmark results.
6052         * benchtests/bench-timing-type.c (main): Output the
6053         timing type simply, leaving formatting to the user.
6054         * benchtests/json-lib.c: New file.
6055         * benchtests/json-lib.h: Likewise.
6056
6057 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6058
6059         [BZ #15215]
6060         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6061         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6062         memory barriers.  Add comments.
6063         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6064         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6065         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6066         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6067         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6068         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6069
6070 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6071
6072         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6073         * sysdeps/s390/s390-64/configure.ac: ... this ...
6074         * sysdeps/s390/configure.ac: ... to here.
6075         * sysdeps/s390/s390-32/configure: Delete file.
6076         * sysdeps/s390/s390-64/configure: Delete file.
6077         * sysdeps/s390/configure: Regenerate.
6078
6079 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6080
6081         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6082
6083 2014-04-11  Will Newton  <will.newton@linaro.org>
6084
6085         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6086         to zero if it is not defined elsewhere.  (mtrim): Test
6087         the value of MALLOC_DEBUG with #if rather than #ifdef.
6088
6089 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6090
6091         * benchtests/pthread_once-inputs: New file.
6092         * benchtests/pthread_once-source.c: New file.
6093         * benchtests/README: Update documentation.
6094
6095 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6096             H.J. Lu  <hongjiu.lu@intel.com>
6097
6098         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6099         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6100         * sysdeps/x86_64/configure: Regenerated.
6101         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6102         macro.
6103         (REGISTER_SAVE_RAX): Likewise.
6104         (REGISTER_SAVE_RCX): Likewise.
6105         (REGISTER_SAVE_RDX): Likewise.
6106         (REGISTER_SAVE_RSI): Likewise.
6107         (REGISTER_SAVE_RDI): Likewise.
6108         (REGISTER_SAVE_R8): Likewise.
6109         (REGISTER_SAVE_R9): Likewise.
6110         (REGISTER_SAVE_BND0): Likewise.
6111         (REGISTER_SAVE_BND1): Likewise.
6112         (REGISTER_SAVE_BND2): Likewise.
6113         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6114         bound registers when calling _dl_fixup.
6115
6116 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6117
6118         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6119         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6120         of its definition.
6121         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6122         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6123         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6124         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6125         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6126         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6127         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6128
6129 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6130
6131         [BZ #15514]
6132         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6133         pathconf(_PC_NAME_MAX).
6134
6135 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6136
6137         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6138         Remove macro usage.
6139         (__PTHREAD_SPINS): Move definition to ...
6140         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6141         (__PTHREAD_SPINS): ... here.
6142         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6143         (__PTHREAD_SPIN): Likewise.
6144         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6145         (__PTHREAD_SPIN): Likewise.
6146         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6147         (__PTHREAD_SPIN): Likewise.
6148         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6149         (__PTHREAD_SPIN): Likewise.
6150         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6151         (__PTHREAD_SPIN): Likewise.
6152         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6153         (__PTHREAD_SPIN): Likewise.
6154         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6155         (__PTHREAD_SPIN): Likewise.
6156         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6157         (__PTHREAD_SPIN): Likewise.
6158         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6159         (__PTHREAD_SPIN): Likewise.
6160         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6161         (__PTHREAD_SPIN): Likewise.
6162         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6163         (__PTHREAD_SPIN): Likewise.
6164         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6165         (__PTHREAD_SPIN): Likewise.
6166
6167         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6168         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6169         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6170         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6171         imply folder.
6172         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6173         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6174         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6175         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6176         correct imply path.
6177         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6178         strlen symbol for non multi-arch builds.
6179         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6180         missing hidden_def and weak_alias.
6181
6182 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6183
6184         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6185
6186 2014-04-07  Will Newton  <will.newton@linaro.org>
6187
6188         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6189         and contents.  [!_LIBC] Remove #ifndef and contents.
6190         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6191         * string/memccpy.c (__memccpy): Use ANSI prototype.
6192         * string/memfrob.c (memfrob): Likewise.
6193         * string/strcoll.c (STRCOLL): Likewise.
6194         * string/strlen.c (strlen): Likewise.
6195         * string/strtok.c (STRTOK): Likewise.
6196         * string/strcat.c: Remove unused #include of memcopy.h.
6197         (strcat): Use ANSI prototype.
6198         * string/strchr.c: Remove unused #include of memcopy.h.
6199         (strchr): Use ANSI prototype.
6200         * string/strcmp.c: Remove unused #include of memcopy.h.
6201         (strcmp): Use ANSI prototype.
6202         * string/strcpy.c: Remove unused #include of memcopy.h.
6203         (strcpy): Use ANSI prototype.
6204
6205 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6206
6207         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6208         * config.make.in (config-extra-cppflags): Set it from
6209         libc_extra_cppflags.
6210         * configure.ac (libc_extra_cflags): Make it accumulate over
6211         configure fragments.
6212         (libc_extra_cppflags): New flag.
6213         * configure. Regenerate.
6214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6215         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6216         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6218
6219         [BZ #16815]
6220         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6221         result for FE_DOWNWARD rounding mode.
6222         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6223         Likewise.
6224         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6225
6226 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6227
6228         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6229         in function argument name.
6230
6231 2014-04-03  David Svoboda  <svoboda@cert.org>
6232
6233         [BZ #5666]
6234         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6235         explicitly.
6236
6237 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6238
6239         * elf/dl-unmap-segments.h: New file.
6240         * sysdeps/generic/ldsodefs.h
6241         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6242         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6243         * elf/dl-fptr.c: Likewise.
6244         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6245         * sysdeps/aarch64/tlsdesc.c: Likewise.
6246         * sysdeps/arm/tlsdesc.c: Likewise.
6247         * sysdeps/i386/tlsdesc.c: Likewise.
6248         * sysdeps/tile/dl-runtime.c: Likewise.
6249         * sysdeps/x86_64/tlsdesc.c: Likewise.
6250         * elf/dl-load.h: New file.
6251         * elf/dl-load.c: Include it.
6252         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6253         Macros moved to dl-load.h.
6254         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6255         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6256         Use _dl_unmap_segments in place of __munmap.
6257         Break out segment-mapping loop into ...
6258         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6259
6260 2014-04-03  Will Newton  <will.newton@linaro.org>
6261
6262         * elf/dl-lookup.c (do_lookup_x): Remove comment
6263         referring to nested function and move variable
6264         declarations down to before first use.
6265
6266 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6267
6268         [BZ #16799]
6269         [BZ #16800]
6270         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6271         with 0 numerator.
6272         * math/s_catanf.c (__catanf): Likewise.
6273         * math/s_catanh.c (__catanh): Likewise.
6274         * math/s_catanhf.c (__catanhf): Likewise.
6275         * math/s_catanhl.c (__catanhl): Likewise.
6276         * math/s_catanl.c (__catanl): Likewise.
6277         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6278         by positive zero when computing -Inf result.
6279         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6280         (catanh_test): Likewise.
6281         * sysdeps/i386/fpu/libm-test-ulps: Update.
6282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6283
6284         [BZ #16789]
6285         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6286         instead of using underflowing value in computing result.
6287         * math/s_clog10.c (__clog10): Likewise.
6288         * math/s_clog10f.c (__clog10f): Likewise.
6289         * math/s_clog10l.c (__clog10l): Likewise.
6290         * math/s_clogf.c (__clogf): Likewise.
6291         * math/s_clogl.c (__clogl): Likewise.
6292         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6293         (clog10_test): Likewise.
6294         * sysdeps/i386/fpu/libm-test-ulps: Update.
6295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6296
6297 2014-04-02  Alan Modra  <amodra@gmail.com>
6298
6299         [BZ #16739]
6300         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6301         output when value is near a power of two.  Use int64_t for lx and
6302         remove casts.  Use decimal rather than hex exponent constants.
6303         Don't use long double multiplication when double will suffice.
6304         * math/libm-test.inc (nextafter_test_data): Add tests.
6305         * NEWS: Add 16739 and 16786 to bug list.
6306
6307         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6308
6309         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6310
6311 2014-04-01  Will Newton  <will.newton@linaro.org>
6312
6313         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6314         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6315
6316 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6317
6318         [BZ #13347]
6319         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6320         * nptl/tst-setuid2.c: New file.
6321         * nptl/Makefile (xtests): Add tst-setuid2.
6322
6323 2014-04-01  Alan Modra  <amodra@gmail.com>
6324
6325         [BZ #16786]
6326         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6327
6328 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6329
6330         [BZ #6803]
6331         [BZ #6804]
6332         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6333         set errno as appropriate.
6334         * math/w_scalbf.c (__scalbf): Likewise.
6335         * math/w_scalbl.c (__scalbl): Likewise.
6336         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6337         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6338         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6339         Add more NaN tests.
6340
6341         [BZ #16349]
6342         * math/w_atan2.c: Include <errno.h>.
6343         (__atan2): Set errno for result underflowing to zero.
6344         * math/w_atan2f.c: Include <errno.h>.
6345         (__atan2f): Set errno for result underflowing to zero.
6346         * math/w_atan2l.c: Include <errno.h>.
6347         (__atan2l): Set errno for result underflowing to zero.
6348         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6349         tests.
6350         * math/auto-libm-test-out: Regenerated.
6351
6352 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6353
6354         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6355         Encode instruction correctly in little endian.
6356         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6357         Likewise.
6358         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6359         Likewise.
6360         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6361         Likewise.
6362         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6363         Likewise.
6364
6365 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6366
6367         [BZ #9894]
6368         * sysdeps/unix/sysv/linux/kernel-features.h
6369         [__sparc__ && !__arch64__ && !__sparc_v9__]
6370         (__ASSUME_SET_ROBUST_LIST): Do not define.
6371         [__sparc__ && !__arch64__ && !__sparc_v9__]
6372         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6373         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6374         Likewise.
6375         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6376         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6377         (__ASSUME_REQUEUE_PI): Likewise.
6378         (__ASSUME_SET_ROBUST_LIST): Likewise.
6379         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6380         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6381         Undefine.
6382         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6383         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6384         Likewise.
6385         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6386         Likewise.
6387         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6388         Likewise.
6389         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6390         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6391         Undefine.
6392         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6393         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6394         Likewise.
6395
6396         [BZ #16648]
6397         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6398         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6399         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6400
6401 2014-03-31  Will Newton  <will.newton@linaro.org>
6402
6403         * benchtests/Makefile (bench): Add ffs and ffsll to list
6404         of tests.
6405         * benchtests/ffs-inputs: New file.
6406         * benchtests/ffsll-inputs: Likewise.
6407
6408 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6409
6410         [BZ #16770]
6411         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6412         too large before casting to int.
6413         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
6414         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
6415         * math/libm-test.inc (scalb_test_data): Add more tests.
6416
6417 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6418
6419         * benchtests/Makefile (DETAILED_OPT): New make option.
6420         (bench-func): Run benchmark program with -d if DETAILED_OPT is
6421         set.
6422         * benchtests/bench-skeleton.c: Include stdbool.h.
6423         (main): Store and print timings per input.
6424         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
6425         member to each argument value.
6426         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
6427         (_print_arg_data): Initialize per-input timing to 0.
6428
6429         * benchtests/Makefile (timing-type): New binary.
6430         (bench-clean): Also remove bench-timing-type.
6431         (bench): New target for timing-type.
6432         (bench-func): Print output in JSON format.
6433         * benchtests/bench-skeleton.c (main): Print output in JSON
6434         format.
6435         * benchtests/bench-timing-type.c: New file.
6436         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
6437         (TIMING_PRINT_STATS): Remove.
6438         * benchtests/scripts/bench.py (_print_arg_data): Store variant
6439         name separately.
6440
6441         * benchtests/bench-modf.c: Remove.
6442         * benchtests/modf-inputs: New inputs file.
6443
6444 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
6445
6446         [BZ #16362]
6447         * math/s_clog10.c (M_PI_LOG10E): New macro.
6448         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
6449         imaginary parts are 0.
6450         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
6451         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
6452         imaginary parts are 0.
6453         * math/s_clog10l.c (M_PI_LOG10El): New macro.
6454         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
6455         imaginary parts are 0.
6456         * math/libm-test.inc (clog10_test_data): Update expected results
6457         for when real and imaginary parts are 0.
6458
6459 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
6460
6461         * elf/dl-load.c: Finish conversion of __builtin_expect into
6462         __glibc_{un}likely.
6463
6464 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
6465
6466         [BZ #16348]
6467         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
6468         1+x for argument with exponent below -67.
6469         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
6470         Likewise.
6471         * math/auto-libm-test-in: Add more tests of exp.
6472         * math/auto-libm-test-out: Regenerated.
6473
6474 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6475
6476         [BZ #16759]
6477         * inet/getnetgrent_r.c (get_nonempty_val): New function.
6478         (nscd_getnetgrent): Use it.
6479
6480         [BZ #16760]
6481         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
6482         of stpcpy.
6483
6484 2014-03-27  Andi Kleen  <ak@linux.intel.com>
6485
6486         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
6487         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6488         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6489         (lll_robust_unlock): Remove out of line section. Use cfi
6490         intrinsics.
6491         (LLL_STUB_UNWIND_INFO*): Remove.
6492         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
6493         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6494         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6495         (lll_robust_unlock): Remove out of line section. Use cfi
6496         intrinsics.
6497         (LLL_STUB_UNWIND_INFO*): Remove.
6498
6499 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6500
6501         [BZ #16758]
6502         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
6503         blank values.
6504
6505 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
6506
6507         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
6508
6509 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
6510
6511         [BZ #16198]
6512         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
6513         fnstenv.
6514         * math/test-fenv-preserve.c: New file.
6515         * math/Makefile (tests): Add test-fenv-preserve.
6516
6517 2014-03-26  Will Newton <will.newton@linaro.org>
6518
6519         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
6520
6521 2014-03-25  Roland McGrath  <roland@hack.frob.com>
6522
6523         * scripts/versionlist.awk: Partition the version sets and emit all
6524         GLIBC_* (sorted) before all others (sorted).
6525
6526 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6527
6528         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
6529         GLIBC_2.2.5 version.
6530
6531 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6532
6533         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
6534         calls.
6535
6536         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
6537         previous change.
6538
6539         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6540
6541 2014-03-25  Andreas Schwab  <schwab@suse.de>
6542
6543         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
6544         label to be used after in6ailist is initialized.
6545
6546 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6547
6548         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6549         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6550
6551 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6552
6553         [BZ #16357]
6554         [BZ #16599]
6555         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
6556         min_plus_half.
6557         (fp_formats): Update initializers.
6558         (init_fp_formats): Initialize new field.
6559         (output_for_one_input_case): Allow underflow for results up to
6560         min_plus_half.
6561         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
6562         * math/auto-libm-test-in: Don't mark some underflows from asin and
6563         atanh as spurious.
6564         * math/auto-libm-test-out: Regenerated.
6565         * sysdeps/i386/fpu/libm-test-ulps: Update.
6566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6567
6568 2014-03-25  Andreas Schwab  <schwab@suse.de>
6569
6570         * libio/Makefile (tst-ftell-partial-wide-ENV)
6571         (tst-ftell-active-handler-ENV): Define.
6572
6573 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
6574
6575         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
6576
6577 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6578
6579         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
6580
6581 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6582
6583         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
6584         * sysdeps/x86_64/fpu/multiarch/e_exp.c
6585         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
6586
6587 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6588
6589         [BZ #16634]
6590         * elf/dl-load.c (open_verify): Add mode parameter.
6591         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
6592         (open_path): Change from boolean 'secure' to complete flag 'mode'
6593         (_dl_map_object): Adjust.
6594         * elf/Makefile (tests): Add tst-dlopen-aout.
6595         * elf/tst-dlopen-aout.c: New test.
6596
6597 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
6598
6599         [BZ #16714]
6600         * sysdeps/unix/sysv/linux/s390/bits/stat.h
6601         (struct stat): Rename member pad0 to __glibc_reserved0.
6602
6603         [BZ #16712]
6604         * sysdeps/s390/s390-32/bits/wordsize.h
6605         (__WORDSIZE32_SIZE_ULONG): New define.
6606         * sysdeps/s390/s390-64/bits/wordsize.h
6607         (__WORDSIZE32_SIZE_ULONG): Likewise.
6608         * sysdeps/generic/stdint.h (SIZE_MAX):
6609         Define as UL if __WORDSIZE32_SIZE_ULONG.
6610
6611         [BZ #16713]
6612         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
6613         (__glibc_reserved0): New variable.
6614         (sa_flags): Change type to int.
6615
6616         * posix/Makefile (before-compile): Use += before-compile instead
6617         of a :=.
6618
6619         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6620         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6621
6622 2014-03-20  Andreas Schwab  <schwab@suse.de>
6623
6624         [BZ #16743]
6625         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
6626         non-matching result from nscd.
6627
6628 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6629
6630         * scripts/bench.py: Moved to ...
6631         * benchtests/scripts/bench.py: ... here.
6632         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
6633
6634 2014-03-24  Andreas Schwab  <schwab@suse.de>
6635
6636         [BZ #16002]
6637         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
6638         alloca_account and account alloca use for struct in6ailist.
6639
6640 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6641
6642         [BZ #16284]
6643         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
6644         rounding mode to recompute results that overflow to infinity or
6645         underflow to zero.
6646         * math/auto-libm-test-in: Don't mark tests as expected to fail for
6647         bug 16284.
6648         * math/auto-libm-test-out: Regenerated.
6649         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
6650         (ccosh_test): Likewise.
6651         (csin_test_data): Use plus_oflow.
6652         (csin_test): Use ALL_RM_TEST.
6653         (csinh_test_data): Use plus_oflow.
6654         (csinh_test): Use ALL_RM_TEST.
6655         * sysdeps/i386/fpu/libm-test-ulps: Update.
6656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6657
6658 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
6659
6660         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
6661         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
6662         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
6663
6664         [BZ #16731]
6665         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
6666         when x - 1 is zero.
6667         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6668         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6669         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
6670         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
6671         argument is 1.
6672         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
6673         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
6674         zero.
6675         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
6676         * sysdeps/i386/fpu/libm-test-ulps: Update.
6677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6678
6679 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6680
6681         * scripts/bench.pl: Remove file.
6682         * scripts/bench.py: New benchmark script.
6683         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
6684         * benchtests/README: Mention python dependency.
6685         * scripts/pylintrc: New file.
6686         * scripts/pylint: New file.
6687
6688         * bits/mathdef.h: Use #ifdef instead of #if.
6689         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
6690         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6691         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
6692         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6693         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
6694         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6695
6696 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6697             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6698
6699         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
6700         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
6701         and strpbrk-ppc64 objects.
6702         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6703         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
6704         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
6705         multiarch strpbrk for POWER7.
6706         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
6707         multiarch strpbrk for PPC64.
6708         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
6709         ifunc selector.
6710         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
6711         strpbrk for POWER7.
6712
6713 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6714
6715         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
6716         (atan_test): Likewise.
6717         (atanh_test_data): Use NO_TEST_INLINE for two tests.
6718         (atanh_test): Use ALL_RM_TEST.
6719         (atan2_test_data): Likewise.
6720         (cabs_test): Likewise.
6721         (cacosh_test): Likewise.
6722         (carg_test): Likewise.
6723         (casin_test): Likewise.
6724         (casinh_test): Likewise.
6725         (cbrt_test): Likewise.
6726         (csqrt_test): Likewise.
6727         (erf_test): Likewise.
6728         (erfc_test): Likewise.
6729         (pow10_test): Likewise.
6730         (exp2_test): Likewise.
6731         (hypot_test): Likewise.
6732         (j0_test): Likewise.
6733         (j1_test): Likewise.
6734         (lgamma_test): Likewise.
6735         (gamma_test): Likewise.
6736         (sincos_test): Likewise.
6737         (tanh_test): Likewise.
6738         (y0_test): Likewise.
6739         (y1_test): Likewise.
6740         * sysdeps/i386/fpu/libm-test-ulps: Update.
6741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6742
6743 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6744
6745         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
6746         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6747         and strcspn-ppc64 objects.
6748         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6749         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
6750         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
6751         multiarch strcspn for POWER7.
6752         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
6753         multiarch strcspn for PPC64.
6754         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
6755         ifunc selector.
6756         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
6757         strcspn for POWER7.
6758
6759 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6760
6761         * math/gen-libm-test.pl (generate_testfile): Expect only function
6762         name as argument to AUTO_TESTS_* and pass results for all rounding
6763         modes to parse_args.
6764         (parse_auto_input): Separate inputs of automatic tests from
6765         outputs before storing in %auto_tests.
6766         * math/libm-test.inc (acos_test_data): Update call to
6767         AUTO_TESTS_f_f.
6768         (acos_test): Use ALL_RM_TEST.
6769         (acos_tonearest_test_data): Remove.
6770         (acos_test_tonearest): Likewise.
6771         (acos_towardzero_test_data): Likewise.
6772         (acos_test_towardzero): Likewise.
6773         (acos_downward_test_data): Likewise.
6774         (acos_test_downward): Likewise.
6775         (acos_upward_test_data): Likewise.
6776         (acos_test_upward): Likewise.
6777         (acosh_test_data): Update call to AUTO_TESTS_f_f.
6778         (asin_test_data): Likewise.
6779         (asin_test): Use ALL_RM_TEST.
6780         (asin_tonearest_test_data): Remove.
6781         (asin_test_tonearest): Likewise.
6782         (asin_towardzero_test_data): Likewise.
6783         (asin_test_towardzero): Likewise.
6784         (asin_downward_test_data): Likewise.
6785         (asin_test_downward): Likewise.
6786         (asin_upward_test_data): Likewise.
6787         (asin_test_upward): Likewise.
6788         (asinh_test_data): Update call to AUTO_TESTS_f_f.
6789         (atan_test_data): Likewise.
6790         (atanh_test_data): Likewise.
6791         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
6792         (cabs_test_data): Update call to AUTO_TESTS_c_f.
6793         (carg_test_data): Likewise.
6794         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
6795         (ccos_test_data): Update call to AUTO_TESTS_c_c.
6796         (ccosh_test_data): Likewise.
6797         (cexp_test_data): Likewise.
6798         (clog_test_data): Likewise.
6799         (clog10_test_data): Likewise.
6800         (cos_test_data): Update call to AUTO_TESTS_f_f.
6801         (cos_test): Use ALL_RM_TEST.
6802         (cos_tonearest_test_data): Remove.
6803         (cos_test_tonearest): Likewise.
6804         (cos_towardzero_test_data): Likewise.
6805         (cos_test_towardzero): Likewise.
6806         (cos_downward_test_data): Likewise.
6807         (cos_test_downward): Likewise.
6808         (cos_upward_test_data): Likewise.
6809         (cos_test_upward): Likewise.
6810         (cosh_test_data): Update call to AUTO_TESTS_f_f.
6811         (cosh_test): Use ALL_RM_TEST.
6812         (cosh_tonearest_test_data): Remove.
6813         (cosh_test_tonearest): Likewise.
6814         (cosh_towardzero_test_data): Likewise.
6815         (cosh_test_towardzero): Likewise.
6816         (cosh_downward_test_data): Likewise.
6817         (cosh_test_downward): Likewise.
6818         (cosh_upward_test_data): Likewise.
6819         (cosh_test_upward): Likewise.
6820         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
6821         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
6822         (ctan_test_data): Likewise.
6823         (ctan_test): Use ALL_RM_TEST.
6824         (ctan_tonearest_test_data): Remove.
6825         (ctan_test_tonearest): Likewise.
6826         (ctan_towardzero_test_data): Likewise.
6827         (ctan_test_towardzero): Likewise.
6828         (ctan_downward_test_data): Likewise.
6829         (ctan_test_downward): Likewise.
6830         (ctan_upward_test_data): Likewise.
6831         (ctan_test_upward): Likewise.
6832         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
6833         (ctanh_test): Use ALL_RM_TEST.
6834         (ctanh_tonearest_test_data): Remove.
6835         (ctanh_test_tonearest): Likewise.
6836         (ctanh_towardzero_test_data): Likewise.
6837         (ctanh_test_towardzero): Likewise.
6838         (ctanh_downward_test_data): Likewise.
6839         (ctanh_test_downward): Likewise.
6840         (ctanh_upward_test_data): Likewise.
6841         (ctanh_test_upward): Likewise.
6842         (erf_test_data): Update call to AUTO_TESTS_f_f.
6843         (erfc_test_data): Likewise.
6844         (exp_test_data): Likewise.
6845         (exp_test): Use ALL_RM_TEST.
6846         (exp_tonearest_test_data): Remove.
6847         (exp_test_tonearest): Likewise.
6848         (exp_towardzero_test_data): Likewise.
6849         (exp_test_towardzero): Likewise.
6850         (exp_downward_test_data): Likewise.
6851         (exp_test_downward): Likewise.
6852         (exp_upward_test_data): Likewise.
6853         (exp_test_upward): Likewise.
6854         (exp10_test_data): Update call to AUTO_TESTS_f_f.
6855         (exp10_test): Use ALL_RM_TEST.
6856         (exp10_tonearest_test_data): Remove.
6857         (exp10_test_tonearest): Likewise.
6858         (exp10_towardzero_test_data): Likewise.
6859         (exp10_test_towardzero): Likewise.
6860         (exp10_downward_test_data): Likewise.
6861         (exp10_test_downward): Likewise.
6862         (exp10_upward_test_data): Likewise.
6863         (exp10_test_upward): Likewise.
6864         (exp2_test_data): Update call to AUTO_TESTS_f_f.
6865         (expm1_test_data): Likewise.
6866         (expm1_test): Use ALL_RM_TEST.
6867         (expm1_tonearest_test_data): Remove.
6868         (expm1_test_tonearest): Likewise.
6869         (expm1_towardzero_test_data): Likewise.
6870         (expm1_test_towardzero): Likewise.
6871         (expm1_downward_test_data): Likewise.
6872         (expm1_test_downward): Likewise.
6873         (expm1_upward_test_data): Likewise.
6874         (expm1_test_upward): Likewise.
6875         (fma_test_data): Update call to AUTO_TESTS_fff_f.
6876         (fma_test): Use ALL_RM_TEST.
6877         (fma_towardzero_test_data): Remove.
6878         (fma_test_towardzero): Likewise.
6879         (fma_downward_test_data): Likewise.
6880         (fma_test_downward): Likewise.
6881         (fma_upward_test_data): Likewise.
6882         (fma_test_upward): Likewise.
6883         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
6884         (j0_test_data): Update call to AUTO_TESTS_f_f.
6885         (j1_test_data): Likewise.
6886         (jn_test_data): Update call to AUTO_TESTS_if_f.
6887         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
6888         (log_test_data): Update call to AUTO_TESTS_f_f.
6889         (log10_test_data): Likewise.
6890         (log1p_test_data): Likewise.
6891         (log2_test_data): Likewise.
6892         (pow_test_data): Update call to AUTO_TESTS_ff_f.
6893         (pow_tonearest_test_data): Likewise.
6894         (sin_test_data): Update call to AUTO_TESTS_f_f.
6895         (sin_test): Use ALL_RM_TEST.
6896         (sin_tonearest_test_data): Remove.
6897         (sin_test_tonearest): Likewise.
6898         (sin_towardzero_test_data): Likewise.
6899         (sin_test_towardzero): Likewise.
6900         (sin_downward_test_data): Likewise.
6901         (sin_test_downward): Likewise.
6902         (sin_upward_test_data): Likewise.
6903         (sin_test_upward): Likewise.
6904         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
6905         (sinh_test_data): Update call to AUTO_TESTS_f_f.
6906         (sinh_test): Use ALL_RM_TEST.
6907         (sinh_tonearest_test_data): Remove.
6908         (sinh_test_tonearest): Likewise.
6909         (sinh_towardzero_test_data): Likewise.
6910         (sinh_test_towardzero): Likewise.
6911         (sinh_downward_test_data): Likewise.
6912         (sinh_test_downward): Likewise.
6913         (sinh_upward_test_data): Likewise.
6914         (sinh_test_upward): Likewise.
6915         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
6916         (sqrt_test): Use ALL_RM_TEST.
6917         (sqrt_tonearest_test_data): Remove.
6918         (sqrt_test_tonearest): Likewise.
6919         (sqrt_towardzero_test_data): Likewise.
6920         (sqrt_test_towardzero): Likewise.
6921         (sqrt_downward_test_data): Likewise.
6922         (sqrt_test_downward): Likewise.
6923         (sqrt_upward_test_data): Likewise.
6924         (sqrt_test_upward): Likewise.
6925         (tan_test_data): Update call to AUTO_TESTS_f_f.
6926         (tan_test): Use ALL_RM_TEST.
6927         (tan_tonearest_test_data): Remove.
6928         (tan_test_tonearest): Likewise.
6929         (tan_towardzero_test_data): Likewise.
6930         (tan_test_towardzero): Likewise.
6931         (tan_downward_test_data): Likewise.
6932         (tan_test_downward): Likewise.
6933         (tan_upward_test_data): Likewise.
6934         (tan_test_upward): Likewise.
6935         (tanh_test_data): Update call to AUTO_TESTS_f_f.
6936         (tgamma_test_data): Likewise.
6937         (y0_test_data): Likewise.
6938         (y1_test_data): Likewise.
6939         (yn_test_data): Update call to AUTO_TESTS_if_f.
6940         (main): Do not call removed functions.
6941
6942 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6943
6944         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
6945         (ldexp_test_data): Remove.
6946         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
6947         scalbn_test_data.
6948         (scalb_test): Use ALL_RM_TEST.
6949
6950 2014-03-19  Andreas Schwab  <schwab@suse.de>
6951
6952         * nscd/nscd.service: Also invalidate netgroup cache on reload.
6953
6954 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6955
6956         [BZ #16649]
6957         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6958         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
6959         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
6960         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6961         (__ASSUME_PREADV): Undefine.
6962         (__ASSUME_PWRITEV): Likewise.
6963
6964 2014-03-18  Roland McGrath  <roland@hack.frob.com>
6965
6966         * bits/mman-linux.h: Add comment about non-Linux use.
6967         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
6968         bits/mman-linux.h resting place.
6969
6970         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
6971         * bits/mman-linux.h: ... here.
6972
6973 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6974
6975         * conform/conformtest.pl: Add standard definition when calling C
6976         preprocessor on data files.
6977         (checknamespace): Remove unused variable.
6978
6979 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
6980
6981         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
6982         minus_oflow, plus_uflow and minus_uflow in expected results.
6983         * math/libm-test.inc (scalbn_test_data): Add more tests of
6984         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
6985         minus_uflow.
6986         (scalbn_test): Use ALL_RM_TEST.
6987         (scalbln_test_data): Add more tests of negative arguments.  Use
6988         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
6989         (scalbln_test): Use ALL_RM_TEST.
6990
6991 2014-03-18  Roland McGrath  <roland@hack.frob.com>
6992
6993         * scripts/abilist.awk: Ignore symbols marked with .hidden.
6994
6995 2014-03-18  Will Newton  <will.newton@linaro.org>
6996
6997         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
6998         inaccurate comment.
6999
7000 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7001
7002         * Makerules [!subdir] (check-abi): Exit with error status if a
7003         test failed.
7004
7005 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7006
7007         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7008         for rint.  Include results for all rounding modes.
7009         (nearbyint_test): Use ALL_RM_TEST.
7010         (rint_test_data): Include all tests used for nearbyint.
7011
7012 2014-03-17  Will Newton  <will.newton@linaro.org>
7013
7014         * nptl/sysdeps/pthread/pthread.h: Revert previous
7015         change.
7016
7017         * sysdeps/generic/ldsodefs.h: Revert previous
7018         change.
7019
7020         * libio/genops.c: Revert previous change.
7021         * libio/libioP.h: Likewise.
7022         * stdio-common/vfprintf.c: Likewise.
7023
7024         * sysdeps/generic/math_private.h: Revert previous
7025         change.
7026
7027         * sysdeps/generic/math_private.h: Check whether
7028         HAVE_RM_CTX is defined with #ifdef rather
7029         than #if.
7030
7031         * argp/argp-fmtstream.h: Check whether
7032         __STRICT_ANSI__ is defined with #ifdef rather
7033         than #if.
7034         * argp/argp.h: Likewise.
7035
7036         * libio/genops.c: Check whether
7037         _IO_JUMPS_OFFSET is defined with #ifdef rather
7038         than #if.
7039         * libio/libioP.h: Likewise.
7040         * stdio-common/vfprintf.c: Likewise.
7041
7042         * sysdeps/generic/ldsodefs.h: Check whether
7043         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7044         than #if.
7045
7046         * nptl/sysdeps/pthread/pthread.h: Check
7047         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7048         its value.
7049
7050 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7051
7052         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7053         setting O_APPEND.
7054         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7055         test case.
7056
7057         [BZ #16680]
7058         * libio/fileops.c (_IO_file_open): Seek to end of file but
7059         don't cache the offset.
7060         (get_file_offset): Remove function.
7061         (do_ftell): Use cached offset when available.
7062         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7063         don't cache the offset.
7064         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7065         case.
7066         (do_one_test): Call it.
7067         (do_ftell_test): Fix up expected old offset for a+ mode.
7068         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7069         available.
7070
7071         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7072         up test status with function return status.
7073         (do_write_test): Likewise.
7074         (do_append_test): Likewise.
7075
7076         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7077         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7078         Remove.
7079
7080 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7081
7082         * math/gen-libm-test.pl (parse_args): Handle results specified for
7083         each rounding mode separately.
7084         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7085         tests and results from lrint_tonearest_test_data,
7086         lrint_towardzero_test_data, lrint_downward_test_data and
7087         lrint_upward_test_data.
7088         (lrint_test): Use ALL_RM_TEST.
7089         (lrint_tonearest_test_data): Remove.
7090         (lrint_test_tonearest): Likewise.
7091         (lrint_towardzero_test_data): Likewise.
7092         (lrint_test_towardzero): Likewise.
7093         (lrint_downward_test_data): Likewise.
7094         (lrint_test_downward): Likewise.
7095         (lrint_upward_test_data): Likewise.
7096         (lrint_test_upward): Likewise.
7097         (llrint_test_data): Merge in per-rounding-mode tests and results
7098         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7099         llrint_downward_test_data and llrint_upward_test_data.
7100         (llrint_test): Use ALL_RM_TEST.
7101         (llrint_tonearest_test_data): Remove.
7102         (llrint_test_tonearest): Likewise.
7103         (llrint_towardzero_test_data): Likewise.
7104         (llrint_test_towardzero): Likewise.
7105         (llrint_downward_test_data): Likewise.
7106         (llrint_test_downward): Likewise.
7107         (llrint_upward_test_data): Likewise.
7108         (llrint_test_upward): Likewise.
7109         (rint_test_data): Merge in per-rounding-mode tests and results
7110         from rint_tonearest_test_data, rint_towardzero_test_data,
7111         rint_downward_test_data and rint_upward_test_data.  Add
7112         per-rounding-mode results for tests not in those arrays.
7113         (rint_test): Use ALL_RM_TEST.
7114         (rint_tonearest_test_data): Remove.
7115         (rint_test_tonearest): Likewise.
7116         (rint_towardzero_test_data): Likewise.
7117         (rint_test_towardzero): Likewise.
7118         (rint_downward_test_data): Likewise.
7119         (rint_test_downward): Likewise.
7120         (rint_upward_test_data): Likewise.
7121         (rint_test_upward): Likewise.
7122         (main): Don't call removed functions.
7123
7124 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7125
7126         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7127         "Compiled on ..." crapola.  It is anti-useful.
7128
7129 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7130
7131         * scripts/evaluate-test.sh: Handle fourth argument to determine
7132         whether test run should stop on failure.
7133         * Makeconfig (stop-on-test-failure): New variable.
7134         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7135         $(stop-on-test-failure).
7136         * Makefile (tests): Give a summary of results from testing and
7137         exit with failure status if they include an ERROR or FAIL.
7138         (xtests): Likewise.
7139         * manual/install.texi (Configuring and compiling): Mention
7140         stop-on-test-failure=y.
7141         * INSTALL: Regenerated.
7142
7143 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7144
7145         * scripts/versionlist.awk: New file.
7146         * Makerules [$(build-shared) = yes]
7147         (postclean-generated): Add Versions.def, not Versions.def.v and
7148         Versions.def.v.i.
7149         ($(common-objpfx)Versions.def.v.i): Target removed.
7150         ($(common-objpfx)Versions.def): New target.
7151         ($(common-objpfx)Versions.all): Depend on that rather that
7152         $(common-objpfx)Versions.def.v.
7153         * Versions.def: File removed.
7154
7155         * Makeconfig (+gccwarn): Add -Wundef.
7156         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7157         a dl-sysdep.h breaking its contract.
7158         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7159         * include/stackinfo.h: New file.
7160         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7161         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7162         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7163         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7164         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7165         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7166         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7167         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7168         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7169         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7170         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7171         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7172         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7173         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7174         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7175
7176 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7177
7178         [BZ #16707]
7179         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7180         implementation.
7181         * math/libm-test.inc (round_test_data): Add more tests.
7182
7183         [BZ #16706]
7184         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7185         implementation.
7186         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7187
7188         [BZ #16701]
7189         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7190         implementation.
7191         * math/libm-test.inc (ceil_test_data): Add more tests.
7192
7193         * math/libm-test.inc (trunc_test_data): Add more tests related to
7194         BZ#16414.
7195
7196 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7197
7198         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7199         with #if rather than #ifdef.
7200         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7201
7202 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7203
7204         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7205         first.  Disable AVX-512 GCC support if assembler doesn't support
7206         it.
7207         * sysdeps/x86_64/configure: Regenerated.
7208
7209 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7210
7211         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7212         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7213         (__old_pthread_attr_setstack): Likewise.
7214         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7215         [!_STACK_GROWS_DOWN]: Likewise.
7216
7217 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7218
7219         * config.make.in (have-bash2): Delete.
7220         * configure.ac (libc_cv_have_bash2): Delete.
7221         * configure: Regenerate.
7222         * elf/Makefile (common-ldd-rewrite): Rename to ...
7223         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7224         (sh-ldd-rewrite): Delete.
7225         (bash-ldd-rewrite): Delete.
7226         (have-bash2): Delete checks.
7227         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7228         ldd-rewrite.
7229
7230         * config.make.in (have-ksh): Delete.
7231         (KSH): Delete.
7232         * configure.ac (libc_cv_have_ksh): Delete.
7233         * configure: Regenerate.
7234
7235         * elf/Makefile: Delete $(have-ksh) check.
7236         ($(objpfx)sotruss): Change KSH to BASH.
7237         * elf/sotruss.ksh: Rename to ...
7238         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7239         function style to match POSIX.  Drop ksh vim mode setting.
7240
7241         * manual/time.texi (Specifying the Time Zone with TZ): Change
7242         Tuesday to Thursday.
7243
7244         * debug/tst-longjmp_chk2.c: Update header comment.
7245         (stackoverflow_handler): Add comment.  Call assert on pass value.
7246
7247 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7248
7249         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7250         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7251         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7252         (La_x86_64_vector): Add zmm.
7253         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7254         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7255         ($(objpfx)tst-audit10): New target.
7256         ($(objpfx)tst-audit10.out): Likewise.
7257         (tst-audit10-ENV): New.
7258         (AVX512-CFLAGS): Likewise.
7259         (CFLAGS-tst-audit10.c): Likewise.
7260         (CFLAGS-tst-auditmod10a.c): Likewise.
7261         (CFLAGS-tst-auditmod10b.c): Likewise.
7262         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7263         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7264         * sysdeps/x86_64/configure: Regenerated.
7265         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7266         AVX-512 zmm register support.
7267         (_dl_x86_64_save_sse): Likewise.
7268         (_dl_x86_64_restore_sse): Likewise.
7269         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7270         size vector registers.
7271         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7272         (ZMM_SIZE): Likewise.
7273         * sysdeps/x86_64/tst-audit10.c: New file.
7274         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7275         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7276
7277 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7278
7279         * configure.ac (HAVE_EHDR_START): New check.
7280         * configure: Regenerated.
7281         * config.h.in (HAVE_EHDR_START): New #undef.
7282         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7283         assuming the lowest-addressed segment maps the start of the file.
7284
7285 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7286
7287         * INSTALL: Regenerated.
7288
7289 2014-03-13  Will Newton  <will.newton@linaro.org>
7290
7291         * manual/setjmp.texi (System V contexts): Improve
7292         clarity and grammar of documentation.
7293
7294 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7295
7296         [BZ #16381]
7297         * elf/Makefile (tests): Add tst-pie2.
7298         (tests-pie): Add tst-pie2.
7299         * elf/tst-pie2.c: New file.
7300         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7301         for ET_EXEC.
7302         * elf/rtld.c (map_doit): Load executable as lt_executable.
7303         (dl_main): Likewise.
7304
7305 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7306
7307         [BZ #16642]
7308         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7309         (__ASSUME_PSELECT): Undefine.
7310
7311 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7312
7313         [BZ #16689]
7314         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7315         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7316         static build.
7317         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7318         selector for static builds.
7319
7320 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7321
7322         [BZ #16695]
7323         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7324         key in the buffer.
7325
7326 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7327
7328         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7329         IFUNC selector for static builds.
7330
7331 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7332
7333         * sysdeps/mips/math_private.h [__mips_hard_float]
7334         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7335         libc_feresetround_mips_ctx.
7336         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7337         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7338         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7339
7340         [BZ #16677]
7341         * math/s_nextafter.c (__nextafter): Do not return value from
7342         overflowing computation.
7343         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7344         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7345         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7346         Likewise.
7347         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7348         Likewise.
7349         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7350         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7351
7352 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7353
7354         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7355         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7356         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7357         the new mov targetting sp.
7358
7359 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7360
7361         [BZ #16683]
7362         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7363         Define it for static builds as well.
7364         (NO_BZERO_IMPL): Likewise.
7365
7366 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7367
7368         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7369         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7370         multiarch strspn for PPC64.
7371         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7372         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7373         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7374         (__libc_ifunc_impl_list): Likewise.
7375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7376         multiarch optimizations
7377         * string/strspn.c (strspn): Using macro to redefine symbol name.
7378
7379 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7380             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7381
7382         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7383         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7384         multiarch strncat for PPC64.
7385         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7386         * sysdeps/powerpc/powerpc64/multiarch/strncat-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 strncat
7390         multiarch optimizations
7391
7392 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7393
7394         [BZ #16639]
7395         * nscd/nscd.service: Make service type forking.
7396
7397 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7398
7399         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7400         sign in non default rounding modes.
7401         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7402
7403 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7404
7405         * math/libm-test.inc (ALL_RM_TEST): New macro.
7406         (ceil_test): Use ALL_RM_TEST.
7407         (cimag_test): Likewise.
7408         (conj_test): Likewise.
7409         (copysign_test): Likewise.
7410         (cproj_test): Likewise.
7411         (creal_test): Likewise.
7412         (fabs_test): Likewise.
7413         (floor_test): Likewise.
7414         (fmax_test): Likewise.
7415         (fmin_test): Likewise.
7416         (fmod_test): Likewise.
7417         (fpclassify_test): Likewise.
7418         (frexp_test): Likewise.
7419         (ilogb_test): Likewise.
7420         (isfinite_test): Likewise.
7421         (finite_test): Likewise.
7422         (isgreater_test): Likewise.
7423         (isgreaterequal_test): Likewise.
7424         (isinf_test): Likewise.
7425         (isless_test): Likewise.
7426         (islessequal_test): Likewise.
7427         (islessgreater_test): Likewise.
7428         (isnan_test): Likewise.
7429         (isnormal_test): Likewise.
7430         (issignaling_test): Likewise.
7431         (isunordered_test): Likewise.
7432         (logb_test): Likewise.
7433         (logb_downward_test_data): Remove.
7434         (logb_test_downward): Likewise.
7435         (lround_test): Use ALL_RM_TEST.
7436         (llround_test): Likewise.
7437         (modf_test): Likewise.
7438         (nexttoward_test): Likewise.
7439         (remainder_test): Likewise.
7440         (drem_test): Likewise.
7441         (remainder_tonearest_test_data): Likewise.
7442         (remainder_test_tonearest): Likewise.
7443         (drem_test_tonearest): Likewise.
7444         (remainder_towardzero_test_data): Likewise.
7445         (remainder_test_towardzero): Likewise.
7446         (drem_test_towardzero): Likewise.
7447         (remainder_downward_test_data): Likewise.
7448         (remainder_test_downward): Likewise.
7449         (drem_test_downward): Likewise.
7450         (remainder_upward_test_data): Likewise.
7451         (remainder_test_upward): Likewise.
7452         (drem_test_upward): Likewise.
7453         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
7454         (round_test): Use ALL_RM_TEST.
7455         (signbit_test): Likewise.
7456         (trunc_test): Likewise.
7457         (significand_test): Likewise.
7458         (main): Don't call removed functions.
7459
7460 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7461
7462         [BZ #16674]
7463         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
7464         || __USE_XOPEN2K8].
7465         (ILL_ILLOPN): Likewise.
7466         (ILL_ILLADR): Likewise.
7467         (ILL_ILLTRP): Likewise.
7468         (ILL_PRVOPC): Likewise.
7469         (ILL_PRVREG): Likewise.
7470         (ILL_COPROC): Likewise.
7471         (ILL_BADSTK): Likewise.
7472         (FPE_INTDIV): Likewise.
7473         (FPE_INTOVF): Likewise.
7474         (FPE_FLTDIV): Likewise.
7475         (FPE_FLTOVF): Likewise.
7476         (FPE_FLTUND): Likewise.
7477         (FPE_FLTRES): Likewise.
7478         (FPE_FLTINV): Likewise.
7479         (FPE_FLTSUB): Likewise.
7480         (SEGV_MAPERR): Likewise.
7481         (SEGV_ACCERR): Likewise.
7482         (BUS_ADRALN): Likewise.
7483         (BUS_ADRERR): Likewise.
7484         (BUS_OBJERR): Likewise.
7485         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7486         (TRAP_TRACE): Likewise.
7487         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7488         __USE_XOPEN2K8].
7489         (CLD_KILLED): Likewise.
7490         (CLD_DUMPED): Likewise.
7491         (CLD_TRAPPED): Likewise.
7492         (CLD_STOPPED): Likewise.
7493         (CLD_CONTINUED): Likewise.
7494         (POLL_IN): Likewise.
7495         (POLL_OUT): Likewise.
7496         (POLL_MSG): Likewise.
7497         (POLL_ERR): Likewise.
7498         (POLL_PRI): Likewise.
7499         (POLL_HUP): Likewise.
7500         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
7501         Likewise.
7502         (ILL_ILLOPN): Likewise.
7503         (ILL_ILLADR): Likewise.
7504         (ILL_ILLTRP): Likewise.
7505         (ILL_PRVOPC): Likewise.
7506         (ILL_PRVREG): Likewise.
7507         (ILL_COPROC): Likewise.
7508         (ILL_BADSTK): Likewise.
7509         (FPE_INTDIV): Likewise.
7510         (FPE_INTOVF): Likewise.
7511         (FPE_FLTDIV): Likewise.
7512         (FPE_FLTOVF): Likewise.
7513         (FPE_FLTUND): Likewise.
7514         (FPE_FLTRES): Likewise.
7515         (FPE_FLTINV): Likewise.
7516         (FPE_FLTSUB): Likewise.
7517         (SEGV_MAPERR): Likewise.
7518         (SEGV_ACCERR): Likewise.
7519         (BUS_ADRALN): Likewise.
7520         (BUS_ADRERR): Likewise.
7521         (BUS_OBJERR): Likewise.
7522         (BUS_MCEERR_AR): Likewise.
7523         (BUS_MCEERR_AO): Likewise.
7524         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7525         (TRAP_TRACE): Likewise.
7526         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7527         __USE_XOPEN2K8].
7528         (CLD_KILLED): Likewise.
7529         (CLD_DUMPED): Likewise.
7530         (CLD_TRAPPED): Likewise.
7531         (CLD_STOPPED): Likewise.
7532         (CLD_CONTINUED): Likewise.
7533         (POLL_IN): Likewise.
7534         (POLL_OUT): Likewise.
7535         (POLL_MSG): Likewise.
7536         (POLL_ERR): Likewise.
7537         (POLL_PRI): Likewise.
7538         (POLL_HUP): Likewise.
7539         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
7540         (ILL_ILLOPN): Likewise.
7541         (ILL_ILLADR): Likewise.
7542         (ILL_ILLTRP): Likewise.
7543         (ILL_PRVOPC): Likewise.
7544         (ILL_PRVREG): Likewise.
7545         (ILL_COPROC): Likewise.
7546         (ILL_BADSTK): Likewise.
7547         (FPE_INTDIV): Likewise.
7548         (FPE_INTOVF): Likewise.
7549         (FPE_FLTDIV): Likewise.
7550         (FPE_FLTOVF): Likewise.
7551         (FPE_FLTUND): Likewise.
7552         (FPE_FLTRES): Likewise.
7553         (FPE_FLTINV): Likewise.
7554         (FPE_FLTSUB): Likewise.
7555         (SEGV_MAPERR): Likewise.
7556         (SEGV_ACCERR): Likewise.
7557         (BUS_ADRALN): Likewise.
7558         (BUS_ADRERR): Likewise.
7559         (BUS_OBJERR): Likewise.
7560         (BUS_MCEERR_AR): Likewise.
7561         (BUS_MCEERR_AO): Likewise.
7562         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7563         (TRAP_TRACE): Likewise.
7564         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7565         __USE_XOPEN2K8].
7566         (CLD_KILLED): Likewise.
7567         (CLD_DUMPED): Likewise.
7568         (CLD_TRAPPED): Likewise.
7569         (CLD_STOPPED): Likewise.
7570         (CLD_CONTINUED): Likewise.
7571         (POLL_IN): Likewise.
7572         (POLL_OUT): Likewise.
7573         (POLL_MSG): Likewise.
7574         (POLL_ERR): Likewise.
7575         (POLL_PRI): Likewise.
7576         (POLL_HUP): Likewise.
7577         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
7578         Likewise.
7579         (ILL_ILLOPN): Likewise.
7580         (ILL_ILLADR): Likewise.
7581         (ILL_ILLTRP): Likewise.
7582         (ILL_PRVOPC): Likewise.
7583         (ILL_PRVREG): Likewise.
7584         (ILL_COPROC): Likewise.
7585         (ILL_BADSTK): Likewise.
7586         (ILL_BADIADDR): Likewise.
7587         (ILL_BREAK): Likewise.
7588         (FPE_INTDIV): Likewise.
7589         (FPE_INTOVF): Likewise.
7590         (FPE_FLTDIV): Likewise.
7591         (FPE_FLTOVF): Likewise.
7592         (FPE_FLTUND): Likewise.
7593         (FPE_FLTRES): Likewise.
7594         (FPE_FLTINV): Likewise.
7595         (FPE_FLTSUB): Likewise.
7596         (FPE_DECOVF): Likewise.
7597         (FPE_DECDIV): Likewise.
7598         (FPE_DECERR): Likewise.
7599         (FPE_INVASC): Likewise.
7600         (FPE_INVDEC): Likewise.
7601         (SEGV_MAPERR): Likewise.
7602         (SEGV_ACCERR): Likewise.
7603         (SEGV_PSTKOVF): Likewise.
7604         (BUS_ADRALN): Likewise.
7605         (BUS_ADRERR): Likewise.
7606         (BUS_OBJERR): Likewise.
7607         (BUS_MCEERR_AR): Likewise.
7608         (BUS_MCEERR_AO): Likewise.
7609         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7610         (TRAP_TRACE): Likewise.
7611         (TRAP_BRANCH): Likewise.
7612         (TRAP_HWBKPT): Likewise.
7613         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7614         __USE_XOPEN2K8].
7615         (CLD_KILLED): Likewise.
7616         (CLD_DUMPED): Likewise.
7617         (CLD_TRAPPED): Likewise.
7618         (CLD_STOPPED): Likewise.
7619         (CLD_CONTINUED): Likewise.
7620         (POLL_IN): Likewise.
7621         (POLL_OUT): Likewise.
7622         (POLL_MSG): Likewise.
7623         (POLL_ERR): Likewise.
7624         (POLL_PRI): Likewise.
7625         (POLL_HUP): Likewise.
7626         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
7627         (ILL_ILLOPN): Likewise.
7628         (ILL_ILLADR): Likewise.
7629         (ILL_ILLTRP): Likewise.
7630         (ILL_PRVOPC): Likewise.
7631         (ILL_PRVREG): Likewise.
7632         (ILL_COPROC): Likewise.
7633         (ILL_BADSTK): Likewise.
7634         (FPE_INTDIV): Likewise.
7635         (FPE_INTOVF): Likewise.
7636         (FPE_FLTDIV): Likewise.
7637         (FPE_FLTOVF): Likewise.
7638         (FPE_FLTUND): Likewise.
7639         (FPE_FLTRES): Likewise.
7640         (FPE_FLTINV): Likewise.
7641         (FPE_FLTSUB): Likewise.
7642         (SEGV_MAPERR): Likewise.
7643         (SEGV_ACCERR): Likewise.
7644         (BUS_ADRALN): Likewise.
7645         (BUS_ADRERR): Likewise.
7646         (BUS_OBJERR): Likewise.
7647         (BUS_MCEERR_AR): Likewise.
7648         (BUS_MCEERR_AO): Likewise.
7649         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7650         (TRAP_TRACE): Likewise.
7651         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7652         __USE_XOPEN2K8].
7653         (CLD_KILLED): Likewise.
7654         (CLD_DUMPED): Likewise.
7655         (CLD_TRAPPED): Likewise.
7656         (CLD_STOPPED): Likewise.
7657         (CLD_CONTINUED): Likewise.
7658         (POLL_IN): Likewise.
7659         (POLL_OUT): Likewise.
7660         (POLL_MSG): Likewise.
7661         (POLL_ERR): Likewise.
7662         (POLL_PRI): Likewise.
7663         (POLL_HUP): Likewise.
7664         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
7665         (ILL_ILLOPN): Likewise.
7666         (ILL_ILLADR): Likewise.
7667         (ILL_ILLTRP): Likewise.
7668         (ILL_PRVOPC): Likewise.
7669         (ILL_PRVREG): Likewise.
7670         (ILL_COPROC): Likewise.
7671         (ILL_BADSTK): Likewise.
7672         (FPE_INTDIV): Likewise.
7673         (FPE_INTOVF): Likewise.
7674         (FPE_FLTDIV): Likewise.
7675         (FPE_FLTOVF): Likewise.
7676         (FPE_FLTUND): Likewise.
7677         (FPE_FLTRES): Likewise.
7678         (FPE_FLTINV): Likewise.
7679         (FPE_FLTSUB): Likewise.
7680         (SEGV_MAPERR): Likewise.
7681         (SEGV_ACCERR): Likewise.
7682         (BUS_ADRALN): Likewise.
7683         (BUS_ADRERR): Likewise.
7684         (BUS_OBJERR): Likewise.
7685         (BUS_MCEERR_AR): Likewise.
7686         (BUS_MCEERR_AO): Likewise.
7687         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7688         (TRAP_TRACE): Likewise.
7689         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7690         __USE_XOPEN2K8].
7691         (CLD_KILLED): Likewise.
7692         (CLD_DUMPED): Likewise.
7693         (CLD_TRAPPED): Likewise.
7694         (CLD_STOPPED): Likewise.
7695         (CLD_CONTINUED): Likewise.
7696         (POLL_IN): Likewise.
7697         (POLL_OUT): Likewise.
7698         (POLL_MSG): Likewise.
7699         (POLL_ERR): Likewise.
7700         (POLL_PRI): Likewise.
7701         (POLL_HUP): Likewise.
7702         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
7703         (ILL_ILLOPN): Likewise.
7704         (ILL_ILLADR): Likewise.
7705         (ILL_ILLTRP): Likewise.
7706         (ILL_PRVOPC): Likewise.
7707         (ILL_PRVREG): Likewise.
7708         (ILL_COPROC): Likewise.
7709         (ILL_BADSTK): Likewise.
7710         (FPE_INTDIV): Likewise.
7711         (FPE_INTOVF): Likewise.
7712         (FPE_FLTDIV): Likewise.
7713         (FPE_FLTOVF): Likewise.
7714         (FPE_FLTUND): Likewise.
7715         (FPE_FLTRES): Likewise.
7716         (FPE_FLTINV): Likewise.
7717         (FPE_FLTSUB): Likewise.
7718         (SEGV_MAPERR): Likewise.
7719         (SEGV_ACCERR): Likewise.
7720         (BUS_ADRALN): Likewise.
7721         (BUS_ADRERR): Likewise.
7722         (BUS_OBJERR): Likewise.
7723         (BUS_MCEERR_AR): Likewise.
7724         (BUS_MCEERR_AO): Likewise.
7725         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7726         (TRAP_TRACE): Likewise.
7727         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7728         __USE_XOPEN2K8].
7729         (CLD_KILLED): Likewise.
7730         (CLD_DUMPED): Likewise.
7731         (CLD_TRAPPED): Likewise.
7732         (CLD_STOPPED): Likewise.
7733         (CLD_CONTINUED): Likewise.
7734         (POLL_IN): Likewise.
7735         (POLL_OUT): Likewise.
7736         (POLL_MSG): Likewise.
7737         (POLL_ERR): Likewise.
7738         (POLL_PRI): Likewise.
7739         (POLL_HUP): Likewise.
7740         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
7741         (ILL_ILLOPN): Likewise.
7742         (ILL_ILLADR): Likewise.
7743         (ILL_ILLTRP): Likewise.
7744         (ILL_PRVOPC): Likewise.
7745         (ILL_PRVREG): Likewise.
7746         (ILL_COPROC): Likewise.
7747         (ILL_BADSTK): Likewise.
7748         (ILL_DBLFLT): Likewise.
7749         (ILL_HARDWALL): Likewise.
7750         (FPE_INTDIV): Likewise.
7751         (FPE_INTOVF): Likewise.
7752         (FPE_FLTDIV): Likewise.
7753         (FPE_FLTOVF): Likewise.
7754         (FPE_FLTUND): Likewise.
7755         (FPE_FLTRES): Likewise.
7756         (FPE_FLTINV): Likewise.
7757         (FPE_FLTSUB): Likewise.
7758         (SEGV_MAPERR): Likewise.
7759         (SEGV_ACCERR): Likewise.
7760         (BUS_ADRALN): Likewise.
7761         (BUS_ADRERR): Likewise.
7762         (BUS_OBJERR): Likewise.
7763         (BUS_MCEERR_AR): Likewise.
7764         (BUS_MCEERR_AO): Likewise.
7765         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7766         (TRAP_TRACE): Likewise.
7767         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7768         __USE_XOPEN2K8].
7769         (CLD_KILLED): Likewise.
7770         (CLD_DUMPED): Likewise.
7771         (CLD_TRAPPED): Likewise.
7772         (CLD_STOPPED): Likewise.
7773         (CLD_CONTINUED): Likewise.
7774         (POLL_IN): Likewise.
7775         (POLL_OUT): Likewise.
7776         (POLL_MSG): Likewise.
7777         (POLL_ERR): Likewise.
7778         (POLL_PRI): Likewise.
7779         (POLL_HUP): Likewise.
7780         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
7781         (ILL_ILLOPN): Likewise.
7782         (ILL_ILLADR): Likewise.
7783         (ILL_ILLTRP): Likewise.
7784         (ILL_PRVOPC): Likewise.
7785         (ILL_PRVREG): Likewise.
7786         (ILL_COPROC): Likewise.
7787         (ILL_BADSTK): Likewise.
7788         (FPE_INTDIV): Likewise.
7789         (FPE_INTOVF): Likewise.
7790         (FPE_FLTDIV): Likewise.
7791         (FPE_FLTOVF): Likewise.
7792         (FPE_FLTUND): Likewise.
7793         (FPE_FLTRES): Likewise.
7794         (FPE_FLTINV): Likewise.
7795         (FPE_FLTSUB): Likewise.
7796         (SEGV_MAPERR): Likewise.
7797         (SEGV_ACCERR): Likewise.
7798         (BUS_ADRALN): Likewise.
7799         (BUS_ADRERR): Likewise.
7800         (BUS_OBJERR): Likewise.
7801         (BUS_MCEERR_AR): Likewise.
7802         (BUS_MCEERR_AO): Likewise.
7803         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7804         (TRAP_TRACE): Likewise.
7805         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7806         __USE_XOPEN2K8].
7807         (CLD_KILLED): Likewise.
7808         (CLD_DUMPED): Likewise.
7809         (CLD_TRAPPED): Likewise.
7810         (CLD_STOPPED): Likewise.
7811         (CLD_CONTINUED): Likewise.
7812         (POLL_IN): Likewise.
7813         (POLL_OUT): Likewise.
7814         (POLL_MSG): Likewise.
7815         (POLL_ERR): Likewise.
7816         (POLL_PRI): Likewise.
7817         (POLL_HUP): Likewise.
7818         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
7819         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7820
7821         [BZ #16670]
7822         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
7823         before #include of <time.h>.
7824         [!__USE_XOPEN2K] (__need_timespec): Likewise.
7825         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
7826         (test-xfail-UNIX98/sched.h/conform): Likewise.
7827
7828 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7829
7830         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
7831         error absence of trapping exception support.
7832         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7833
7834 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7835
7836         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
7837         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
7838         * timezone/Makefile (testdata): Move definition above include of
7839         Rules.
7840         (test-zones): New variable.
7841         (tests-special): Add zone files.
7842         (build-testdata): Use $(evaluate-test).
7843
7844         * elf/Makefile (tests-special): Rename tests to end with .out.
7845         ($(objpfx)noload-mem): Likewise.
7846         ($(objpfx)tst-leaks1-mem): Likewise.
7847         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
7848         * iconv/Makefile (xtests-special): Change test-iconvconfig to
7849         $(objpfx)test-iconvconfig.out.
7850         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
7851         set -e inside subshell and redirect output to file.
7852         * iconvdata/Makefile (generated): Rename tests to end with .out.
7853         Correct type.
7854         (tests-special): Rename tests to end with .out.
7855         ($(objpfx)mtrace-tst-loading): Likewise.
7856         * intl/Makefile (generated): Likewise.
7857         (tests-special): Likewise.
7858         ($(objpfx)mtrace-tst-gettext): Likewise.
7859         * misc/Makefile (generated): Likewise.
7860         (tests-special): Likewise.
7861         ($(objpfx)tst-error1-mem): Likewise.
7862         * nptl/Makefile (tests-special): Likewise.
7863         ($(objpfx)tst-stack3-mem): Likewise.
7864         (generated): Likewise.
7865         * posix/Makefile (generated): Likewise.
7866         (tests-special): Likewise.
7867         (xtests-special): Likewise.
7868         ($(objpfx)tst-fnmatch-mem): Likewise.
7869         ($(objpfx)bug-regex2-mem): Likewise.
7870         ($(objpfx)bug-regex14-mem): Likewise.
7871         ($(objpfx)bug-regex21-mem): Likewise.
7872         ($(objpfx)bug-regex31-mem): Likewise.
7873         ($(objpfx)tst-vfork3-mem): Likewise.
7874         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
7875         ($(objpfx)tst-pcre-mem): Likewise.
7876         ($(objpfx)tst-boost-mem): Likewise.
7877         ($(objpfx)bug-ga2-mem): Likewise.
7878         ($(objpfx)bug-glob2-mem): Likewise.
7879         * resolv/Makefile (generate): Likewise.
7880         (tests-special): Likewise.
7881         (xtests-special): Likewise.
7882         (generated): Likewise.
7883         ($(objpfx)mtrace-tst-leaks): Likewise.
7884         ($(objpfx)mtrace-tst-leaks2): Likewise.
7885
7886         * scripts/merge-test-results.sh: New file.
7887         * Makefile (tests-special-notdir): New variable.
7888         (tests): Run merge-test-results.sh.
7889         (xtests): Likewise.
7890         * Rules (tests-special-notdir): New variable.
7891         (xtests-special-notdir): Likewise.
7892         (tests): Run merge-test-results.sh
7893         (xtests): Likewise.
7894
7895         * Makeconfig (test-xfail-name): New variable.
7896         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
7897         compute variable name for expected failures.
7898         * conform/Makefile (conformtest-headers-data): New variable.
7899         (conformtest-standards): Likewise.
7900         (conformtest-headers-ISO): Likewise.
7901         (conformtest-headers-ISO99): Likewise.
7902         (conformtest-headers-ISO11): Likewise.
7903         (conformtest-headers-POSIX): Likewise.
7904         (conformtest-headers-XPG3): Likewise.
7905         (conformtest-headers-XPG4): Likewise.
7906         (conformtest-headers-UNIX98): Likewise.
7907         (conformtest-headers-XOPEN2K): Likewise.
7908         (conformtest-headers-POSIX2008): Likewise.
7909         (conformtest-headers-XOPEN2K8): Likewise.
7910         (conformtest-header-list-base): Likewise.
7911         (conformtest-header-list-tests): Likewise.
7912         (conformtest-header-base): Likewise.
7913         (conformtest-header-tests): Likewise.
7914         (tests-special): Add $(conformtest-header-list-tests).  If
7915         [$(fast-check) && !$(cross-compiling)], add
7916         $(conformtest-header-tests) instead of
7917         $(objpfx)run-conformtest.out.
7918         (generated): Add $(conformtest-header-list-base).  If
7919         [$(fast-check) && !$(cross-compiling)], add
7920         $(conformtest-header-base).  Remove previous setting.
7921         ($(conformtest-header-list-tests)): New target.
7922         (test-xfail-run-conformtest): Remove variable.
7923         ($(objpfx)run-conformtest.out): Remove target.
7924         (test-xfail-ISO11/complex.h/conform): New variable.
7925         (test-xfail-ISO11/stdalign.h/conform): Likewise.
7926         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
7927         (test-xfail-XPG3/varargs.h/conform): Likewise.
7928         (test-xfail-XPG4/varargs.h/conform): Likewise.
7929         (test-xfail-UNIX98/varargs.h/conform): Likewise.
7930         (test-xfail-XPG4/ndbm.h/conform): Likewise.
7931         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
7932         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
7933         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
7934         (test-xfail-XPG3/fcntl.h/conform): Likewise.
7935         (test-xfail-XPG3/ftw.h/conform): Likewise.
7936         (test-xfail-XPG3/grp.h/conform): Likewise.
7937         (test-xfail-XPG3/langinfo.h/conform): Likewise.
7938         (test-xfail-XPG3/limits.h/conform): Likewise.
7939         (test-xfail-XPG3/pwd.h/conform): Likewise.
7940         (test-xfail-XPG3/search.h/conform): Likewise.
7941         (test-xfail-XPG3/signal.h/conform): Likewise.
7942         (test-xfail-XPG3/stdio.h/conform): Likewise.
7943         (test-xfail-XPG3/stdlib.h/conform): Likewise.
7944         (test-xfail-XPG3/string.h/conform): Likewise.
7945         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
7946         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
7947         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
7948         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
7949         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
7950         (test-xfail-XPG3/sys/types.h/conform): Likewise.
7951         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
7952         (test-xfail-XPG3/termios.h/conform): Likewise.
7953         (test-xfail-XPG3/time.h/conform): Likewise.
7954         (test-xfail-XPG3/unistd.h/conform): Likewise.
7955         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
7956         (test-xfail-XPG4/fcntl.h/conform): Likewise.
7957         (test-xfail-XPG4/langinfo.h/conform): Likewise.
7958         (test-xfail-XPG4/netdb.h/conform): Likewise.
7959         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
7960         (test-xfail-XPG4/signal.h/conform): Likewise.
7961         (test-xfail-XPG4/stdio.h/conform): Likewise.
7962         (test-xfail-XPG4/stdlib.h/conform): Likewise.
7963         (test-xfail-XPG4/stropts.h/conform): Likewise.
7964         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
7965         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
7966         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
7967         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
7968         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
7969         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
7970         (test-xfail-XPG4/sys/time.h/conform): Likewise.
7971         (test-xfail-XPG4/sys/types.h/conform): Likewise.
7972         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
7973         (test-xfail-XPG4/termios.h/conform): Likewise.
7974         (test-xfail-XPG4/ucontext.h/conform): Likewise.
7975         (test-xfail-XPG4/unistd.h/conform): Likewise.
7976         (test-xfail-XPG4/utmpx.h/conform): Likewise.
7977         (test-xfail-POSIX/sched.h/conform): Likewise.
7978         (test-xfail-POSIX/signal.h/conform): Likewise.
7979         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7980         (test-xfail-POSIX/tar.h/conform): Likewise.
7981         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
7982         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
7983         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
7984         (test-xfail-UNIX98/netdb.h/conform): Likewise.
7985         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
7986         (test-xfail-UNIX98/sched.h/conform): Likewise.
7987         (test-xfail-UNIX98/signal.h/conform): Likewise.
7988         (test-xfail-UNIX98/stdio.h/conform): Likewise.
7989         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
7990         (test-xfail-UNIX98/stropts.h/conform): Likewise.
7991         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
7992         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
7993         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
7994         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
7995         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
7996         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
7997         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
7998         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
7999         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8000         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8001         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8002         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8003         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8004         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8005         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8006         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8007         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8008         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8009         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8010         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8011         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8012         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8013         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8014         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8015         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8016         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8017         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8018         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8019         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8020         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8021         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8022         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8023         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8024         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8025         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8026         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8027         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8028         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8029         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8030         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8031         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8032         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8033         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8034         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8035         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8036         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8037         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8038         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8039         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8040         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8041         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8042         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8043         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8044         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8045         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8046         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8047         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8048         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8049         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8050         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8051         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8052         (conformtest-cc-flags): Likewise.
8053         ($(conformtest-header-tests): New target.
8054         * conform/check-header-lists.sh: New file.
8055         * conform/run-conformtest.sh: Remove.
8056
8057         * conform/conformtest.pl: Allow ' and \ in values given for
8058         constants.
8059         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8060         inclusion.
8061         [POSIX] (sys/types.h): Likewise.
8062         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8063         inclusion.
8064         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8065         inclusion.
8066         * conform/data/signal.h-data (SIGIO): Remove expectation.
8067         [XPG3] (SIGBUS): Do not expect.
8068         [POSIX || XPG3] (SIGPOLL): Likewise.
8069         [POSIX || XPG3] (SIGPROF): Likewise.
8070         [POSIX || XPG3] (SIGSYS): Likewise.
8071         [XPG3] (SIGTRAP): Likewise.
8072         [POSIX || XPG3] (SIGURG): Likewise.
8073         [POSIX || XPG3] (SIGVTALRM): Likewise.
8074         [POSIX || XPG3] (SIGXCPU): Likewise.
8075         [POSIX || XPG3] (SIGXFSZ): Likewise.
8076         [POSIX] (SA_SIGINFO): Expect.
8077         [XPG3] (siginfo_t): Do not expect type or contents.
8078         [POSIX] (si_pid): Do not expect element.
8079         [POSIX] (si_uid): Likewise.
8080         [POSIX] (si_addr): Likewise.
8081         [POSIX] (si_status): Likewise.
8082         [POSIX] (si_band): Likewise.
8083         [XPG4] (si_value): Likewise.
8084         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8085         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8086         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8087         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8088         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8089         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8090         [POSIX || XPG3] (ILL_COPROC): Likewise.
8091         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8092         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8093         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8094         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8095         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8096         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8097         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8098         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8099         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8100         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8101         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8102         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8103         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8104         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8105         [POSIX || XPG3] (CLD_EXITED): Likewise.
8106         [POSIX || XPG3] (CLD_KILLED): Likewise.
8107         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8108         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8109         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8110         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8111         [POSIX || XPG3] (POLL_IN): Likewise.
8112         [POSIX || XPG3] (POLL_OUT): Likewise.
8113         [POSIX || XPG3] (POLL_MSG): Likewise.
8114         [POSIX || XPG3] (POLL_ERR): Likewise.
8115         [POSIX || XPG3] (POLL_PRI): Likewise.
8116         [POSIX || XPG3] (POLL_HUP): Likewise.
8117         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8118         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8119         (SIG*): Do not allow.
8120         [XPG3] (si_*): Likewise.
8121         [XPG3] (SI_*): Likewise.
8122         [XPG3 || XPG4] (sigev_*): Likewise.
8123         [XPG3 || XPG4] (SIGEV_*): Likewise.
8124         [XPG3 || XPG4] (sival_*): Likewise.
8125         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8126         [POSIX || XPG3] (BUS_*): Likewise.
8127         [POSIX || XPG3] (CLD_*): Likewise.
8128         [POSIX || XPG3] (FPE_*): Likewise.
8129         [POSIX || XPG3] (ILL_*): Likewise.
8130         [POSIX || XPG3] (POLL_*): Likewise.
8131         [POSIX || XPG3] (SEGV_*): Likewise.
8132         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8133         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8134         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8135         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8136         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8137         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8138         Specify type and value.
8139         (TVERSLEN): Likewise.
8140         (REGTYPE): Likewise.
8141         (AREGTYPE): Likewise.
8142         (LNKTYPE): Likewise.
8143         (SYMTYPE): Likewise.
8144         (CHRTYPE): Likewise.
8145         (BLKTYPE): Likewise.
8146         (DIRTYPE): Likewise.
8147         (FIFOTYPE): Likewise.
8148         (CONTTYPE): Likewise.
8149         (TSUID): Likewise.
8150         (TSGID): Likewise.
8151         (TSVTX): Likewise.
8152         (TUREAD): Likewise.
8153         (TUWRITE): Likewise.
8154         (TUEXEC): Likewise.
8155         (TGREAD): Likewise.
8156         (TGWRITE): Likewise.
8157         (TGEXEC): Likewise.
8158         (TOREAD): Likewise.
8159         (TOWRITE): Likewise.
8160         (TOEXEC): Likewise.
8161         [POSIX] (TSVTX): Expect constant.
8162
8163 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8164
8165         * Makefile (tests): Change dependencies to ....
8166         (tests-special): ... additions to this variable.
8167         (tests): Depend on $(tests-special).
8168         * Makerules (check-abi-list): New variable.
8169         (check-abi): Depend on $(check-abi-list).
8170         [$(subdir) = elf] (tests-special): Add
8171         $(objpfx)check-abi-libc.out.
8172         [$(build-shared) = yes && subdir] (tests-special): Add
8173         $(check-abi-list).
8174         [$(build-shared) = yes && subdir] (tests): Do not depend on
8175         check-abi.
8176         * Rules (tests): Depend on $(tests-special).
8177         (xtests): Depend on $(xtests-special).
8178         * catgets/Makefile (tests): Change dependencies to ....
8179         (tests-special): ... additions to this variable.
8180         * conform/Makefile (tests): Change dependencies to ....
8181         (tests-special): ... additions to this variable.
8182         * elf/Makefile (tests): Change dependencies to ....
8183         (tests-special): ... additions to this variable.
8184         * grp/Makefile (tests): Change dependencies to ....
8185         (tests-special): ... additions to this variable.
8186         * iconv/Makefile (xtests): Change dependencies to ....
8187         (xtests-special): ... additions to this variable.
8188         * iconvdata/Makefile (tests): Change dependencies to ....
8189         (tests-special): ... additions to this variable.
8190         * intl/Makefile (tests): Change dependencies to ....
8191         (tests-special): ... additions to this variable.  Also add
8192         $(objpfx)tst-gettext.out.
8193         * io/Makefile (tests): Change dependencies to ....
8194         (tests-special): ... additions to this variable.
8195         * libio/Makefile (tests): Change dependencies to ....
8196         (tests-special): ... additions to this variable.
8197         * malloc/Makefile (tests): Change dependencies to ....
8198         (tests-special): ... additions to this variable.
8199         * misc/Makefile (tests): Change dependencies to ....
8200         (tests-special): ... additions to this variable.
8201         * nptl/Makefile (tests): Change dependencies to ....
8202         (tests-special): ... additions to this variable.
8203         * nptl_db/Makefile (tests): Change dependencies to ....
8204         (tests-special): ... additions to this variable.
8205         * posix/Makefile (tests): Change dependencies to ....
8206         (tests-special): ... additions to this variable.
8207         (xtests): Change dependencies to ....
8208         (xtests-special): ... additions to this variable.
8209         * resolv/Makefile (tests): Change dependencies to ....
8210         (tests-special): ... additions to this variable.
8211         (xtests): Change dependencies to ....
8212         (xtests-special): ... additions to this variable.
8213         * stdio-common/Makefile (tests): Change dependencies to ....
8214         (tests-special): ... additions to this variable.
8215         (do-tst-unbputc): Remove target.
8216         (do-tst-printf): Likewise.
8217         * stdlib/Makefile (tests): Change dependencies to ....
8218         (tests-special): ... additions to this variable.
8219         * string/Makefile (tests): Change dependencies to ....
8220         (tests-special): ... additions to this variable.
8221         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8222         (tests-special): ... additions to this variable.
8223
8224         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8225         whole file.
8226         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8227         whole file.
8228         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8229         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8230
8231         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8232         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8233         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8234         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8235         * conform/data/libgen.h-data [XPG3]: Likewise.
8236         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8237         * conform/data/ndbm.h-data [XPG3]: Likewise.
8238         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8239         * conform/data/netdb.h-data [XPG3]: Likewise.
8240         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8241         * conform/data/poll.h-data [XPG3]: Likewise.
8242         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8243         * conform/data/strings.h-data [XPG3]: Likewise.
8244         * conform/data/stropts.h-data [XPG3]: Likewise.
8245         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8246         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8247         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8248         Likewise.
8249         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8250         * conform/data/sys/time.h-data [XPG3]: Likewise.
8251         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8252         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8253         * conform/data/sys/un.h-data [XPG3]: Likewise.
8254         * conform/data/syslog.h-data [XPG3]: Likewise.
8255         * conform/data/ucontext.h-data [XPG3]: Likewise.
8256         * conform/data/utmpx.h-data [XPG3]: Likewise.
8257         * conform/data/varargs.h-data [UNIX98]: Enable file.
8258
8259         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8260
8261         * math/libm-test.inc (struct test_f_f_data): Move expected results
8262         into structure for each rounding mode.
8263         (struct test_ff_f_data): Likewise.
8264         (struct test_ff_f_data_nexttoward): Likewise.
8265         (struct test_fi_f_data): Likewise.
8266         (struct test_fl_f_data): Likewise.
8267         (struct test_if_f_data): Likewise.
8268         (struct test_fff_f_data): Likewise.
8269         (struct test_c_f_data): Likewise.
8270         (struct test_f_f1_data): Likewise.
8271         (struct test_fF_f1_data): Likewise.
8272         (struct test_ffI_f1_data): Likewise.
8273         (struct test_c_c_data): Likewise.
8274         (struct test_cc_c_data): Likewise.
8275         (struct test_f_i_data): Likewise.
8276         (struct test_ff_i_data): Likewise.
8277         (struct test_f_l_data): Likewise.
8278         (struct test_f_L_data): Likewise.
8279         (struct test_fFF_11_data): Likewise.
8280         (RM_): New macro.
8281         (RM_FE_DOWNWARD): Likewise.
8282         (RM_FE_TONEAREST): Likewise.
8283         (RM_FE_TOWARDZERO): Likewise.
8284         (RM_FE_UPWARD): Likewise.
8285         (RUN_TEST_LOOP_f_f): Update references to expected results.
8286         (RUN_TEST_LOOP_2_f): Likewise.
8287         (RUN_TEST_LOOP_fff_f): Likewise.
8288         (RUN_TEST_LOOP_c_f): Likewise.
8289         (RUN_TEST_LOOP_f_f1): Likewise.
8290         (RUN_TEST_LOOP_fF_f1): Likewise.
8291         (RUN_TEST_LOOP_fI_f1): Likewise.
8292         (RUN_TEST_LOOP_ffI_f1): Likewise.
8293         (RUN_TEST_LOOP_c_c): Likewise.
8294         (RUN_TEST_LOOP_cc_c): Likewise.
8295         (RUN_TEST_LOOP_f_i): Likewise.
8296         (RUN_TEST_LOOP_f_i_tg): Likewise.
8297         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8298         (RUN_TEST_LOOP_f_b): Likewise.
8299         (RUN_TEST_LOOP_f_b_tg): Likewise.
8300         (RUN_TEST_LOOP_f_l): Likewise.
8301         (RUN_TEST_LOOP_f_L): Likewise.
8302         (RUN_TEST_LOOP_fFF_11): Likewise.
8303         * math/gen-libm-test.pl (parse_args): Output four copies of
8304         expected results for each test.
8305
8306         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8307         (__ASSUME_UTIMES): Remove.
8308         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8309         (__ASSUME_UTIMES): Likewise.
8310
8311         * math/gen-auto-libm-tests.c: Update comment on output format.
8312         (output_for_one_input_case): Generate before-rounding and
8313         after-rounding information as conditions on output flags not
8314         floating-point format.
8315         * math/auto-libm-test-out: Regenerated.
8316         * math/gen-libm-test.pl (cond_value): New function.
8317         (or_cond_value): Use cond_value.
8318         (generate_testfile): Handle conditional exceptions.
8319
8320 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8321
8322         * math/libm-test.inc (max_valid_error): New variable.
8323         (init_max_error): Take new argument specifying whether function
8324         results are exactly determined.  Set max_valid_error and bound
8325         other variables for errors based on this argument.
8326         (set_max_error): Do not record results above max_valid_error.
8327         (check_float_internal): Only accept errors of up to 0.5ulps if
8328         also at most max_valid_error.
8329         (START): Take new argument EXACT and pass it to init_max_error.
8330         (acos_test): Update call to START.
8331         (acos_test_tonearest): Likewise.
8332         (acos_test_towardzero): Likewise.
8333         (acos_test_downward): Likewise.
8334         (acos_test_upward): Likewise.
8335         (acosh_test): Likewise.
8336         (asin_test): Likewise.
8337         (asin_test_tonearest): Likewise.
8338         (asin_test_towardzero): Likewise.
8339         (asin_test_downward): Likewise.
8340         (asin_test_upward): Likewise.
8341         (asinh_test): Likewise.
8342         (atan_test): Likewise.
8343         (atanh_test): Likewise.
8344         (atan2_test): Likewise.
8345         (cabs_test): Likewise.
8346         (cacos_test): Likewise.
8347         (cacosh_test): Likewise.
8348         (carg_test): Likewise.
8349         (casin_test): Likewise.
8350         (casinh_test): Likewise.
8351         (catan_test): Likewise.
8352         (catanh_test): Likewise.
8353         (cbrt_test): Likewise.
8354         (ccos_test): Likewise.
8355         (ccosh_test): Likewise.
8356         (ceil_test): Likewise.
8357         (cexp_test): Likewise.
8358         (cimag_test): Likewise.
8359         (clog_test): Likewise.
8360         (clog10_test): Likewise.
8361         (conj_test): Likewise.
8362         (copysign_test): Likewise.
8363         (cos_test): Likewise.
8364         (cos_test_tonearest): Likewise.
8365         (cos_test_towardzero): Likewise.
8366         (cos_test_downward): Likewise.
8367         (cos_test_upward): Likewise.
8368         (cosh_test): Likewise.
8369         (cosh_test_tonearest): Likewise.
8370         (cosh_test_towardzero): Likewise.
8371         (cosh_test_downward): Likewise.
8372         (cosh_test_upward): Likewise.
8373         (cpow_test): Likewise.
8374         (cproj_test): Likewise.
8375         (creal_test): Likewise.
8376         (csin_test): Likewise.
8377         (csinh_test): Likewise.
8378         (csqrt_test): Likewise.
8379         (ctan_test): Likewise.
8380         (ctan_test_tonearest): Likewise.
8381         (ctan_test_towardzero): Likewise.
8382         (ctan_test_downward): Likewise.
8383         (ctan_test_upward): Likewise.
8384         (ctanh_test): Likewise.
8385         (ctanh_test_tonearest): Likewise.
8386         (ctanh_test_towardzero): Likewise.
8387         (ctanh_test_downward): Likewise.
8388         (ctanh_test_upward): Likewise.
8389         (erf_test): Likewise.
8390         (erfc_test): Likewise.
8391         (exp_test): Likewise.
8392         (exp_test_tonearest): Likewise.
8393         (exp_test_towardzero): Likewise.
8394         (exp_test_downward): Likewise.
8395         (exp_test_upward): Likewise.
8396         (exp10_test): Likewise.
8397         (exp10_test_tonearest): Likewise.
8398         (exp10_test_towardzero): Likewise.
8399         (exp10_test_downward): Likewise.
8400         (exp10_test_upward): Likewise.
8401         (pow10_test): Likewise.
8402         (exp2_test): Likewise.
8403         (expm1_test): Likewise.
8404         (expm1_test_tonearest): Likewise.
8405         (expm1_test_towardzero): Likewise.
8406         (expm1_test_downward): Likewise.
8407         (expm1_test_upward): Likewise.
8408         (fabs_test): Likewise.
8409         (fdim_test): Likewise.
8410         (floor_test): Likewise.
8411         (fma_test): Likewise.
8412         (fma_test_towardzero): Likewise.
8413         (fma_test_downward): Likewise.
8414         (fma_test_upward): Likewise.
8415         (fmax_test): Likewise.
8416         (fmin_test): Likewise.
8417         (fmod_test): Likewise.
8418         (fpclassify_test): Likewise.
8419         (frexp_test): Likewise.
8420         (hypot_test): Likewise.
8421         (ilogb_test): Likewise.
8422         (isfinite_test): Likewise.
8423         (finite_test): Likewise.
8424         (isgreater_test): Likewise.
8425         (isgreaterequal_test): Likewise.
8426         (isinf_test): Likewise.
8427         (isless_test): Likewise.
8428         (islessequal_test): Likewise.
8429         (islessgreater_test): Likewise.
8430         (isnan_test): Likewise.
8431         (isnormal_test): Likewise.
8432         (issignaling_test): Likewise.
8433         (isunordered_test): Likewise.
8434         (j0_test): Likewise.
8435         (j1_test): Likewise.
8436         (jn_test): Likewise.
8437         (ldexp_test): Likewise.
8438         (lgamma_test): Likewise.
8439         (gamma_test): Likewise.
8440         (lrint_test): Likewise.
8441         (lrint_test_tonearest): Likewise.
8442         (lrint_test_towardzero): Likewise.
8443         (lrint_test_downward): Likewise.
8444         (lrint_test_upward): Likewise.
8445         (llrint_test): Likewise.
8446         (llrint_test_tonearest): Likewise.
8447         (llrint_test_towardzero): Likewise.
8448         (llrint_test_downward): Likewise.
8449         (llrint_test_upward): Likewise.
8450         (log_test): Likewise.
8451         (log10_test): Likewise.
8452         (log1p_test): Likewise.
8453         (log2_test): Likewise.
8454         (logb_test): Likewise.
8455         (logb_test_downward): Likewise.
8456         (lround_test): Likewise.
8457         (llround_test): Likewise.
8458         (modf_test): Likewise.
8459         (nearbyint_test): Likewise.
8460         (nextafter_test): Likewise.
8461         (nexttoward_test): Likewise.
8462         (pow_test): Likewise.
8463         (pow_test_tonearest): Likewise.
8464         (pow_test_towardzero): Likewise.
8465         (pow_test_downward): Likewise.
8466         (pow_test_upward): Likewise.
8467         (remainder_test): Likewise.
8468         (drem_test): Likewise.
8469         (remainder_test_tonearest): Likewise.
8470         (drem_test_tonearest): Likewise.
8471         (remainder_test_towardzero): Likewise.
8472         (drem_test_towardzero): Likewise.
8473         (remainder_test_downward): Likewise.
8474         (drem_test_downward): Likewise.
8475         (remainder_test_upward): Likewise.
8476         (drem_test_upward): Likewise.
8477         (remquo_test): Likewise.
8478         (rint_test): Likewise.
8479         (rint_test_tonearest): Likewise.
8480         (rint_test_towardzero): Likewise.
8481         (rint_test_downward): Likewise.
8482         (rint_test_upward): Likewise.
8483         (round_test): Likewise.
8484         (scalb_test): Likewise.
8485         (scalbn_test): Likewise.
8486         (scalbln_test): Likewise.
8487         (signbit_test): Likewise.
8488         (sin_test): Likewise.
8489         (sin_test_tonearest): Likewise.
8490         (sin_test_towardzero): Likewise.
8491         (sin_test_downward): Likewise.
8492         (sin_test_upward): Likewise.
8493         (sincos_test): Likewise.
8494         (sinh_test): Likewise.
8495         (sinh_test_tonearest): Likewise.
8496         (sinh_test_towardzero): Likewise.
8497         (sinh_test_downward): Likewise.
8498         (sinh_test_upward): Likewise.
8499         (sqrt_test): Likewise.
8500         (sqrt_test_tonearest): Likewise.
8501         (sqrt_test_towardzero): Likewise.
8502         (sqrt_test_downward): Likewise.
8503         (sqrt_test_upward): Likewise.
8504         (tan_test): Likewise.
8505         (tan_test_tonearest): Likewise.
8506         (tan_test_towardzero): Likewise.
8507         (tan_test_downward): Likewise.
8508         (tan_test_upward): Likewise.
8509         (tanh_test): Likewise.
8510         (tgamma_test): Likewise.
8511         (trunc_test): Likewise.
8512         (y0_test): Likewise.
8513         (y1_test): Likewise.
8514         (yn_test): Likewise.
8515         (significand_test): Likewise.
8516
8517         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
8518         individual tests in comment.
8519         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
8520         (prev_max_error): New variable.
8521         (prev_real_max_error): Likewise.
8522         (prev_imag_max_error): Likewise.
8523         (compare_ulp_data): Don't refer to test names in comment.
8524         (find_test_ulps): Remove function.
8525         (find_function_ulps): Likewise.
8526         (find_complex_function_ulps): Likewise.
8527         (init_max_error): Take function name as argument.  Look up ulps
8528         for that function.
8529         (print_ulps): Remove function.
8530         (print_max_error): Use prev_max_error instead of calling
8531         find_function_ulps.
8532         (print_complex_max_error): Use prev_real_max_error and
8533         prev_imag_max_error instead of calling find_complex_function_ulps.
8534         (check_float_internal): Take max_ulp parameter instead of calling
8535         find_test_ulps.  Don't call print_ulps.
8536         (check_float): Update call to check_float_internal.
8537         (check_complex): Update calls to check_float_internal.
8538         (START): Pass argument to init_max_error.
8539         * math/gen-libm-test.pl (%results): Don't include "kind"
8540         information.
8541         (parse_ulps): Don't handle ulps of individual tests.
8542         (print_ulps_file): Likewise.
8543         (output_ulps): Likewise.
8544         * math/README.libm-test: Update.
8545         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
8546         individual tests.
8547         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
8548         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
8549         * sysdeps/arm/libm-test-ulps: Likewise.
8550         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
8551         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
8552         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
8553         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
8554         * sysdeps/microblaze/libm-test-ulps: Likewise.
8555         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
8556         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8557         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8558         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
8559         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8560         * sysdeps/sh/libm-test-ulps: Likewise.
8561         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8562         * sysdeps/tile/libm-test-ulps: Likewise.
8563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8564
8565 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
8566
8567         * math/libm-test.inc (print_complex_max_error): Check separately
8568         whether real and imaginary errors are within allowed range and
8569         pass 0 to print_complex_function_ulps instead of value within
8570         allowed range.
8571
8572 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8573
8574         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
8575         formatting.
8576         (get_handles_fopen): Likewise.
8577         (do_write_test): Likewise.
8578
8579         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
8580
8581         * libio/fileops.c (do_ftell): Use cached offset when
8582         available.
8583         * libio/iofwide.c (do_ftell_wide): Likewise.
8584         * libio/iofdopen.c (_IO_new_fdopen): Don't use
8585         _IO_file_attach.
8586         * libio/wfileops.c (_IO_fwide): Don't cache offset.
8587
8588         [BZ #16532]
8589         * libio/libioP.h (get_file_offset): New function.
8590         * libio/fileops.c (get_file_offset): Likewise.
8591         (do_ftell): Likewise.
8592         (_IO_new_file_seekoff): Split out ftell logic.
8593         * libio/wfileops.c (do_ftell_wide): Likewise.
8594         (_IO_wfile_seekoff): Split out ftell logic.
8595         * libio/tst-ftell-active-handler.c: New test case.
8596         * libio/Makefile (tests): Add it.
8597
8598 2014-03-03  Roland McGrath  <roland@hack.frob.com>
8599
8600         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
8601         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
8602
8603 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
8604
8605         [BZ #16639]
8606         * nscd/connections.c (nscd_init): Call do_exit.
8607         (start_threads): Call do_exit and notify_parent.
8608         (begin_drop_privileges): Call do_exit.
8609         (finish_drop_privileges): Likewise.
8610         * nscd/selinux.c (preserve_capabilities): Likewise.
8611         (install_real_capabilities): Likewise.
8612         (nscd_selinux_enabled): Likewise.
8613         (avc_create_thread): Likewise.
8614         (avc_alloc_lock): Likewise.
8615         (nscd_avc_init): Likewise.
8616         * nscd/nscd.c (parent_fd): New static variable.
8617         (main): Create a pipe between parent and child processes.
8618         Skip closing parent_fd.
8619         (monitor_child): New function.
8620         (do_exit): Likewise.
8621         (notify_parent): Likewise.
8622         * nscd/nscd.h (notify_parent): Likewise.
8623         (do_exit): Likewise.
8624
8625 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
8626
8627         * malloc/malloc.c (__libc_calloc): Revert last change.
8628
8629 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8630
8631         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8632
8633 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8634
8635         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
8636         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
8637         implementation.
8638         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8639         (__libc_ifunc_impl_list): Likewise.
8640         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
8641         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
8642         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
8643         * string/strrchr.c: Define STRRCHR.
8644
8645 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
8646
8647         * benchtest/bench-strtok.c (simple_strtok): Delete.
8648         (strtok_string): Use as benchmark.
8649         * string/strtok (STRTOK): New macro.
8650
8651 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
8652
8653         * manual/threads.texi: Add header and standard comments to all
8654         functions.
8655
8656         * elf/dl-lookup.c (check_match): New function.
8657         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
8658         (do_lookup_x): Remove nested function check_match. Use non-nested
8659         function check_match.
8660
8661 2014-02-28  Roland McGrath  <roland@hack.frob.com>
8662
8663         * csu/Makefile (generated, before-compile): Use += rather than =.
8664         * catgets/Makefile (generated, generated-dirs): Likewise.
8665         * debug/Makefile (generated): Likewise.
8666         * dlfcn/Makefile (generated): Likewise.
8667         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
8668         * iconvdata/Makefile (before-compile, generated): Likewise.
8669         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
8670         * libio/Makefile (generated): Likewise.
8671         * malloc/Makefile (generated): Likewise.
8672         * manual/Makefile (generated, generated-dirs): Likewise.
8673         * misc/Makefile (generated): Likewise.
8674         * posix/Makefile (generated): Likewise.
8675         * resolv/Makefile (generated): Likewise.
8676         * sunrpc/Makefile (generated, generated-dirs): Likewise.
8677         * timezone/Makefile (generated, generated-dirs): Likewise.
8678
8679         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
8680
8681 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8682
8683         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
8684         power8 implementation.
8685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
8686         file: POWER8 llround ifunc implementation.
8687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
8688         (__lllround): Add POWER8 implementation.
8689         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
8690         POWER8 llround implementation.
8691
8692         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
8693         power8 implementation.
8694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
8695         file: POWER8 llrint ifunc implementation.
8696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
8697         Add POWER8 implementation.
8698         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
8699         POWER8 llrint implementation.
8700
8701         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
8702         power8 implementation.
8703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
8704         file: POWER8 finite ifunc implementation.
8705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
8706         Add POWER8 implementation.
8707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
8708         Likewise.
8709         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
8710         POWER8 finite implementation.
8711         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
8712
8713         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
8714         power8 implementation.
8715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
8716         file: POWER8 isinf ifunc implementation.
8717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
8718         POWER8 implementation.
8719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
8720         Likewise.
8721         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
8722         isinf implementation.
8723         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
8724
8725         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
8726         (INIT_ARCH): Add hwcap2 initialization.
8727         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
8728         power8 implementation.
8729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
8730         file: POWER8 isnan ifunc implementation.
8731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
8732         POWER8 implementation.
8733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
8734         Likewise.
8735         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
8736         isnan implementation.
8737         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
8738
8739 2014-02-27  Joey Ye  <joey.ye@arm.com>
8740
8741         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8742         (_FP_NANFRAC_Q): Set to zero.
8743
8744 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8745
8746         [BZ #16623]
8747         * math/auto-libm-test-in: New test inputs.
8748         * math/auto-libm-test-out: Regenerate.
8749         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
8750         and DA.
8751         (__cos): Likewise.
8752         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
8753
8754 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
8755
8756         * scripts/evaluate-test.sh: Take new argument indicating whether
8757         failure is expected.
8758         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
8759         indicating whether failure is expected.
8760         * conform/Makefile (test-xfail-run-conformtest): New variable.
8761         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
8762         level.
8763         * posix/Makefile (test-xfail-annexc): New variable.
8764         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
8765
8766 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
8767
8768         * argp/Makefile: Include Makeconfig immediately after defining
8769         subdir.
8770         * assert/Makefile: Likewise.
8771         * benchtests/Makefile: Likewise.
8772         * catgets/Makefile: Likewise.
8773         * conform/Makefile: Likewise.
8774         * crypt/Makefile: Likewise.
8775         * csu/Makefile: Likewise.
8776         (all): Remove target.
8777         * ctype/Makefile: Include Makeconfig immediately after defining
8778         subdir.
8779         * debug/Makefile: Likewise.
8780         * dirent/Makefile: Likewise.
8781         * dlfcn/Makefile: Likewise.
8782         * gmon/Makefile: Likewise.
8783         * gnulib/Makefile: Likewise.
8784         * grp/Makefile: Likewise.
8785         * gshadow/Makefile: Likewise.
8786         * hesiod/Makefile: Likewise.
8787         * hurd/Makefile: Likewise.
8788         (all): Remove target.
8789         * iconvdata/Makefile: Include Makeconfig immediately after
8790         defining subdir.
8791         * inet/Makefile: Likewise.
8792         * intl/Makefile: Likewise.
8793         * io/Makefile: Likewise.
8794         * libio/Makefile: Likewise.
8795         (all): Remove target.
8796         * locale/Makefile: Include Makeconfig immediately after defining
8797         subdir.
8798         * login/Makefile: Likewise.
8799         * mach/Makefile: Likewise.
8800         (all): Remove target.
8801         * malloc/Makefile: Include Makeconfig immediately after defining
8802         subdir.
8803         (all): Remove target.
8804         * manual/Makefile: Include Makeconfig immediately after defining
8805         subdir.
8806         * math/Makefile: Likewise.
8807         * misc/Makefile: Likewise.
8808         * nis/Makefile: Likewise.
8809         * nss/Makefile: Likewise.
8810         * po/Makefile: Likewise.
8811         (all): Remove target.
8812         * posix/Makefile: Include Makeconfig immediately after defining
8813         subdir.
8814         * pwd/Makefile: Likewise.
8815         * resolv/Makefile: Likewise.
8816         * resource/Makefile: Likewise.
8817         * rt/Makefile: Likewise.
8818         * setjmp/Makefile: Likewise.
8819         * shadow/Makefile: Likewise.
8820         * signal/Makefile: Likewise.
8821         * socket/Makefile: Likewise.
8822         * soft-fp/Makefile: Likewise.
8823         * stdio-common/Makefile: Likewise.
8824         * stdlib/Makefile: Likewise.
8825         * streams/Makefile: Likewise.
8826         * string/Makefile: Likewise.
8827         * sunrpc/Makefile: Likewise.
8828         (all): Remove target.
8829         * sysvipc/Makefile: Include Makeconfig immediately after defining
8830         subdir.
8831         * termios/Makefile: Likewise.
8832         * time/Makefile: Likewise.
8833         * timezone/Makefile: Likewise.
8834         (all): Remove target.
8835         * wcsmbs/Makefile: Include Makeconfig immediately after defining
8836         subdir.
8837         * wctype/Makefile: Likewise.
8838
8839 2014-02-26  Steve Ellcey  <sellcey@mips.com>
8840
8841         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
8842         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
8843         (libc_feholdexcept_setround_mips): Ditto.
8844         (libc_feholdsetround): New.
8845         (libc_feholdsetroundf): New.
8846         (libc_feholdsetroundl): New.
8847         (libc_feupdateenv_test_mips): New.
8848         (libc_feupdateenv_test): New.
8849         (libc_feupdateenv_testf): New.
8850         (libc_feupdateenv_testl): New.
8851         (libc_feresetround): New.
8852         (libc_feresetroundf): New.
8853         (libc_feresetroundl): New.
8854         (libc_fetestexcept_mips): New.
8855         (libc_fetestexcept): New.
8856         (libc_fetestexceptf): New.
8857         (libc_fetestexceptl): New.
8858         (HAVE_RM_CTX): New.
8859         (libc_feholdexcept_setround_mips_ctx): New.
8860         (libc_feholdexcept_setround_ctx): New.
8861         (libc_feholdexcept_setroundf_ctx): New.
8862         (libc_feholdexcept_setroundl_ctx): New.
8863         (libc_fesetenv_mips_ctx): New.
8864         (libc_fesetenv_ctx): New.
8865         (libc_fesetenv_ctxf): New.
8866         (libc_fesetenv_ctxl): New.
8867         (libc_feupdateenv_mips_ctx): New.
8868         (libc_feupdateenv_ctx): New.
8869         (libc_feupdateenvf_ctx): New.
8870         (libc_feupdateenvl_ctx): New.
8871         (libc_feholdsetround_mips_ctx): New.
8872         (libc_feholdsetround_ctx): New.
8873         (libc_feholdsetroundf_ctx): New.
8874         (libc_feholdsetroundl_ctx): New.
8875         (libc_feresetround_mips_ctx): New.
8876         (libc_feresetround_ctx): New.
8877         (libc_feresetroundf_ctx): New.
8878         (libc_feresetroundl_ctx): New.
8879
8880 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
8881
8882         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
8883
8884         * manual/ipc.texi: New file.
8885         * manual/Makefile (chapters): Add ipc.
8886         * manual/job.texi: Add "Inter-Process Communication" to next.
8887         * manual/process.texi: Add "Inter-Process Communication" to prev.
8888
8889 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8890
8891         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8892
8893 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
8894
8895         * malloc/malloc.c (__libc_calloc): Simplify implementation.
8896
8897         * manual/arith.texi: Fix spaces after sentences.
8898         * manual/charset.texi: Likewise.
8899         * manual/errno.texi: Likewise.
8900         * manual/install.texi: Likewise.
8901         * manual/llio.texi: Likewise.
8902         * manual/locale.texi: Likewise.
8903         * manual/maint.texi: Likewise.
8904         * manual/math.texi: Likewise.
8905         * manual/memory.texi: Likewise.
8906         * manual/message.texi: Likewise.
8907         * manual/probes.texi: Likewise.
8908         * manual/resource.texi: Likewise.
8909         * manual/signal.texi: Likewise.
8910         * manual/socket.texi: Likewise.
8911         * manual/stdio.texi: Likewise.
8912         * manual/string.texi: Likewise.
8913         * manual/time.texi: Likewise.
8914         * manual/users.texi: Likewise.
8915
8916 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
8917
8918         [BZ #16632]
8919         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
8920         _DEFAULT_SOURCE is defined.
8921
8922 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
8923             Carlos O'Donell  <carlos@redhat.com>
8924
8925         [BZ #16613]
8926         * elf/dl-tls.c (_dl_count_modids): New function.
8927         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
8928         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
8929         audit library and increment generation counter.
8930         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
8931         * elf/tst-audit9.c: New file.
8932         * elf/tst-auditmod9a.c: New file.
8933         * elf/tst-auditmod9b.c: New file.
8934         * elf/Makefile: Add rules to build and run tst-audit9.
8935
8936 2014-02-25  Florian Weimer  <fweimer@redhat.com>
8937
8938         [BZ #15347]
8939         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
8940
8941 2014-02-25  Will Newton  <will.newton@linaro.org>
8942
8943         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
8944         (__longjmp): Restore sp and lr before restoring callee
8945         saved registers.  Add longjmp and longjmp_target
8946         SystemTap probe point.
8947         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
8948         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
8949         Define to zero to match jmpbuf layout.
8950         * sysdeps/arm/setjmp.S: Include stap-probe.h.
8951         (__sigsetjmp): Save sp and lr before saving callee
8952         saved registers.  Add setjmp SystemTap probe point.
8953
8954 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
8955
8956         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8957
8958 2014-02-24  Andreas Schwab  <schwab@suse.de>
8959
8960         [BZ #15804]
8961         * elf/pldd.c (wait_for_ptrace_stop): New function.
8962         (main): Call it after attaching.
8963
8964 2014-02-22  Roland McGrath  <roland@hack.frob.com>
8965
8966         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
8967         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
8968         Versions files is now verboten.
8969         * hurd/Versions (libc: GLIBC_2.0):
8970         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
8971         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
8972         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
8973         * mach/Versions: Likewise.
8974
8975         * csu/Versions: Remove unused %include.
8976         * resolv/Versions: Likewise.
8977
8978 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
8979
8980         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
8981         ($(objpfx)check-local-headers.out): Likewise.
8982         ($(objpfx)begin-end-check.out): Likewise.
8983         * Makerules (check-abi-%.out): Likewise.
8984         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
8985         ($(objpfx)test2.cat): Likewise.
8986         ($(objpfx)de/libc.cat): Likewise.
8987         ($(objpfx)test-gencat.out): Likewise.
8988         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
8989         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
8990         ($(objpfx)noload-mem): Likewise.
8991         ($(objpfx)tst-pathopt.out): Likewise.
8992         ($(objpfx)tst-rtld-load-self.out): Likewise.
8993         ($(objpfx)tst-array1-cmp.out): Likewise.
8994         ($(objpfx)tst-array1-static-cmp.out): Likewise.
8995         ($(objpfx)tst-array2-cmp.out): Likewise.
8996         ($(objpfx)tst-array3-cmp.out): Likewise.
8997         ($(objpfx)tst-array4-cmp.out): Likewise.
8998         ($(objpfx)tst-array5-cmp.out): Likewise.
8999         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9000         ($(objpfx)check-textrel.out): Likewise.
9001         ($(objpfx)check-execstack.out): Likewise.
9002         ($(objpfx)check-localplt.out): Likewise.
9003         ($(objpfx)order2-cmp.out): Likewise.
9004         ($(objpfx)tst-leaks1-mem): Likewise.
9005         ($(objpfx)tst-leaks1-static-mem): Likewise.
9006         ($(objpfx)tst-initorder-cmp.out): Likewise.
9007         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9008         ($(objpfx)tst-unused-dep.out): Likewise.
9009         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9010         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9011         * iconv/Makefile (test-iconvconfig): Likewise.
9012         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9013         ($(objpfx)iconv-test.out): Likewise.
9014         ($(objpfx)tst-tables.out): Likewise.
9015         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9016         ($(objpfx)tst-gettext.out): Likewise.
9017         ($(objpfx)tst-translit.out): Likewise.
9018         ($(objpfx)tst-gettext2.out): Likewise.
9019         ($(objpfx)tst-gettext4.out): Likewise.
9020         ($(objpfx)tst-gettext6.out): Likewise.
9021         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9022         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9023         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9024         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9025         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9026         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9027         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9028         ($(objpfx)wordexp-tst.out): Likewise.
9029         ($(objpfx)annexc.out): Likewise.
9030         ($(objpfx)tst-fnmatch-mem): Likewise.
9031         ($(objpfx)bug-regex2-mem): Likewise.
9032         ($(objpfx)bug-regex14-mem): Likewise.
9033         ($(objpfx)bug-regex21-mem): Likewise.
9034         ($(objpfx)bug-regex31-mem): Likewise.
9035         ($(objpfx)tst-vfork3-mem): Likewise.
9036         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9037         ($(objpfx)tst-pcre-mem): Likewise.
9038         ($(objpfx)tst-boost-mem): Likewise.
9039         ($(objpfx)tst-getconf.out): Likewise.
9040         ($(objpfx)bug-ga2-mem): Likewise.
9041         ($(objpfx)bug-glob2-mem): Likewise.
9042         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9043         ($(objpfx)mtrace-tst-leaks2): Likewise.
9044         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9045         ($(objpfx)tst-printf.out): Likewise.
9046         ($(objpfx)tst-setvbuf1.out): Likewise.
9047         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9048         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9049         ($(objpfx)tst-fmtmsg.out): Likewise.
9050         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9051         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9052
9053         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9054         * bits/sigaction.h [__USE_MISC]: Likewise.
9055         * bits/waitstatus.h: Update #endif comments.
9056         * ctype/ctype.h: Likewise.
9057         * dirent/dirent.h: Likewise.
9058         [__USE_MISC]: Remove redundant conditionals.
9059         * grp/grp.h: Update #endif comments.
9060         [__USE_GNU]: Remove redundant conditionals.
9061         [__USE_MISC]: Likewise.
9062         * inet/netinet/in.h [__USE_GNU]: Likewise.
9063         * io/sys/stat.h [__USE_MISC]: Likewise.
9064         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9065         * libio/bits/stdio.h: Update #endif comments.
9066         [__USE_MISC]: Remove redundant conditionals.
9067         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9068         * libio/stdio.h: Update #endif comments.
9069         [__USE_MISC]: Remove redundant conditionals.
9070         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9071         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9072         * math/math.h: Update #else and #endif comments.
9073         [__USE_MISC]: Remove redundant conditionals.
9074         * misc/sys/uio.h: Update #endif comments.
9075         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9076         * posix/glob.h [__USE_MISC]: Likewise.
9077         * posix/sys/types.h: Update #endif comments.
9078         [__USE_MISC]: Remove redundant conditionals.
9079         * posix/sys/wait.h: Update #endif comments.
9080         [__USE_MISC]: Remove redundant conditionals.
9081         * posix/unistd.h: Update #endif comments.
9082         [__USE_MISC]: Remove redundant conditionals.
9083         * pwd/pwd.h [__USE_GNU]: Likewise.
9084         [__USE_MISC]: Likewise.
9085         * resolv/netdb.h [__USE_GNU]: Likewise.
9086         * signal/signal.h: Update #endif comments.
9087         [__USE_MISC]: Remove redundant conditionals.
9088         * stdlib/stdlib.h: Update #else and #endif comments.
9089         [__USE_MISC]: Remove redundant conditionals.
9090         [__USE_GNU]: Likewise.
9091         * string/bits/string2.h [__USE_MISC]: Likewise.
9092         * string/string.h: Update #endif comments.
9093         [__USE_MISC]: Remove redundant conditionals.
9094         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9095         Likewise.
9096         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9097         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9098         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9099         Likewise.
9100         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9101         Likewise.
9102         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9103         comments.
9104         [__USE_MISC]: Remove redundant conditionals.
9105         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9106         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9107         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9108         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9109         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9110         Likewise.
9111         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9112         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9113         Likewise.
9114         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9115         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9116         Likewise.
9117         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9118         Likewise.
9119         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9120         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9121         Likewise.
9122         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9123         Likewise.
9124         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9125         * sysdeps/x86/bits/string.h: Update #endif comments.
9126         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9127         conditionals.
9128         * time/sys/time.h: Update #endif comments.
9129         * time/time.h: Likewise.
9130         [__USE_MISC]: Remove redundant conditionals.
9131
9132 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9133
9134         [BZ #16600]
9135         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9136
9137 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9138
9139         * Versions.def (librt): Add GLIBC_2.17.
9140
9141 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9142
9143         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9144         synonym for _SYS_AUXV_H to allow direct inclusion.
9145         * sysdeps/sparc/bits/hwcap.h: Likewise.
9146         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9147         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9148         * sysdeps/sparc/sysdep.h: Likewise.
9149
9150 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9151
9152         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9153
9154 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9155
9156         * benchtests/bench-strrchr.c: Print length instead of position.
9157
9158 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9159
9160         [BZ #16611]
9161         * sysdeps/unix/sysv/linux/kernel-features.h
9162         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9163         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9164         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9165         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9166         Likewise.
9167         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9168         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9169         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9170         (__ASSUME_SENDMMSG): Define instead of using previous
9171         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9172         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9173         (__ASSUME_SENDMMSG_SYSCALL): Define.
9174         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9175         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9176         Likewise.
9177         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9178         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9179         Likewise.
9180         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9181         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9182         Likewise.
9183         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9184         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9185         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9186         [__ASSUME_SENDMMSG]: Change conditionals to
9187         [__ASSUME_SENDMMSG_SOCKETCALL].
9188         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9189         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9190         Define.
9191         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9192         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9193         Likewise.
9194         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9195         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9196         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9197         [!__ASSUME_SENDMMSG]: Change conditional to
9198         [!__ASSUME_SENDMMSG_SOCKETCALL].
9199         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9200         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9201         Define.
9202
9203         [BZ #16610]
9204         * sysdeps/unix/sysv/linux/kernel-features.h
9205         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9206         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9207         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9208         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9209         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9210         [__i386__ || __sparc__]
9211         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9212         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9213         (__ASSUME_RECVMMSG): Define instead of using previous
9214         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9215         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9216         (__ASSUME_RECVMMSG_SYSCALL): Define.
9217         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9218         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9219         Likewise.
9220         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9221         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9222         Likewise.
9223         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9224         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9225         Likewise.
9226         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9227         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9228         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9229         [__ASSUME_RECVMMSG]: Change condition to
9230         [__ASSUME_RECVMMSG_SOCKETCALL].
9231         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9232         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9233         Define.
9234         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9235         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9236         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9237         Likewise.
9238         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9239         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9240         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9241         [!__ASSUME_RECVMMSG]: Change condition to
9242         [!__ASSUME_RECVMMSG_SOCKETCALL].
9243         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9244         (__ASSUME_RECVMMSG_SYSCALL): Define.
9245
9246         [BZ #16609]
9247         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9248         __powerpc__ || __s390__ || __sh__ || __sparc__]
9249         (__ASSUME_SOCKETCALL): Define.
9250         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9251         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9252         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9253         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9254         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9255         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9256         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9257         (__ASSUME_ACCEPT4): Define instead of using previous
9258         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9259         __powerpc__ || __sparc__ || __s390__)] condition.
9260         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9261         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9262         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9263         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9264         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9265         [!__ASSUME_ACCEPT4]: Change condition to
9266         [!__ASSUME_ACCEPT4_SOCKETCALL].
9267         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9268         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9269         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9270         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9271         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9272         __ASSUME_ACCEPT4_SYSCALL.
9273         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9274         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9275         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9276         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9277         __ASSUME_ACCEPT4_SYSCALL.
9278         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9279         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9280         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9281         [__ASSUME_ACCEPT4]: Change condition to
9282         [__ASSUME_ACCEPT4_SOCKETCALL].
9283         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9284         (__ASSUME_SOCKETCALL): Define.
9285         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9286         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9287         (__ASSUME_SOCKETCALL): Define.
9288         (__ASSUME_ACCEPT4): Remove.
9289         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9290         Define.
9291         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9292         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9293         Likewise.
9294         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9295         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9296
9297         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9298         macro.
9299         (HWCAP_ARM_LPAE): Likewise.
9300         (HWCAP_ARM_EVTSTRM): Likewise.
9301         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9302         Add vpfd32, lpae and evtstrm.
9303         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9304         Increase to 22.
9305
9306 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9307
9308         * math/auto-libm-test-in: Add tests of clog10.
9309         * math/auto-libm-test-out: Regenerated.
9310         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9311         * sysdeps/i386/fpu/libm-test-ulps: Update.
9312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9313
9314 2014-02-18  Andreas Schwab  <schwab@suse.de>
9315
9316         [BZ #16574]
9317         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9318         Store non-zero if the second buffer was newly allocated.
9319         (send_dg): Likewise.
9320         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9321         to send_vc and send_dg.
9322         (res_nsend): Pass NULL for ansp2_malloced.
9323         * resolv/res_query.c (__libc_res_nquery): Add parameter
9324         answerp2_malloced and pass it down to __libc_res_nsend.
9325         (res_nquery): Pass additional NULL to __libc_res_nquery.
9326         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9327         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9328         second answer buffer if answerp2_malloced was set.
9329         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9330         (__libc_res_nquerydomain): Add parameter
9331         answerp2_malloced and pass it down to __libc_res_nquery.
9332         (res_nquerydomain): Pass additional NULL to
9333         __libc_res_nquerydomain.
9334         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9335         additional NULL to __libc_res_nsend and __libc_res_nquery.
9336         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9337         additional NULL to __libc_res_nsearch.
9338         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9339         parameter of __libc_res_nsearch to check for separately allocated
9340         second buffer.
9341         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9342         __libc_res_nquery.
9343         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9344         additional NULL to __libc_res_nquery.
9345         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9346         __libc_res_nsearch.
9347         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9348         * include/resolv.h: Update prototypes of __libc_res_nquery,
9349         __libc_res_nsearch, __libc_res_nsend.
9350
9351 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9352
9353         * math/auto-libm-test-in: Add tests of fma.
9354         * math/auto-libm-test-out: Regenerated.
9355         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9356         (fma_towardzero_test_data): Likewise.
9357         (fma_downward_test_data): Likewise.
9358         (fma_upward_test_data): Likewise.
9359         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9360         mpc_mode.
9361         (rounding_modes): Add values for new field.
9362         (func_calc_method): Add value mpfr_fff_f.
9363         (func_calc_desc): Add mpfr_fff_f union field.
9364         (test_function): Add field exact_args.
9365         (FUNC): Add macro argument EXACT_ARGS.
9366         (FUNC_mpfr_f_f): Update call to FUNC.
9367         (FUNC_mpfr_f_f): Likewise.
9368         (FUNC_mpfr_ff_f): Likewise.
9369         (FUNC_mpfr_if_f): Likewise.
9370         (FUNC_mpc_c_f): Likewise.
9371         (FUNC_mpc_c_c): Likewise.
9372         (test_functions): Add fma.  Update calls to FUNC.
9373         (handle_input_arg): Add argument exact_args.
9374         (add_test): Update call to handle_input_arg.
9375         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9376         (output_for_one_input_case): Update call to calc_generic_results.
9377         Recalculate exact zero results in each rounding mode.
9378
9379         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9380         non-negative before setting low bit.
9381         * math/auto-libm-test-in: Mark one asin test possibly having
9382         spurious underflow.
9383         * math/auto-libm-test-out: Regenerated.
9384         * sysdeps/i386/fpu/libm-test-ulps: Update.
9385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9386
9387 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9388
9389         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9390         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9391         ports/sysdeps/unix/sysv/linux/microblaze.
9392         * README: Add missing listing for microblaze*-*-linux-gnu.
9393
9394 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9395
9396         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9397         * sysdeps/unix/sysv/linux/ia64: Move directory from
9398         ports/sysdeps/unix/sysv/linux/ia64.
9399         * README: Update listing for ia64-*-linux-gnu.
9400
9401 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9402             Joseph Myers  <joseph@codesourcery.com>
9403
9404         * Makeconfig (test-name): New variable.
9405         (evaluate-test): Likewise.
9406         * Makerules (do-test-clean): Remove .test-result files.
9407         (common-mostlyclean): Likewise.
9408         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
9409         * scripts/evaluate-test.sh: New file.
9410
9411 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
9412
9413         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
9414         separate $(objpfx)tst-fopenloc-cmp.out and
9415         $(objpfx)tst-fopenloc-mem.out targets.
9416         (tests): Update dependencies.
9417         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
9418         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
9419         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
9420         (tst-rxspencer-no-utf8-ARGS): New variable.
9421         (tst-rxspencer-no-utf8-ENV): Likewise.
9422         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
9423         instead of $(objpfx)tst-rxspencer-mem.
9424         ($(objpfx)tst-rxspencer-mem): Change target to
9425         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
9426         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
9427         * posix/tst-rxspencer-no-utf8.c: New file.
9428
9429         * elf/Makefile ($(objpfx)order.out): Remove rule.
9430         [$(run-built-tests) = yes] (tests): Depend on
9431         $(objpfx)order-cmp.out.
9432         ($(objpfx)order-cmp.out): New rule.
9433         [$(run-built-tests) = yes] (tests): Depend on
9434         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
9435         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
9436         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
9437         $(objpfx)tst-array5-static-cmp.out.
9438         ($(objpfx)tst-array1.out): Remove rule.
9439         ($(objpfx)tst-array1-cmp.out): New rule.
9440         ($(objpfx)tst-array1-static.out): Remove rule.
9441         ($(objpfx)tst-array1-static-cmp.out): New rule.
9442         ($(objpfx)tst-array2.out): Remove rule.
9443         ($(objpfx)tst-array2-cmp.out): New rule.
9444         ($(objpfx)tst-array3.out): Remove rule.
9445         ($(objpfx)tst-array3-cmp.out): New rule.
9446         ($(objpfx)tst-array4.out): Remove rule.
9447         ($(objpfx)tst-array4-cmp.out): New rule.
9448         ($(objpfx)tst-array5.out): Remove rule.
9449         ($(objpfx)tst-array5-cmp.out): New rule.
9450         ($(objpfx)tst-array5-static.out): Remove rule.
9451         ($(objpfx)tst-array5-static-cmp.out): New rule.
9452         [$(run-built-tests) = yes] (tests): Depend on
9453         $(objpfx)order2-cmp.out.
9454         ($(objpfx)order2.out): Remove rule.
9455         ($(objpfx)order2-cmp.out): New rule.
9456         ($(objpfx)tst-initorder.out): Remove rule.
9457         [$(run-built-tests) = yes] (tests): Depend on
9458         $(objpfx)tst-initorder-cmp.out.
9459         ($(objpfx)tst-initorder-cmp.out): New rule.
9460         ($(objpfx)tst-initorder2.out): Remove rule.
9461         [$(run-built-tests) = yes] (tests): Depend on
9462         $(objpfx)tst-initorder2-cmp.out.
9463         ($(objpfx)tst-initorder2-cmp.out): New rule.
9464         [$(run-built-tests) = yes] (tests): Depend on
9465         $(objpfx)tst-unused-dep-cmp.out.
9466         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
9467         ($(objpfx)tst-unused-dep-cmp.out): New rule.
9468         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
9469         on $(objpfx)tst-setvbuf1-cmp.out.
9470         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
9471         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
9472         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
9473         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
9474         ($(objpfx)tst-svc.out): Remove rule.
9475         ($(objpfx)tst-svc-cmp.out): New rule.
9476
9477 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
9478
9479         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
9480         * ctype/ctype.h [__USE_MISC]: Likewise.
9481         * dirent/dirent.h [__USE_MISC]: Likewise.
9482         * grp/grp.h [__USE_MISC]: Likewise.
9483         * io/fcntl.h [__USE_MISC]: Likewise.
9484         * io/sys/stat.h [__USE_MISC]: Likewise.
9485         * libio/stdio.h [__USE_MISC]: Likewise.
9486         * posix/unistd.h [__USE_MISC]: Likewise.
9487         * pwd/pwd.h [__USE_MISC]: Likewise.
9488         * stdlib.h [__USE_MISC]: Likewise.
9489         * string/bits/string2.h [__USE_MISC]: Likewise.
9490         * string/string.h [__USE_MISC]: Likewise.
9491         * time/time.h [__USE_MISC]: Likewise.
9492
9493 2014-02-13  Andreas Schwab  <schwab@suse.de>
9494
9495         [BZ #16574]
9496         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
9497         second answer buffer if it was separately allocated.
9498
9499 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
9500
9501         * sysdeps/mips/math-tests.h: Include <features.h>.
9502         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9503         (ROUNDING_TESTS_long_double): Do not define.
9504         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9505         (EXCEPTION_TESTS_long_double): Likewise.
9506         * sysdeps/mips/mips64/libm-test-ulps: Update.
9507
9508         * include/features.h (__USE_BSD): Remove macro definitions.
9509         (__USE_SVID): Likewise.
9510         (_BSD_SOURCE): Likewise.
9511         (_SVID_SOURCE): Likewise.
9512         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
9513         from definition of _DEFAULT_SOURCE.
9514         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
9515         [_DEFAULT_SOURCE].
9516         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
9517         * bits/mman.h [__USE_BSD]: Likewise.
9518         * bits/termios.h [__USE_BSD]: Likewise.
9519         * bits/waitstatus.h [__USE_BSD]: Likewise.
9520         * ctype/ctype.h [__USE_SVID]: Likewise.
9521         * dirent/dirent.h [__USE_BSD]: Likewise.
9522         * grp/grp.h [__USE_SVID]: Likewise.
9523         [__USE_BSD]: Likewise.
9524         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
9525         * io/fcntl.h [__USE_BSD]: Likewise.
9526         * io/ftw.h [__USE_BSD]: Likewise.
9527         * io/sys/stat.h [__USE_BSD]: Likewise.
9528         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
9529         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
9530         * libio/stdio.h [__USE_SVID]: Likewise.
9531         [__USE_BSD]: Likewise.
9532         * math/math.h [__USE_SVID]: Likewise.
9533         [__USE_BSD]: Likewise.
9534         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
9535         * misc/bits/syslog.h [__USE_BSD]: Likewise.
9536         * misc/search.h [__USE_SVID]: Likewise.
9537         * misc/sys/mman.h [__USE_BSD]: Likewise.
9538         * misc/sys/syslog.h [__USE_BSD]: Likewise.
9539         * misc/sys/uio.h [__USE_BSD]: Likewise.
9540         * posix/bits/unistd.h [__USE_BSD]: Likewise.
9541         * posix/glob.h [__USE_BSD]: Likewise.
9542         * posix/regex.h [__USE_BSD]: Likewise.
9543         * posix/sys/types.h [__USE_BSD]: Likewise.
9544         [__USE_SVID]: Likewise.
9545         * posix/sys/utsname.h [__USE_SVID]: Likewise.
9546         * posix/sys/wait.h [__USE_BSD]: Likewise.
9547         [__USE_SVID]: Likewise.
9548         * posix/unistd.h [__USE_BSD]: Likewise.
9549         [__USE_SVID]: Likewise.
9550         * pwd/pwd.h [__USE_SVID]: Likewise.
9551         * resolv/netdb.h [__USE_BSD]: Likewise.
9552         * setjmp/setjmp.h [__USE_BSD]: Likewise.
9553         * signal/signal.h [__USE_BSD]: Likewise.
9554         [__USE_SVID]: Likewise.
9555         * socket/sys/socket.h [__USE_BSD]: Likewise.
9556         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
9557         * stdlib/stdlib.h [__USE_BSD]: Likewise.
9558         [__USE_SVID]: Likewise.
9559         * string/bits/string2.h [__USE_BSD]: Likewise.
9560         [__USE_SVID]: Likewise.
9561         * string/bits/string3.h [__USE_BSD]: Likewise.
9562         * string/endian.h [__USE_BSD]: Likewise.
9563         * string/string.h [__USE_SVID]: Likewise.
9564         [__USE_BSD]: Likewise.
9565         * string/strings.h [__USE_BSD]: Likewise.
9566         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
9567         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
9568         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
9569         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
9570         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
9571         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
9572         Likewise.
9573         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
9574         Likewise.
9575         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
9576         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
9577         Likewise.
9578         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
9579         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
9580         Likewise.
9581         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
9582         Likewise.
9583         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
9584         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
9585         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
9586         Likewise.
9587         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
9588         Likewise.
9589         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
9590         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
9591         * termios/termios.h [__USE_BSD]: Likewise.
9592         * time/sys/time.h [__USE_BSD]: Likewise.
9593         * time/time.h [__USE_BSD]: Likewise.
9594         [__USE_SVID]: Likewise.
9595
9596         * Makefile (subdir_targets): Remove subdir_lint.out.
9597
9598         * stdio-common/Makefile (do-tst-unbputc): Remove target.
9599         (do-tst-printf): Likewise.
9600         (tests): Depend directly on $(objpfx)tst-unbputc.out and
9601         $(objpfx)tst-printf.out.
9602
9603         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
9604
9605         * Makerules (check-abi-%): Change target to
9606         $(objpfx)check-abi-%.out.
9607         (check-abi target): Update dependencies.
9608         (check-abi-pattern variable): Redirect output of diff to $@.
9609         (check-abi variable): Likewise.
9610         * elf/Makefile (check-abi): Update dependencies.
9611
9612         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
9613         unused.
9614         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
9615         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
9616         subnormal range.
9617         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
9618         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
9619         value has largest subnormal exponent.
9620         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
9621         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
9622         * sysdeps/aarch64/soft-fp/sfp-machine.h
9623         (_FP_TININESS_AFTER_ROUNDING): New macro.
9624         * sysdeps/alpha/soft-fp/sfp-machine.h
9625         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9626         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9627         Likewise.
9628         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
9629         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9630         * sysdeps/mips/soft-fp/sfp-machine.h
9631         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9632         * sysdeps/powerpc/soft-fp/sfp-machine.h
9633         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9634         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9635         Likewise.
9636         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
9637         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9638         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
9639         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9640         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9641         Likewise.
9642
9643 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
9644
9645         [BZ #16545]
9646         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
9647         model 1.
9648
9649 2014-02-12  Richard Henderson  <rth@redhat.com>
9650
9651         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
9652         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
9653         * sysdeps/unix/sysv/linux/alpha: Move directory from
9654         ports/sysdeps/unix/sysv/linux/alpha.
9655         * README: Update listing for alpha-*-linux-gnu.
9656
9657 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
9658
9659         * include/features.h: Update comment documenting feature test
9660         macros.
9661         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
9662         _DEFAULT_SOURCE.
9663         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
9664         (_SVID_SOURCE): Likewise.
9665         (_DEFAULT_SOURCE): Update description of default features.
9666         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
9667         with _GNU_SOURCE.
9668         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
9669         (S_ISVTX): Likewise.
9670         * manual/math.texi (Mathematical Constants): Likewise.
9671         * manual/signal.texi (Interrupted Primitives): Likewise.
9672         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
9673         * math/test-matherr.c (_SVID_SOURCE): Do not define.
9674         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
9675         Don't refer to _SVID_SOURCE in warning text.
9676
9677         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9678
9679         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
9680         already defined.
9681         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
9682         * sysdeps/mips/dl-lookup.c: Remove.
9683         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
9684
9685 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9686
9687         [BZ #16447]
9688         * math/auto-libm-test-in: Add testcase for expl.
9689         * math/auto-libm-test-out: Regenerate.
9690         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
9691         calculation of unsafe.
9692         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
9693
9694 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9695
9696         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
9697         * sysdeps/unix/sysv/linux/aarch64: Move directory from
9698         ports/sysdeps/unix/sysv/linux/aarch64.
9699         * README: Update listing for aarch64*-*-linux-gnu.
9700
9701 2014-02-11  Will Newton  <will.newton@linaro.org>
9702
9703         * manual/probes.texi (Mathematical Function Probes): Use
9704         "triggered" instead of "hit".
9705
9706         * manual/probes.texi (Internal Probes): Add documentation
9707         of setjmp, longjmp and longjmp_target probes.
9708
9709         * include/stap-probe.h: Add comment about probe argument
9710         format.
9711
9712         * malloc/mtrace.c (attribute_hidden): Remove unused macro
9713         definition.  (tr_where, tr_freehook, tr_mallochook,
9714         tr_reallochook, tr_memalignhook): Use ANSI protoype.
9715
9716 2014-02-11  David S. Miller  <davem@davemloft.net>
9717
9718         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
9719         processing int_tests.
9720
9721 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
9722
9723         * sysdeps/mips: Move directory from ports/sysdeps/mips.
9724         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
9725         * sysdeps/unix/sysv/linux/mips: Move directory from
9726         ports/sysdeps/unix/sysv/linux/mips.
9727         * README: Update listing for mips-*-linux-gnu and
9728         mips64-*-linux-gnu.
9729
9730 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
9731
9732         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
9733         * sysdeps/unix/sysv/linux/m68k: Move directory from
9734         ports/sysdeps/unix/sysv/linux/m68k.
9735         * README: Update listing for m68k-*-linux-gnu.
9736
9737 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
9738
9739         * sysdeps/tile: Move directory from ports/sysdeps/tile.
9740         * sysdeps/unix/sysv/linux/generic: Move directory from
9741         ports/sysdeps/unix/sysv/linux/generic.
9742         * sysdeps/unix/sysv/linux/tile: Move directory from
9743         ports/sysdeps/unix/sysv/linux/tile.
9744         * README: Update listing for tile*-*-linux-gnu.
9745
9746 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
9747
9748         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
9749         __builtin_expect.
9750         * benchtests/bench-memmem.c (simple_memmem): Likewise.
9751         * catgets/open_catalog.c (__open_catalog): Likewise.
9752         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
9753         * debug/confstr_chk.c: Likewise.
9754         * debug/fread_chk.c (__fread_chk): Likewise.
9755         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
9756         * debug/getgroups_chk.c: Likewise.
9757         * debug/mbsnrtowcs_chk.c: Likewise.
9758         * debug/mbsrtowcs_chk.c: Likewise.
9759         * debug/mbstowcs_chk.c: Likewise.
9760         * debug/memcpy_chk.c: Likewise.
9761         * debug/memmove_chk.c: Likewise.
9762         * debug/mempcpy_chk.c: Likewise.
9763         * debug/memset_chk.c: Likewise.
9764         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
9765         * debug/strcat_chk.c (__strcat_chk): Likewise.
9766         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
9767         * debug/strncat_chk.c (__strncat_chk): Likewise.
9768         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
9769         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
9770         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
9771         * debug/wcpncpy_chk.c: Likewise.
9772         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
9773         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
9774         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
9775         * debug/wcsncpy_chk.c: Likewise.
9776         * debug/wcsnrtombs_chk.c: Likewise.
9777         * debug/wcsrtombs_chk.c: Likewise.
9778         * debug/wcstombs_chk.c: Likewise.
9779         * debug/wmemcpy_chk.c: Likewise.
9780         * debug/wmemmove_chk.c: Likewise.
9781         * debug/wmempcpy_chk.c: Likewise.
9782         * debug/wmemset_chk.c: Likewise.
9783         * dirent/scandirat.c (SCANDIRAT): Likewise.
9784         * dlfcn/dladdr1.c (dladdr1): Likewise.
9785         * dlfcn/dladdr.c (dladdr): Likewise.
9786         * dlfcn/dlclose.c (dlclose_doit): Likewise.
9787         * dlfcn/dlerror.c (__dlerror): Likewise.
9788         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9789         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
9790         * dlfcn/dlopen.c (dlopen_doit): Likewise.
9791         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
9792         * dlfcn/dlsym.c (dlsym_doit): Likewise.
9793         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
9794         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
9795         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
9796         Likewise.
9797         * elf/dl-conflict.c: Likewise.
9798         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
9799         * elf/dl-dst.h: Likewise.
9800         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
9801         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
9802         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
9803         * elf/dl-init.c (call_init, _dl_init): Likewise.
9804         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
9805         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
9806         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
9807         Likewise.
9808         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
9809         Likewise.
9810         * elf/dl-minimal.c (__libc_memalign): Likewise.
9811         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
9812         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9813         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9814         * elf/dl-sym.c (do_sym): Likewise.
9815         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
9816         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
9817         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
9818         * elf/dl-writev.h (_dl_writev): Likewise.
9819         * elf/ldconfig.c (search_dir): Likewise.
9820         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
9821         (dl_main): Likewise.
9822         * elf/setup-vdso.h (setup_vdso): Likewise.
9823         * grp/compat-initgroups.c (compat_call): Likewise.
9824         * grp/fgetgrent.c (fgetgrent): Likewise.
9825         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
9826         * grp/putgrent.c (putgrent): Likewise.
9827         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
9828         Likewise.
9829         * hurd/hurdinit.c: Likewise.
9830         * iconvdata/8bit-gap.c (struct): Likewise.
9831         * iconvdata/ansi_x3.110.c : Likewise.
9832         * iconvdata/big5.c : Likewise.
9833         * iconvdata/big5hkscs.c : Likewise.
9834         * iconvdata/cp1255.c: Likewise.
9835         * iconvdata/cp1258.c : Likewise.
9836         * iconvdata/cp932.c : Likewise.
9837         * iconvdata/euc-cn.c: Likewise.
9838         * iconvdata/euc-jisx0213.c : Likewise.
9839         * iconvdata/euc-jp.c: Likewise.
9840         * iconvdata/euc-jp-ms.c : Likewise.
9841         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
9842         * iconvdata/gb18030.c : Likewise.
9843         * iconvdata/gbbig5.c (const): Likewise.
9844         * iconvdata/gbgbk.c: Likewise.
9845         * iconvdata/gbk.c : Likewise.
9846         * iconvdata/ibm1364.c : Likewise.
9847         * iconvdata/ibm930.c : Likewise.
9848         * iconvdata/ibm932.c: Likewise.
9849         * iconvdata/ibm933.c : Likewise.
9850         * iconvdata/ibm935.c : Likewise.
9851         * iconvdata/ibm937.c : Likewise.
9852         * iconvdata/ibm939.c : Likewise.
9853         * iconvdata/ibm943.c: Likewise.
9854         * iconvdata/iso_11548-1.c: Likewise.
9855         * iconvdata/iso-2022-cn.c : Likewise.
9856         * iconvdata/iso-2022-cn-ext.c : Likewise.
9857         * iconvdata/iso-2022-jp-3.c: Likewise.
9858         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
9859         * iconvdata/iso-2022-kr.c : Likewise.
9860         * iconvdata/iso646.c (gconv_end): Likewise.
9861         * iconvdata/iso_6937-2.c : Likewise.
9862         * iconvdata/iso_6937.c : Likewise.
9863         * iconvdata/iso8859-1.c: Likewise.
9864         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
9865         * iconvdata/shift_jisx0213.c : Likewise.
9866         * iconvdata/sjis.c : Likewise.
9867         * iconvdata/t.61.c : Likewise.
9868         * iconvdata/tcvn5712-1.c : Likewise.
9869         * iconvdata/tscii.c: Likewise.
9870         * iconvdata/uhc.c : Likewise.
9871         * iconvdata/unicode.c (gconv_end): Likewise.
9872         * iconvdata/utf-16.c (gconv_end): Likewise.
9873         * iconvdata/utf-32.c (gconv_end): Likewise.
9874         * iconvdata/utf-7.c (base64): Likewise.
9875         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
9876         * iconv/gconv_close.c (__gconv_close): Likewise.
9877         * iconv/gconv_open.c (__gconv_open): Likewise.
9878         * iconv/gconv_simple.c (internal_ucs4_loop_single)
9879         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
9880         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
9881         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
9882         (ucs4le_internal_loop_single): Likewise.
9883         * iconv/iconv.c (iconv): Likewise.
9884         * iconv/iconv_close.c: Likewise.
9885         * iconv/loop.c (SINGLE): Likewise.
9886         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
9887         * include/atomic.h: Likewise.
9888         * inet/inet6_option.c (option_alloc): Likewise.
9889         * intl/bindtextdom.c (set_binding_values): Likewise.
9890         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
9891         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
9892         * intl/localealias.c (read_alias_file): Likewise.
9893         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
9894         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
9895         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
9896         * libio/fmemopen.c (fmemopen): Likewise.
9897         * libio/iofgets.c (_IO_fgets): Likewise.
9898         * libio/iofgets_u.c (fgets_unlocked): Likewise.
9899         * libio/iofgetws.c (fgetws): Likewise.
9900         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
9901         * libio/iogetdelim.c (_IO_getdelim): Likewise.
9902         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
9903         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
9904         * locale/findlocale.c (_nl_find_locale): Likewise.
9905         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
9906         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
9907         Likewise.
9908         * locale/setlocale.c (setlocale): Likewise.
9909         * login/programs/pt_chown.c (main): Likewise.
9910         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
9911         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
9912         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
9913         (mmap, mmap64, mremap, munmap): Likewise.
9914         * math/e_exp2l.c: Likewise.
9915         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
9916         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
9917         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
9918         * math/s_catan.c (__catan): Likewise.
9919         * math/s_catanf.c (__catanf): Likewise.
9920         * math/s_catanh.c (__catanh): Likewise.
9921         * math/s_catanhf.c (__catanhf): Likewise.
9922         * math/s_catanhl.c (__catanhl): Likewise.
9923         * math/s_catanl.c (__catanl): Likewise.
9924         * math/s_ccosh.c (__ccosh): Likewise.
9925         * math/s_ccoshf.c (__ccoshf): Likewise.
9926         * math/s_ccoshl.c (__ccoshl): Likewise.
9927         * math/s_cexp.c (__cexp): Likewise.
9928         * math/s_cexpf.c (__cexpf): Likewise.
9929         * math/s_cexpl.c (__cexpl): Likewise.
9930         * math/s_clog10.c (__clog10): Likewise.
9931         * math/s_clog10f.c (__clog10f): Likewise.
9932         * math/s_clog10l.c (__clog10l): Likewise.
9933         * math/s_clog.c (__clog): Likewise.
9934         * math/s_clogf.c (__clogf): Likewise.
9935         * math/s_clogl.c (__clogl): Likewise.
9936         * math/s_csin.c (__csin): Likewise.
9937         * math/s_csinf.c (__csinf): Likewise.
9938         * math/s_csinh.c (__csinh): Likewise.
9939         * math/s_csinhf.c (__csinhf): Likewise.
9940         * math/s_csinhl.c (__csinhl): Likewise.
9941         * math/s_csinl.c (__csinl): Likewise.
9942         * math/s_csqrt.c (__csqrt): Likewise.
9943         * math/s_csqrtf.c (__csqrtf): Likewise.
9944         * math/s_csqrtl.c (__csqrtl): Likewise.
9945         * math/s_ctan.c (__ctan): Likewise.
9946         * math/s_ctanf.c (__ctanf): Likewise.
9947         * math/s_ctanh.c (__ctanh): Likewise.
9948         * math/s_ctanhf.c (__ctanhf): Likewise.
9949         * math/s_ctanhl.c (__ctanhl): Likewise.
9950         * math/s_ctanl.c (__ctanl): Likewise.
9951         * math/w_pow.c: Likewise.
9952         * math/w_powf.c: Likewise.
9953         * math/w_powl.c: Likewise.
9954         * math/w_scalb.c (sysv_scalb): Likewise.
9955         * math/w_scalbf.c (sysv_scalbf): Likewise.
9956         * math/w_scalbl.c (sysv_scalbl): Likewise.
9957         * misc/error.c (error_tail): Likewise.
9958         * misc/pselect.c (__pselect): Likewise.
9959         * nis/nis_callback.c (__nis_create_callback): Likewise.
9960         * nis/nis_call.c (__nisfind_server): Likewise.
9961         * nis/nis_creategroup.c (nis_creategroup): Likewise.
9962         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
9963         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
9964         * nis/nis_getservlist.c (nis_getservlist): Likewise.
9965         * nis/nis_lookup.c (nis_lookup): Likewise.
9966         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
9967         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
9968         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
9969         * nis/nis_xdr.c (xdr_endpoint): Likewise.
9970         * nis/nss_compat/compat-grp.c (getgrent_next_file)
9971         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
9972         * nis/nss_compat/compat-initgroups.c (add_group)
9973         (internal_getgrent_r): Likewise.
9974         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
9975         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
9976         * nis/nss_compat/compat-spwd.c (getspent_next_file)
9977         (internal_getspnam_r): Likewise.
9978         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
9979         (_nss_nis_getaliasbyname_r): Likewise.
9980         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
9981         (_nss_nis_getntohost_r): Likewise.
9982         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
9983         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
9984         (_nss_nis_getgrgid_r): Likewise.
9985         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
9986         (internal_nis_gethostent_r, internal_gethostbyname2_r)
9987         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
9988         (_nss_nis_gethostbyname4_r): Likewise.
9989         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
9990         (initgroups_netid): Likewise.
9991         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
9992         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
9993         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
9994         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
9995         (_nss_nis_getprotobynumber_r): Likewise.
9996         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
9997         (_nss_nis_getsecretkey): Likewise.
9998         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
9999         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10000         (_nss_nis_getpwuid_r): Likewise.
10001         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10002         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10003         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10004         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10005         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10006         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10007         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10008         Likewise.
10009         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10010         (_nss_nisplus_getntohost_r): Likewise.
10011         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10012         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10013         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10014         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10015         Likewise.
10016         * nis/nss_nisplus/nisplus-initgroups.c
10017         (_nss_nisplus_initgroups_dyn): Likewise.
10018         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10019         (_nss_nisplus_getnetbyaddr_r): Likewise.
10020         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10021         (_nss_nisplus_getprotobynumber_r): Likewise.
10022         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10023         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10024         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10025         Likewise.
10026         * nis/nss_nisplus/nisplus-service.c
10027         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10028         (_nss_nisplus_getservbyport_r): Likewise.
10029         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10030         (_nss_nisplus_getspnam_r): Likewise.
10031         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10032         Likewise.
10033         * nscd/aicache.c (addhstaiX): Likewise.
10034         * nscd/cache.c (cache_search, prune_cache): Likewise.
10035         * nscd/connections.c (register_traced_file, send_ro_fd)
10036         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10037         (main_loop_epoll): Likewise.
10038         * nscd/grpcache.c (addgrbyX): Likewise.
10039         * nscd/hstcache.c (addhstbyX): Likewise.
10040         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10041         * nscd/mem.c (gc, mempool_alloc): Likewise.
10042         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10043         (addinnetgrX): Likewise.
10044         * nscd/nscd-client.h (__nscd_acquire_maplock)
10045         (__nscd_drop_map_ref): Likewise.
10046         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10047         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10048         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10049         Likewise.
10050         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10051         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10052         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10053         (__nscd_get_map_ref): Likewise.
10054         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10055         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10056         Likewise.
10057         * nscd/pwdcache.c (addpwbyX): Likewise.
10058         * nscd/selinux.c (preserve_capabilities): Likewise.
10059         * nscd/servicescache.c (addservbyX): Likewise.
10060         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10061         * posix/fnmatch.c (fnmatch): Likewise.
10062         * posix/getopt.c (_getopt_internal_r): Likewise.
10063         * posix/glob.c (glob, glob_in_dir): Likewise.
10064         * posix/wordexp.c (exec_comm_child): Likewise.
10065         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10066         (getanswer_r, gaih_getanswer_slice): Likewise.
10067         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10068         * resolv/res_init.c: Likewise.
10069         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10070         * resolv/res_query.c (__libc_res_nquery): Likewise.
10071         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10072         Likewise.
10073         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10074         * stdio-common/perror.c (perror): Likewise.
10075         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10076         * stdio-common/tmpnam.c (tmpnam): Likewise.
10077         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10078         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10079         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10080         Likewise.
10081         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10082         * stdlib/putenv.c (putenv): Likewise.
10083         * stdlib/setenv.c (__add_to_environ): Likewise.
10084         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10085         * stdlib/strtol_l.c (INTERNAL): Likewise.
10086         * string/memmem.c (memmem): Likewise.
10087         * string/strerror.c (strerror): Likewise.
10088         * string/strnlen.c (__strnlen): Likewise.
10089         * string/test-memmem.c (simple_memmem): Likewise.
10090         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10091         * sunrpc/pm_getport.c (__get_socket): Likewise.
10092         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10093         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10094         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10095         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10096         Likewise.
10097         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10098         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10099         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10100         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10101         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10102         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10103         Likewise.
10104         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10105         Likewise.
10106         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10107         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10108         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10109         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10110         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10111         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10112         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10113         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10114         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10115         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10116         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10117         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10118         Likewise.
10119         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10120         Likewise.
10121         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10122         Likewise.
10123         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10124         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10125         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10126         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10127         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10128         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10129         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10130         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10131         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10132         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10133         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10134         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10135         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10136         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10137         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10138         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10139         Likewise.
10140         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10141         Likewise.
10142         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10143         Likewise.
10144         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10145         Likewise.
10146         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10147         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10148         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10149         Likewise.
10150         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10151         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10152         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10153         * sysdeps/posix/sleep.c: Likewise.
10154         * sysdeps/posix/tempname.c: Likewise.
10155         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10156         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10157         Likewise.
10158         * sysdeps/powerpc/powerpc32/dl-machine.h
10159         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10160         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10161         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10162         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10163         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10164         Likewise.
10165         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10166         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10167         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10168         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10169         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10170         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10171         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10172         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10173         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10174         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10175         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10176         (elf_machine_lazy_rel): Likewise.
10177         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10178         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10179         (elf_machine_lazy_rel): Likewise.
10180         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10181         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10182         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10183         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10184         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10185         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10186         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10187         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10188         Likewise.
10189         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10190         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10191         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10192         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10193         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10194         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10195         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10196         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10197         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10198         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10199         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10200         Likewise.
10201         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10202         (__posix_fallocate64_l64): Likewise.
10203         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10204         (posix_fallocate): Likewise.
10205         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10206         Likewise.
10207         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10208         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10209         (getifaddrs_internal): Likewise.
10210         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10211         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10212         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10213         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10214         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10215         (__posix_fallocate64_l64): Likewise.
10216         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10217         Likewise.
10218         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10219         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10220         (__get_clockfreq): Likewise.
10221         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10222         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10223         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10224         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10225         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10226         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10227         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10228         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10229         Likewise.
10230         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10231         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10232         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10233         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10234         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10235         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10236         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10237         Likewise.
10238         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10239         (posix_fallocate): Likewise.
10240         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10241         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10242         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10243         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10244         (elf_machine_rela, elf_machine_rela_relative)
10245         (elf_machine_lazy_rel): Likewise.
10246         * time/asctime.c (asctime_internal): Likewise.
10247         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10248         * time/tzset.c (__tzset_parse_tz): Likewise.
10249         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10250         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10251         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10252         * wcsmbs/wcsmbsload.h: Likewise.
10253
10254         [BZ #15894]
10255         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10256
10257         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10258         (arena_get2): Remove THREAD_STATS conditionals.
10259         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10260         (__malloc_stats, int): Likewise.
10261
10262 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10263
10264         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10265         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10266
10267         * manual/setjmp.texi: Fix typos/grammar errors.
10268
10269         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10270         Only return early when n is <= 0.  Delete unused return statement.
10271
10272         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10273         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10274         * debug/tst-longjmp_chk3.c: New file.
10275
10276         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10277         (test_main): Replace code with set_fortify_handler call.
10278         * debug/test-strcpy_chk.c: Likewise.
10279         * debug/tst-chk1.c: Likewise.
10280         * debug/tst-longjmp_chk.c: Likewise.
10281         * test-skeleton.c: Include fcntl.h & paths.h
10282         (set_fortify_handler): Define.
10283
10284         * debug/tst-longjmp_chk.c: Add header comment and include
10285         ../test-skeleton.c.
10286         (do_test): Mark static.
10287         (TEST_FUNCTION): Define.
10288
10289         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10290         (IP_PMTUDISC_INTERFACE): Likewise.
10291         (IP_MULTICAST_IF): Likewise.
10292         (IP_MULTICAST_TTL): Likewise.
10293         (IP_MULTICAST_LOOP): Likewise.
10294         (IP_ADD_MEMBERSHIP): Likewise.
10295         (IP_DROP_MEMBERSHIP): Likewise.
10296         (IP_UNBLOCK_SOURCE): Likewise.
10297         (IP_BLOCK_SOURCE): Likewise.
10298         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10299         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10300         (IP_MSFILTER): Likewise.
10301         (MCAST_JOIN_GROUP): Likewise.
10302         (MCAST_BLOCK_SOURCE): Likewise.
10303         (MCAST_UNBLOCK_SOURCE): Likewise.
10304         (MCAST_LEAVE_GROUP): Likewise.
10305         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10306         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10307         (MCAST_MSFILTER): Likewise.
10308         (IP_MULTICAST_ALL): Likewise.
10309         (IP_UNICAST_IF): Likewise.
10310
10311         * timezone/Makefile: Delete $(have-ksh) check.
10312         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10313         * timezone/tzselect.ksh: Add +x mode bits.
10314
10315         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10316         (ANON_INODE_FS_MAGIC): Likewise.
10317         (BDEVFS_MAGIC): Likewise.
10318         (BINFMTFS_MAGIC): Likewise.
10319         (BTRFS_TEST_MAGIC): Likewise.
10320         (CRAMFS_MAGIC_WEND): Likewise.
10321         (DEBUGFS_MAGIC): Likewise.
10322         (ECRYPTFS_SUPER_MAGIC): Likewise.
10323         (EXT3_SUPER_MAGIC): Likewise.
10324         (EXT4_SUPER_MAGIC): Likewise.
10325         (FUTEXFS_SUPER_MAGIC): Likewise.
10326         (HOSTFS_SUPER_MAGIC): Likewise.
10327         (HUGETLBFS_MAGIC): Likewise.
10328         (MINIX3_SUPER_MAGIC): Likewise.
10329         (MTD_INODE_FS_MAGIC): Likewise.
10330         (NILFS_SUPER_MAGIC): Likewise.
10331         (OPENPROM_SUPER_MAGIC): Likewise.
10332         (PIPEFS_MAGIC): Likewise.
10333         (PSTOREFS_MAGIC): Likewise.
10334         (QNX6_SUPER_MAGIC): Likewise.
10335         (RAMFS_MAGIC): Likewise.
10336         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10337         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10338         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10339         (SECURITYFS_MAGIC): Likewise.
10340         (SELINUX_MAGIC): Likewise.
10341         (SMACK_MAGIC): Likewise.
10342         (SOCKFS_MAGIC): Likewise.
10343         (SQUASHFS_MAGIC): Likewise.
10344         (STACK_END_MAGIC): Likewise.
10345         (TMPFS_MAGIC): Likewise.
10346         (USBDEVICE_SUPER_MAGIC): Likewise.
10347         (V9FS_MAGIC): Likewise.
10348         (XENFS_SUPER_MAGIC): Likewise.
10349         (CRAMFS_MAGIC): Fix typo in comment.
10350         (EXT2_SUPER_MAGIC): Update comment.
10351         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10352
10353 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10354
10355         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10356         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10357         * sysdeps/unix/sysv/linux/arm: Move directory from
10358         ports/sysdeps/unix/sysv/linux/arm.
10359         * README: Update listing for arm-*-linux-gnueabi.
10360
10361         * README: Remove mention of am33.
10362
10363 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10364
10365         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10366         than the comma operator, to avoid "rhs of comma has no effect"
10367         compiler warnings.
10368         (__sigfillset, __sigandset, __sigorset): Likewise.
10369         * include/signal.h (__sigemptyset): Likewise.
10370         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10371
10372 2014-02-07  Allan McRae  <allan@archlinux.org>
10373
10374         * version.h (RELEASE): Set to "development".
10375         (VERSION): Set to "2.19.90"
10376         * NEWS: Add 2.20 section.
10377
10378 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10379
10380         [BZ #16529]
10381         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10382
10383 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10384
10385         * manual/contrib.texi: Update entry for Carlos O'Donell,
10386         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10387
10388 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10389
10390         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10391
10392         * sysdeps/unix/sysv/linux/kernel-features.h
10393         [__LINUX_KERNEL_VERSION >= 0x020621]
10394         (__ASSUME_PROC_PID_TASK_COMM): Define.
10395
10396 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10397
10398         [BZ #16398]
10399         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10400         conversion when destination buffer does not have enough space.
10401         * libio/tst-ftell-partial-wide.c: New test case.
10402         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10403
10404         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10405         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10406         Leonard and Allan McRae.
10407
10408 2014-02-04  David S. Miller  <davem@davemloft.net>
10409
10410         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
10411         32-bit.
10412
10413 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10414
10415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10416         New file
10417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10418         New file
10419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10420         New file.
10421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10422         New file.
10423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10424         New file.
10425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10426         New file.
10427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10428         New file.
10429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10430         New file.
10431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10432         New file.
10433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10434         New file.
10435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10436         New file.
10437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10438         New file.
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10440         New file.
10441
10442 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10443
10444         * nptl/shlib-versions: Change powerpc*le start to 2.17.
10445         * shlib-versions: Likewise.
10446
10447 2014-02-04  Roland McGrath  <roland@hack.frob.com>
10448             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10449
10450         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
10451         (abilist-pattern): New variable, set to %-le.abilist.
10452
10453         * Makerules (abilist-pattern): New variable.
10454         (vpath): Use $(abilist-pattern) in place of %.abilist.
10455         (check-abi-% pattern rule): Likewise.
10456         (check-abi, update-abi): Likewise.
10457
10458 2014-02-04  Eric Wong  <normalperson@yhbt.net>
10459
10460         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10461
10462 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
10463
10464         * manual/startup.texi: Add next, previous, and top entries for
10465         the `Program Arguments' and `Environment Variables' nodes.
10466
10467 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
10468
10469         * manual/macros.texi: Add comments before MTASC-safety macros.
10470
10471         * manual/users.texi: Document MTASC-safety properties.
10472
10473         * manual/threads.texi (pthread_key_create, pthread_key_delete)
10474         (pthread_getspecific, pthread_setspecific): Format with
10475         @deftypefun, and add @safety note.
10476         * manual/signal.texi: Move comments that analyze the above
10477         functions to their home place.
10478
10479 2014-02-03  Allan McRae  <allan@archlinux.org>
10480
10481         * po/sl.po: Update Slovenian translation from translation project.
10482
10483 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
10484
10485         * manual/time.texi (timegm): Add missing blank after @c.
10486         Reported by Joseph Myers <joseph@codesourcery.com>.
10487
10488 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
10489
10490         * manual/check-safety.sh: New.
10491         * manual/Makefile ($(objpfx)stamp-summary): Run it.
10492
10493         * manual/terminal.texi: Document MTASC-safety properties.
10494
10495         * manual/filesys.texi: Document MTASC-safety properties.
10496
10497         * manual/errno.texi: Document MTASC-safety properties.
10498
10499         * manual/intro.texi: Document safety identifiers and
10500         conditionals.
10501
10502         * manual/string.texi (wcstok): Fix prototype.
10503         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
10504
10505         * manual/time.texi: Document MTASC-safety properties.
10506
10507         * manual/string.texi: Document MTASC-safety properties.
10508
10509         * manual/threads.texi: Document MTASC-safety properties.
10510
10511         * manual/stdio.texi: Document MTASC-safety properties.
10512
10513         * manual/syslog.texi: Document MTASC-safety properties.
10514
10515         * manual/sysinfo.texi: Document MTASC-safety properties.
10516
10517         * manual/startup.texi: Document MTASC-safety properties.
10518
10519         * manual/socket.texi: Document MTASC-safety properties.
10520
10521         * manual/signal.texi: Document MTASC-safety properties.
10522
10523 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
10524
10525         * manual/setjmp.texi: Document MTASC-safety properties.
10526
10527         * manual/search.texi: Document MTASC-safety properties.
10528
10529         * manual/resource.texi: Document MTASC-safety properties.
10530
10531         * manual/process.texi: Document MTASC-safety properties.
10532
10533         * manual/platform.texi: Document MTASC-safety properties.
10534
10535         * manual/pipe.texi: Document MTASC-safety properties.
10536
10537         * manual/pattern.texi: Document MTASC-safety properties.
10538
10539         * manual/message.texi: Document MTASC-safety properties.
10540
10541         [BZ #12751]
10542         * manual/memory.texi: Document MTASC-safety properties.
10543
10544         * manual/math.texi: Document MTASC-safety properties.
10545
10546         * manual/locale.texi: Document MTASC-safety properties.
10547
10548         * manual/llio.texi: Document MTASC-safety properties.
10549
10550         * manual/libdl.texi: New.
10551
10552         * manual/lang.texi: Document MTASC-safety properties.
10553
10554         * manual/job.texi: Document MTASC-safety properties.
10555
10556         * manual/getopt.texi: Document MTASC-safety properties.
10557
10558         * manual/ctype.texi: Document MTASC-safety properties.
10559
10560 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
10561
10562         [BZ #16046]
10563         * csu/libc-tls.c (static_map): Remove variable.
10564         (__libc_setup_tls): Use main executable's link map for TLS data.
10565         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
10566         casing for LM_ID_BASE and GL(dl_nns).
10567         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
10568         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
10569         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
10570         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
10571         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
10572         member.
10573         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
10574         l_phnum members.
10575
10576 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
10577
10578         * manual/debug.texi: Document MTASC-safety properties.
10579
10580 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
10581
10582         [BZ #16510]
10583         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
10584         of __x86_64__ when disabling x87 inline functions.
10585
10586 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
10587
10588         * manual/charset.texi: Document MTASC-safety properties.
10589
10590         * manual/crypt.texi: Document MTASC-safety properties.
10591
10592         * manual/conf.texi: Document MTASC-safety properties.
10593
10594         * manual/arith.texi: Document MTASC-safety properties.
10595
10596         * manual/argp.texi: Document MTASC-safety properties.
10597
10598         * manual/macros.texi: Introduce macros to document multi
10599         thread, asynchronous signal and asynchronous cancellation
10600         safety properties.
10601         * manual/intro.texi: Introduce the properties themselves.
10602
10603 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10604
10605         * sysdeps/sh/sh4/Makefile: New file.
10606
10607 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
10608
10609         * math/gen-libm-test.pl ($srcdir): New variable.
10610         ($auto_input): Use it.
10611
10612 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10613
10614         [BZ #16506]
10615         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
10616         access beyond array bounds when parsing netgroups file.
10617
10618         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
10619         the old buffer before realloc.
10620
10621 2014-01-27  Allan McRae  <allan@archlinux.org>
10622
10623         * po/fr.po: Update French translation from translation project.
10624
10625 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10626
10627         * sysdeps/sh/libm-test-ulps: Regenerate.
10628
10629 2014-01-24  David S. Miller  <davem@davemloft.net>
10630
10631         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
10632
10633 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10634
10635         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
10636         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
10637
10638 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10639
10640         [BZ #16474]
10641         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
10642         string pointers after reallocation.
10643
10644 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10645
10646         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
10647         __SH4A__ instead of __SH_FPU_ANY__.
10648
10649 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10650
10651         * sysdeps/sh/fpu_control.h: New file.
10652         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
10653         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
10654         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
10655         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
10656         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
10657         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
10658         * sysdeps/sh/sys/ucontext.h: Remove.
10659         * sysdeps/sh/sys: Remove directory.
10660
10661 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10662
10663         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
10664         s390/sys/ucontext.h.
10665         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
10666         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
10667
10668 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
10669
10670         [BZ #15605]
10671         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
10672
10673 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10674
10675         [BZ#16431]
10676         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
10677         Adjust the vDSO correctly for internal calls.
10678         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
10679
10680 2014-01-20  Allan McRae  <allan@archlinux.org>
10681
10682         * po/ca.po: Update Catalan translation from translation project.
10683
10684 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
10685
10686         * sysdeps/s390/sotruss-lib.c: New file.
10687
10688 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10689
10690         [BZ#16430]
10691         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
10692         (__GI___gettimeofday): Alias for a different internal symbol to avoid
10693         local calls issues by not having a PLT stub required for IFUNC calls.
10694         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
10695
10696 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
10697
10698         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
10699         * math/test-fpucw-static.c: Likewise.
10700
10701 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10702
10703         [BZ #16453]
10704         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
10705
10706 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10707
10708         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
10709         implementation for powerpc.
10710
10711 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
10712
10713         [BZ #14782]
10714         * sysdeps/posix/system.c (__libc_system): Do not enable
10715         asynchronous cancellation.
10716
10717 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10718
10719         [BZ #16427]
10720         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
10721         handling only for numbers special also in the IEEE case.
10722
10723 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10724
10725         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10726
10727 2014-01-11  Allan McRae  <allan@archlinux.org>
10728
10729         * po/bg.po: Update Bulgarian translation from translation project.
10730
10731         * po/de.po: Update German translation from translation project.
10732
10733 2014-01-10  Roland McGrath  <roland@hack.frob.com>
10734
10735         * sysdeps/generic/gcc-compat.h: New file.
10736
10737 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10738
10739         * benchtests/asin-inputs: Correct slow inputs.
10740         * benchtests/acos-inputs: Likewise.
10741
10742 2014-01-10  Allan McRae  <allan@archlinux.org>
10743
10744         * po:sv.po: Update Swedish translation from translation project.
10745
10746         * po/vi.po: Update Vietnamese translation from translation project.
10747
10748         * po/eo.po: Update Esperanto translation from translation project.
10749
10750         * po/cs.po: Update Czech translation from translation project.
10751
10752         * po/nl.po: Update Dutch translation from translation project.
10753
10754         * po/pl.po: Update Polish translation from translation project.
10755
10756         * po/ru.po: Update Russian translation from translation project.
10757
10758         * po/uk.po: Update Ukrainian translation from translation project.
10759
10760 2014-01-08  Brooks Moses  <bmoses@google.com>
10761
10762         * elf/dl-load.c: Fix comment typo.
10763
10764 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
10765
10766         * po/header.pot: Rename to...
10767         * po/pot.header: ... this.
10768         * po/Makefile: Use pot.header.
10769
10770 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
10771             Maxim Kuvyrkov  <maxim@kugelworks.com>
10772
10773         [BZ #16394]
10774         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
10775         SRC and DEST against LEN.
10776
10777 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10778
10779         [BZ #16414]
10780         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
10781         implementation.
10782         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
10783
10784 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10785
10786         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10787
10788 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
10789
10790         [BZ #16408]
10791         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
10792         for large positive arguments.
10793
10794 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
10795
10796         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10797
10798         * math/auto-libm-test-in: Mark various tests with
10799         xfail-rounding:ldbl-128ibm.
10800         * math/auto-libm-test-out: Regenerated.
10801
10802         [BZ #16407]
10803         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10804         Increase overflow threshold.
10805
10806 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
10807
10808         [BZ #14286]
10809         * stdio-common/vfprintf.c: Check for integer overflow.
10810
10811 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10812
10813         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
10814         the first argument and return value of __tls_get_addr_internal.
10815
10816 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10817
10818         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
10819         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
10820
10821 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10822
10823         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
10824         * sysdeps/s390/rtld-global-offsets.sym: New file.
10825         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
10826         GLIBC_2.19 symbol.
10827         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
10828         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
10829         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10830         ... this.
10831         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
10832         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10833         ... this.
10834         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10835         Regenerate.
10836         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10837         Regenerate.
10838         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
10839         halfs of GPRs for high_gprs contexts.
10840         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
10841         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
10842         field.
10843         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
10844         uc_flags field.
10845         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
10846         64 bit versions:
10847         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
10848         for high GPRs (uc_high_gprs) and for future extensions
10849         (__reserved).
10850         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
10851         for future extensions (__reserved).
10852         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
10853         64 bit versions:
10854         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
10855         SC_HIGHGPRS offset definition.
10856         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
10857         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
10858
10859         * Versions.def: Add GLIBC_2.19 for libpthread.
10860         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
10861         siglongjmp for libpthread with GLIBC_2.19 symver.
10862         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
10863         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
10864         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
10865         * sysdeps/s390/__longjmp.c: New file.
10866         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
10867         * sysdeps/s390/longjmp.c: New file.
10868         * sysdeps/s390/setjmp.S: New file.
10869         * sysdeps/s390/sigjmp.S: New file.
10870         * sysdeps/s390/v1-longjmp.c: New file.
10871         * sysdeps/s390/v1-setjmp.h: New file.
10872         * sysdeps/s390/v1-sigjmp.c: New file.
10873         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
10874         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
10875         GLIBC_2.19 version.
10876         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
10877         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
10878         versioned symbols for ____longjmp_chk.
10879         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10880         Likewise.
10881         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10882         Regenerate.
10883         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10884         Regenerate.
10885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10886         Regenerate.
10887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10888         Regenerate.
10889         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
10890         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
10891         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
10892         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
10893         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
10894         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
10895         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
10896         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
10897         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
10898         * sysdeps/s390/rtld-__longjmp.c: New file.
10899         * sysdeps/s390/rtld-setjmp.S: New file.
10900
10901 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
10902
10903         [BZ #16400]
10904         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
10905         Return -__logl (x) for small positive arguments without evaluating
10906         a polynomial.
10907
10908 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
10909
10910         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
10911         Rename to ...
10912         (__ptrace_peeksiginfo_args): ... this.
10913         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10914         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10915         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10916
10917 2014-01-06  Allan McRae  <allan@archlinux.org>
10918
10919         * inet/netinet/in.h: Fix typo in comment.
10920
10921 2014-01-05  Andreas Jaeger  <aj@suse.de>
10922
10923         * sysdeps/i386/fpu/libm-test-ulps: Update.
10924
10925 2014-01-05  Allan McRae  <allan@archlinux.org>
10926
10927         * po/libc.pot: Regenerated.
10928
10929         * malloc/memusagestat.c: Fix gettext call formatting.
10930
10931 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
10932
10933         * nscd/nscd.c: Improve usage() output.
10934
10935 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
10936
10937         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
10938         * sysdeps/unix/sysv/linux/configure: Regenerated.
10939         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
10940         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
10941
10942 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10943
10944         [BZ #16390]
10945         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
10946         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
10947
10948 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10949
10950         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
10951         extra tokens at end of #undef directive.
10952         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
10953         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
10954         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
10955
10956 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10957
10958         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10959
10960         * math/auto-libm-test-in: Mark various tests with
10961         xfail-rounding:ldbl-128ibm.
10962         * math/auto-libm-test-out: Regenerated.
10963
10964 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
10965
10966         [BZ #16386]
10967         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
10968         numbers with subnormal high part when calculating exponent.
10969
10970         [BZ #16385]
10971         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
10972         fabs.
10973
10974         [BZ #16384]
10975         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
10976         M_LN2l.
10977         (__ieee754_acoshl): Use __log1pl not __log1p.
10978
10979 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
10980
10981         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
10982         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
10983         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
10984         (grow_heap, heap_trim, _int_new_arena, get_free_list)
10985         (reused_arena, arena_get2): Convert to GNU style.
10986         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
10987         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
10988         (memalign_check, __malloc_set_state): Likewise.
10989         * malloc/mallocbug.c (main): Likewise.
10990         * malloc/malloc.c (__malloc_assert, malloc_init_state)
10991         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
10992         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
10993         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
10994         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
10995         (__posix_memalign, malloc_info): Likewise.
10996         * malloc/malloc.h: Likewise.
10997         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
10998         (mallochook, memalignhook, reallochook, mabort): Likewise.
10999         * malloc/mcheck.h: Likewise.
11000         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11001         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11002         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11003         * malloc/morecore.c (__default_morecore): Likewise.
11004         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11005         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11006         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11007         (print_and_abort): Likewise.
11008         * malloc/obstack.h: Likewise.
11009         * malloc/set-freeres.c (__libc_freeres): Likewise.
11010         * malloc/tst-mallocstate.c (main): Likewise.
11011         * malloc/tst-mtrace.c (main): Likewise.
11012         * malloc/tst-realloc.c (do_test): Likewise.
11013
11014 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11015
11016         [BZ #16366]
11017         * nscd/netgroupcache.c (do_notfound): New function.
11018         (addgetnetgrentX): Use it.
11019
11020         [BZ # 16365]
11021         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11022         NSS_STATUS_NOTFOUND.
11023
11024 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11025
11026         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11028
11029 2014-01-01  Allan McRae  <allan@archlinux.org>
11030
11031         * scripts/update-copyrights: Update configure input file suffix.
11032
11033         * NEWS: Update copyright year.
11034         * catgets/gencat.c: Likewise.
11035         * csu/version.c: Likewise.
11036         * debug/catchsegv.sh: Likewise.
11037         * debug/pcprofiledump.c: Likewise.
11038         * debug/xtrace.sh: Likewise.
11039         * elf/ldconfig.c: Likewise.
11040         * elf/ldd.bash.in: Likewise.
11041         * elf/pldd.c: Likewise.
11042         * elf/sotruss.ksh: Likewise.
11043         * elf/sprof.c: Likewise.
11044         * iconv/iconv_prog.c: Likewise.
11045         * iconv/iconvconfig.c: Likewise.
11046         * locale/programs/locale.c: Likewise.
11047         * locale/programs/localedef.c: Likewise.
11048         * login/programs/pt_chown.c: Likewise.
11049         * malloc/memusage.sh: Likewise.
11050         * malloc/memusagestat.c: Likewise.
11051         * malloc/mtrace.pl: Likewise.
11052         * manual/libc.texinfo: Likewise.
11053         * nscd/nscd.c: Likewise.
11054         * nss/getent.c: Likewise.
11055         * nss/makedb.c: Likewise.
11056         * posix/getconf.c: Likewise.
11057         * scripts/test-installation.pl: Likewise.
11058
11059         * All files with FSF copyright notices: Update copyright dates
11060         using scripts/update-copyrights.
11061         * intl/plural.c: Regenerated.
11062         * locale/programs/charmap-kw.h: Likewise.
11063         * locale/programs/locfile-kw.h: Likewise.
11064
11065 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11066
11067         * sysdeps/unix/sysv/linux/configure: Regenerated.
11068         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11069         the linux/fanotify.h header.
11070         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11071         HAVE_LINUX_FANOTIFY_H is defined.
11072
11073 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11074
11075         * benchtests/cos-inputs: New inputs.
11076         * benchtests/sin-inputs: Likewise.
11077
11078         * benchtests/atan-inputs: New inputs. Fix name of multiple
11079         precision fallback inputs.
11080
11081         * benchtests/atanh-inputs: New inputs.
11082         * benchtests/tanh-inputs: Likewise.
11083
11084         * benchtests/acosh-inputs: New inputs.
11085         * benchtests/asinh-inputs: Likewise.
11086
11087         * benchtests/cosh-inputs: New inputs.
11088         * benchtests/sinh-inputs: Likewise.
11089
11090         * benchtests/acos-inputs: Add more inputs.
11091         * benchtests/asin-inputs: Likewise.
11092
11093 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11094
11095         [BZ #16375]
11096         * manual/arith.texi: Fix spelling.
11097         * manual/charset.texi: Likewise.
11098         * manual/errno.texi: Likewise.
11099         * manual/filesys.texi: Likewise.
11100         * manual/lang.texi: Likewise.
11101         * manual/llio.texi: Likewise.
11102         * manual/locale.texi: Likewise.
11103         * manual/message.texi: Likewise.
11104         * manual/resource.texi: Likewise.
11105         * manual/search.texi: Likewise.
11106         * manual/setjmp.texi: Likewise.
11107         * manual/stdio.texi: Likewise.
11108         * manual/string.texi: Likewise.
11109         * manual/sysinfo.texi: Likewise.
11110         * manual/time.texi: Likewise.
11111
11112 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11113
11114         * po/sl.po: New file.
11115
11116 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11117
11118         * .gitignore: Add core/.gdbinit/.gdb_history.
11119
11120 2013-12-27  Allan McRae  <allan@archlinux.org>
11121
11122         [BZ #16369]
11123         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11124         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11125
11126 2013-12-24  Brooks Moses  <bmoses@google.com>
11127
11128         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11129         all compilers that claim C++98 compliance, not just GCC.
11130         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11131         Likewise.
11132
11133 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11134
11135         * NEWS: Restore accidentally deleted bug-fix entries.
11136
11137 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11138             Ondřej Bílka  <neleai@seznam.cz>
11139
11140         [BZ #15073]
11141         * malloc/malloc.c (_int_free): Perform sanity check only if we
11142         have_lock.
11143
11144 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11145
11146         [BZ #12986]
11147         * manual/stdio.texi (String Input Conversions): Clarify that character
11148         classes are not supported.
11149
11150 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11151
11152         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11153
11154 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11155
11156         [BZ #16337]
11157         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11158         Calculate results for small negative arguments directly rather
11159         than using reflection formula with special underflow handling.
11160
11161         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11162         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11163         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11164         (fchflags): Likewise.
11165         (revoke): Likewise.
11166         (setlogin): Likewise.
11167         (sigaltstack): Likewise.
11168         (wait4): Likewise.
11169         (sigblock): Remove.
11170         (sigsetmask): Likewise.
11171         (wait3): Likewise.
11172         (waitpid): Likewise.
11173         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11174         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11175         file.
11176         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11177         * sysdeps/unix/bsd/Makefile: ... here.
11178         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11179         * sysdeps/unix/bsd/Versions: ... here.
11180         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11181         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11182         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11183         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11184         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11185         * sysdeps/unix/bsd/sigblock.c: ... here.
11186         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11187         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11188         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11189         * sysdeps/unix/bsd/sigvec.c: ... here.
11190         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11191         * sysdeps/unix/bsd/tcdrain.c: ... here.
11192         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11193         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11194         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11195         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11196         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11197         * sysdeps/unix/bsd/wait.c: ... here.
11198         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11199         * sysdeps/unix/bsd/wait3.c: ... here.
11200         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11201         * sysdeps/unix/bsd/waitpid.c: ... here.
11202
11203 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11204
11205         [BZ #16356]
11206         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11207         round-to-nearest for [!USE_AS_EXPM1L].
11208         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11209         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11210         more tests of exp and exp10.  Expect some exp10 tests to miss
11211         exceptions or fail in directed rounding modes.
11212         * math/auto-libm-test-out: Regenerated.
11213         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11214         (exp10_test_tonearest): New function.
11215         (exp10_towardzero_test_data): New array.
11216         (exp10_test_towardzero): New function.
11217         (exp10_downward_test_data): New array.
11218         (exp10_test_downward): New function.
11219         (exp10_upward_test_data): New array.
11220         (exp10_test_upward): New function.
11221         (main): Call the new functions.
11222         * sysdeps/i386/fpu/libm-test-ulps: Update.
11223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11224
11225 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11226
11227         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11228         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11229         * math/auto-libm-test-out: Regenerated.
11230         * math/libm-test.inc (acosh_test_data): Add more tests.
11231         (atanh_test_data): Likewise.
11232         (ceil_test_data): Likewise.
11233         (copysign_test_data): Likewise.
11234         * sysdeps/i386/fpu/libm-test-ulps: Update.
11235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11236
11237         * timezone/checktab.awk: Update from tzcode 2013i.
11238         * timezone/private.h: Likewise.
11239         * timezone/scheck.c: Likewise.
11240         * timezone/tzfile.h: Likewise.
11241         * timezone/tzselect.ksh: Likewise.
11242         * timezone/zdump.c: Likewise.
11243         * timezone/zic.c: Likewise.
11244
11245         * math/auto-libm-test-in: Add tests of cpow.
11246         * math/auto-libm-test-out: Regenerated.
11247         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11248         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11249         mpc_cc_c.
11250         (func_calc_desc): Add mpc_cc_c union field.
11251         (test_functions): Add cpow.
11252         (special_fill_2pi): New function.
11253         (special_real_inputs): Add 2pi.
11254         (calc_generic_results): Handle mpc_cc_c.
11255         * sysdeps/i386/fpu/libm-test-ulps: Update.
11256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11257
11258         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11259         csqrt, ctan and ctanh.
11260         * math/auto-libm-test-out: Regenerated.
11261         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11262         (TEST_COND_x86): Likewise.
11263         (ccos_test_data): Use AUTO_TESTS_c_c.
11264         (ccosh_test_data): Likewise.
11265         (cexp_test_data): Likewise.
11266         (clog_test_data): Likewise.
11267         (csqrt_test_data): Likewise.
11268         (ctan_test_data): Likewise.
11269         (ctan_tonearest_test_data): Likewise.
11270         (ctan_towardzero_test_data): Likewise.
11271         (ctan_downward_test_data): Likewise.
11272         (ctan_upward_test_data): Likewise.
11273         (ctanh_test_data): Likewise.
11274         (ctanh_tonearest_test_data): Likewise.
11275         (ctanh_towardzero_test_data): Likewise.
11276         (ctanh_downward_test_data): Likewise.
11277         (ctanh_upward_test_data): Likewise.
11278         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11279         mpc_c_c.
11280         (func_calc_desc): Add mpc_c_c union field.
11281         (FUNC_mpc_c_c): New macro.
11282         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11283         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11284         ctanh.
11285         (special_fill_min_subnorm_p120): New function.
11286         (special_real_inputs): Add min_subnorm_p120.
11287         (calc_generic_results): Handle mpc_c_c.
11288         * sysdeps/i386/fpu/libm-test-ulps: Update.
11289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11290
11291 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11292
11293         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11294         (do_sin_slow): New functions.
11295         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11296         (cslow2, csloww1, csloww2): Use the new functions.
11297
11298         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11299         Use M to change sign of result instead of X.  Assume X is
11300         positive.
11301         (csloww1): Likewise.
11302         (__sin): Adjust.
11303         (__cos): Adjust.
11304
11305         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11306         arguments A and DA.
11307         (__sin): Adjust.
11308         (__cos): Likewise.
11309
11310         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11311         (__cos): Likewise.
11312         (sloww1): Don't adjust sign of DX.
11313         (csloww1): Likewise.
11314         (sloww2): Use X directly and don't adjust sign of DX.
11315         (csloww2): Likewise.
11316
11317 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11318
11319         * math/auto-libm-test-in: Add tests of cabs and carg.
11320         * math/auto-libm-test-out: Regenerated.
11321         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11322         (carg_test_data): Likewise.
11323         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11324         mpc_c_f.
11325         (func_calc_desc): Add mpc_c_f union field.
11326         (test_functions): Add cabs and carg.
11327         (calc_generic_results): Handle mpc_c_f.
11328
11329         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11330         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11331         as a macro and a compat symbol.
11332         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11333         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11334         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11335         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11336         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11337         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11338         not use .hidden.
11339         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11340         Likewise.
11341         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11342         Likewise.
11343         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11344         Likewise.
11345         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11346         Likewise.
11347         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11348         Likewise.
11349         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11350         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11351         from GLIBC_2.3.2.
11352
11353 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11354
11355         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11356
11357 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11358
11359         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11360         trailing whitespace removed.
11361         * scripts/config.guess: Update to version 2013-11-29.
11362         * scripts/config.sub: Update to version 2013-10-01.
11363
11364         * math/auto-libm-test-in: Add tests of sincos.
11365         * math/auto-libm-test-out: Regenerated.
11366         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11367         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11368         mpfr_f_11.
11369         (func_calc_desc): Add mpfr_f_11 union field.
11370         (test_functions): Add sincos.
11371         (calc_generic_results): Handle mpfr_f_11.
11372         * sysdeps/i386/fpu/libm-test-ulps: Update.
11373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11374
11375 2013-12-19  Andreas Schwab  <schwab@suse.de>
11376
11377         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11378         CALL_MCOUNT.
11379         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11380         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11381         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11382
11383 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11384
11385         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11386         * sysdeps/i386/fpu/libm-test-ulps: Update.
11387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11388
11389         [BZ #16293]
11390         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11391         round-to-nearest mode when using frndint.
11392         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11393         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11394         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11395         Likewise.
11396         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11397         sinh test to fail.
11398         * math/auto-libm-test-out: Regenerated.
11399         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11400         (TEST_COND_x86): Likewise.
11401         (expm1_tonearest_test_data): New array.
11402         (expm1_test_tonearest): New function.
11403         (expm1_towardzero_test_data): New array.
11404         (expm1_test_towardzero): New function.
11405         (expm1_downward_test_data): New array.
11406         (expm1_test_downward): New function.
11407         (expm1_upward_test_data): New array.
11408         (expm1_test_upward): New function.
11409         (main): Run the new test functions.
11410         * sysdeps/i386/fpu/libm-test-ulps: Update.
11411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11412
11413         * include/features.h: Update comment documenting feature test
11414         macros.  Mention _DEFAULT_SOURCE in comment.
11415         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
11416         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
11417         _BSD_SOURCE and _SVID_SOURCE.
11418         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
11419         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
11420         !_SVID_SOURCE]: Likewise.
11421         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11422         (__USE_POSIX_IMPLICITLY): Define.
11423         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11424         (_POSIX_SOURCE): Undefine and redefine.
11425         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11426         (_POSIX_C_SOURCE): Likewise.
11427         * manual/creature.texi (_DEFAULT_SOURCE): Document.
11428         (Feature Test Macros): Update documentation of default features.
11429
11430 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11431
11432         * benchtests/Makefile: Add bench-strtok.
11433         * benchtests/bench-strtok.c: New file: strtok benchtest.
11434
11435 2013-12-19  Allan McRae  <allan@archlinux.org>
11436
11437         * manual/install.texi: Suppress menu for plain text output.
11438         * INSTALL: Regenerated.
11439
11440 2013-12-18  Brooks Moses  <bmoses@google.com>
11441
11442         [BZ #15846]
11443         * misc/getauxval.c: Include errno.h.
11444         (__getauxval): Set errno to ENOENT if the requested type is not
11445         found.
11446         * misc/sys/auxv.h (getauxval): Document that it may set errno;
11447         don't declare with __attribute_const__.
11448         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
11449         * manual/startup.texi: Document that getauxval sets errno.
11450
11451 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11452
11453         * math/auto-libm-test-in: Add tests of jn and yn.
11454         * math/auto-libm-test-out: Regenerated.
11455         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
11456         (yn_test_data): Likewise.
11457         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11458         mpfr_if_f.
11459         (func_calc_desc): Add mpfr_if_f union field.
11460         (FUNC_mpfr_if_f): New macro.
11461         (test_functions): Add jn and yn.
11462         (calc_generic_results): Assert type of second input for
11463         mpfr_ff_f.  Handle mpfr_if_f.
11464         (output_for_one_input_case): Disable all checking for arguments
11465         fitting floating-point types in case of an integer argument.
11466         * sysdeps/i386/fpu/libm-test-ulps: Update.
11467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11468
11469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11470         Don't expect fegetround reference in libm.so.
11471
11472 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11473
11474         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
11475         $(config-cflags-nofma).
11476
11477 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11478
11479         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
11480         * math/auto-libm-test-out: Regenerated.
11481
11482         [BZ #16338]
11483         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
11484         to determine exponent and adjust argument to have exponent of -1.
11485         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
11486         log2.
11487         * math/auto-libm-test-out: Regenerated.
11488         * sysdeps/i386/fpu/libm-test-ulps: Update.
11489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11490
11491 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
11492
11493         * manual/probes.texi: Remove cases when per-thread arenas are
11494         disabled.
11495
11496 2013-12-18  Andreas Schwab  <schwab@suse.de>
11497
11498         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
11499         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
11500         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
11501         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
11502         * sysdeps/i386/i686/multiarch/Makefile: Update.
11503         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
11504
11505 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11506
11507         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
11508         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
11509
11510 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
11511
11512         [BZ #15968]
11513         Support TZ transition times < 00:00:00.
11514         This is needed for version-3 tz-format files; it supports time
11515         stamps past 2037 for America/Godthab (the only entry in the tz
11516         database for which this change is relevant).
11517         * manual/time.texi (TZ Variable): Document transition times
11518         from -167:59:59 through -00:00:01.
11519         * time/tzset.c (tz_rule): Time of day is now signed.
11520         (__tzset_parse_tz): Parse negative time of day.
11521
11522         Document TZ transition times >= 25:00:00.
11523         * manual/time.texi (TZ Variable): Document transition times from
11524         25:00:00 through 167:59:59.  These are already supported, and this
11525         support will help with version-3 tz-format files.
11526
11527         * manual/time.texi (TZ Variable): Modernize North America example
11528         to reflect current (i.e., 2007-and-later) daylight saving rules.
11529
11530         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
11531
11532 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11533
11534         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
11535         * sysdeps/unix/bsd/bits/stat.h: Likewise.
11536         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
11537         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
11538         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
11539         * sysdeps/unix/bsd/bsdstat.h: Likewise.
11540         * sysdeps/unix/bsd/clock.c: Likewise.
11541         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
11542         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
11543         * sysdeps/unix/bsd/init-posix.c: Likewise.
11544         * sysdeps/unix/bsd/poll.c: Likewise.
11545         * sysdeps/unix/bsd/ptsname.c: Likewise.
11546         * sysdeps/unix/bsd/seekdir.c: Likewise.
11547         * sysdeps/unix/bsd/setegid.c: Likewise.
11548         * sysdeps/unix/bsd/seteuid.c: Likewise.
11549         * sysdeps/unix/bsd/setgid.c: Likewise.
11550         * sysdeps/unix/bsd/setrgid.c: Likewise.
11551         * sysdeps/unix/bsd/setruid.c: Likewise.
11552         * sysdeps/unix/bsd/setsid.c: Likewise.
11553         * sysdeps/unix/bsd/setuid.c: Likewise.
11554         * sysdeps/unix/bsd/sigaction.c: Likewise.
11555         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
11556         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
11557         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
11558         * sysdeps/unix/bsd/telldir.c: Likewise.
11559         * sysdeps/unix/bsd/times.c: Likewise.
11560         * sysdeps/unix/bsd/usleep.c: Likewise.
11561
11562         * misc/Makefile (install-lib): Remove libbsd-compat.a.
11563         ($(objpfx)libbsd-compat.a): Remove rule.
11564
11565         * include/features.h (__FAVOR_BSD): Do not define.
11566         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
11567         features conflicting with POSIX.
11568         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
11569         (_BSD_SOURCE): Remove description of not being a subset of other
11570         feature test macros.
11571         * manual/job.texi (getpgrp): Do not document BSD version.
11572         (getpgid): Do not document by reference to BSD getpgrp.
11573         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
11574         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
11575         * signal/signal.h [__FAVOR_BSD]: Likewise.
11576         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
11577         instead of making contents conditional on [__FAVOR_BSD].
11578         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
11579
11580 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11581
11582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11583
11584 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11585
11586         [BZ #16314]
11587         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
11588         values below 2**-450, not 2**-500.
11589         * math/auto-libm-test-in: Don't allow spurious underflow from
11590         hypot.
11591         * math/auto-libm-test-out: Regenerated.
11592
11593         [BZ #16316]
11594         [BZ #16330]
11595         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
11596         values of ha and hb and sort them after adjusting subnormal
11597         arguments.
11598         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
11599         Likewise.
11600         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
11601         values of ea and eb and sort them after adjusting subnormal
11602         arguments.
11603         * math/auto-libm-test-in: Do not expect some hypot tests of
11604         subnormals to fail.  Add more hypot tests.
11605         * math/auto-libm-test-out: Regenerated.
11606
11607 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11608
11609         [BZ #13304]
11610         * sysdeps/sh/s_fma.c: New file.
11611         * sysdeps/sh/s_fmaf.c: New file.
11612         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
11613         version.
11614         * sysdeps/sh/Implies: Add sh/soft-fp.
11615
11616 2013-12-16  Roland McGrath  <roland@hack.frob.com>
11617
11618         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
11619         level of indirection to members `objname', `errstring', `malloced'.
11620         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
11621         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
11622         it as the __longjmp argument (just pass 1 instead).
11623         (_dl_catch_error): Initialize C with argument pointers and address of
11624         volatile local ERRCODE rather than copying values out of C at return.
11625
11626 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
11627
11628         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
11629         * math/auto-libm-test-out: Regenerated.
11630         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
11631         (hypot_test_data): Likewise.
11632         (pow_test_data): Likewise.
11633         (pow_tonearest_test_data): Likewise.
11634         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11635         mpfr_ff_f.
11636         (func_calc_desc): Add mpfr_ff_f union field.
11637         (FUNC_mpfr_ff_f): New macro.
11638         (test_functions): Add atan2, hypot and pow.
11639         (special_fill_min): New function.
11640         (special_fill_minus_min): Likewise.
11641         (special_fill_min_subnorm): Likewise.
11642         (special_fill_minus_min_subnorm): Likewise.
11643         (special_real_inputs): Add min, -min, min_subnorm and
11644         -min_subnorm.
11645         (calc_generic_results): Handle mpfr_ff_f.
11646         * sysdeps/i386/fpu/libm-test-ulps: Update.
11647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11648
11649 2013-12-16  Will Newton  <will.newton@linaro.org>
11650
11651         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
11652         (Aligned Memory Blocks): Add documentation for aligned_alloc
11653         and suggest it as an alternative to posix_memalign.
11654         (Hooks for Malloc): Document __memalign_hook is also called
11655         for aligned_alloc.  (Summary of Malloc): Add summary for
11656         aligned alloc.  Document __memalign_hook is also called
11657         for aligned_alloc.
11658
11659 2013-12-16  Will Newton  <will.newton@linaro.org>
11660
11661         * manual/memory.texi (Malloc Examples): Clarify default
11662         alignment documentation.  Suggest posix_memalign rather
11663         than memalign or valloc.
11664         (Aligned Memory Blocks): Remove suggestion to use memalign
11665         or valloc.  Remove obsolete comment about BSD.
11666         Document memalign errno values and mark the function obsolete.
11667         Document posix_memalign returned error codes.  Mark valloc
11668         as obsolete.  (Hooks for Malloc): __memalign_hook is also
11669         called for posix_memalign and valloc.
11670         (Summary of Malloc): Add posix_memalign to function summary.
11671         __memalign_hook is also called for posix_memalign and valloc.
11672
11673 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11674
11675         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
11676         TAYLOR_SIN.
11677         (__sin): Adjust.
11678         (__cos): Likewise.
11679         (sloww): Use mynumber union.  Expand ternary operator into
11680         if-else statements.
11681         (cslow): use mynumber union.
11682
11683 2013-12-16  Allan McRae  <allan@archlinux.org>
11684
11685         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
11686         * configure: Regenerated.
11687
11688         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
11689
11690         [BZ #14120]
11691         * configure.ac: Added --enable-maintainer-mode. Check for
11692         autoconf when enabled.
11693         * configure: Regenerated.
11694
11695         * nscd/nscd.service: New file.
11696         * nscd/nscd.tmpfiles: New file.
11697
11698 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
11699
11700         [BZ #12100]
11701         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
11702         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
11703         * sysdeps/x86_64/multiarch/strstr.c: ... here.
11704         (strstr): Add __strstr_sse2_unaligned ifunc.
11705         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
11706         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
11707         (strcasestr): Remove __strcasestr_sse42 ifunc.
11708         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
11709         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
11710         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
11711
11712 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11713
11714         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
11715         * sysdeps/sh/bits/fenv.h: ... here.
11716         * sysdeps/sh/sh4/fpu/bits: Remove directory.
11717
11718 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11719
11720         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
11721
11722         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
11723         hypotf multiarch implementations.
11724         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
11725         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
11726         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
11727         multiarch hypot for PPC64.
11728         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
11729         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
11730         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
11731         multiarch hypotf for PPC64.
11732
11733         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
11734         modff multiarch implementations.
11735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
11736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
11737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
11738         multiarch modf for PPC64.
11739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
11740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
11741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
11742         multiarch modff for PPC64.
11743
11744         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
11745         and logl multiarch implementations.
11746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
11747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
11748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
11749         multiarch logb for PPC64.
11750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
11751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
11752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
11753         multiarch logb for PPC64.
11754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
11755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
11756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
11757         multiarch logb for PPC64.
11758
11759         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
11760         isinff multiarch implementation.
11761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
11762         file.
11763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
11764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
11765         multiarch isinf for PPC64.
11766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
11767         file.
11768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
11769         multiarch isinff for PPC64.
11770
11771         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
11772         finitef multiarch implementation.
11773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
11774         file.
11775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
11776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
11777         multiarch finite for PPC64.
11778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
11779         file.
11780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
11781         multiarch finitef for PPC64.
11782
11783         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
11784         lrint multiarch implementation.
11785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
11786         file.
11787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
11788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
11789         multiarch llrint for PPC64.
11790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
11791         multiarch lrint for PPC64.
11792
11793         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
11794         copysignf multiarch implementation.
11795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
11796         file.
11797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
11798         file.
11799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
11800         multiarch copysign for PPC64.
11801         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
11802         multiarch copysignf for PPC64.
11803
11804         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
11805         multiarch implementation.
11806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
11807         file.
11808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
11809         file.
11810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
11811         file.
11812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
11813         file.
11814         multiarch llround for PPC64.
11815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
11816         multiarch trunc for PPC64.
11817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
11818         multiarch truncf for PPC64.
11819
11820         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
11821         multiarch implementation.
11822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
11823         file.
11824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
11825         file.
11826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
11827         file.
11828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
11829         file.
11830         multiarch llround for PPC64.
11831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
11832         multiarch round for PPC64.
11833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
11834         multiarch roundf for PPC64.
11835
11836         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
11837         multiarch implementation.
11838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
11839         file.
11840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
11841         file.
11842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
11843         file.
11844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
11845         file.
11846         multiarch llround for PPC64.
11847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
11848         multiarch floor for PPC64.
11849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
11850         multiarch floorf for PPC64.
11851
11852         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
11853         multiarch implementation.
11854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
11855         file.
11856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
11857         file.
11858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
11859         file.
11860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
11861         file.
11862         multiarch llround for PPC64.
11863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
11864         multiarch ceil for PPC64.
11865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
11866         multiarch ceilf for PPC64.
11867
11868         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11869         multiarch implementation.
11870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
11871         file.
11872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
11873         file.
11874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
11875         file.
11876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
11877         multiarch llround for PPC64.
11878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
11879         multiarch lround for PPC64.
11880
11881         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11882         multiarch implementation.
11883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
11884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
11885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
11886         file.
11887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
11888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
11889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
11890         multiarch isnan for PPC64.
11891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
11892         multiarch isnanf for PPC64.
11893
11894         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
11895         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
11896         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
11897         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
11898         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
11899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
11900
11901         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
11902         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11903         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11904         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11905
11906         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
11907         multiarch implementations.
11908         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11909         (__libc_ifunc_impl_list): Likewise.
11910         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
11911         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
11912         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
11913         multiarch stpcpy for PPC64.
11914
11915         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
11916         multiarch implementations.
11917         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11918         (__libc_ifunc_impl_list): Likewise.
11919         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
11920         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
11921         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
11922         multiarch strcpy for PPC64.
11923
11924         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
11925         redefine function name.
11926         (_wordcopy_fwd_dest_aligned): Likewise.
11927         (_wordcopy_bwd_aligned): Likewise.
11928         (_wordcopy_bwd_dest_aligned): Likewise.
11929         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
11930         multiarch implementations.
11931         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11932         (__libc_ifunc_impl_list): Likewise.
11933         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
11934         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
11935         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
11936         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
11937         multiarch wcscpy for PPC64.
11938
11939         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
11940         multiarch implementations.
11941         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11942         (__libc_ifunc_impl_list): Likewise.
11943         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
11944         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
11945         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
11946         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
11947         multiarch wcscpy for PPC64.
11948
11949         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
11950         multiarch implementations.
11951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11952         (__libc_ifunc_impl_list): Likewise.
11953         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
11954         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
11955         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
11956         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
11957         multiarch wcsrchr for PPC64.
11958
11959         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
11960         multiarch implementations.
11961         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11962         (__libc_ifunc_impl_list): Likewise.
11963         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
11964         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
11965         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
11966         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
11967         multiarch wcschr for PPC64.
11968
11969         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
11970         multiarch implementations.
11971         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11972         (__libc_ifunc_impl_list): Likewise.
11973         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
11974         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
11975         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
11976         multiarch strchrnul for PPC64.
11977
11978         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
11979         implementations.
11980         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11981         (__libc_ifunc_impl_list): Likewise.
11982         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
11983         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
11984         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
11985         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
11986         strchr for PPC64.
11987
11988         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
11989         implementations.
11990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11991         (__libc_ifunc_impl_list): Likewise.
11992         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
11993         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
11994         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
11995         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
11996         strncmp for PPC64.
11997
11998         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
11999         multiarch implementations.
12000         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12001         (__libc_ifunc_impl_list): Likewise.
12002         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12003         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12004         strncasecmp for PPC64.
12005         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12006         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12007         multiarch strncasecmp_l for PPC64.
12008
12009         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12010         multiarch implementations.
12011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12012         (__libc_ifunc_impl_list): Likewise.
12013         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12014         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12015         multiarch strcasecmp for PPC64.
12016         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12017         file.
12018         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12019         multiarch strcasecmp_l for PPC64.
12020
12021         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12022         implementations.
12023         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12024         (__libc_ifunc_impl_list): Likewise.
12025         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12026         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12027         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12028         strnlen for PPC64.
12029
12030         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12031         implementations.
12032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12033         (__libc_ifunc_impl_list): Likewise.
12034         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12035         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12036         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12037         strlen for PPC64.
12038
12039         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12040         implementations.
12041         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12042         (__libc_ifunc_impl_list): Likewise.
12043         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12044         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12045         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12046         rawmemrchr for PPC64.
12047
12048         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12049         implementation.
12050         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12051         (__libc_ifunc_impl_list): Likewise.
12052         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12053         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12054         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12055         memrchr for PPC64.
12056
12057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12058         implementation.
12059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12060         (__libc_ifunc_impl_list): Likewise.
12061         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12062         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12063         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12064         memchr for PPC64.
12065
12066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12067         implementation.
12068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12069         (__libc_ifunc_impl_list): Likewise.
12070         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12071         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12072         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12073         mempcpy for PPC64.
12074
12075         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12076         avoid cretion of __bzero symbol.
12077         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12078         Likewise.
12079         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12080         Likewise.
12081         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12082         Likewise.
12083         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12084         multiarch implementations.
12085         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12086         (__libc_ifunc_impl_list): Likewise.
12087         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12088         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12089         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12090         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12091         bzero for PPC32.
12092         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12093         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12094         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12095         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12096         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12097         memset for PPC64.
12098         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12099
12100         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12101         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12102         implementations.
12103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12104         (__libc_ifunc_impl_list): Likewise.
12105         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12106         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12107         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12108         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12109         memcmp for PPC64.
12110
12111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12112         multiarch for POWER/PPC64.
12113         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12114         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12115         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12116         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12117         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12118         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12119         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12120         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12121         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12122         memcpy for PPC64.
12123
12124         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12125         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12126         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12127         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12128         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12129         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12130         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12131         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12132         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12133         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12134         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12135         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12136         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12137         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12138         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12146
12147 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12148
12149         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12150
12151 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12152
12153         * benchtests/Makefile (bench): Add exp2 and log2.
12154         (LDLIBS-bench-exp2): Add -lm.
12155         (LDLIBS-bench-log2): Likewise.
12156         * benchtests/exp2-inputs: New inputs file.
12157         * benchtests/log2-inputs: New inputs file.
12158         * benchtests/log-inputs: Add new inputs.
12159         * benchtests/tan-inputs: Likewise.
12160
12161 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12162
12163         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12164         definition...
12165         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12166         (csloww2): ... from here.
12167
12168         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12169         instead of structures.
12170         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12171         (POLYNOMIAL): Likewise.
12172         (TAYLOR_SLOW): Likewise.
12173         (__sin): Likewise.
12174         (__cos): Likewise.
12175         (slow1): Likewise.
12176         (slow2): Likewise.
12177         (sloww): Likewise.
12178         (sloww1); Likewise.
12179         (sloww2): Likewise.
12180         (bsloww1): Likewise.
12181         (bsloww2): Likewise.
12182         (cslow2): Likewise.
12183         (csloww): Likewise.
12184         (csloww1): Likewise.
12185         (csloww2): Likewise.
12186
12187 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12188
12189         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12190         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12191         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12192         * malloc/hooks.c (realloc_check): Likewise.
12193
12194         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12195         * malloc/arena.c: Remove PER_THREAD conditional.
12196         [!PER_THREAD]: Remove code.
12197         (ptmalloc_unlock_all2): Likewise.
12198         (ptmalloc_init): Likewise.
12199         (_int_new_arena): Likewise.
12200         (arena_get2): Likewise.
12201         * malloc/hooks.c (__malloc_get_state): Likewise.
12202         (__malloc_set_state): Likewise.
12203         * malloc/malloc.c: Likewise.
12204         (struct malloc_state): Likewise.
12205         (struct malloc_par): Likewise.
12206         (__libc_realloc): Likewise.
12207         (__libc_mallopt): Likewise.
12208
12209 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12210
12211         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12212
12213 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12214
12215         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12216         macro to a function.  Check for zero perturb_byte.
12217         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12218
12219         * malloc/malloc.c: (force_reg): Remove.
12220         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12221         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12222         force_reg by atomic_forced_read.
12223         * malloc/arena.c (ptmalloc_init): Likewise.
12224         * malloc/hooks.c (top_check): Likewise.
12225
12226 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12227
12228         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12229
12230 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12231
12232         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12233
12234 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12235
12236         * math/auto-libm-test-in: Add tests of lgamma.
12237         * math/auto-libm-test-out: Regenerated.
12238         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12239         (M_LOG_2_SQRT_PIl): Likewise.
12240         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12241         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12242         mpfr_f_f1.
12243         (func_calc_desc): Add mpfr_f_f1 union field.
12244         (ARGS1): New macro.
12245         (ARGS2): Likewise.
12246         (ARGS3): Likewise.
12247         (ARGS4): Likewise.
12248         (RET1): Likewise.
12249         (RET2): Likewise.
12250         (CALC): Likewise.
12251         (FUNC): Likewise.
12252         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12253         (test_functions): Add lgamma.
12254         (calc_generic_results): Handle mpfr_f_f1.
12255         * sysdeps/i386/fpu/libm-test-ulps: Update.
12256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12257
12258 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12259
12260         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12261         __mpn_add_n for PowerPC64/POWER7.
12262         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12263         __mpn_sub_n for PowerPC64/POWER7.
12264
12265         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12266         __mpn_addmul_1 for PowerPC64.
12267         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12268         __mpn_submul_1 for PowerPC64.
12269         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12270         for PowerPC64.
12271         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12272         for PowerPC64.
12273
12274 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12275
12276         [BZ #15089]
12277         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12278
12279 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12280
12281         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12282
12283         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12284         add multiarch folders.
12285         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12286         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12287         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12288         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12289         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12290         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12291         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12292         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12293         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12294         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12295         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12302
12303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12304         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12306         New file.
12307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12308         New file.
12309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12310         multiarch __ieee754_hypot for PowerPC32.
12311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12312         New file.
12313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12314         New file.
12315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12316         multiarch __ieee754_hypotf for PowerPC32.
12317
12318         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12319         long_double_symbol only if __logbl is defined.
12320         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12321         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12322         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12323         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12324         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12325         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12326         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12327         path for implementation.
12328         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12329         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12331         logb, and logbl multiarch implementations for PowerPC32.
12332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12333         file.
12334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12335         file.
12336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12337         multiarch logb for PowerPC32.
12338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12339         file.
12340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12341         file.
12342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12343         multiarch logbf for PowerPC32.
12344         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12346         file.
12347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12348         multiarch logbl implementation for PowerPC32.
12349
12350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12351         and modff multiarch implementations.
12352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12353         New file.
12354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12355         New file.
12356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12357         multiarch modf for PowerPC32.
12358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12359         New file.
12360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12361         New file.
12362         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12363         multiarch modff for PowerPC32.
12364
12365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12366         and lrintf multiarch implementations.
12367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12368         New file.
12369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12370         New file.
12371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12372         multiarch lrint for PowerPC32.
12373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12374         file: multiarch lrintf for PowerPC32.
12375
12376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12377         and lroundf multiarch implementations.
12378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12379         New file.
12380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12381         New file.
12382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12383         New file.
12384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12385         multiarch lround for PowerPC32.
12386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12387         file: multiarch lroundf for PowerPC32.
12388
12389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12390         copysign and copysignf multiarch implementations.
12391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12392         New file.
12393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12394         New file.
12395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12396         file: multiarch copysign for PowerPC32.
12397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12398         file: multiarch copysignf for PowerPC32.
12399
12400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12401         and truncf multiarch implementations.
12402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12403         New file.
12404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12405         file.
12406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12407         multiarch trunc for PowerPC32.
12408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
12409         New file.
12410         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
12411         New file.
12412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
12413         multiarch truncf for PowerPC32.
12414
12415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
12416         and roundf multiarch implementations.
12417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
12418         New file.
12419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
12420         file.
12421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
12422         multiarch round for PowerPC32.
12423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
12424         New file.
12425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
12426         New file.
12427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
12428         multiarch roundf for PowerPC32.
12429
12430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
12431         and floorf multiarch implementations.
12432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
12433         New file.
12434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
12435         file.
12436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
12437         multiarch floor for PowerPC32.
12438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
12439         New file.
12440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
12441         New file.
12442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
12443         multiarch floorf for PowerPC32.
12444
12445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
12446         and ceilf multiarch implementations.
12447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
12448         New file.
12449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
12450         file.
12451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
12452         multiarch ceil for PowerPC32.
12453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
12454         New file.
12455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
12456         file.
12457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
12458         multiarch ceilf for PowerPC32.
12459
12460         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
12461         is defined.
12462         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
12463         FINITEF is defined.
12464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
12465         and finitef multiarch implementations.
12466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
12467         New file.
12468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
12469         file.
12470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
12471         multiarch finite for PowerPC32.
12472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
12473         New file.
12474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
12475         file: multiarch finitef for PowerPC32.
12476
12477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
12478         and isinff multiarch implementations.
12479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
12480         file.
12481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
12482         file.
12483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
12484         multiarch isinf for PowerPC32.
12485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
12486         New file.
12487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
12488         multiarch isinff for PowerPC32.
12489
12490         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
12491         alias when __isnan is defined.
12492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
12493         and isnanf multiarch implementations.
12494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
12495         file.
12496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
12497         file.
12498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
12499         file.
12500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
12501         file.
12502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
12503         multiarch isnan for PowerPC32.
12504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
12505         New file.
12506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
12507         New file.
12508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
12509         multiarch isnanf for PowerPC32.
12510
12511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
12512         and sqrtf multiarch implementations.
12513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
12514         file.
12515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
12516         file.
12517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
12518         multiarch sqrt for PowerPC32.
12519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
12520         file.
12521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
12522         file.
12523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
12524         multiarch sqrtf for PowerPC32.
12525
12526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
12527         and llroundf multiarch implementations.
12528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
12529         New file.
12530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
12531         New file.
12532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
12533         New file.
12534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
12535         file: multiarch llround for PowerPC32.
12536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
12537         file: multiarch llroundf for PowerPC32.
12538
12539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
12540         multiarch PowerPC32 fpu implementations.
12541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
12542         New file.
12543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
12544         New file.
12545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
12546         multiarch llrint for PowerPC32.
12547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
12548         New file.
12549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
12550         New file.
12551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
12552         file.
12553
12554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
12555
12556         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
12557         file.
12558         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
12559         file.
12560         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
12561         file.
12562         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
12563         multiarch wordcopy for PPC32.
12564         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12565         wordcopy objects.
12566         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12567         (__libc_ifunc_impl_list): Likewise.
12568         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
12569         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
12570         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
12571         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
12572         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
12573         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
12574
12575         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
12576         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
12577         file.
12578         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
12579         file.
12580         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
12581         file.
12582         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
12583         multiarch wcscpy for PPC32.
12584         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12585         multiarch objects.
12586         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12587         (__libc_ifunc_impl_list): Likewise.
12588         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12589         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12590         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
12591         sysdeps/powerpc/power6/wcscpy.c.
12592
12593         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
12594         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
12595         file.
12596         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
12597         file.
12598         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
12599         file.
12600         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
12601         multiarch wcsrchr for PPC32.
12602         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12603         multiarch objects.
12604         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12605         (__libc_ifunc_impl_list): Likewise.
12606         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12607         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12608         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
12609         sysdeps/powerpc/power6/wcsrchr.c.
12610
12611         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
12612         file.
12613         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
12614         file.
12615         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
12616         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
12617         multiarch wcschr for PPc32.
12618         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12619         multiarch objects.
12620         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12621         (__libc_ifunc_impl_list): Likewise.
12622         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
12623         * sysdeps/powerpc/power6/wcschr.c: ... to here.
12624         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
12625         sysdeps/powerpc/power6/wcschr.c.
12626
12627         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
12628         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
12629         file.
12630         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
12631         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
12632         file: multiarch strchr for PPC32.
12633         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
12634         multiarch objects.
12635         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12636         (__libc_ifunc_impl_list): Likewise.
12637
12638         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
12639         name.
12640         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
12641         file.
12642         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
12643         file.
12644         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
12645         multiarch strchrnul for PPC32.
12646         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
12647         multiarch objects.
12648         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12649         (__libc_ifunc_impl_list): Likewise.
12650
12651         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
12652         file.
12653         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
12654         multiarch strncasecmp for PPC32.
12655         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
12656         file.
12657         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
12658         multiarch strncasecmp_l for PPC32.
12659         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
12660         strncasecmp multiarch objects.
12661         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12662         (__libc_ifunc_impl_list): Likewise.
12663
12664         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
12665         file.
12666         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
12667         multiarch strncasecmp for PPC32.
12668         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
12669         New file.
12670         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
12671         multiarch strcasecmp_l for PPC32.
12672         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
12673         multiarch objects.
12674         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12675         (__libc_ifunc_impl_list): Likewise.
12676
12677         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
12678         file.
12679         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
12680         file.
12681         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
12682         multiarch strncmp for PPC32.
12683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
12684         multiarch objects.
12685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12686         (__libc_ifunc_impl_list): Likewise.
12687
12688         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
12689         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
12690         file.
12691         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
12692         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
12693         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
12694         multiarch objects.
12695         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12696         (__libc_ifunc_impl_list): Likewise.
12697
12698         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
12699         file.
12700         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
12701         file.
12702         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
12703         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
12704         multiarch objects.
12705         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12706         (__libc_ifunc_impl_list): Likewise.
12707
12708         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
12709         file.
12710         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
12711         file.
12712         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
12713         multiarch rawmemchr for PPC32.
12714         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
12715         multiarch objects.
12716         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12717         (__libc_ifunc_impl_list): Likewise.
12718
12719         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
12720         file.
12721         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
12722         file.
12723         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
12724         file: memrchr multiarch for PPC32.
12725         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
12726         multiarch objects.
12727         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12728         (__libc_ifunc_impl_list): Likewise.
12729
12730         * string/memchr.c (__memchr): Using macro to redefine symbol name.
12731         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
12732         file.
12733         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
12734         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
12735         multiarch memchr for PPC32.
12736         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
12737         multiarch objects.
12738         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12739         (__libc_ifunc_impl_list): Likewise.
12740
12741         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
12742         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
12743         file.
12744         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
12745         file.
12746         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
12747         file: multiarch mempcpy for PPC32.
12748         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
12749         multiarch objects.
12750         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12751         (__libc_ifunc_impl_list): Likewise.
12752
12753         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
12754         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
12755         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
12756         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
12757         multiarch bzero for PPC32.
12758         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
12759         file.
12760         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
12761         file.
12762         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
12763         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
12764         file: multiarch memset for PPC32.
12765         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
12766         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
12767         memset multiarch objects.
12768         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12769         (__libc_ifunc_impl_list): Likewise.
12770
12771         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
12772         file.
12773         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
12774         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
12775         memcmp for PPC32.
12776         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
12777         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
12778         multiarch objects.
12779         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12780         (__libc_ifunc_impl_list): Likewise.
12781
12782         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
12783         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
12784         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
12785         file.
12786         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
12787         file.
12788         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
12789         file.
12790         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
12791         multiarch memcpy for PPC32.
12792         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
12793         multiarch objects.
12794         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12795         (__libc_ifunc_impl_list): Likewise.
12796
12797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
12798         support multiarch for POWER/PPC32.
12799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
12800         Likewise.
12801         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
12802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
12803         Implies file to make multiarch folder appers before the fpu and
12804         default folder for power4 configuration.
12805
12806 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12807
12808         * scripts/bench.pl: Append volatile keyword to type.
12809
12810 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12811
12812         * sysdeps/sh/sotruss-lib.c: New file.
12813         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
12814
12815 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12816
12817         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12818
12819 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
12820
12821         [BZ #6810]
12822         * math/w_tgamma.c: Include <errno.h>.
12823         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
12824         * math/w_tgammaf.c: Include <errno.h>.
12825         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
12826         * math/w_tgammal.c: Include <errno.h>.
12827         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
12828         * math/auto-libm-test-in: Do not allow missing errno on tgamma
12829         underflow.  Add more tgamma tests.
12830         * math/auto-libm-test-out: Regenerated.
12831         * sysdeps/i386/fpu/libm-test-ulps: Update.
12832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12833
12834         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
12835         sin, sinh, tan, tanh, tgamma, y0 and y1.
12836         * math/auto-libm-test-out: Regenerated.
12837         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12838         (TEST_COND_x86): Likewise.
12839         (M_E2l): Remove macro.
12840         (M_E3l): Likewise.
12841         (M_2_SQRT_PIl): Likewise.
12842         (M_SQRT_PIl): Likewise.
12843         (M_1_DIV_El): Likewise.
12844         (log_test_data): Use AUTO_TESTS_f_f.
12845         (log10_test_data): Likewise.
12846         (log1p_test_data): Likewise.
12847         (log2_test_data): Likewise.
12848         (sin_test_data): Likewise.
12849         (sin_tonearest_test_data): Likewise.
12850         (sin_towardzero_test_data): Likewise.
12851         (sin_downward_test_data): Likewise.
12852         (sin_upward_test_data): Likewise.
12853         (sinh_test_data): Likewise.
12854         (sinh_tonearest_test_data): Likewise.
12855         (sinh_towardzero_test_data): Likewise.
12856         (sinh_downward_test_data): Likewise.
12857         (sinh_upward_test_data): Likewise.
12858         (tan_test_data): Likewise.
12859         (tan_tonearest_test_data): Likewise.
12860         (tan_towardzero_test_data): Likewise.
12861         (tan_downward_test_data): Likewise.
12862         (tan_upward_test_data): Likewise.
12863         (tanh_test_data): Likewise.
12864         (tgamma_test_data): Likewise.
12865         (y0_test_data): Likewise.
12866         (y1_test_data): Likewise.
12867         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
12868         (special_real_inputs): Add pi/4.
12869         * sysdeps/i386/fpu/libm-test-ulps: Update.
12870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12871
12872 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12873
12874         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
12875         "longjmp_target" static probes.
12876         (__longjmp): Rename to __longjmp_symbol.
12877         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
12878         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
12879         on which longjmp to generate.
12880         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
12881         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
12882         probe.
12883         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12884         (__sigjmp_save): Rename to __sigjmp_save_symbol.
12885         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
12886         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
12887         and __sigjmp_save_symbol based on which sigsetjmp to generated.
12888         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
12889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
12890         __longjmp_symbol based on which __longjmp to generate.
12891         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
12892         probe.
12893         (setjmp): Rename to setjmp_symbol.
12894         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12895         (_setjmp): Rename to _setjmp_symbol.
12896         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12897         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
12898         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
12899         which setjmp to generate.
12900         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
12901         "longjmp_target" static probes.
12902
12903 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12904
12905         * benchtests/README: Add note about output arguments.
12906         * benchtests/bench-sincos.c: Remove file.
12907         * benchtests/sincos-inputs: New file.
12908         * scripts/bench.pl: Identify output arguments and define
12909         static variables for them.
12910
12911         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
12912
12913         [BZ #15941]
12914         * Makefile (INSTALL): Add install-plain.texi as the primary
12915         dependency.
12916         * manual/install-plain.texi: New file.
12917         * manual/install.texi: Include node directive only for
12918         non-plaintext output.
12919
12920 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
12921
12922         * stdlib/longlong.h: Update from GCC.
12923
12924         [BZ #6807]
12925         [BZ #15901]
12926         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
12927         * math/w_j0f.c (y0f): Likewise.
12928         * math/w_j0l.c (__y0l): Likewise.
12929         * math/w_j1.c (y1): Likewise.
12930         * math/w_j1f.c (y1f): Likewise.
12931         * math/w_j1l.c (__y1l): Likewise
12932         * math/w_jn.c (yn): Likewise.
12933         * math/w_jnf.c (ynf): Likewise.
12934         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
12935         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
12936         value for Bessel function domain errors outside _SVID_ mode.
12937         Adjust sign of return value for yn (negative integer, 0).
12938         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
12939         by zero in return for negative x and set sign appropriately for
12940         negative n.
12941         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
12942         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
12943         * math/libm-test.inc (y0_test_data): Add more tests and adjust
12944         expectations in error cases.
12945         (y1_test_data): Likewise.
12946         (yn_test_data): Likewise.
12947         * sysdeps/i386/fpu/libm-test-ulps: Update.
12948         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12949
12950 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12951
12952         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
12953         "64" to "64-v1".  Add "64-v2".
12954         (abi-64-options): Rename to ...
12955         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
12956         (abi-64-condition): Rename to ...
12957         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
12958         (abi-64-ld-soname): Rename to ...
12959         (abi-64-v1-ld-soname): ... this.
12960         (abi-64-v2-options): Define.
12961         (abi-64-v2-condition): Likewise.
12962         (abi-64-v2-ld-soname): Likewise.
12963         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
12964         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
12965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
12966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
12967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
12968
12969 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12970             Alan Modra  <amodra@gmail.com>
12971
12972         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
12973         New versions for use with the ELFv2 ABI.
12974         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
12975         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
12976         declaration.
12977         (struct La_ppc64v2_retval): Likewise.
12978         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
12979         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
12980         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
12981         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
12982         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
12983         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
12984         Do not save or restore CR.
12985         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
12986         (_dl_profile_resolve): Do no save or restore CR.  Support extended
12987         return values for ELFv2 ABI.  Fix location of FPR return registers.
12988         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
12989         updated values for _CALL_ELF == 2.
12990         (La_regs, La_retval, int_retval): Likewise.
12991
12992 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12993
12994         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
12995         (FRAME_MIN_SIZE_PARM): Likewise.
12996         (FRAME_BACKCHAIN): Likewise.
12997         (FRAME_CR_SAVE): Likewise.
12998         (FRAME_LR_SAVE): Likewise.
12999         (FRAME_TOC_SAVE): Likewise.
13000         (FRAME_PARM_SAVE): Likewise.
13001         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13002         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13003         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13004         (call_mcount_parm_offset): New macro.
13005         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13006         (PROF): Use symbolic stack frame offsets.
13007         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13008         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13009         Redefine in terms of FRAME_MIN_SIZE.
13010         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13011         (_dl_profile_resolve): Likewise.  Update comment.
13012         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13013         symbols stack frame offsets.
13014         (__sigsetjmp): Likewise.
13015         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13016         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13017         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13018         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13019
13020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13021         (FRAME_BACKCHAIN): Remove.
13022         (FRAME_CR_SAVE): Likewise.
13023         (FRAME_LR_SAVE): Likewise.
13024         (FRAME_COMPILER_DW): Likewise.
13025         (FRAME_LINKER_DW): Likewise.
13026         (FRAME_TOC_SAVE): Likewise.
13027         (FRAME_PARM_SAVE): Likewise.
13028         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13029         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13030         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13032         (CHECK_SP): Use symbolic stack frame offsets.
13033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13034         zone" instead of caller's parameter save area for temp storage.
13035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13036         Likewise.  Also, use symbolic stack frame offsets.
13037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13038         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13039         our own stack frame instead of the caller's.
13040         (__socket): Use symbolic stack frame offsets.
13041
13042 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13043             Alan Modra  <amodra@gmail.com>
13044
13045         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13046         Define.
13047         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13048         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13049         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13050         New function.
13051         (elf_machine_fixup_plt): Call it.
13052         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13053         reloc arguments.
13054         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13055         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13056         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13057         r2 before calling target.
13058
13059 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13060             Alan Modra  <amodra@gmail.com>
13061
13062         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13063         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13064         versions of macros to support ELFv2 ABI.
13065         (LOCALENTRY): New macro.
13066         (ENTRY, EALIGN): Use it.
13067         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13068         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13069         fall through into ENTRY entry point.
13070         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13071         Only define if _CALL_ELF != 2.
13072
13073         (elf_machine_matches_host): Verify ABI version matches.
13074         (RTLD_START): Use LOCALENTRY.
13075         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13076         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13077         (PLT_ENTRY_WORDS): New macro.
13078         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13079         (elf_machine_runtime_setup): Support ELFv2 ABI.
13080         (elf_machine_fixup_plt): Likewise.
13081         (elf_machine_plt_conflict): Likewise.
13082         (resolve_ifunc): Likewise.
13083         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13084         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13085         Likewise.
13086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13087         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13089         (makecontext): Support ELFv2 ABI.
13090         * elf/elf.h (EF_PPC64_ABI): Define.
13091
13092 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13093
13094         * sysdeps/powerpc/powerpc64/sysdep.h
13095         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13096         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13097         (ENTRY) [ASSEMBLER]: ... but instead here ...
13098         (EALIGN) [ASSEMBLER]: ... and here.
13099         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13100         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13101         (ENTRY_2) [!ASSEMBLER]: Use it.
13102         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13103         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13104         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13105         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13106         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13108         Use PPC64_LOAD_FUNCPTR.
13109
13110         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13111
13112 2013-12-04  Alan Modra  <amodra@gmail.com>
13113
13114         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13115         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13116         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13117         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13118
13119         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13120         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13121         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13122         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13123         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13124         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13125
13126 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13127
13128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13129         (__makecontext): Fix incorrect CFI when backtracing out of
13130         context created via makecontext.
13131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13132         (__setcontext): Fix incorrect CFI during switch to new context.
13133         (__novec_setcontext): Likewise.
13134
13135 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13136
13137         [BZ #4772]
13138         * time/strptime_l.c (__strptime_internal): Allow modifiers
13139         in strptime.
13140         * time/tst-strptime.c (day_tests): Add testcase.
13141
13142 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13143
13144         * scripts/bench.pl: Skip over blank lines.
13145
13146 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13147
13148         [BZ #926]
13149         * manual/time.texi (Calendar Time): Clarify what timezone functions
13150         use.
13151
13152 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13153
13154         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13155
13156 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13157
13158         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13159         implementation.
13160         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13161         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13162         * debug/memset_chk.c (__memset_chk): Likewise.
13163         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13164         * debug/strncpy_chk.c: Likewise.
13165
13166 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13167
13168         [BZ #15268]
13169         [BZ #15425]
13170         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13171         (__ieee754_exp): For possibly underflowing results, check size of
13172         result and force underflow exception if required.
13173         * math/auto-libm-test-in: Add more tests of exp.
13174         * math/auto-libm-test-out: Regenerated.
13175         * sysdeps/i386/fpu/libm-test-ulps: Update.
13176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13177
13178         [BZ #16283]
13179         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13180         * math/w_exp2f.c (__exp2f): Likewise.
13181         * math/w_exp2l.c (__exp2l): Likewise.
13182         * math/auto-libm-test-in: Do not allow missing errno on exp2
13183         underflow.
13184         * math/auto-libm-test-out: Regenerated.
13185
13186 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13187
13188         [BZ #16274]
13189         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13190         handle filename validation.
13191         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13192         (do_open): Delete.
13193
13194 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13195
13196         [BZ #6786]
13197         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13198         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13199         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13200         <float.h>.
13201         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13202         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13203         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13204         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13205         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13206         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13207         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13208         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13209         Add more erfc tests.
13210         * math/auto-libm-test-out: Regenerated.
13211         * sysdeps/i386/fpu/libm-test-ulps: Update.
13212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13213
13214         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13215         exp2, expm1, j0 and j1.
13216         * math/auto-libm-test-out: Regenerated.
13217         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13218         (erfc_test_data): Likewise.
13219         (exp_test_data): Likewise.
13220         (exp_tonearest_test_data): Likewise.
13221         (exp_towardzero_test_data): Likewise.
13222         (exp_downward_test_data): Likewise.
13223         (exp_upward_test_data): Likewise.
13224         (exp10_test_data): Likewise.
13225         (exp2_test_data): Likewise.
13226         (expm1_test_data): Likewise.
13227         (j0_test_data): Likewise.
13228         (j1_test_data): Likewise.
13229         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13230         (input_flag_type): Add flag_xfail_rounding.
13231         (input_flags): Add xfail-rounding.
13232         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13233         (output_for_one_input_case): Handle flag_xfail_rounding.
13234         * sysdeps/i386/fpu/libm-test-ulps: Update.
13235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13236
13237 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13238
13239         [BZ #16289]
13240         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13241         division by 0.
13242
13243 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13244
13245         [BZ #16195]
13246         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13247         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13248         (STAP_PROBE0): New macro.
13249         (STAP_PROBE1): Likewise.
13250         (STAP_PROBE2): Likewise.
13251         (STAP_PROBE3): Likewise.
13252         (STAP_PROBE4): Likewise.
13253
13254 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13255
13256         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13257
13258 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13259
13260         * benchtests/Makefile (bench): Add sqrt.
13261         (LDLIBS-bench-sqrt): New.
13262         * benchtests/sqrt-input: New.
13263
13264 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13265
13266         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13267         (GAIH_EAI): Likewise.
13268         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13269         (gaih_inet): Likewise.
13270         (getaddrinfo): Don't use GAIH_EAI.
13271
13272         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13273         (struct gaih): Remove definition.
13274
13275 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13276
13277         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13278         Use HERRNOP directly.
13279
13280 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13281
13282         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13283
13284 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13285
13286         * math/gen-auto-libm-tests.c (test_functions): Add more
13287         single-argument functions.
13288         (special_fill_pi_2): New function.
13289         (special_fill_minus_pi_2): Likewise.
13290         (special_fill_pi_6): Likewise.
13291         (special_fill_minus_pi_6): Likewise.
13292         (special_fill_pi_3): Likewise.
13293         (special_fill_2pi_3): Likewise.
13294         (special_fill_e): Likewise.
13295         (special_fill_1_e): Likewise.
13296         (special_fill_e_minus_1): Likewise.
13297         (special_real_inputs): Add more special inputs.
13298         (output_for_one_input_case): Do not require ERANGE on underflow to
13299         zero if round-to-nearest result does not underflow to zero, unless
13300         exact results required.
13301         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13302         atan, atanh, cbrt, cos and cosh.
13303         * math/auto-libm-test-out: Regenerated.
13304         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13305         (acos_tonearest_test_data): Likewise.
13306         (acos_towardzero_test_data): Likewise.
13307         (acos_downward_test_data): Likewise.
13308         (acos_upward_test_data): Likewise.
13309         (acosh_test_data): Likewise.
13310         (asin_test_data): Likewise.
13311         (asin_tonearest_test_data): Likewise.
13312         (asin_towardzero_test_data): Likewise.
13313         (asin_upward_test_data): Likewise.
13314         (asinh_test_data): Likewise.
13315         (atan_test_data): Likewise.
13316         (atanh_test_data): Likewise.
13317         (cbrt_test_data): Likewise.
13318         (cos_test_data): Likewise.
13319         (cos_tonearest_test_data): Likewise.
13320         (cos_towardzero_test_data): Likewise.
13321         (cos_downward_test_data): Likewise.
13322         (cos_upward_test_data): Likewise.
13323         (cosh_test_data): Likewise.
13324         (cosh_tonearest_test_data): Likewise.
13325         (cosh_towardzero_test_data): Likewise.
13326         (cosh_downward_test_data): Likewise.
13327         (cosh_upward_test_data): Likewise.
13328         * sysdeps/i386/fpu/libm-test-ulps: Update.
13329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13330
13331 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13332
13333         [BZ #6787]
13334         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13335         * math/w_exp10f.c (__exp10f): Likewise.
13336         * math/w_exp10l.c (__exp10l): Likewise.
13337         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13338         errno settings in existing tests.
13339
13340         [BZ #14032]
13341         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13342         precision control set to double precision.
13343         * sysdeps/i386/fpu/w_sqrt.c: New file.
13344         * math/auto-libm-test-in: Add more tests.
13345         * math/auto-libm-test-out: Update.
13346
13347         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13348         (sqrt_test_tonearest): New function.
13349         (sqrt_towardzero_test_data): New variable.
13350         (sqrt_test_towardzero): New function.
13351         (sqrt_downward_test_data): New variable.
13352         (sqrt_test_downward): New function.
13353         (sqrt_upward_test_data): New variable.
13354         (sqrt_test_upward): New function.
13355         (main): Call the new functions.
13356
13357         * math/gen-auto-libm-tests.c: New file.
13358         * math/auto-libm-test-in: Likewise.
13359         * math/auto-libm-test-out: New generated file.
13360         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13361         variables.
13362         (%beautify): Add generated representations of zero.
13363         (top level): Set $auto_input and call parse_auto_input.
13364         (beautify): Remove trailing "f" from hex float constants.
13365         (parse_args): Handle XFAIL_TEST.
13366         (convert_condition): New function.
13367         (or_value): Likewise.
13368         (or_cond_value): Likewise.
13369         (generate_testfile): Handle AUTO_TESTS_* lines.
13370         (parse_auto_input): New function.
13371         * math/libm-test.inc (XFAIL_TEST): New macro.
13372         (ERRNO_UNCHANGED): Update value.
13373         (ERRNO_EDOM): Likewise.
13374         (ERRNO_ERANGE): Likewise.
13375         (IGNORE_RESULT): Likewise.
13376         (TEST_COND_flt_32): New macro.
13377         (TEST_COND_dbl_64): Likewise.
13378         (TEST_COND_ldbl_96_intel): Likewise.
13379         (TEST_COND_ldbl_96_m68k): Likewise.
13380         (TEST_COND_ldbl_128): Likewise.
13381         (TEST_COND_ldbl_128ibm): Likewise.
13382         (TEST_COND_long32): Likewise.
13383         (TEST_COND_long64): Likewise.
13384         (TEST_COND_before_rounding): Likewise.
13385         (TEST_COND_after_rounding): Likewise.
13386         (enable_test): Handle XFAIL_TEST flag.
13387         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13388         with finite results.
13389         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13390         auto-libm-test-out.
13391
13392 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13393             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13394
13395         [BZ #16214]
13396         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13397         __tls_get_addr_internal instead of __tls_get_offset in order to
13398         avoid GOT pointer dependency.  Make rtld export
13399         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13400         __tls_get_addr since we are a __tls_get_offset platform.
13401         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13402         GOT pointer being set up before.
13403         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13404
13405 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13406
13407         * manual/math.texi (Errors in Math Functions): Document accuracy
13408         goals.
13409
13410         [BZ #15004]
13411         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
13412         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
13413         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13414         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13415         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13416         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13417         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13418         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
13419         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
13420         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13421         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13422         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13423         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13424         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13425         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13426         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
13427
13428         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
13429         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
13430         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
13431         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
13432         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
13433         Likewise.
13434         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
13435         Likewise.
13436         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
13437         Likewise.
13438         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
13439         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
13440         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
13441         atomic-feupdateenv and flt-rounds.
13442         * sysdeps/powerpc/nofpu/Versions (libc): Add
13443         __atomic_feholdexcept, __atomic_feclearexcept,
13444         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
13445         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
13446         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
13447         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
13448         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
13449         here.
13450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
13451         Update.
13452
13453         * manual/arith.texi (FP Exceptions): Document that exceptions may
13454         not be raised when matherr is used.
13455         (Math Error Reporting): Document overflow in directed rounding
13456         modes.  Document that errno may not be set when finite values are
13457         returned on overflow.  Document intent to set errno on underflow
13458         only for underflow to zero.
13459
13460         [BZ #16271]
13461         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
13462         round-to-nearest then adjust result for other rounding modes.
13463         * include/fenv.h (fegetround): Use libm_hidden_proto.
13464         * math/fegetround.c (fegetround): Use libm_hidden_def.
13465         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
13466         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
13467         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13468         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
13469         Likewise.
13470         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
13471         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
13472         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
13473         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
13474
13475 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
13476
13477         [BZ #16077]
13478         * nss/Versions (libnss_files): Add
13479         _nss_files_gethostbyname3_r.
13480         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
13481         New function.
13482         (HOST_DB_LOOKUP): Remove macro.
13483         (_nss_files_gethostbyname_r): Implement function without the
13484         HOST_DB_LOOKUP macro.
13485         (_nss_files_gethostbyname2_r): Likewise.
13486
13487 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
13488
13489         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
13490
13491 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
13492
13493         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
13494         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
13495         warning.
13496
13497 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13498
13499         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
13500         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
13501         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13502         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
13503         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
13504         __fe_nomask_env_priv and attribute_hidden.
13505         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
13506         (libc_feupdateenv_test_ppc): Likewise.
13507         (libc_feresetround_ppc): Likewise.
13508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
13509         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
13510         compat_symbol macro.
13511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
13512         (__fe_nomask_env): Likewise.
13513         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
13514
13515 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13516
13517         * string/Makefile: Remove ifunc tests.
13518         * string/test-string.h: Define TEST_IFUNC.
13519         * string/test-bcopy-ifunc.c: Remove.
13520         * string/test-bzero-ifunc.c: Likewise.
13521         * string/test-memccpy-ifunc.c: Likewise.
13522         * string/test-memchr-ifunc.c: Likewise.
13523         * string/test-memcmp-ifunc.c: Likewise.
13524         * string/test-memcpy-ifunc.c: Likewise.
13525         * string/test-memmem-ifunc.c: Likewise.
13526         * string/test-memmove-ifunc.c: Likewise.
13527         * string/test-mempcpy-ifunc.c: Likewise.
13528         * string/test-memrchr-ifunc.c: Likewise.
13529         * string/test-memset-ifunc.c: Likewise.
13530         * string/test-rawmemchr-ifunc.c: Likewise.
13531         * string/test-stpcpy-ifunc.c: Likewise.
13532         * string/test-stpncpy-ifunc.c: Likewise.
13533         * string/test-strcasecmp-ifunc.c: Likewise.
13534         * string/test-strcasestr-ifunc.c: Likewise.
13535         * string/test-strcat-ifunc.c: Likewise.
13536         * string/test-strchr-ifunc.c: Likewise.
13537         * string/test-strchrnul-ifunc.c: Likewise.
13538         * string/test-strcmp-ifunc.c: Likewise.
13539         * string/test-strcpy-ifunc.c: Likewise.
13540         * string/test-strcspn-ifunc.c: Likewise.
13541         * string/test-strlen-ifunc.c: Likewise.
13542         * string/test-strncasecmp-ifunc.c: Likewise.
13543         * string/test-strncat-ifunc.c: Likewise.
13544         * string/test-strncmp-ifunc.c: Likewise.
13545         * string/test-strncpy-ifunc.c: Likewise.
13546         * string/test-strnlen-ifunc.c: Likewise.
13547         * string/test-strpbrk-ifunc.c: Likewise.
13548         * string/test-strrchr-ifunc.c: Likewise.
13549         * string/test-strspn-ifunc.c: Likewise.
13550         * string/test-strstr-ifunc.c: Likewise.
13551
13552 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13553
13554         * benchtests/Makefile: Remove ifunc tests.
13555         * benchtests/bench-string.h: Define TEST_IFUNC.
13556         * benchtests/bench-bcopy-ifunc.c: Remove.
13557         * benchtests/bench-bzero-ifunc.c: Likewise.
13558         * benchtests/bench-memccpy-ifunc.c: Likewise.
13559         * benchtests/bench-memchr-ifunc.c: Likewise.
13560         * benchtests/bench-memcmp-ifunc.c: Likewise.
13561         * benchtests/bench-memcpy-ifunc.c: Likewise.
13562         * benchtests/bench-memmem-ifunc.c: Likewise.
13563         * benchtests/bench-memmove-ifunc.c: Likewise.
13564         * benchtests/bench-mempcpy-ifunc.c: Likewise.
13565         * benchtests/bench-memrchr-ifunc.c: Likewise.
13566         * benchtests/bench-memset-ifunc.c: Likewise.
13567         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
13568         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
13569         * benchtests/bench-stpcpy-ifunc.c: Likewise.
13570         * benchtests/bench-stpncpy-ifunc.c: Likewise.
13571         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
13572         * benchtests/bench-strcasestr-ifunc.c: Likewise.
13573         * benchtests/bench-strcat-ifunc.c: Likewise.
13574         * benchtests/bench-strchr-ifunc.c: Likewise.
13575         * benchtests/bench-strchrnul-ifunc.c: Likewise.
13576         * benchtests/bench-strcmp-ifunc.c: Likewise.
13577         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
13578         * benchtests/bench-strcpy-ifunc.c: Likewise.
13579         * benchtests/bench-strcspn-ifunc.c: Likewise.
13580         * benchtests/bench-strlen-ifunc.c: Likewise.
13581         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
13582         * benchtests/bench-strncat-ifunc.c: Likewise.
13583         * benchtests/bench-strncmp-ifunc.c: Likewise.
13584         * benchtests/bench-strncpy-ifunc.c: Likewise.
13585         * benchtests/bench-strnlen-ifunc.c: Likewise.
13586         * benchtests/bench-strpbrk-ifunc.c: Likewise.
13587         * benchtests/bench-strrchr-ifunc.c: Likewise.
13588         * benchtests/bench-strsep-ifunc.c: Likewise.
13589         * benchtests/bench-strspn-ifunc.c: Likewise.
13590         * benchtests/bench-strstr-ifunc.c: Likewise.
13591
13592 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13593
13594         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
13595
13596 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13597
13598         * resolv/netdb.h: Use __glibc_reserved instead __unused.
13599         * rt/aio.h: Likewise.
13600         * sysdeps/gnu/bits/utmp.h: Likewise.
13601         * sysdeps/gnu/bits/utmpx.h: Likewise.
13602         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
13603         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
13604         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
13605         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
13606         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
13607         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
13608         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
13609         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
13610         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
13611         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
13612         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
13613         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
13614         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
13615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
13616         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
13617         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
13618         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
13619         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
13620         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
13621         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
13622         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
13623         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
13624         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
13625         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
13626         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
13627         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
13628         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
13629         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
13630         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
13631         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
13632         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
13633         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
13634         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
13635         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
13636         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
13637         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
13638         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
13639         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
13640         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
13641         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
13642         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
13643         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
13644
13645 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
13646
13647         [BZ #16245]
13648         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
13649         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
13650
13651 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
13652
13653         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
13654         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
13655         Likewise.
13656
13657 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13658
13659         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
13660         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
13661         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
13662         (__fesetround): Remove define.
13663         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
13664         rounding and exceptions handling.
13665         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
13666         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
13667         (__fe_nomask_env): Likewise.
13668         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
13669         __fegetround instead of fegetround.
13670         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
13671         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
13672
13673 2013-11-21  Roland McGrath  <roland@hack.frob.com>
13674
13675         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
13676         it's there.
13677
13678         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
13679
13680 2013-11-21  Meador Inge  <meadori@codesourcery.com>
13681
13682         [BZ #11157]
13683         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
13684         (encrypt_r): Likewise.
13685         * malloc/obstack.h (obstack_free): Likewise.
13686         * posix/unistd.h (encrypt): Likewise.
13687
13688 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
13689
13690         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
13691         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
13692         DL_CALL_DT_FINI() that call the functions directly.
13693         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
13694         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
13695         * elf/dl-fini.c: Likewise.
13696
13697 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
13698
13699         * malloc/hooks.c (memalign_check): Add alignment rounding.
13700         * malloc/malloc.c (_mid_memalign): New function.
13701         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
13702         Implement by calling _mid_memalign.
13703         * manual/probes.texi (Memory Allocation Probes): Remove
13704         memory_valloc_retry and memory_pvalloc_retry.
13705
13706 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13707
13708         * locale/programs/locarchive.c (open_archive): Add const
13709         qualifier to ARCHIVEFNAME and copy default fname to
13710         DEFAULT_FNAME.
13711
13712         [BZ #15601]
13713         * libio/tst-widetext.input: Rename Oriya to Odia.
13714         * locale/iso-639.def: Likewise.
13715
13716         * manual/probes.texi (Mathematical Function Probes): Add
13717         documentation for sin, cos, asin and acos probes.
13718         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
13719         (__sin32): Add slowasin probe.
13720         (__cos32): Add slowacos probe.
13721         (__mpsin): Add slowsin probe.
13722         (__mpcos): Add slowcos probe.
13723
13724 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
13725
13726         [BZ #15483]
13727         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
13728         thread-local __sim_exceptions_thread and global
13729         __sim_exceptions_global.
13730         (__sim_disabled_exceptions): Change to thread-local
13731         __sim_disabled_exceptions_thread and global
13732         __sim_disabled_exceptions_global.
13733         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13734         and global __sim_round_mode_global.
13735         (__simulate_exceptions): Use thread-local floating-point state and
13736         set global state from it as needed.
13737         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
13738         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
13739         __sim_round_mode_thread.
13740         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
13741         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
13742         and global __sim_exceptions_global.
13743         (__sim_disabled_exceptions): Change to thread-local
13744         __sim_disabled_exceptions_thread and global
13745         __sim_disabled_exceptions_global.
13746         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13747         and global __sim_round_mode_global.
13748         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
13749         (SIM_SET_GLOBAL): Likewise.
13750         * sysdeps/powerpc/soft-fp/sfp-machine.h
13751         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
13752         __sim_round_mode_thread.
13753         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
13754         __sim_disabled_exceptions_thread.
13755         (__sim_exceptions): Change to __sim_exceptions_thread.
13756         (__sim_disabled_exceptions): Change to
13757         __sim_disabled_exceptions_thread.
13758         (__sim_round_mode): Change to __sim_round_mode_thread.
13759         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
13760         thread-local floating-point state and set global state from it as
13761         needed.
13762         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
13763         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
13764         (__sim_disabled_exceptions): Remove extern declaration.
13765         (feenableexcept): Use thread-local floating-point state and set
13766         global state from it as needed.
13767         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
13768         extern declaration.
13769         (__sim_disabled_exceptions): Likewise.
13770         (__sim_round_mode): Likewise.
13771         (__fegetenv): Use thread-local floating-point state.
13772         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
13773         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13774         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
13775         floating-point state and set global state from it as needed.
13776         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
13777         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
13778         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
13779         Likewise.
13780         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
13781         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
13782         Likewise.
13783         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
13784         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
13785         Use __sim_round_mode_thread.
13786         * math/test-fenv-tls.c: New file.
13787         * math/Makefile (tests): Add test-fenv-tls.
13788         ($(objpfx)test-fenv-tls): Depend on
13789         $(common-objpfx)nptl/libpthread.so.
13790
13791 2013-11-19  Andreas Schwab  <schwab@suse.de>
13792
13793         * locale/programs/locale.c (show_info): Decode wordarray elements.
13794         * locale/categories.def (LC_MONETARY): Add element for
13795         _NL_MONETARY_CRNCYSTR.
13796         * locale/C-monetary.c (conversion_rate): New variable.
13797         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
13798         element.
13799
13800 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
13801
13802         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
13803         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
13804
13805 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
13806
13807         * elf/Makefile (tst-auxv): New test.
13808         * elf/tst-auxv.c: New
13809         * elf/rtld.c (dl_main): Adjust AT_EXECFN
13810
13811 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
13812
13813         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
13814         (hidden_proto): Caller changed.
13815         (hidden_tls_proto): New macro.
13816         (libc_hidden_tls_proto): Likewise.
13817         (rtld_hidden_tls_proto): Likewise.
13818         (libm_hidden_tls_proto): Likewise.
13819         (libresolv_hidden_tls_proto): Likewise.
13820         (librt_hidden_tls_proto): Likewise.
13821         (libdl_hidden_tls_proto): Likewise.
13822         (libnss_files_hidden_tls_proto): Likewise.
13823         (libnsl_hidden_tls_proto): Likewise.
13824         (libnss_nisplus_hidden_tls_proto): Likewise.
13825         (libutil_hidden_tls_proto): Likewise.
13826
13827 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
13828
13829         [BZ #10253]
13830         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
13831         (decompose_rpath): Defer expansion to fillin_rpath.
13832         (_dl_init_paths): Pass linkmap to fillin_rpath.
13833
13834 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13835
13836         * benchtests/Makefile: Add strsep.
13837         * benchtests/bench-strsep.c: New file: strsep benchtest.
13838         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
13839
13840 2013-11-18  Andreas Schwab  <schwab@suse.de>
13841
13842         * locale/programs/locale.c (show_info) [case byte]: Check for
13843         '\377' instead of '\177'.
13844         * locale/C-monetary.c (not_available): Always use "\377".
13845         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
13846         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
13847         detect unavailable sign_posn locale elements.
13848         * locale/localeconv.c (__localeconv): For grouping and
13849         mon_grouping handle "\177" and "\377" like no grouping.
13850         (INT_ELEM): New macro.  Use it to set all numeric members.
13851         * locale/programs/ld-monetary.c (monetary_read)
13852         <tok_mon_grouping>: Normalize single -1 to the empty string.
13853         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
13854         Likewise.
13855
13856 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
13857
13858         [BZ #16055]
13859         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
13860         when we match (nil).
13861         * stdio-common/tst-sscanf.c (struct test): Add testcase.
13862
13863 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
13864
13865         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
13866         (NO_TEST_INLINE): Update value.
13867         (ERRNO_UNCHANGED): Likewise.
13868         (ERRNO_EDOM): Likewise.
13869         (ERRNO_ERANGE): Likewise.
13870         (IGNORE_RESULT): Likewise.
13871         (check_float_internal): Check signs of NaN results if
13872         TEST_NAN_SIGN used.
13873         (check_complex): Pass TEST_NAN_SIGN flag through to second
13874         check_float_internal call.
13875         (copysign_test_data): Add tests with quiet NaNs as second
13876         argument.  Use TEST_NAN_SIGN.
13877         (fabs_test_data): Add test of negative quiet NaN argument.  Use
13878         TEST_NAN_SIGN.
13879         (signbit_test_data): Add tests of quiet NaN argument.
13880         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
13881
13882         * math/gen-libm-test.pl (show_exceptions): Take extra argument
13883         $ignore_result.
13884         (parse_args): Handle function results specified as IGNORE.
13885         * math/libm-test.inc (IGNORE_RESULT): New macro.
13886         (check_float_internal): Do not check numerical result if flag
13887         IGNORE_RESULT set.
13888         (check_complex): Pass through IGNORE_RESULT to second
13889         check_float_internal call.
13890         (check_int): Do not check numerical result if flag IGNORE_RESULT
13891         set.
13892         (check_long): Likewise.
13893         (check_bool): Likewise.
13894         (check_longlong): Likewise.
13895         (lrint_test_data): Add tests of infinite and NaN arguments.
13896         (lrint_tonearest_test_data): Likewise.
13897         (lrint_towardzero_test_data): Likewise.
13898         (lrint_downward_test_data): Likewise.
13899         (lrint_upward_test_data): Likewise.
13900         (llrint_test_data): Likewise.
13901         (llrint_tonearest_test_data): Likewise.
13902         (llrint_towardzero_test_data): Likewise.
13903         (llrint_downward_test_data): Likewise.
13904         (llrint_upward_test_data): Likewise.
13905         (lround_test_data): Likewise.
13906         (llround_test_data): Likewise.
13907
13908         * math/libm-test.inc (NO_TEST_INLINE): New macro.
13909         (ERRNO_UNCHANGED): Update value.
13910         (ERRNO_EDOM): Likewise.
13911         (ERRNO_ERANGE): Likewise.
13912         (NO_TEST_INLINE_FLOAT): New macro.
13913         (NO_TEST_INLINE_DOUBLE): Likewise.
13914         (enable_test): New function.
13915         (RUN_TEST_f_f): Check enable_test before running test.
13916         (RUN_TEST_2_f): Likewise.
13917         (RUN_TEST_fff_f): Likewise.
13918         (RUN_TEST_c_f): Likewise.
13919         (RUN_TEST_f_f1): Likewise.
13920         (RUN_TEST_fF_f1): Likewise.
13921         (RUN_TEST_fI_f1): Likewise.
13922         (RUN_TEST_ffI_f1): Likewise.
13923         (RUN_TEST_c_c): Likewise.
13924         (RUN_TEST_cc_c): Likewise.
13925         (RUN_TEST_f_i): Likewise.
13926         (RUN_TEST_f_i_tg): Likewise.
13927         (RUN_TEST_ff_i_tg): Likewise.
13928         (RUN_TEST_f_b): Likewise.
13929         (RUN_TEST_f_b_tg): Likewise.
13930         (RUN_TEST_f_l): Likewise.
13931         (RUN_TEST_f_L): Likewise.
13932         (RUN_TEST_fFF_11): Likewise.
13933         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
13934         conditionals.
13935         (cosh_test_data): Likewise.
13936         (exp_test_data): Likewise.
13937         (expm1_test_data): Likewise.
13938         (hypot_test_data): Likewise.
13939         (pow_test_data): Likewise.
13940         (sinh_test_data): Likewise.
13941         (tanh_test_data): Likewise.
13942         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
13943         flags argument.
13944
13945         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
13946         tests with quiet NaN input and output.
13947         (acosh_test_data): Likewise.
13948         (asin_test_data): Likewise.
13949         (asinh_test_data): Likewise.
13950         (atan_test_data): Likewise.
13951         (atanh_test_data): Likewise.
13952         (atan2_test_data): Likewise.
13953         (cbrt_test_data): Likewise.
13954         (cos_test_data): Likewise.
13955         (cosh_test_data): Likewise.
13956         (erf_test_data): Likewise.
13957         (erfc_test_data): Likewise.
13958         (exp_test_data): Likewise.
13959         (exp10_test_data): Likewise.
13960         (exp2_test_data): Likewise.
13961         (expm1_test_data): Likewise.
13962         (hypot_test_data): Likewise.
13963         (j0_test_data): Likewise.
13964         (j1_test_data): Likewise.
13965         (jn_test_data): Likewise.
13966         (lgamma_test_data): Likewise.
13967         (log_test_data): Likewise.
13968         (log10_test_data): Likewise.
13969         (log1p_test_data): Likewise.
13970         (log2_test_data): Likewise.
13971         (pow_test_data): Likewise.
13972         (scalb_test_data): Likewise.
13973         (sin_test_data): Likewise.
13974         (sincos_test_data): Likewise.
13975         (sinh_test_data): Likewise.
13976         (tan_test_data): Likewise.
13977         (tanh_test_data): Likewise.
13978         (tgamma_test_data): Likewise.
13979         (y0_test_data): Likewise.
13980         (y1_test_data): Likewise.
13981         (yn_test_data): Likewise.
13982
13983         [BZ #16167]
13984         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
13985         argument being NaN and avoid computations with second argument in
13986         that case.
13987         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
13988         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
13989         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
13990
13991 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
13992
13993         * locale/iso-639.def: Add Chitwani Tharu (the).
13994
13995 2013-11-14  Andreas Schwab  <schwab@suse.de>
13996
13997         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
13998         word instead of empty string.
13999
14000 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14001
14002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14003         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14005         (__fe_nomask_env): Likewise.
14006
14007 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14008
14009         * benchtests/bench-timing.h: Include time.h.
14010
14011 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14012
14013         [BZ #15997]
14014         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14015         to 3.4.0 for x32.
14016         * sysdeps/unix/sysv/linux/configure: Regenerated.
14017
14018 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14019
14020         [BZ #16151]
14021         * stdlib/strtod_l.c (round_and_return): Do not consider
14022         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14023         exponent one less than half the least subnormal exponent.
14024         * stdlib/test-strtod-round-data: Add more tests.
14025         * stdlib/tst-strtod-round.c (tests): Regenerated.
14026
14027 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14028
14029         [BZ #14143]
14030         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14031         (__fe_mask_env): Likewise.
14032         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14033         libm_hidden_proto and add function prototype.
14034         (__fe_mask_env): Add function prototype.
14035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14036         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14038         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14040         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14041
14042 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14043
14044         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14045         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14046
14047 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14048
14049         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14050         of htab_find_slot().
14051
14052 2013-11-11  David S. Miller  <davem@davemloft.net>
14053
14054         [BZ #16150]
14055         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14056         symbol in the non-vis3 case in static builds.
14057         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14058         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14059         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14060         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14061
14062 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14063
14064         [BZ #387]
14065         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14066         it is empty.
14067
14068 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14069
14070         * benchtests/Makefile: Add bench-strtod.
14071         * benchtests/bench-strtod.c: New file: strtod benchtest
14072
14073 2013-11-11  Andreas Schwab  <schwab@suse.de>
14074
14075         [BZ #16153]
14076         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14077         terminating NUL in key length.
14078
14079 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14080
14081         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14082         Add artificial ODP entry for vDSO symbol for PPC64.
14083         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14084         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14085
14086 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14087
14088         [BZ #15374]
14089         * nss/getent.c (services_keys): Recognize services starting with digit.
14090
14091 2013-11-06  David S. Miller  <davem@davemloft.net>
14092
14093         [BZ #15985]
14094         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14095         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14096
14097 2013-11-06  Will Newton  <will.newton@linaro.org>
14098
14099         * manual/memory.texi (Malloc Examples): Remove register
14100         keyword from examples.
14101
14102 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14103
14104         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14105
14106 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14107
14108         [BZ #6981]
14109         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14110         depending on [__GCC_IEC_559 > 0].
14111         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14112         depending on [__GCC_IEC_559_COMPLEX > 0].
14113
14114 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14115
14116         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14117         to iso-639.def.
14118
14119 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14120
14121         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14122
14123 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14124
14125         [BZ #16112]
14126         * malloc/malloc (malloc_info): Do not handle first bin as
14127         special case.
14128
14129 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14130
14131         * locale/iso-639.def: Add Central Nahuatl (nhn).
14132
14133 2013-11-01  Bruno Haible  <bruno@clisp.org>
14134
14135         [BZ #7003]
14136         * manual/math.texi (BSD Random): Specify range upper bound as
14137         in POSIX.
14138
14139 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14140
14141         * locale/iso-639.def: Add Meadow Mari (mhr).
14142
14143 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14144
14145         [BZ #14752], [BZ #15763]
14146         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14147         Validate name.
14148         * rt/tst_shm.c: Add test for escaping directory.
14149
14150 2013-10-31  Andreas Schwab  <schwab@suse.de>
14151
14152         [BZ #15917]
14153         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14154         followed by 'x' as part of digit sequence.
14155         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14156
14157 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14158
14159         [BZ #16037]
14160         * configure.ac: allow GNU Make 4.0 and greater.
14161         * configure: Regenerated.
14162
14163 2013-10-30  Will Newton  <will.newton@linaro.org>
14164
14165         [BZ #16038]
14166         * malloc/hooks.c (memalign_check): Limit alignment to the
14167         maximum representable power of two.
14168         * malloc/malloc.c (__libc_memalign): Likewise.
14169         * malloc/tst-memalign.c (do_test): Add test for very
14170         large alignment values.
14171         * malloc/tst-posix_memalign.c (do_test): Likewise.
14172
14173 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14174
14175         [BZ #11087]
14176         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14177         (munmap_chunk): Likewise.
14178         (mremap_chunk): Likewise.
14179
14180 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14181
14182         [BZ #15799]
14183         * stdlib/div.c (div): Remove obsolete code.
14184         * stdlib/ldiv.c (ldiv): Likewise.
14185         * stdlib/lldiv.c (lldiv): Likewise.
14186
14187 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14188
14189         [BZ #16071]
14190         * nss/nss_files/files-XXX.c (get_contents_ret): New
14191         enumerator.
14192         (get_contents): New function.
14193         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14194
14195 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14196
14197         * configure.in: Moved to ...
14198         * configure.ac: ... here. Change reference to configure.in
14199         to configure.ac.
14200         * sysdeps/arm/preconfigure.ac: ... here.
14201         configure.in to configure.ac.
14202         * sysdeps/gnu/configure.in: Moved to ...
14203         * sysdeps/gnu/configure.ac: ... here.
14204         * sysdeps/i386/configure.in: Moved to ...
14205         * sysdeps/i386/configure.ac: ... here.
14206         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14207         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14208         * sysdeps/mach/configure.in: Moved to ...
14209         * sysdeps/mach/configure.ac: ... here.
14210         * sysdeps/mach/hurd/configure.in: Moved to ...
14211         * sysdeps/mach/hurd/configure.ac: ... here.
14212         * sysdeps/powerpc/configure.in: Moved to ...
14213         * sysdeps/powerpc/configure.ac: ... here.
14214         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14215         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14216         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14217         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14218         * sysdeps/s390/s390-32/configure.in: Moved to ...
14219         * sysdeps/s390/s390-32/configure.ac: ... here.
14220         * sysdeps/s390/s390-64/configure.in: Moved to ...
14221         * sysdeps/s390/s390-64/configure.ac: ... here.
14222         * sysdeps/sh/configure.in: Moved to ...
14223         * sysdeps/sh/configure.ac: ... here.
14224         * sysdeps/sparc/configure.in: Moved to ...
14225         * sysdeps/sparc/configure.ac: ... here.
14226         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14227         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14228         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14229         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14230         * sysdeps/x86_64/configure.in: Moved to ...
14231         * sysdeps/x86_64/configure.ac: ... here.
14232         * sysdeps/x86_64/preconfigure.in: Moved to ...
14233         * sysdeps/x86_64/preconfigure.ac: ... here.
14234         * aclocal.m4: Change reference to configure.in to configure.ac.
14235         * config.h.in: Likewise.
14236         * manual/install.texi: Likewise.
14237         * manual/maint.texi: Likewise.
14238         * Makefile: Likewise.
14239         * malloc/Makefile: Likewise.
14240         * nscd/Makefile: Likewise.
14241         * Makeconfig: Change reference to configure.in and
14242         preconfigure.in to configure.ac and preconfigure.ac
14243         respectively.
14244         * INSTALL: Regenerated.
14245         * configure: Likewise.
14246         * sysdeps/gnu/configure: Likewise.
14247         * sysdeps/i386/configure: Likewise.
14248         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14249         * sysdeps/mach/configure: Likewise.
14250         * sysdeps/mach/hurd/configure: Likewise.
14251         * sysdeps/powerpc/configure: Likewise.
14252         * sysdeps/powerpc/powerpc32/configure: Likewise.
14253         * sysdeps/powerpc/powerpc64/configure: Likewise.
14254         * sysdeps/s390/s390-32/configure: Likewise.
14255         * sysdeps/s390/s390-64/configure: Likewise.
14256         * sysdeps/sh/configure: Likewise.
14257         * sysdeps/sparc/configure: Likewise.
14258         * sysdeps/unix/sysv/linux/configure: Likewise.
14259         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14260         * sysdeps/x86_64/configure: Likewise.
14261         * sysdeps/x86_64/preconfigure: Likewise.
14262
14263 2013-10-29  Andreas Schwab  <schwab@suse.de>
14264
14265         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14266
14267 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14268
14269         * benchtests/pow-inputs: Add new inputs.
14270
14271         * benchtests/exp-inputs: Add new inputs.
14272
14273         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14274         conditional check for return value.
14275         (__cos32): Likewise.
14276
14277 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14278
14279         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14280         to provide a boost for large inputs with word alignment.
14281         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14282         implementation based on optimized PPC64 strcpy.
14283         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14284         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14285         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14286         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14287
14288 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14289
14290         [BZ #2801]
14291         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14292
14293 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14294
14295         [BZ #14876]
14296         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14297         * time/tst-strptime.c (day_tests): Add testcase.
14298
14299 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14300
14301         [BZ #14029]
14302         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14303
14304 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14305
14306         [BZ #16074]
14307         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14308         MAP_FAILED on error.
14309
14310 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14311
14312         [BZ #16072]
14313         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14314         heap for large requests.
14315
14316 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14317
14318         [BZ #9954]
14319         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14320         result if the result has no associated interface.
14321         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14322         interface for all 127.X.Y.Z addresses.
14323
14324 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14325
14326         * locale/iso-639.def: Add Ligurian (lij)
14327
14328 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14329
14330         [BZ #15825]
14331         * sunrpc/rpc_main.c: Document rpcgen -5.
14332
14333 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14334
14335         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14336
14337 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14338
14339         [BZ #10278]
14340         * posix/glob.c: Match only directories when trailing slash is present.
14341         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14342         (main): Add testcase.
14343
14344 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14345
14346         [BZ #15670]
14347         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14348
14349 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14350
14351         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14352         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14353         AUTH_DES and cindex for FIPS 140-2.
14354         (DES Encryption): Add cindex FIPS 46-3.
14355
14356         * locale/locarchive.h (struct locarhandle): Add fname.
14357         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14358         if an optional argument was specified to --list-archive,
14359         otherwise NULL.
14360         * locale/programs/locarchive.c (show_archive_content): Take new
14361         argument fname and pass it via ah.fname to open_archive.
14362         * locale/programs/localedef.h: Update decl.
14363         (open_archive): If AH->fname is non-null, open that file
14364         rather than the default file name, and don't ignore ENOENT.
14365         (create_archive): Set AH.fname to NULL.
14366         (delete_locales_from_archive): Likewise.
14367         (add_locales_to_archive): Likewise.
14368         * locale/programs/locfile.c (write_all_categories): Likewise.
14369
14370 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14371             Aldy Hernandez  <aldyh@redhat.com>
14372
14373         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14374         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14375         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14376         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14377         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14378         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14379         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14380         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14381         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14382         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14383         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14384         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14385         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14386         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14387         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14388         Likewise.
14389         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14390         Likewise.
14391         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14392         Likewise.
14393         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14394         Likewise.
14395         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14396         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14397         Likewise.
14398         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14399         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14400         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14401         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14402         Likewise.
14403         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14404         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14405         * sysdeps/powerpc/preconfigure: Likewise.
14406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14407         Likewise.
14408         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
14409         Replace contents of file by #include of <fenv_libc.h>.
14410         * sysdeps/powerpc/soft-fp/sfp-machine.h
14411         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
14412         and <sys/prctl.h>.
14413         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
14414         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
14415         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
14416         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
14417         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
14418         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
14419         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
14420         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
14421         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
14422         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
14423         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
14424         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
14425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14426         Allow copysignl PLT reference to be missing.
14427
14428 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
14429             Joseph Myers  <joseph@codesourcery.com
14430
14431         [BZ #15948]
14432         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
14433         single character.
14434         (add_to_tablewc): Assert sequence of wide characters is nonempty.
14435
14436 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14437
14438         * elf/tst-tls-dlinfo.c: Don't include tls.h.
14439         * elf/tst-tls1.c: Likewise.
14440         * elf/tst-tls10.h: Likewise.
14441         * elf/tst-tls14.c: Likewise.
14442         * elf/tst-tls2.c: Likewise.
14443         * elf/tst-tls3.c: Likewise.
14444         * elf/tst-tls4.c: Likewise.
14445         * elf/tst-tls5.c: Likewise.
14446         * elf/tst-tls6.c: Likewise.
14447         * elf/tst-tls7.c: Likewise.
14448         * elf/tst-tls8.c: Likewise.
14449         * elf/tst-tls9.c: Likewise.
14450         * elf/tst-tlsmod1.c: Likewise.
14451         * elf/tst-tlsmod13.c: Likewise.
14452         * elf/tst-tlsmod13a.c: Likewise.
14453         * elf/tst-tlsmod14a.c: Likewise.
14454         * elf/tst-tlsmod16a.c: Likewise.
14455         * elf/tst-tlsmod16b.c: Likewise.
14456         * elf/tst-tlsmod2.c: Likewise.
14457         * elf/tst-tlsmod3.c: Likewise.
14458         * elf/tst-tlsmod4.c: Likewise.
14459         * elf/tst-tlsmod5.c: Likewise.
14460         * elf/tst-tlsmod6.c: Likewise.
14461
14462 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
14463
14464         [BZ #12486]
14465         * malloc/malloc.c: remove checks for statistics.
14466
14467 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14468
14469         [BZ #15277]
14470         * inet/inet_net.c (inet_network): Detect additional invalid strings.
14471         * inet/tst-network.c: Add testcase.
14472
14473 2013-10-17  Andreas Schwab  <schwab@suse.de>
14474
14475         [BZ #15218]
14476         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
14477         to determine canonical name.
14478
14479 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14480
14481         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
14482         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
14483         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14484         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14485         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14486         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14487         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14488         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14489         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14490         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14491         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
14492         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14493         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14494         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14495         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14496         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14497         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14498         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14499         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
14500         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14501         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14502         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14503         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
14504         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
14505         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
14506         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
14507         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
14508         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
14509         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
14510         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
14511         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14512         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14513         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
14514         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
14515         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
14516         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
14517         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
14518         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
14519         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
14520         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14521         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
14522         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
14523         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
14524         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
14525         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
14526         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
14527         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
14528         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
14529         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
14530         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
14531         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
14532         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
14533         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
14534         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
14535         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
14536         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
14537         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14538         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
14539
14540 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
14541
14542         [BZ #16041]
14543         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
14544         make result into a quiet NaN.
14545
14546 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
14547
14548         * soft-fp/adddf3.c: Fix horizontal whitespace.
14549         * soft-fp/addsf3.c: Likewise.
14550         * soft-fp/addtf3.c: Likewise.
14551         * soft-fp/divdf3.c: Likewise.
14552         * soft-fp/divsf3.c: Likewise.
14553         * soft-fp/divtf3.c: Likewise.
14554         * soft-fp/double.h: Likewise.
14555         * soft-fp/eqdf2.c: Likewise.
14556         * soft-fp/eqsf2.c: Likewise.
14557         * soft-fp/eqtf2.c: Likewise.
14558         * soft-fp/extenddftf2.c: Likewise.
14559         * soft-fp/extended.h: Likewise.
14560         * soft-fp/extendsfdf2.c: Likewise.
14561         * soft-fp/extendsftf2.c: Likewise.
14562         * soft-fp/extendxftf2.c: Likewise.
14563         * soft-fp/fixdfdi.c: Likewise.
14564         * soft-fp/fixdfsi.c: Likewise.
14565         * soft-fp/fixdfti.c: Likewise.
14566         * soft-fp/fixsfdi.c: Likewise.
14567         * soft-fp/fixsfsi.c: Likewise.
14568         * soft-fp/fixsfti.c: Likewise.
14569         * soft-fp/fixtfdi.c: Likewise.
14570         * soft-fp/fixtfsi.c: Likewise.
14571         * soft-fp/fixtfti.c: Likewise.
14572         * soft-fp/fixunsdfdi.c: Likewise.
14573         * soft-fp/fixunsdfsi.c: Likewise.
14574         * soft-fp/fixunsdfti.c: Likewise.
14575         * soft-fp/fixunssfdi.c: Likewise.
14576         * soft-fp/fixunssfsi.c: Likewise.
14577         * soft-fp/fixunssfti.c: Likewise.
14578         * soft-fp/fixunstfdi.c: Likewise.
14579         * soft-fp/fixunstfsi.c: Likewise.
14580         * soft-fp/fixunstfti.c: Likewise.
14581         * soft-fp/floatdidf.c: Likewise.
14582         * soft-fp/floatdisf.c: Likewise.
14583         * soft-fp/floatditf.c: Likewise.
14584         * soft-fp/floatsidf.c: Likewise.
14585         * soft-fp/floatsisf.c: Likewise.
14586         * soft-fp/floatsitf.c: Likewise.
14587         * soft-fp/floattidf.c: Likewise.
14588         * soft-fp/floattisf.c: Likewise.
14589         * soft-fp/floattitf.c: Likewise.
14590         * soft-fp/floatundidf.c: Likewise.
14591         * soft-fp/floatundisf.c: Likewise.
14592         * soft-fp/floatunditf.c: Likewise.
14593         * soft-fp/floatunsidf.c: Likewise.
14594         * soft-fp/floatunsisf.c: Likewise.
14595         * soft-fp/floatunsitf.c: Likewise.
14596         * soft-fp/floatuntidf.c: Likewise.
14597         * soft-fp/floatuntisf.c: Likewise.
14598         * soft-fp/floatuntitf.c: Likewise.
14599         * soft-fp/fmadf4.c: Likewise.
14600         * soft-fp/fmasf4.c: Likewise.
14601         * soft-fp/fmatf4.c: Likewise.
14602         * soft-fp/gedf2.c: Likewise.
14603         * soft-fp/gesf2.c: Likewise.
14604         * soft-fp/getf2.c: Likewise.
14605         * soft-fp/ledf2.c: Likewise.
14606         * soft-fp/lesf2.c: Likewise.
14607         * soft-fp/letf2.c: Likewise.
14608         * soft-fp/muldf3.c: Likewise.
14609         * soft-fp/mulsf3.c: Likewise.
14610         * soft-fp/multf3.c: Likewise.
14611         * soft-fp/negdf2.c: Likewise.
14612         * soft-fp/negsf2.c: Likewise.
14613         * soft-fp/negtf2.c: Likewise.
14614         * soft-fp/op-1.h: Likewise.
14615         * soft-fp/op-2.h: Likewise.
14616         * soft-fp/op-4.h: Likewise.
14617         * soft-fp/op-8.h: Likewise.
14618         * soft-fp/op-common.h: Likewise.
14619         * soft-fp/quad.h: Likewise.
14620         * soft-fp/single.h: Likewise.
14621         * soft-fp/soft-fp.h: Likewise.
14622         * soft-fp/sqrtdf2.c: Likewise.
14623         * soft-fp/sqrtsf2.c: Likewise.
14624         * soft-fp/sqrttf2.c: Likewise.
14625         * soft-fp/subdf3.c: Likewise.
14626         * soft-fp/subsf3.c: Likewise.
14627         * soft-fp/subtf3.c: Likewise.
14628         * soft-fp/truncdfsf2.c: Likewise.
14629         * soft-fp/trunctfdf2.c: Likewise.
14630         * soft-fp/trunctfsf2.c: Likewise.
14631         * soft-fp/trunctfxf2.c: Likewise.
14632         * soft-fp/unorddf2.c: Likewise.
14633         * soft-fp/unordsf2.c: Likewise.
14634         * soft-fp/unordtf2.c: Likewise.
14635
14636 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
14637
14638         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
14639         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
14640
14641 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
14642
14643         * elf/dl-libc.c: Clear initfini list after freeing.
14644
14645 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
14646
14647         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
14648         * soft-fp/addsf3.c: Likewise.
14649         * soft-fp/addtf3.c: Likewise.
14650         * soft-fp/divdf3.c: Likewise.
14651         * soft-fp/divsf3.c: Likewise.
14652         * soft-fp/divtf3.c: Likewise.
14653         * soft-fp/double.h: Likewise.
14654         * soft-fp/eqdf2.c: Likewise.
14655         * soft-fp/eqsf2.c: Likewise.
14656         * soft-fp/eqtf2.c: Likewise.
14657         * soft-fp/extenddftf2.c: Likewise.
14658         * soft-fp/extended.h: Likewise.
14659         * soft-fp/extendsfdf2.c: Likewise.
14660         * soft-fp/extendsftf2.c: Likewise.
14661         * soft-fp/extendxftf2.c: Likewise.
14662         * soft-fp/fixdfdi.c: Likewise.
14663         * soft-fp/fixdfsi.c: Likewise.
14664         * soft-fp/fixdfti.c: Likewise.
14665         * soft-fp/fixsfdi.c: Likewise.
14666         * soft-fp/fixsfsi.c: Likewise.
14667         * soft-fp/fixsfti.c: Likewise.
14668         * soft-fp/fixtfdi.c: Likewise.
14669         * soft-fp/fixtfsi.c: Likewise.
14670         * soft-fp/fixtfti.c: Likewise.
14671         * soft-fp/fixunsdfdi.c: Likewise.
14672         * soft-fp/fixunsdfsi.c: Likewise.
14673         * soft-fp/fixunsdfti.c: Likewise.
14674         * soft-fp/fixunssfdi.c: Likewise.
14675         * soft-fp/fixunssfsi.c: Likewise.
14676         * soft-fp/fixunssfti.c: Likewise.
14677         * soft-fp/fixunstfdi.c: Likewise.
14678         * soft-fp/fixunstfsi.c: Likewise.
14679         * soft-fp/fixunstfti.c: Likewise.
14680         * soft-fp/floatdidf.c: Likewise.
14681         * soft-fp/floatdisf.c: Likewise.
14682         * soft-fp/floatditf.c: Likewise.
14683         * soft-fp/floatsidf.c: Likewise.
14684         * soft-fp/floatsisf.c: Likewise.
14685         * soft-fp/floatsitf.c: Likewise.
14686         * soft-fp/floattidf.c: Likewise.
14687         * soft-fp/floattisf.c: Likewise.
14688         * soft-fp/floattitf.c: Likewise.
14689         * soft-fp/floatundidf.c: Likewise.
14690         * soft-fp/floatundisf.c: Likewise.
14691         * soft-fp/floatunsidf.c: Likewise.
14692         * soft-fp/floatunsisf.c: Likewise.
14693         * soft-fp/floatuntidf.c: Likewise.
14694         * soft-fp/floatuntisf.c: Likewise.
14695         * soft-fp/floatuntitf.c: Likewise.
14696         * soft-fp/fmadf4.c: Likewise.
14697         * soft-fp/fmasf4.c: Likewise.
14698         * soft-fp/fmatf4.c: Likewise.
14699         * soft-fp/gedf2.c: Likewise.
14700         * soft-fp/gesf2.c: Likewise.
14701         * soft-fp/getf2.c: Likewise.
14702         * soft-fp/ledf2.c: Likewise.
14703         * soft-fp/lesf2.c: Likewise.
14704         * soft-fp/letf2.c: Likewise.
14705         * soft-fp/muldf3.c: Likewise.
14706         * soft-fp/mulsf3.c: Likewise.
14707         * soft-fp/multf3.c: Likewise.
14708         * soft-fp/negdf2.c: Likewise.
14709         * soft-fp/negsf2.c: Likewise.
14710         * soft-fp/negtf2.c: Likewise.
14711         * soft-fp/op-1.h: Likewise.
14712         * soft-fp/op-2.h: Likewise.
14713         * soft-fp/op-4.h: Likewise.
14714         * soft-fp/op-8.h: Likewise.
14715         * soft-fp/op-common.h: Likewise.
14716         * soft-fp/quad.h: Likewise.
14717         * soft-fp/single.h: Likewise.
14718         * soft-fp/soft-fp.h: Likewise.
14719         * soft-fp/sqrtdf2.c: Likewise.
14720         * soft-fp/sqrtsf2.c: Likewise.
14721         * soft-fp/sqrttf2.c: Likewise.
14722         * soft-fp/subdf3.c: Likewise.
14723         * soft-fp/subsf3.c: Likewise.
14724         * soft-fp/subtf3.c: Likewise.
14725         * soft-fp/truncdfsf2.c: Likewise.
14726         * soft-fp/trunctfdf2.c: Likewise.
14727         * soft-fp/trunctfsf2.c: Likewise.
14728         * soft-fp/trunctfxf2.c: Likewise.
14729         * soft-fp/unorddf2.c: Likewise.
14730         * soft-fp/unordsf2.c: Likewise.
14731         * soft-fp/unordtf2.c: Likewise.
14732
14733 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
14734
14735         [BZ #15672]
14736         * misc/error.c (error_tail): Fix possible buffer overflow.
14737
14738 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
14739
14740         [BZ #13028]
14741         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
14742         address.
14743
14744 2013-10-14  P. J. McDermott  <pj@pehjota.net>
14745
14746         [BZ #832]
14747         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
14748         testing pipefail option.
14749
14750 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14751
14752         * soft-fp/double.h: Indent preprocessor directives inside #if.
14753         * soft-fp/extended.h: Likewise.
14754         * soft-fp/op-2.h: Likewise.
14755         * soft-fp/op-4.h: Likewise.
14756         * soft-fp/op-common.h: Likewise.
14757         * soft-fp/quad.h: Likewise.
14758         * soft-fp/single.h: Likewise.
14759         * soft-fp/soft-fp.h: Likewise.
14760
14761 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
14762
14763         * iconv/iconv_prog.c: Fix typos.
14764         * stdio-common/psiginfo-data.h: Likewise.
14765
14766 2013-10-12   Reuben Thomas <rrt@sc3d.org>
14767
14768         [BZ #15764]
14769         * locale/setlocale.c: Fix typo.
14770
14771 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14772
14773         [BZ #16036]
14774         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
14775         signaling NaN arguments.
14776         * soft-fp/unordsf2.c (__unordsf2): Likewise.
14777         * soft-fp/unordtf2.c (__unordtf2): Likewise.
14778
14779         [BZ #14910]
14780         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
14781         unordered operands.
14782         * soft-fp/gesf2.c (__gesf2): Likewise.
14783         * soft-fp/getf2.c (__getf2): Likewise.
14784         * soft-fp/ledf2.c (__ledf2): Likewise.
14785         * soft-fp/lesf2.c (__lesf2): Likewise.
14786         * soft-fp/letf2.c (__letf2): Likewise.
14787
14788         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
14789         * soft-fp/eqsf2.c (__eqsf2): Likewise.
14790         * soft-fp/eqtf2.c (__eqtf2): Likewise.
14791         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
14792         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
14793         * soft-fp/fixdfti.c (__fixdfti): Likewise.
14794         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
14795         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
14796         * soft-fp/fixsfti.c (__fixsfti): Likewise.
14797         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
14798         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
14799         * soft-fp/fixtfti.c (__fixtfti): Likewise.
14800         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
14801         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
14802         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
14803         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
14804         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
14805         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
14806         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
14807         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
14808         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
14809         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
14810         * soft-fp/floatdisf.c (__floatdisf): Likewise.
14811         * soft-fp/floatsisf.c (__floatsisf): Likewise.
14812         * soft-fp/floattidf.c (__floattidf): Likewise.
14813         * soft-fp/floattisf.c (__floattisf): Likewise.
14814         * soft-fp/floattitf.c (__floattitf): Likewise.
14815         * soft-fp/floatundidf.c (__floatundidf): Likewise.
14816         * soft-fp/floatundisf.c (__floatundisf): Likewise.
14817         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
14818         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
14819         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
14820         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
14821         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
14822         * soft-fp/gesf2.c (__gesf2): Likewise.
14823         * soft-fp/getf2.c (__getf2): Likewise.
14824         * soft-fp/ledf2.c (__ledf2): Likewise.
14825         * soft-fp/lesf2.c (__lesf2): Likewise.
14826         * soft-fp/letf2.c (__letf2): Likewise.
14827
14828         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
14829         Undefine and redefine.
14830         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
14831         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
14832         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
14833         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
14834         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14835         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
14836         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14837         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
14838         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14839         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
14840         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14841         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
14842         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14843         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
14844         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14845
14846         [BZ #16032]
14847         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
14848         without decrementing exponent if mantissa >= that for the
14849         denominator, not >.
14850         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
14851         denominator, not >.  Decrement exponent in < case instead of
14852         incrementing in >= case.
14853         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
14854         without decrementing exponent if mantissa >= that for the
14855         denominator, not >.
14856
14857         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
14858         computing saturated result for unsigned overflow.
14859
14860 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14861             Jeff Law  <law@redhat.com>
14862
14863         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
14864         (atan2Mp): Add systemtap probe marker.
14865         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
14866         (__ieee754_log): Add systemtap probe marker.
14867         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
14868         (atanMp): Add systemtap probe marker.
14869         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
14870         (tanMp): Add systemtap probe marker.
14871         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
14872         (__slowexp): Add systemtap probe marker.
14873         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
14874         (__slowpow): Add systemtap probe marker.
14875         * manual/probes.texi: Document probes.
14876
14877 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
14878
14879         [BZ #15362]
14880         * libio/fileops.c (_IO_new_file_write): Return count of bytes
14881         written.
14882         (_IO_new_file_xsputn): Don't return EOF if nothing has been
14883         written.
14884         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
14885         written to buffer but not flushed.
14886         * libio/iofwrite_u.c:  Likewise.
14887         * libio/iopadn.c:  Return bytes returned even if EOF was
14888         encountered.
14889         * libio/iowpadn.c:  Likewise.
14890         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
14891         if _IO_padn does not write the whole buffer.
14892         [!COMPILE_WPRINTF] (PAD): Likewise.
14893
14894 2013-10-10  David S. Miller  <davem@davemloft.net>
14895
14896         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
14897         directory block.
14898
14899 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14900
14901         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
14902         instead of FSF address.
14903         * soft-fp/fixdfti.c: Likewise.
14904         * soft-fp/fixsfti.c: Likewise.
14905         * soft-fp/fixtfti.c: Likewise.
14906         * soft-fp/fixunsdfti.c: Likewise.
14907         * soft-fp/fixunssfti.c: Likewise.
14908         * soft-fp/fixunstfti.c: Likewise.
14909         * soft-fp/floattidf.c: Likewise.
14910         * soft-fp/floattisf.c: Likewise.
14911         * soft-fp/floattitf.c: Likewise.
14912         * soft-fp/floatuntidf.c: Likewise.
14913         * soft-fp/floatuntisf.c: Likewise.
14914         * soft-fp/floatuntitf.c: Likewise.
14915         * soft-fp/trunctfxf2.c: Likewise.
14916
14917         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
14918         * soft-fp/fixdfti.c: Likewise.
14919         * soft-fp/fixsfti.c: Likewise.
14920         * soft-fp/fixtfti.c: Likewise.
14921         * soft-fp/fixunsdfti.c: Likewise.
14922         * soft-fp/fixunssfti.c: Likewise.
14923         * soft-fp/fixunstfti.c: Likewise.
14924         * soft-fp/floattidf.c: Likewise.
14925         * soft-fp/floattisf.c: Likewise.
14926         * soft-fp/floattitf.c: Likewise.
14927         * soft-fp/floatuntidf.c: Likewise.
14928         * soft-fp/floatuntisf.c: Likewise.
14929         * soft-fp/floatuntitf.c: Likewise.
14930         * soft-fp/trunctfxf2.c: Likewise.
14931
14932 2013-10-10  David S. Miller  <davem@davemloft.net>
14933
14934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14935
14936 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
14937
14938         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
14939         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
14940         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
14941         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
14942         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
14943         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
14944         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
14945
14946         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
14947         for NaNs before doing comparisons on argument.
14948         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
14949         Likewise.
14950
14951 2013-10-10  Will Newton  <will.newton@linaro.org>
14952
14953         * malloc/hooks.c (memalign_check): Ensure the value of bytes
14954         passed to _int_memalign does not overflow.
14955
14956 2013-10-10  Torvald Riegel  <triegel@redhat.com>
14957
14958         * scripts/bench.pl: Add include-sources directive.
14959         * benchtests/README: Update documentation.
14960
14961 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14962
14963         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
14964         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
14965         instead of FP_INIT_ROUNDMODE.
14966         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
14967         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
14968
14969         [BZ #16034]
14970         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
14971         copy class of input value.
14972         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
14973         not handle exceptions.
14974         * soft-fp/negsf2.c (__negsf2): Likewise.
14975         * soft-fp/negtf2.c (__negtf2): Likewise.
14976         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
14977
14978 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
14979
14980         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
14981         semicolon.  From Linux kernel.
14982
14983 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
14984
14985         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
14986
14987 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
14988
14989         [BZ #156]
14990         * manual/socket.texi: Added statement about buffer
14991         for gethostbyname2_r.
14992
14993 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
14994
14995         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
14996         Use .p2align directive instead, throughout.
14997         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
14998         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
14999         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15000         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15001         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15002         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15003         * sysdeps/x86_64/strchr.S: Likewise.
15004         * sysdeps/x86_64/strrchr.S: Likewise.
15005
15006 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15007
15008         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15009
15010         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15011
15012         * sysdeps/generic/math_private.h (__mpsin1): Remove
15013         declaration.
15014         (__mpcos1): Likewise.
15015         (__mpsin): New argument __range_reduce.
15016         (__mpcos): Likewise.
15017         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15018         (slow): Use __mpsin and __mpcos.
15019         (slow1): Likewise.
15020         (slow2): Likewise.
15021         (sloww): Likewise.
15022         (sloww1): Likewise.
15023         (sloww2): Likewise.
15024         (bsloww): Likewise.
15025         (bsloww1): Likewise.
15026         (bsloww2): Likewise.
15027         (cslow2): Likewise.
15028         (csloww): Likewise.
15029         (csloww1): Likewise.
15030         (csloww2): Likewise.
15031         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15032         range_reduce.  Merge in __mpsin1.
15033         (__mpcos): Likewise.
15034         (__mpsin1): Remove.
15035         (__mpcos1): Likewise.
15036
15037 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15038
15039         * locale/loadlocale.c (_nl_intern_locale_data): Use
15040         LOCFILE_ALIGNED_P.
15041         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15042         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15043         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15044         obstack data is appropriately aligned.
15045         (obstack_int32_grow_fast): Likewise.
15046         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15047         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15048         (add_locale_uint32_array): Likewise.
15049
15050 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15051
15052         * benchtests/Makefile: Remove ARGLIST and RET variables.
15053         ($(objpfx)bench-%.c): Pass only function name to the script.
15054         * benchtests/README: Update documentation.
15055         * benchtests/acos-inputs: Add new directives.
15056         * benchtests/acosh-inputs: Likewise.
15057         * benchtests/asin-inputs: Likewise.
15058         * benchtests/asinh-inputs: Likewise.
15059         * benchtests/atan-inputs: Likewise.
15060         * benchtests/atanh-inputs: Likewise.
15061         * benchtests/cos-inputs: Likewise.
15062         * benchtests/cosh-inputs: Likewise.
15063         * benchtests/exp-inputs: Likewise.
15064         * benchtests/log-inputs: Likewise.
15065         * benchtests/pow-inputs: Likewise.
15066         * benchtests/rint-inputs: Likewise.
15067         * benchtests/sin-inputs: Likewise.
15068         * benchtests/sinh-inputs: Likewise.
15069         * benchtests/tan-inputs: Likewise.
15070         * benchtests/tanh-inputs: Likewise.
15071         * scripts/bench.pl: Add support for new directives.
15072
15073 2013-10-07  Alan Modra  <amodra@gmail.com>
15074
15075         * README: Fix careless merge.
15076
15077 2013-10-05  Alan Modra  <amodra@gmail.com>
15078
15079         * NEWS: Mention powerpc64le support and bugs fixed.
15080         * README: Both big-endian and little-endian powerpc64 supported.
15081
15082 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15083
15084         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15085         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15086         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15087         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15088
15089 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15090
15091         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15092         match prototype.
15093
15094 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15095
15096         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15097         Move -mhard-float appending from
15098         ports/sysdeps/powerpc/powerpc32/Makefile.
15099         [$(with-fp) = yes] (ASFLAGS): Likewise.
15100         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15101         * sysdeps/powerpc/nofpu: Move directory from
15102         ports/sysdeps/powerpc/nofpu.
15103         * sysdeps/powerpc/soft-fp: Move directory from
15104         ports/sysdeps/powerpc/soft-fp.
15105         * sysdeps/powerpc/powerpc32/405: Move directory from
15106         ports/sysdeps/powerpc/powerpc32/405.
15107         * sysdeps/powerpc/powerpc32/440: Move directory from
15108         ports/sysdeps/powerpc/powerpc32/440.
15109         * sysdeps/powerpc/powerpc32/464: Move directory from
15110         ports/sysdeps/powerpc/powerpc32/464.
15111         * sysdeps/powerpc/powerpc32/476: Move directory from
15112         ports/sysdeps/powerpc/powerpc32/476.
15113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15114         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15116         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15118         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15120         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15122         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15123         * README: Update for powerpc-*-linux-gnu software floating point
15124         support in libc.
15125
15126         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15127         case to powerpc/powerpc32*.
15128         * sysdeps/unix/sysv/linux/configure: Regenerated.
15129
15130         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15131         (_FPU_MASK_OM): Define as 0x04.
15132         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15133         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15134         0x00c10080.
15135         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15136         0x0000003c.
15137         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15138
15139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15140         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15141         getcontext_e500.
15142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15143         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15144         setcontext_e500.
15145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15146         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15147         and setcontext_e500.
15148
15149 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15150
15151         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15152
15153 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15154
15155         * manual/threads.texi (Default Thread Attributes): Fix typo.
15156
15157 2013-10-04  Will Newton  <will.newton@linaro.org>
15158
15159         * malloc/Makefile: Add tst-memalign.
15160         * malloc/tst-memalign.c: New file.
15161
15162         * malloc/tst-posix_memalign.c: Add comments.
15163         (do_test): Add comments and call free on all potentially
15164         allocated pointers. Add space after cast.
15165
15166         * malloc/tst-pvalloc.c: Add comments.
15167         (do_test): Add comments and call free on all potentially
15168         allocated pointers. Remove duplicate check for NULL pointer.
15169         Add space after cast.
15170
15171         * malloc/tst-valloc.c: Add comments.
15172         (do_test): Add comments and call free on all potentially
15173         allocated pointers. Remove duplicate check for NULL pointer.
15174         Add space after cast.
15175
15176 2013-10-04  Alan Modra  <amodra@gmail.com>
15177
15178         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15179         Use stdint types in rather than __attribute__((mode())).
15180         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15181
15182 2013-10-04  Alan Modra  <amodra@gmail.com>
15183
15184         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15185         Correct handling of unaligned relocs for little-endian.
15186         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15187
15188 2013-10-04  Alan Modra  <amodra@gmail.com>
15189
15190         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15191         * configure: Regenerate.
15192         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15193         * shlib-versions: Likewise.
15194
15195 2013-10-04  Alan Modra  <amodra@gmail.com>
15196
15197         * string/tester.c (test_memrchr): Increment reported test cycle.
15198
15199 2013-10-04  Alan Modra  <amodra@gmail.com>
15200
15201         * string/test-memcpy.c (do_one_test): When reporting errors, print
15202         string address and don't overrun end of string.
15203
15204 2013-10-04  Alan Modra  <amodra@gmail.com>
15205
15206         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15207         insrdi.  Make better use of reg selection to speed exit slightly.
15208         Schedule entry path a little better.  Remove useless "are we done"
15209         checks on entry to main loop.  Handle wrapping around zero address.
15210         Correct main loop count.  Handle single left-over word from main
15211         loop inline rather than by using loop_small.  Remove extra word
15212         case in loop_small caused by wrong loop count.  Add little-endian
15213         support.
15214         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15215         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15216         cache hint.
15217         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15218         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15219         support.  Avoid rlwimi.
15220         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15221
15222 2013-10-04  Alan Modra  <amodra@gmail.com>
15223
15224         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15225         insrdi.  Formatting.
15226         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15227         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15228         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15229         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15230         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15231         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15232
15233 2013-10-04  Alan Modra  <amodra@gmail.com>
15234
15235         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15236         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15237         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15238         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15239         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15240         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15241         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15242         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15243         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15244         use of regs.  Use power7 mtocrf.  Tidy function tails.
15245
15246 2013-10-04  Alan Modra  <amodra@gmail.com>
15247
15248         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15249         Formatting.  Consistently use rXXX register defines or rN defines.
15250         Use early exit labels that avoid restoring unused non-volatile regs.
15251         Make cr field use more consistent with rWORDn compares.  Rename
15252         regs used as shift registers for unaligned loop, using rN defines
15253         for short lifetime/multiple use regs.
15254         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15255         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15256         addi 1,1,64 to pop stack frame.  Simplify return value code.
15257         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15258
15259 2013-10-04  Alan Modra  <amodra@gmail.com>
15260
15261         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15262         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15263         rather than rlwimi.
15264         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15265         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15266         little-endian support.  Correct typos.
15267         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15268         rather than rlwimi.
15269         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15270         in loop and entry code to keep "and." results.
15271         (strchr): Add little-endian support.  Comment.  Move cntlzd
15272         earlier in tail.
15273         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15274
15275 2013-10-04  Alan Modra  <amodra@gmail.com>
15276
15277         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15278         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15279         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15280         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15281
15282 2013-10-04  Alan Modra  <amodra@gmail.com>
15283
15284         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15285         (rTMP): Define as r11.
15286         (strcmp): Add little-endian support.  Optimise tail.
15287         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15288         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15289         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15290         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15291         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15292         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15293         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15294
15295 2013-10-04  Alan Modra  <amodra@gmail.com>
15296
15297         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15298         little-endian support.  Remove unnecessary "are we done" tests.
15299         Handle "s" wrapping around zero and extremely large "size".
15300         Correct main loop count.  Handle single left-over word from main
15301         loop inline rather than by using small_loop.  Correct comments.
15302         Delete "zero" tail, use "end_max" instead.
15303         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15304
15305 2013-10-04  Alan Modra  <amodra@gmail.com>
15306
15307         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15308         support.  Don't branch over align.
15309         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15310         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15311         support.  Rearrange tmp reg use to suit.  Comment.
15312         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15313
15314 2013-10-04  Alan Modra  <amodra@gmail.com>
15315
15316         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15317
15318 2013-10-04  Alan Modra  <amodra@gmail.com>
15319
15320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15321         conditional form of branch and link when obtaining pc.
15322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15323
15324 2013-10-04  Alan Modra  <amodra@gmail.com>
15325
15326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15327         HIWORD/LOWORD.
15328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15330
15331 2013-10-04  Alan Modra  <amodra@gmail.com>
15332
15333         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15334         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15335         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15336         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15337         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15338         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15339         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15340         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15341         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15342         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15343
15344 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15345             Alistair Popple <alistair@ozlabs.au.ibm.com>
15346             Alan Modra <amodra@gmail.com>
15347
15348         [BZ #15723]
15349         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15350         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15351         _dl_hwcap access for little-endian.
15352         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15353         destroy vmx regs when saving unaligned.
15354         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15355         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15356         destroy vmx regs when saving unaligned.
15357
15358 2013-10-04  Alan Modra  <amodra@gmail.com>
15359
15360         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15361         Don't use a union to pack hi/low value.
15362
15363 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15364
15365         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15366         for little-endian.
15367         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15368         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15369         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15370         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15371         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15372
15373 2013-10-04  Alan Modra  <amodra@gmail.com>
15374
15375         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15376         constants to usual value for .cst8 section, and remove redundant
15377         high address load.
15378         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15379         constant for 0x1p52.  Load little-endian words of double from
15380         correct stack offsets.
15381
15382 2013-10-04  Alan Modra  <amodra@gmail.com>
15383
15384         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15385         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15386         words of double from correct stack offsets.
15387         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15388         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15389         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15390         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15391         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15392         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15393         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15394         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15395         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15396         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15397         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15398         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15399         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15400         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15401         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15402         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15403         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15404
15405 2013-10-04  Alan Modra  <amodra@gmail.com>
15406
15407         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
15408         64-bit int/double union.
15409         (_FPU_SETCW): Likewise.
15410         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
15411         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
15412
15413 2013-10-04  Alan Modra  <amodra@gmail.com>
15414
15415         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
15416         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
15417
15418 2013-10-04  Alan Modra  <amodra@gmail.com>
15419
15420         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
15421         use vector int constants.
15422         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
15423
15424 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15425
15426         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
15427         array with long long.
15428         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
15429         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
15430         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
15431         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
15432         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
15433         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
15434         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
15435         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
15436         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
15437         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
15438         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
15439         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
15440         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
15441
15442 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15443
15444         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
15445         (__signbit): Likewise.  Correct for little-endian.
15446         (__signbitl): Call __signbit.
15447         (lrint): Correct for little-endian.
15448         (lrintf): Call lrint.
15449
15450 2013-10-04  Alan Modra  <amodra@gmail.com>
15451
15452         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
15453         union 32-bit int array member with 64-bit int array.
15454         (t515, tm256): Double rather than long double.
15455         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
15456
15457 2013-10-04  Alan Modra  <amodra@gmail.com>
15458
15459         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
15460         Delete.
15461         (IEEE854_LONG_DOUBLE_BIAS): Delete.
15462         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
15463         version of math_ldbl.h.
15464
15465 2013-10-04  Alan Modra  <amodra@gmail.com>
15466
15467         [BZ #15734], [BZ #15735]
15468         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
15469         all uses of ieee875 long double macros and unions.  Simplify test
15470         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
15471         ldbl_extract_mantissa value for ix,iy exponents.  Properly
15472         normalize after ldbl_extract_mantissa, and don't add hidden bit
15473         already handled.  Don't treat low word of ieee854 mantissa like
15474         low word of IBM long double and mask off bit when testing for
15475         zero.
15476         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
15477         all uses of ieee875 long double macros and unions.  Simplify tests
15478         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
15479         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
15480         two1022, instead use their values.  Recognise that tests for large
15481         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
15482         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
15483         Rewrite all uses of ieee875 long double macros and unions.  Simplify
15484         test for 0.0L and nan.  Correct negation.
15485         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
15486         ieee875 long double macros and unions.  Correct output for large
15487         magnitude x.  Correct absolute value calculation.
15488         (__erfcl): Likewise.
15489         * math/libm-test.inc: Add tests for errors discovered in IBM long
15490         double versions of fmodl, remainderl, erfl and erfcl.
15491
15492 2013-10-04  Alan Modra  <amodra@gmail.com>
15493
15494         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
15495         all uses of ieee854 long double macros and unions.  Simplify tests
15496         for long doubles that are fully specified by the high double.
15497         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
15498         Likewise.
15499         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
15500         Remove dead code too.
15501         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
15502         (__ieee754_ynl): Likewise.
15503         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
15504         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
15505         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
15506         Remove dead code too.
15507         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
15508         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
15509         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
15510         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
15511         Simplify.
15512         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
15513         Simplify.
15514         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
15515         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
15516         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
15517         Comment on variable precision.
15518         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
15519         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
15520         Likewise.
15521         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15522         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
15523         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
15524         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
15525         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
15526
15527 2013-10-04  Alan Modra  <amodra@gmail.com>
15528
15529         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
15530         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
15531         all uses of ieee854 long double macros and unions.
15532         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
15533         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
15534         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
15535         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
15536         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
15537         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
15538         Likewise.
15539         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
15540         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
15541         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
15542         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
15543         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
15544         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
15545         Simplify sign and nan test too.
15546         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
15547         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
15548         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
15549         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
15550         Likewise.
15551         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
15552         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
15553         Likewise.
15554         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15555         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
15556         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
15557         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
15558         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
15559         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
15560
15561 2013-10-04  Alan Modra  <amodra@gmail.com>
15562
15563         * stdio-common/printf_size.c (__printf_size): Don't use
15564         union ieee854_long_double in fpnum union.
15565         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
15566         signbit macro to retrieve sign from long double.
15567         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
15568         retrieve sign from long double.
15569         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
15570         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
15571         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
15572         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
15573         * math/test-misc.c (main): Don't use union ieee854_long_double.
15574
15575 2013-10-04  Alan Modra  <amodra@gmail.com>
15576
15577         [BZ #15680]
15578         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
15579         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
15580         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
15581         calculation.  Remove unnecessary test for denormal exponent.
15582         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
15583         Correct handling of denormals.  Avoid undefined shift behaviour.
15584         Correct normalisation of low mantissa when low double is denormal.
15585         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
15586         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
15587         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
15588         Correct normalisation of low mantissa.  Test for overflow of high
15589         mantissa and normalise.
15590         (ldbl_nearbyint): Use more readable constant for two52.
15591         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
15592         (__mpn_construct_long_double): Fix test for overflow of high
15593         mantissa and correct normalisation.  Avoid undefined shift.
15594
15595 2013-10-04  Alan Modra  <amodra@gmail.com>
15596
15597         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
15598         (union ibm_extended_long_double): Define as an array of ieee754_double.
15599         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
15600         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
15601         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
15602         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
15603         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
15604         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
15605         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
15606         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
15607         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
15608         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
15609         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
15610
15611 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
15612
15613         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
15614         page size instead of calling getpagesize.
15615
15616         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
15617         (LOCFILE_ALIGN_MASK): Likewise.
15618         (LOCFILE_ALIGN_UP): Likewise.
15619         (LOCFILE_ALIGNED_P): Likewise.
15620         * locale/programs/ld-collate.c (collate_output): Use the new
15621         macros instead of __alignof__ (int32_t).
15622         * locale/weight.h (findidx): Likewise.
15623
15624 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
15625
15626         [BZ #431]
15627         * manual/string.texi: Fix strncat and wcsncat.
15628
15629 2013-10-03  Brooks Moses  <bmoses@google.com>
15630
15631         [BZ #15915]
15632         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
15633         * Makerules: ...here, and adjust associated comments.
15634
15635 2013-10-02  Will Newton  <will.newton@linaro.org>
15636
15637         * malloc/Makefile: Add tst-pvalloc.
15638         * malloc/tst-pvalloc.c: New file.
15639
15640 2013-10-02  Will Newton  <will.newton@linaro.org>
15641
15642         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
15643         improve test coverage.
15644
15645 2013-10-02  Will Newton  <will.newton@linaro.org>
15646
15647         * malloc/Makefile: Add tst-posix_memalign.
15648         * malloc/tst-posix_memalign.c: New file.
15649
15650 2013-10-01  Eric Blake  <eblake@redhat.com>
15651
15652         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
15653         Use __THROWNL rather than __THROW on static functions.
15654
15655 2013-09-30  Petr Machata  <pmachata@redhat.com>
15656
15657         * elf/elf.h (R_AARCH64_ABS16): New macro.
15658         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
15659         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
15660         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
15661         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
15662         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
15663         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
15664         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
15665         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
15666         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
15667         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
15668         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
15669         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
15670         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
15671         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
15672         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
15673         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
15674         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
15675         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
15676         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
15677         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
15678         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
15679         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
15680         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
15681         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
15682         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
15683         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
15684         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
15685         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
15686         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
15687         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
15688         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
15689         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
15690         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
15691         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
15692         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
15693         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
15694         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
15695         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
15696         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
15697         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
15698         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
15699         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
15700         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
15701         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
15702         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
15703         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
15704         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
15705         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
15706         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
15707         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
15708         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
15709         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
15710         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
15711         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
15712         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
15713         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
15714         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
15715         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
15716         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
15717         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
15718         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
15719         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
15720         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
15721         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
15722         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
15723         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
15724         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
15725         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
15726         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
15727         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
15728         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
15729         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
15730         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
15731         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
15732         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
15733         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
15734         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
15735         (R_AARCH64_TLSDESC_LDR): Likewise.
15736         (R_AARCH64_TLSDESC_ADD): Likewise.
15737         (R_AARCH64_TLSDESC_CALL): Likewise.
15738
15739 2013-09-30  Andreas Schwab  <schwab@suse.de>
15740
15741         [BZ #15048]
15742         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
15743         the nss database lookup.
15744         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15745         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
15746
15747 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
15748
15749         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
15750
15751 2013-09-28  P. J. McDermott  <pj@pehjota.net>
15752
15753         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
15754         ${Bash-specific parameter/pattern/string} parameter expansion.
15755         * sysdeps/unix/make-syscalls.sh: Likewise.
15756
15757 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15758
15759         * sysdeps/sh/stackguard-macros.h: New file.
15760
15761 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
15762
15763         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
15764         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
15765         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
15766         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
15767         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15768         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
15769
15770 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15771
15772         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
15773         Fix thread ID register.
15774
15775 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
15776
15777         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
15778         [POSIX || UNIX98]: Require rather than permitting all symbols from
15779         <time.h>.
15780         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
15781         element of struct sched_param.
15782         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
15783         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
15784         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
15785         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
15786         constant.
15787
15788 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
15789
15790         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
15791         argument calculation.
15792
15793 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15794
15795         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
15796         Expect macro.
15797         [POSIX] (pthread_attr_t): Do not require type.
15798         [POSIX] (pthread_cond_t): Likewise.
15799         [POSIX] (pthread_condattr_t): Likewise.
15800         [POSIX] (pthread_key_t): Likewise.
15801         [POSIX] (pthread_mutex_t): Likewise.
15802         [POSIX] (pthread_mutexattr_t): Likewise.
15803         [POSIX] (pthread_once_t): Likewise.
15804         [POSIX] (pthread_t): Likewise.
15805         [POSIX-based standards] (pthread_atfork): Expect function.
15806
15807 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15808             Richard Sandiford  <richard@codesourcery.com>
15809
15810         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
15811         (swap_endianness_p): New extern variable.
15812         (set_big_endian): New inline function.
15813         (maybe_swap_uint32): Likewise.
15814         (maybe_swap_uint32_array): Likewise.
15815         (maybe_swap_uint32_obstack): Likewise.
15816         * locale/programs/locfile.c: Include <stdbool.h>.
15817         (swap_endianness_p): New variable.
15818         (add_locale_uint32): Call maybe_swap_uint32.
15819         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
15820         (write_locale_data): Call maybe_swap_uint32_array.
15821         * locale/programs/ld-collate.c (obstack_int32_grow): Call
15822         maybe_swap_uint32.
15823         (obstack_int32_grow_fast): Likewise.
15824         (output_weightwc): Call maybe_swap_uint32_obstack.
15825         (collate_output): Likewise.
15826         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
15827         (OPT_LITTLE_ENDIAN): Likewise.
15828         (options): Add --little-endian and --big-endian options.
15829         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
15830         * locale/programs/locarchive.c: Include "locfile.h".
15831         (GET): New macro.
15832         (SET): Likewise.
15833         (INC): Likewise.
15834         (create_archive): Use the new macros to access fields of
15835         structures directly mapped from or written to locale archives.
15836         (oldlocrecentcmp): Likewise.
15837         (enlarge_archive): Likewise.
15838         (insert_name): Likewise.
15839         (add_alias): Likewise.
15840         (add_locale): Likewise.
15841         (delete_locales_from_archive): Likewise.
15842         (show_archive_content): Likewise.
15843         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
15844         locale data.
15845
15846 2013-09-24  Roland McGrath  <roland@hack.frob.com>
15847
15848         * manual/freemanuals.texi: Updated from (newly) canonical copy at
15849         http://www.gnu.org/doc/freemanuals.texi.
15850         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
15851
15852 2013-09-24  Will Newton  <will.newton@linaro.org>
15853
15854         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
15855         macro.
15856
15857 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
15858
15859         * locale/hashval.h (compute_hashval): Interpret bytes of key as
15860         unsigned char.
15861
15862 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
15863
15864         * manual/threads.texi (POSIX Threads): Fix a typo.
15865
15866 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15867
15868         [BZ #14547]
15869         * string/tst-strcoll-overflow.c: New test case.
15870         * string/Makefile (xtests): Add tst-strcoll-overflow.
15871         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
15872         cache if string sizes may cause integer overflow.
15873
15874         [BZ #14547]
15875         * string/strcoll_l.c (coll_seq): New members rule, idx,
15876         save_idx and back_us.
15877         (get_next_seq_nocache): New function.
15878         (do_compare_nocache): New function.
15879         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
15880         when malloc fails.
15881
15882 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
15883
15884         [BZ #15754]
15885         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
15886         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
15887         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
15888
15889         [BZ #15754]
15890         * elf/Makefile (tests): Add tst-ptrguard1.
15891         (tests-static): Add tst-ptrguard1-static.
15892         (tst-ptrguard1-ARGS): Define.
15893         (tst-ptrguard1-static-ARGS): Define.
15894         * elf/tst-ptrguard1.c: New file.
15895         * elf/tst-ptrguard1-static.c: New file.
15896         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
15897         * sysdeps/i386/stackguard-macros.h: Likewise.
15898         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
15899         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
15900         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
15901         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
15902         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
15903         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
15904
15905 2013-09-23  Hector Marco  <hecmargi@upv.es>
15906             Ismael Ripoll  <iripoll@disca.upv.es>
15907             Carlos O'Donell  <carlos@redhat.com>
15908
15909         [BZ #15754]
15910         * sysdeps/generic/stackguard-macros.h: Define
15911         __pointer_chk_guard_local and POINTER_CHK_GUARD.
15912         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
15913         Define __pointer_chk_guard_local.
15914         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
15915         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
15916
15917 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
15918
15919         [BZ #15859]
15920         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
15921
15922 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
15923
15924         * include/string.h (__ffs): Declare as hidden.
15925         * string/ffs.c (__ffs): Define as hidden.
15926         * sysdeps/i386/ffs.c (__ffs): Likewise.
15927         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
15928         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
15929         * sysdeps/s390/ffs.c (__ffs): Likewise.
15930         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
15931
15932 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
15933
15934         * NEWS: Mention malloc probes.
15935
15936         * malloc/arena.c (new_heap): New memory_heap_new probe.
15937         (grow_heap): New memory_heap_more probe.
15938         (shrink_heap): New memory_heap_less probe.
15939         (heap_trim): New memory_heap_free probe.
15940         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
15941         (systrim): New memory_sbrk_less probe.
15942         * manual/probes.texi: Document them.
15943
15944         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
15945         * manual/probes.texi: Document it.
15946
15947         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
15948         (__libc_realloc): Add memory_realloc_retry probe.
15949         (__libc_memalign): Add memory_memalign_retry probe.
15950         (__libc_valloc): Add memory_valloc_retry probe.
15951         (__libc_pvalloc): Add memory_pvalloc_retry probe.
15952         (__libc_calloc): Add memory_calloc_retry probe.
15953         * manual/probes.texi: Document them.
15954
15955         * malloc/arena.c (get_free_list): Add probe
15956         memory_arena_reuse_free_list.
15957         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
15958         and memory_arena_reuse.
15959         (arena_get2) [!PER_THREAD]: Likewise.
15960         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
15961         memory_arena_reuse_realloc.
15962         * manual/probes.texi: Document them.
15963
15964         * malloc/malloc.c (__libc_free): Add
15965         memory_mallopt_free_dyn_thresholds probe.
15966         (__libc_mallopt): Add multiple memory_mallopt probes.
15967         * manual/probes.texi: Document them.
15968
15969         * malloc/malloc.c: Include stap-probe.h.
15970         (__libc_mallopt): Add memory_mallopt probe.
15971         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
15972         * manual/probes.texi: New.
15973         * manual/Makefile (chapters): Add probes.
15974         * manual/threads.texi: Set next node.
15975
15976 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
15977
15978         [BZ #15963, #13985]
15979         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
15980         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
15981         Add `Chinese' to `nan' entry name.
15982
15983 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
15984
15985         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
15986         (POLYNOMIAL): Likewise.
15987         (TAYLOR_SINCOS): Likewise.
15988         (TAYLOR_SLOW): Likewise.
15989         (__sin): Use TAYLOR_SINCOS.
15990         (__cos): Likewise.
15991         (slow): Use TAYLOR_SLOW.
15992         (sloww): Likewise.
15993         (bsloww): Likewise.
15994         (csloww): Likewise.
15995
15996 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15997
15998         * stdlib/strtod_l.c: Fix buffer overrun.
15999
16000 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16001
16002         * benchtests/Makefile (bench): Add sincos.
16003         * benchtests/bench-sincos.c: New file.
16004
16005         * math/libm-test.inc (cos_test_data): New test inputs.
16006         (sin_test_data): Likewise.
16007
16008         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16009         macro.
16010         (__sin): Use it.
16011         (__cos): Likewise.
16012         (slow1): Likewise.
16013         (slow2): Likewise.
16014         (sloww1): Likewise.
16015         (sloww2): Likewise.
16016         (bsloww1): Likewise.
16017         (bsloww2): Likewise.
16018         (cslow2): Likewise.
16019         (csloww1): Likewise.
16020         (csloww2): Likewise.
16021
16022         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16023         function.
16024         (__sin): Use it.
16025         (__cos): Likewise.
16026
16027         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16028         gotos.
16029         (__cos): Likewise.
16030
16031 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16032
16033         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16034         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16035         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16036         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16037         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16038         * elf/cache.c (print_entry): Handle the new cache flags.
16039
16040 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16041             Aldy Hernandez  <aldyh@redhat.com>
16042
16043         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16044         Change condition to [_SOFT_FLOAT].
16045         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16046         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16047         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16048         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16049         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16050         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16051         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16052         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16053         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16054         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16055         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16056         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16057         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16058         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16059         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16060         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16061         declaration.
16062
16063 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16064
16065         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16066         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16067         (__longjmp): Use LOAD_GP to load saved GPRs.
16068         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16069         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16070         (__sigsetjmp): Use SAVE_GP to save GPRs.
16071
16072         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16073         Do not append -msoft-float.
16074         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16075
16076 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16077
16078         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16079
16080 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16081
16082         [BZ #15966]
16083         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16084         (_FPU_GETCW): Use initial "__" on variable and field names but not
16085         on macro parameter name.
16086         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16087         parentheses around reference to macro parameter.
16088
16089 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16090
16091         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16092         prototype.
16093         (ctype_startup): Use uint32_t in cast and sizeof for
16094         ctype->charnames.
16095
16096 2013-09-11  Jia Liu  <proljc@gmail.com>
16097
16098         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16099         __daddr_t_defined.
16100         [__FreeBSD__]: Likewise.
16101
16102 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16103
16104         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16105         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16106         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16107         (strchr): Remove __strchr_sse42 ifunc selection.
16108         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16109         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16110
16111 2013-09-11  Will Newton  <will.newton@linaro.org>
16112
16113         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16114         parameter to RES. Remove hardcoded 1000 value.
16115         * benchtests/bench-skeleton.c (main): Pass RES parameter
16116         to TIMING_INIT and multiply result by 1000.
16117
16118 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16119
16120         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16121
16122 2013-09-11  Andreas Schwab  <schwab@suse.de>
16123
16124         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16125         if not defined.
16126         (O_TMPFILE) [__USE_GNU]: Define.
16127         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16128         Define.
16129
16130 2013-09-11  Will Newton  <will.newton@linaro.org>
16131
16132         [BZ #15857]
16133         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16134         does not overflow.
16135
16136 2013-09-11  Will Newton  <will.newton@linaro.org>
16137
16138         [BZ #15856]
16139         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16140         does not overflow.
16141
16142 2013-09-11  Will Newton  <will.newton@linaro.org>
16143
16144         [BZ #15855]
16145         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16146         does not overflow.
16147
16148 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16149
16150         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16151         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16152         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16153         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16154         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16155
16156 2013-09-10  Allan McRae  <allan@archlinux.org>
16157
16158         [BZ #15748]
16159         * manual/arith.texi (Parsing of Floats): Clarify
16160         cross-reference.
16161
16162         [BZ #15849]
16163         * manual/install.texi (Running make install): Mention
16164         --enable-pt-chown.
16165         * INSTALL: Regenerated.
16166
16167 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16168
16169         * csu/init-first.c (_init): Remove the !SHARED condition around
16170         FPU control word initialization.
16171         * elf/dl-support.c (_dl_fpu_control): New variable.
16172         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16173         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16174         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16175         * math/test-fpucw-static.c: New file.
16176         * math/test-fpucw-ieee.c: New file.
16177         * math/test-fpucw-ieee-static.c: New file.
16178         * math/Makefile (tests): Add `test-fpucw-ieee' and
16179         `$(tests-static)'.
16180         (tests-static): New variable.
16181         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16182         dependency to...
16183         [($(build-shared),yes)]
16184         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16185         ... this.
16186         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16187         New dependency.
16188
16189 2013-09-09  Allan McRae  <allan@archlinux.org>
16190
16191         [BZ #15939]
16192         * manual/string.texi (Collation Functions): Fix typo in
16193         strcoll example.
16194         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16195
16196         [BZ #15893]
16197         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16198
16199         [BZ #15892]
16200         * libio/memstream.c (open_memstream): Fix memory leak.
16201         * libio/wmemstream.c (open_wmemstream): Likewise.
16202
16203         [BZ #15895]
16204         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16205
16206 2013-09-09  Will Newton  <will.newton@linaro.org>
16207
16208         * malloc/Makefile: Add tst-realloc to tests.
16209         * malloc/tst-realloc.c: New file.
16210
16211 2013-09-09  Allan McRae  <allan@archlinux.org>
16212
16213         [BZ #15844]
16214         * COPYING: Update from GNU website to fix FSF address.
16215         * COPYING.LIB: Likewise.
16216
16217 2013-09-06  David S. Miller  <davem@davemloft.net>
16218
16219         * po/zh_TW.po: Update Chinese (traditional) translation from
16220         translation project.
16221
16222 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16223             Joseph Myers  <joseph@codesourcery.com>
16224
16225         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16226         "localeinfo.h".
16227         (obstack_chunk_alloc): New macro.
16228         (obstack_chunk_free): Likewise.
16229         (record_offset): New function.
16230         (init_locale_data): Likewise.
16231         (align_locale_data): Likewise.
16232         (add_locale_empty): Likewise.
16233         (add_locale_raw_data): Likewise.
16234         (add_locale_raw_obstack): Likewise.
16235         (add_locale_string): Likewise.
16236         (add_locale_wstring): Likewise.
16237         (add_locale_uint32): Likewise.
16238         (add_locale_uint32_array): Likewise.
16239         (add_locale_char): Likewise.
16240         (start_locale_structure): Likewise.
16241         (end_locale_structure): Likewise.
16242         (start_locale_prelude): Likewise.
16243         (end_locale_prelude): Likewise.
16244         (write_locale_data): Take locale_file structure rather than an
16245         iovec.
16246         * locale/programs/locfile.h: Include "obstack.h".
16247         (struct locale_file): Change to store locale file contents instead
16248         of header.
16249         (init_locale_data): New prototype.
16250         (align_locale_data): Likewise.
16251         (add_locale_empty): Likewise.
16252         (add_locale_raw_data): Likewise.
16253         (add_locale_raw_obstack): Likewise.
16254         (add_locale_string): Likewise.
16255         (add_locale_wstring): Likewise.
16256         (add_locale_uint32): Likewise.
16257         (add_locale_uint32_array): Likewise.
16258         (add_locale_char): Likewise.
16259         (start_locale_structure): Likewise.
16260         (end_locale_structure): Likewise.
16261         (start_locale_prelude): Likewise.
16262         (end_locale_prelude): Likewise.
16263         (write_locale_data): Update prototype.
16264         * locale/programs/3level.h (struct TABLE): Remove result field.
16265         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16266         Use new locale_file interface.
16267         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16268         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16269         * locale/programs/ld-address.c (address_output): Use new
16270         locale_file interface.
16271         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16272         NO_ADD_LOCALE.
16273         (collate_finish): Don't call collseq_table_finalize.
16274         (collate_output): Use new locale_file interface.
16275         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16276         in file.
16277         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16278         (TABLE): Move defines earlier in file.
16279         (ELEMENT): Likewise.
16280         (DEFAULT): Likewise.
16281         (wctrans_table_add): Move macro and inline function earlier in
16282         file.
16283         (struct wctype_table): Move type earlier in file.
16284         (add_locale_wctype_table): New static prototype.
16285         (struct locale_ctype_t): Use logical types instead of struct iovec
16286         pointers for members.
16287         (ctype_output): Use new locale_file interface.
16288         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16289         new locale_file interface.
16290         (allocate_arrays): Update for use of new locale_file interface.
16291         * locale/programs/ld-identification.c (identification_output): Use
16292         new locale_file interface.
16293         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16294         * locale/programs/ld-messages.c (messages_output): Likewise.
16295         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16296         * locale/programs/ld-name.c (name_output): Likewise.
16297         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16298         * locale/programs/ld-paper.c (paper_output): Likewise.
16299         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16300         * locale/programs/ld-time.c (time_output): Likewise.
16301
16302 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16303
16304         * benchtests/Makefile: Add memrchr benchmark.
16305         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16306         benchmark as memrchr.
16307         * benchtests/bench-memrchr-ifunc.c: New file.
16308         * benchtests/bench-memrchr.c: New file.
16309
16310 2013-09-06   Will Newton  <will.newton@linaro.org>
16311
16312         * benchtests/Makefile (string-bench): Add memcpy.
16313
16314 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16315             Cong Wang  <amwang@redhat.com>
16316
16317         [BZ #15850]
16318         * sysdeps/unix/sysv/linux/bits/in.h
16319         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16320         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16321         before __USE_KERNEL_IPV6_DEFS uses.
16322         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16323         IPPROTO_BEETPH.
16324         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16325         sockaddr_in6, or ipv6_mreq.
16326
16327 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16328
16329         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16330         memory access for final bytes in some large inputs.
16331         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16332
16333 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16334
16335         * string/test-memrchr.c: New file.
16336         * string/test-memrchr-ifunc.c: New file.
16337         * string/Makefile: Add new memrchr testcase.
16338
16339 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16340
16341         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16342         fanotify_init returns EPERM.
16343
16344 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16345
16346         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16347         errors.
16348         (top level): Treat second token from macro or constant entries for
16349         allowed headers as allowed.
16350         * include/complex.h: Condition internal declarations on
16351         [!_ISOMAC].
16352         * include/fenv.h: Condition include of <stdbool.h> and internal
16353         declarations on [!_ISOMAC].
16354
16355 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16356
16357         [BZ #15923]
16358         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16359
16360 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16361
16362         * configure.in (--enable-versioning): Remove configure option.
16363         (libc_cv_asm_symver_directive): Remove configure test.
16364         (libc_cv_ld_version_script_option): Likewise.
16365         (VERSIONING): Remove variable and AC_SUBST.
16366         (DO_VERSIONING): Remove AC_DEFINE.
16367         * configure: Regenerated.
16368         * config.h.in (DO_VERSIONING): Remove macro.
16369         * Makerules [$(versioning) = yes]: Change conditionals to
16370         [$(build-shared) = yes].
16371         * config.make.in (versioning): Remove variable.
16372         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16373         [$(build-shared) = yes].
16374         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16375         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16376         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16377         [$(build-shared) = yes].
16378         * extra-lib.mk [$(versioning) = yes]: Likewise.
16379         * hurd/Makefile [$(versioning) = yes]: Likewise.
16380         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16381         [SHARED].
16382         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16383         [SHARED].
16384         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16385         [SHARED && !NO_HIDDEN].
16386         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16387         [SHARED].
16388         [SHARED && DO_VERSIONING]: Likewise..
16389         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16390         [$(build-shared) = yes].
16391         * manual/install.texi (--disable-versioning): Remove
16392         documentation.
16393         * INSTALL: Regenerated.
16394         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16395         to [SHARED].
16396         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16397         [$(build-shared) = yes].
16398         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16399         * sysdeps/i386/i686/multiarch/strstr-c.c
16400         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16401         [SHARED && !NO_HIDDEN].
16402         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16403         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16404         * sysdeps/powerpc/powerpc32/dl-machine.c
16405         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16406         * sysdeps/powerpc/powerpc32/sysdep.h
16407         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
16408         to [SHARED && PIC && !NO_HIDDEN].
16409         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
16410         conditional to [SHARED].
16411
16412 2013-09-04   Will Newton  <will.newton@linaro.org>
16413
16414         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
16415         * benchtests/bench-string.h: Include bench-timing.h instead
16416         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
16417         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
16418         call to HP_TIMING_DIFF_INIT.
16419         * benchtests/bench-memccpy.c: Use bench-timing.h macros
16420         instead of hp-timing.h macros.
16421         * benchtests/bench-memchr.c: Likewise.
16422         * benchtests/bench-memcmp.c: Likewise.
16423         * benchtests/bench-memcpy.c: Likewise.
16424         * benchtests/bench-memmem.c: Likewise.
16425         * benchtests/bench-memmove.c: Likewise.
16426         * benchtests/bench-memset.c: Likewise.
16427         * benchtests/bench-rawmemchr.c: Likewise.
16428         * benchtests/bench-strcasecmp.c: Likewise.
16429         * benchtests/bench-strcasestr.c: Likewise.
16430         * benchtests/bench-strcat.c: Likewise.
16431         * benchtests/bench-strchr.c: Likewise.
16432         * benchtests/bench-strcmp.c: Likewise.
16433         * benchtests/bench-strcpy.c: Likewise.
16434         * benchtests/bench-strcpy_chk.c: Likewise.
16435         * benchtests/bench-strlen.c: Likewise.
16436         * benchtests/bench-strncasecmp.c: Likewise.
16437         * benchtests/bench-strncat.c: Likewise.
16438         * benchtests/bench-strncmp.c: Likewise.
16439         * benchtests/bench-strncpy.c: Likewise.
16440         * benchtests/bench-strnlen.c: Likewise.
16441         * benchtests/bench-strpbrk.c: Likewise.
16442         * benchtests/bench-strrchr.c: Likewise.
16443         * benchtests/bench-strspn.c: Likewise.
16444         * benchtests/bench-strstr.c: Likewise.
16445
16446 2013-09-04  Will Newton  <will.newton@linaro.org>
16447
16448         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
16449
16450 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
16451
16452         [BZ #15427]
16453         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
16454         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
16455         * math/libm-test.inc (lgamma_test_data): Add more tests.
16456         * sysdeps/i386/fpu/libm-test-ulps: Update.
16457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16458
16459 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
16460
16461         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
16462         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
16463         Add ifunc.
16464         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
16465         Add strcmp-sse2-unaligned
16466         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
16467
16468 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16469
16470         * Versions.def (libc): Add GLIBC_2.19.
16471
16472 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16473
16474         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
16475         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
16476
16477 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
16478
16479         [BZ #14155]
16480         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
16481         intermediate calculations in recurrence.
16482         (__ieee754_ynf): Likewise.
16483         * math/libm-test.inc (jn_test_data): Do not allow spurious
16484         underflow exception.  Add more tests.
16485         (yn_test_data): Add more tests.
16486         * sysdeps/i386/fpu/libm-test-ulps: Update.
16487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16488
16489 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
16490
16491         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
16492
16493 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16494
16495         * csu/init-first.c: Fix then/than typos.
16496         * locale/programs/ld-collate.c: Likewise.
16497         * locale/programs/linereader.h: Likewise.
16498         * manual/charset.texi: Likewise.
16499         * manual/filesys.texi: Likewise.
16500         * manual/stdio.texi: Likewise.
16501         * manual/string.texi: Likewise.
16502         * stdlib/fmtmsg.c: Likewise.
16503         * sysdeps/i386/stpncpy.S: Likewise.
16504         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16505         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16506         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16507         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16508
16509 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16510
16511         * elf/dl-open.c: Fix typos.
16512         * iconvdata/gbbig5.c: Likewise.
16513         * iconvdata/iso-2022-jp.c: Likewise.
16514         * iconv/gconv_int.h: Likewise.
16515         * iconv/loop.c: Likewise.
16516         * nis/rpcsvc/nis.h: Likewise.
16517         * resolv/ns_name.c: Likewise.
16518         * stdio-common/vfscanf.c: Likewise.
16519         * streams/stropts.h: Likewise.
16520         * sunrpc/rpc_thread.c: Likewise.
16521         * sysdeps/i386/strpbrk.S: Likewise.
16522         * sysdeps/ieee754/k_standard.c: Likewise.
16523         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
16524         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16525         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
16526         * sysdeps/mach/hurd/profil.c: Likewise.
16527         * sysdeps/s390/dl-procinfo.h: Likewise.
16528         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
16529         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
16530         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
16531         * sysdeps/x86_64/dl-trampoline.S: Likewise.
16532         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
16533
16534 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
16535
16536         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
16537         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
16538
16539 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
16540
16541         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
16542         aix specific files.
16543         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
16544         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
16545         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
16546         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
16547         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
16548         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
16549         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
16550         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
16551
16552 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16553             Roland McGrath  <roland@hack.frob.com>
16554
16555         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
16556         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
16557
16558 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16559
16560         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
16561         __executable_start symbol instead of _start.
16562
16563 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16564
16565         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
16566         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
16567         Move macros to...
16568         * sysdeps/gnu/ldsodefs.h: ... this new file.
16569
16570         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
16571         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
16572         instead of ELFOSABI_LINUX.
16573
16574         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
16575         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
16576         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
16577         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
16578         Likewise.
16579         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
16580         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
16581         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
16582         Likewise.
16583         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16584         (ibm_extended_long_double): Add ieee_nan member.
16585         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
16586         (do_test): New function.
16587
16588         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
16589         TEST_TRUNC.
16590         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
16591         functions, renamed from truncdfsf_test, trunctfsf_test,
16592         trunctfdf_test.
16593         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
16594         functions.
16595         (do_test): Run all these.
16596
16597 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
16598
16599         * argp/argp-help.c: Fix typos.
16600         * argp/argp-parse.c: Likewise.
16601         * debug/backtracesyms.c: Likewise.
16602         * elf/elf.h: Likewise.
16603         * malloc/malloc.c: Likewise.
16604         * nis/nis_print.c: Likewise.
16605         * resolv/res_comp.c: Likewise.
16606         * stdlib/stdlib.h: Likewise.
16607         * sunrpc/clnt_tcp.c: Likewise.
16608         * sunrpc/clnt_udp.c: Likewise.
16609         * sunrpc/clnt_unix.c: Likewise.
16610         * sysdeps/unix/bsd/ptsname.c: Likewise.
16611         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
16612         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
16613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
16614         Likewise.
16615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
16616         Likewise.
16617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
16618         Likewise.
16619         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
16620
16621 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16622
16623         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
16624         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16625
16626 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
16627
16628         [BZ #15897]
16629         * dlfcn/Makefile (tests): Add bug-dl-leaf.
16630         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
16631         ($(objpfx)bug-dl-leaf): New rule.
16632         ($(objpfx)bug-dl-leaf.so): Likewise.
16633         ($(objpfx)bug-dl-leaf.out): Likewise.
16634         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
16635         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
16636         * dlfcn/bug-dl-leaf.c: New test.
16637         * dlfcn/bug-dl-leaf-lib.c: Likewise.
16638         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
16639         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
16640         (dlclose): Likewise.
16641         (dlmopen): Likewise.
16642
16643 2013-08-27  Roland McGrath  <roland@hack.frob.com>
16644
16645         * include/netdb.h [!_ISOMAC]:
16646         Don't include <tls.h>.
16647         (h_errno, __libc_h_errno): Move declaration and macros out of
16648         [_LIBC_REENTRANT].
16649
16650         * include/resolv.h [_RESOLV_H_]:
16651         Don't include <tls.h>.
16652         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
16653         * resolv/res_libc.c: Don't include <tls.h>.
16654         (_res): Use __attribute__ ((nocommon)) in place of
16655         __attribute__ ((section (".bss"))).
16656
16657         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
16658         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
16659
16660         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
16661
16662         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
16663         only under [SIOCGIFCONF && SIOCGIFNETMASK].
16664
16665         * resolv/res_mkquery.c: Include <sys/time.h>.
16666
16667         * inet/ifreq.c: Moved to ...
16668         * sysdeps/unix/ifreq.c: ... here.
16669         * inet/ifreq.c: New file, true stub version.
16670
16671         * socket/sa_len.c: New file.
16672         * socket/Makefile (aux): Add it.
16673         * sysdeps/unix/sysv/linux/Makefile
16674         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
16675         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
16676         and #include <socket/sa_len.c>.
16677         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
16678         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
16679
16680         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
16681         * bits/socket.h: ... here.
16682
16683         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
16684         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
16685         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
16686
16687 2013-08-27  Andreas Schwab  <schwab@suse.de>
16688
16689         [BZ #15736]
16690         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
16691         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
16692         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
16693         * string/test-strcasecmp.c (test_main): Run tests in several
16694         locales.
16695         * string/test-strncasecmp.c (test_main): Likewise.
16696
16697         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
16698         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
16699         to __strcasecmp_nonascii and __strncasecmp_nonascii.
16700         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
16701         (__strncasecmp_ssse3) [PIC]: Likewise.
16702
16703 2013-08-26  Roland McGrath  <roland@hack.frob.com>
16704
16705         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
16706
16707         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
16708         instead of explicitly declaring xdecrypt.
16709         * nis/nss_nis/nis-publickey.c: Likewise.
16710
16711 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16712
16713         [BZ #15890]
16714         * nscd/aicache.c: Include res_hconf.h.
16715         (addhstaiX): Initialize res_hconf.
16716
16717 2013-08-26  Andreas Schwab  <schwab@suse.de>
16718
16719         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
16720         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
16721
16722 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16723
16724         * nscd/aicache.c (addhstaiX): Fix indentation.
16725
16726 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
16727
16728         * configure.ac: Quote $build_pt_chown test.
16729         * configure: Regenerated.
16730
16731 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
16732
16733         [BZ #15532]
16734         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
16735         * math/s_cexpf.c (__cexpf): Likewise.
16736         * math/s_cexpl.c (__cexpl): Likewise.
16737         * math/libm-test.inc (cexp_test_data): Correct expected return
16738         value for NaN + i0.  Add another test.
16739
16740 2013-08-22  David S. Miller  <davem@davemloft.net>
16741
16742         * po/ca.po: Update Catalan translation from translation project.
16743         * po/uk.po: Add Ukrainian translations from translation project.
16744
16745 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
16746
16747         [BZ #15797]
16748         * math/s_fdim.c (__fdim): Check for infinite arguments if result
16749         is infinite, not alongside NaN test.
16750         * math/s_fdimf.c (__fdimf): Likewise.
16751         * math/s_fdiml.c (__fdiml): Likewise.
16752         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
16753         errno is unchanged.
16754
16755 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
16756
16757         * argp/argp-help.c: Fix typos.
16758         * crypt/speeds.c: Likewise.
16759         * csu/check_fds.c: Likewise.
16760         * elf/dl-load.c: Likewise.
16761         * elf/dl-open.c: Likewise.
16762         * elf/reldep3.c: Likewise.
16763         * elf/reldep.c: Likewise.
16764         * elf/sprof.c: Likewise.
16765         * iconv/iconv_charmap.c: Likewise.
16766         * iconv/skeleton.c: Likewise.
16767         * iconv/strtab.c: Likewise.
16768         * io/lockf64.c: Likewise.
16769         * libio/libioP.h: Likewise.
16770         * resolv/gai_notify.c: Likewise.
16771         * resolv/ns_name.c: Likewise.
16772         * resolv/ns_samedomain.c: Likewise.
16773         * resolv/res_send.c: Likewise.
16774         * stdlib/random.c: Likewise.
16775         * sunrpc/rpc/xdr.h: Likewise.
16776         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
16777         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
16778         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
16779         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
16780         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
16781         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
16782         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
16783         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
16784         * sysdeps/mach/hurd/check_fds.c: Likewise.
16785         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
16786         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16787         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16788         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
16789         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16790         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
16791         * sysdeps/pthread/aio_notify.c: Likewise.
16792         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
16793         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
16794         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
16795         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
16796         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16797
16798 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16799
16800         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
16801         version if bit_Slow_SSE4_2 is set.
16802         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
16803         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
16804
16805 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16806
16807         [BZ #15867]
16808         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
16809         trampoline stack frame information.
16810         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
16811         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
16812         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
16813         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
16814         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
16815         * sysdeps/unix/sysv/linux/powerpc/init-first.c
16816         (_libc_vdso_platform_setup): Initialize the signal trampolines.
16817         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
16818         sa_flags value.
16819         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
16820         interrupting a syscall and set with option SA_SIGINFO.
16821
16822 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16823
16824         [BZ #15531]
16825         * math/s_cproj.c (__cproj): Only return an infinity if one part of
16826         argument is infinite.
16827         * math/s_cprojf.c (__cprojf): Likewise.
16828         * math/s_cprojl.c (__cprojl): Likewise.
16829         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
16830         * math/libm-test.inc (cproj_test_data): Add more tests.
16831
16832         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
16833
16834         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
16835         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
16836         size.  Use __ffs to determine corresponding shift.
16837
16838 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16839             Roland McGrath  <roland@hack.frob.com>
16840
16841         * Makefile (INSTALL): Remove trailing blank lines from output of
16842         makeinfo.
16843
16844 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16845
16846         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
16847         Align 32 bit compat elf_greg to 8 bytes.
16848
16849 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16850
16851         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
16852
16853 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16854
16855         * string/strcoll_l.c (coll_seq): New structure.
16856         (get_next_seq_cached): New function.
16857         (get_next_seq): New function.
16858         (do_compare): New function.
16859         (STRCOLL): Use GNU style definition.  Simplify implementation
16860         by using get_next_seq, get_next_seq_cached and do_compare.
16861
16862 2013-08-16  Florian Weimer  <fweimer@redhat.com>
16863
16864         [BZ #14699]
16865         CVE-2013-4237
16866         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
16867         member.
16868         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
16869         member.
16870         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
16871         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
16872         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
16873         conditional.
16874         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
16875         GETDENTS_64BIT_ALIGNED.
16876         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
16877         * manual/filesys.texi (Reading/Closing Directory): Document
16878         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
16879         strongly.
16880         * manual/conf.texi (Limits for Files): Add portability note to
16881         NAME_MAX, PATH_MAX.
16882         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
16883
16884 2013-08-13  Andreas Schwab  <schwab@suse.de>
16885
16886         [BZ #15749]
16887         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
16888         of fabs.
16889         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
16890         LDBL_MAX_EXP >= 16384]: Add tests for it.
16891
16892 2013-08-12  David S. Miller  <davem@davemloft.net>
16893
16894         * version.h (RELEASE): Set to "development".
16895         (VERSION): Set to "2.18.90".
16896         * NEWS: Add 2.19 section.
16897
16898 2013-08-03  David S. Miller  <davem@davemloft.net>
16899
16900         * po/ko.po: Update Korean translation from translation project.
16901
16902 2013-08-01  David S. Miller  <davem@davemloft.net>
16903
16904         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
16905         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
16906         Bilka.
16907
16908 2013-07-30  David S. Miller  <davem@davemloft.net>
16909
16910         * po/fr.po: Update French translation from translation project.
16911
16912 2013-07-28  David S. Miller  <davem@davemloft.net>
16913
16914         * po/cs.po: Update Czech translation from translation project.
16915
16916         * po/sv.po: Update Swedish translation from translation project.
16917
16918 2013-07-27  David S. Miller  <davem@davemloft.net>
16919
16920         * po/eo.po: Update Esperanto translation from translation project.
16921
16922         * po/vi.po: Update Vietnamese translation from translation project.
16923
16924         * po/de.po: Update German translation from translation project.
16925
16926 2013-07-26  David S. Miller  <davem@davemloft.net>
16927
16928         * po/bg.po: Update Bulgarian translation from translation project.
16929
16930         * po/nl.po: Update Dutch translation from translation project.
16931         * po/pl.po: Update Polish translation from translation project.
16932         * po/ru.po: Update Russian translation from translation project.
16933
16934 2013-07-24  David S. Miller  <davem@davemloft.net>
16935
16936         * po/libc.pot: Update.
16937
16938 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16939
16940         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
16941         variable page size.
16942         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
16943         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
16944         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
16945
16946 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16947
16948         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
16949
16950 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16951             Andreas Schwab  <schwab@suse.de>
16952             Roland McGrath  <roland@hack.frob.com>
16953             Joseph Myers  <joseph@codesourcery.com>
16954             Carlos O'Donell  <carlos@redhat.com>
16955
16956         [BZ #15755]
16957         * config.h.in: Define HAVE_PT_CHOWN.
16958         * config.make.in (build-pt-chown): New variable.
16959         * configure.in (--enable-pt_chown): New configure option.
16960         * configure: Regenerate.
16961         * login/Makefile: Include Makeconfig.  Build pt_chown only if
16962         build-pt-chown is enabled.
16963         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
16964         pt_chown to fix pty ownership.
16965         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
16966         CLOSE_ALL_FDS.
16967         * manual/install.texi (Configuring and compiling): Mention
16968         --enable-pt_chown. Add @findex for grantpt.
16969         * INSTALL: Regenerate.
16970
16971 2013-07-20  David S. Miller  <davem@davemloft.net>
16972
16973         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
16974         difference between 32-bit and 64-bit.
16975
16976 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
16977
16978         [BZ #15711]
16979         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
16980         Avoid system header dependency with -ffreestanding.
16981         ($(objpfx)bits/syscall%d): Likewise.
16982
16983 2013-07-13  David S. Miller  <davem@davemloft.net>
16984
16985         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
16986         underflows from atanl/atan2l due to bug 15319.
16987         (casinh_test_data): Likewise.
16988
16989 2013-07-07  David S. Miller  <davem@davemloft.net>
16990
16991         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
16992
16993 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
16994
16995         * sysdeps/i386/fpu/libm-test-ulps: Update.
16996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16997
16998 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16999
17000         * configure.in (--enable-lock-elision): Fix message text.
17001         * INSTALL: Regenerate.
17002         * configure: Regenerate.
17003
17004 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17005
17006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17007
17008 2013-07-03  Andreas Jaeger  <aj@suse.de>
17009
17010         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17011         define.
17012         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17013         (ptrace_peeksiginfo_args): Add.
17014         (__ptrace_peeksiginfo_flags): Add.
17015         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17016         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17017         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17018
17019 2013-07-03  Allan McRae  <allan@archlinux.org>
17020
17021         * sysdeps/i386/fpu/libm-test-ulps: Update.
17022
17023 2013-07-02  David S. Miller  <davem@davemloft.net>
17024
17025         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17026
17027 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17028
17029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17030
17031 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17032
17033         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17035
17036 2013-07-02  Andi Kleen <ak@linux.intel.com>
17037
17038         * config.h.in (ENABLE_LOCK_ELISION): Add.
17039         * configure.in (--enable-lock-elision): Add option.
17040         * manual/install.texi: Document --enable lock elision.
17041         * configure: Regenerate
17042         * INSTALL: Regenerate.
17043
17044 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17045
17046         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17047         SSE4.2 strcasecmp for libc.a.
17048         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17049
17050 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17051
17052         [BZ #13304]
17053         * soft-fp/op-common.h (_FP_FMA): New macro.
17054         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17055         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17056         (_FP_MUL_MEAT_1_imm): ... here.
17057         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17058         (_FP_MUL_MEAT_1_wide): ... here.
17059         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17060         (_FP_MUL_MEAT_1_hard): ... here.
17061         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17062         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17063         (_FP_MUL_MEAT_2_wide): ... here.
17064         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17065         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17066         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17067         (_FP_MUL_MEAT_2_gmp): ... here.
17068         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17069         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17070         (_FP_MUL_MEAT_4_wide): ... here.
17071         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17072         (_FP_MUL_MEAT_4_gmp): ... here.
17073         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17074         (_FP_WFRACBITS_DW_S): Likewise.
17075         (_FP_WFRACXBITS_DW_S): Likewise.
17076         (_FP_HIGHBIT_DW_S): Likewise.
17077         (FP_FMA_S): Likewise.
17078         (_FP_FRAC_HIGH_DW_S): Likewise.
17079         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17080         (_FP_WFRACBITS_DW_D): Likewise.
17081         (_FP_WFRACXBITS_DW_D): Likewise.
17082         (_FP_HIGHBIT_DW_D): Likewise.
17083         (FP_FMA_D): Likewise.
17084         (_FP_FRAC_HIGH_DW_D): Likewise.
17085         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17086         (_FP_WFRACBITS_DW_E): Likewise.
17087         (_FP_WFRACXBITS_DW_E): Likewise.
17088         (_FP_HIGHBIT_DW_E): Likewise.
17089         (FP_FMA_E): Likewise.
17090         (_FP_FRAC_HIGH_DW_E): Likewise.
17091         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17092         (_FP_WFRACBITS_DW_Q): Likewise.
17093         (_FP_WFRACXBITS_DW_Q): Likewise.
17094         (_FP_HIGHBIT_DW_Q): Likewise.
17095         (FP_FMA_Q): Likewise.
17096         (_FP_FRAC_HIGH_DW_Q): Likewise.
17097         * soft-fp/fmasf4.c: New file.
17098         * soft-fp/fmadf4.c: Likewise.
17099         * soft-fp/fmatf4.c: Likewise.
17100
17101 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17102
17103         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17104         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17105         Silvermont.
17106         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17107         macro.
17108         (index_Slow_SSE4_2): Likewise.
17109         (index_Prefer_PMINUB_for_stringop): Likewise.
17110         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17111         bit_Slow_SSE4_2 is set.
17112         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17113         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17114
17115 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17116
17117         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17118         rtld_global._dl_hwcap2.
17119         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17120         POWER8.
17121         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17122         POWER8 feature descriptions defined in _dl_hwcap2.
17123         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17124         string handling for POWER8 feature bits.
17125         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17126         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17127         _dl_powerpc_cap_flags.
17128         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17129         * sysdeps/powerpc/rtld-global-offsets.sym
17130         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17131         _dl_hwcap2 in the rtld_global_ro structure.
17132
17133 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17134
17135         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17136         hardware capabilities in support of AT_HWCAP2.
17137         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17138         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17139         GLRO(dl_hwcap2).
17140         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17141         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17142         explicitly the unknown a_type display mechanism is used.
17143         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17144         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17145         struct member.
17146         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17147         to macro prototype for AT_HWCAP2 support.
17148         * sysdeps/i386/dl-procinfo.h: Likewise.
17149         * sysdeps/s390/dl-procinfo.h: Likewise.
17150         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17151         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17152         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17153         return -1 for unknown a_type display fallback.
17154         * sysdeps/sparc/dl-procinfo.h: Likewise.
17155         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17156         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17157
17158 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17159
17160         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17161         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17162
17163 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17164
17165         [BZ #12492]
17166         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17167         mprotect making __stack_prot writable.
17168
17169 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17170             Joseph Myers  <joseph@codesourcery.com>
17171
17172         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17173         as being properly aligned.
17174
17175 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17176
17177         * dlfcn/modstatic5.c: New file.
17178         * dlfcn/tststatic5.c: New file.
17179         * dlfcn/Makefile (tests): Add tststatic5.
17180         (tests-static): Likewise.
17181         (modules-names): Add modstatic5.
17182         (tststatic5-ENV): New variable.
17183         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17184
17185         [BZ #15022]
17186         * elf/dl-support.c (_dl_main_map): New variable.
17187         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17188         (_dl_nns, _dl_load_adds): Set to 1.
17189         (_dl_initial_searchlist): Refer to _dl_main_map.
17190         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17191         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17192         call to _dl_get_origin.
17193         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17194         around call_map.
17195         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17196         * dlfcn/modstatic3.c: New file.
17197         * dlfcn/tststatic3.c: New file.
17198         * dlfcn/tststatic4.c: New file.
17199         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17200         (tests-static): Likewise.
17201         (modules-names): Add modstatic3.
17202         (tststatic3-ENV, tststatic4-ENV): New variables.
17203         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17204         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17205
17206 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17207
17208         * configure.in (CC): Require GCC version 4.4 or later.
17209         * configure: Regenerated.
17210         * manual/install.texi (Tools for Compilation): Update GCC version
17211         requirement.
17212         * INSTALL: Regenerated.
17213
17214 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17215
17216         [BZ #15674]
17217         * string/test-memcmp.c (check2): New.
17218         (main): Call check2.
17219
17220         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17221
17222 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17223
17224         [BZ #15022]
17225         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17226         over to...
17227         (dl_open_worker) [!SHARED]: ... here.
17228
17229 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17230
17231         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17232
17233 2013-06-25  Richard Henderson  <rth@redhat.com>
17234
17235         * locale/programs/locarchive.c: Include <libc-internal.h>
17236
17237 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17238
17239         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17240         trailing whitespace removed.
17241
17242 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17243
17244         [BZ #10283]
17245         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17246         * locale/programs/locarchive.c: Include libc-mmap.h.
17247         (prepare_address_space): Take two new outputs (the mmap base and len).
17248         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17249         values.
17250         (create_archive): Declare new mmap base and len values for
17251         prepare_address_space, and store the result in ah.
17252         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17253         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17254         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17255         Declare new mmap base and len values for
17256         prepare_address_space, and store the result in new_ah.
17257         (open_archive): Declare new mmap base and len values for
17258         prepare_address_space, and store the result in ah.
17259         (close_archive): If ah->mmap_base is not NULL, use that and
17260         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17261         * sysdeps/generic/libc-mmap.h: New file.
17262
17263 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17264
17265         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17266         (ALIGN_UP): Likewise.
17267         (PTR_ALIGN_DOWN): Likewise.
17268         (PTR_ALIGN_UP): Likewise.
17269
17270 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17271
17272         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17273         entry mapped to PPC_PLATFORM_POWER8.
17274         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17275         POWER8.
17276         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17277         (_dl_string_platform): Add case for exporting platform position for
17278         POWER8.
17279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17280         search path to sysdeps/powerpc/powerpc32/power8 directory.
17281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17282         search path to sysdeps/powerpc/powerpc64/power8 directory.
17283         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17284         power7 directories.
17285         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17286         power7 directories.
17287
17288 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17289
17290         * INSTALL: Regenerate.
17291
17292         * nscd/connections.c (nscd_init): Fix comment.
17293
17294 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17295
17296         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17297
17298         [BZ #15667]
17299         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17300         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17301
17302 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17303
17304         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17305         DL_DST_REQ_STATIC.
17306         (DL_DST_REQ_STATIC): Remove macro.
17307
17308 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17309
17310         [BZ #7006]
17311         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17312         with a shift of 0 bits.
17313
17314 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17315
17316         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17317         $(tststatic-ENV).
17318
17319 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17320
17321         [BZ #15655]
17322         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17323
17324 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17325
17326         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17327         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17328         accepts -fno-tree-loop-distribute-patterns.
17329         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17330         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17331         recursive call.
17332         * string/memset.c (memset): Likewise.
17333         * string/test-memmove.c (simple_memmove): Disable loop transformation
17334         to library calls.
17335         * string/test-memset.c (simple_memset): Likewise.
17336         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17337         * benchtests/bench-memset.c (simple_memset): Likewise.
17338         * configure: Regenerated.
17339
17340 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17341
17342         * math/test-misc.c (main): Ignore fesetround failure when failures
17343         of subsequent rounding tests would be ignored.
17344
17345         [BZ #15654]
17346         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17347         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17348         * math/fegetenv.c (__fegetenv): Return 0.
17349         * math/fegetexcept.c (fegetexcept): Return 0.
17350         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17351         FE_TONEAREST.
17352         * math/feholdexcpt.c (feholdexcept): Return 0.
17353         * math/fesetenv.c (__fesetenv): Return 0.
17354         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17355         argument FE_TONEAREST.
17356         * math/feupdateenv.c (__feupdateenv): Return 0.
17357         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17358
17359 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17360
17361         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17362         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17363         ($(objpfx)rtld-%.os rules): Use them.
17364
17365 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17366
17367         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17368         fields.
17369
17370 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17371
17372         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17373         length of target pattern, then descending length of dependency pattern.
17374         * configure.in (AWK): Require gawk 3.1.2 or newer.
17375         * manual/install.texi (Tools for Compilation): Say that we do.
17376         * configure: Regenerated.
17377
17378         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17379         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17380         * scripts/sysd-rules.awk: ... this new script.
17381         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17382         than a glob-style pattern.
17383
17384 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17385
17386         * math/test-misc.c (main): Do not treat incorrectly rounded
17387         conversions as failure unless ROUNDING_TESTS passes.
17388
17389 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17390
17391         [BZ #15631]
17392         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17393         restore exception state around main square root computation, then
17394         check for inexactness explicitly.
17395
17396         * math/libm-test.inc (fma_test_data): Add another test.
17397
17398 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17399
17400         * manual/threads.texi (Non-POSIX Extensions): New document
17401         node.  Document pthread_getattr_default_np and
17402         pthread_setattr_default_np.
17403
17404         * Versions.def (libpthread): Add GLIBC_2.18.
17405         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17407         Likewise.
17408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
17409         Likewise.
17410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17411         Likewise.
17412         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17413         Likewise.
17414         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
17415         Likewise.
17416         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
17417         Likewise.
17418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
17419         Likewise.
17420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
17421         Likewise.
17422         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
17423         Likewise.
17424
17425 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17426
17427         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17428         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
17429
17430 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17431             H.J. Lu  <hjl.tools@gmail.com>
17432
17433         [BZ #15627]
17434         * sysdeps/x86_64/rtld-memset.c: Remove file.
17435         * sysdeps/x86_64/rtld-memset.S: New file.
17436
17437 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
17438
17439         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
17440         (test_in_one_mode): Take arguments for whether the rounding mode
17441         is supported for each floating-point type.
17442         (do_test): Pass new arguments to test_in_one_mode using
17443         ROUNDING_TESTS.
17444
17445 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17446
17447         * posix/tst-waitid.c (do_test): Distinguish different instances of
17448         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
17449         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
17450         before entering the kernel for waitpid.
17451
17452 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17453
17454         * NEWS: Fix note on clock function precision.  Text by Roland
17455         McGrath.
17456
17457 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17458
17459         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
17460         it into place only when and if the sanity check passes.
17461
17462 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
17463
17464         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
17465         output for whether conversion result is exact.  Take argument
17466         indicating whether type is IBM long double.
17467         (round_for_all): Change need_exact field to ibm_ld.
17468         * stdlib/tst-strtod-round.c (struct exactness): New type.
17469         (struct test): Change bool ld_ok field to struct exactness exact.
17470         (TEST): Update all definitions for change to field.
17471         (tests): Regenerate array contents.
17472         (test_in_one_mode): Take pointer to new field instead of old ld_ok
17473         field value.  Check for IBM long double here.
17474         (do_test): Update calls to test_in_one_mode.
17475
17476 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17477
17478         [BZ #12515]
17479         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
17480         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
17481
17482 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17483
17484         [BZ #15605]
17485         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
17486         generated by the compiler on loop optimizations.
17487         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
17488         general definitions.
17489
17490 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
17491
17492         * math/bug-nextafter.c: Include <math-tests.h>.
17493         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17494         the relevant type.
17495         * math/bug-nexttoward.c: Include <math-tests.h>.
17496         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17497         the relevant type.
17498         * math/test-misc.c: Include <math-tests.h>.
17499         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17500         the relevant type.
17501
17502 2013-06-12  Andreas Jaeger  <aj@suse.de>
17503
17504         * po/ia.po: Update Interlingua translation from translation
17505         project.
17506
17507 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17508
17509         * include/fenv.h: Include stdbool.h.
17510         (struct rm_ctx): New structure.
17511         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
17512         Define macro.
17513         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
17514         (SET_RESTORE_ROUNDF): Likewise.
17515         (SET_RESTORE_ROUNDL): Likewise.
17516         (SET_RESTORE_ROUND_NOEX): Likewise.
17517         (SET_RESTORE_ROUND_NOEXF): Likewise.
17518         (SET_RESTORE_ROUND_NOEXL): Likewise.
17519         (SET_RESTORE_ROUND_53BIT): Likewise.
17520         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
17521         (libc_feresetround_noexf_ctx): Likewise.
17522         (libc_feresetround_noexl_ctx): Likewise.
17523         (libc_feholdsetround_53bit_ctx): Likewise.
17524         (libc_feresetround_53bit_ctx): Likewise.
17525         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
17526         (libc_feholdexcept_setround_sse_ctx): New function.
17527         (libc_fesetenv_sse_ctx): Likewise.
17528         (libc_feupdateenv_sse_ctx): Likewise.
17529         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
17530         (libc_feholdexcept_setround_387_ctx): Likewise.
17531         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
17532         (libc_feholdsetround_387_prec_ctx): Likewise.
17533         (libc_feholdsetround_387_ctx): Likewise.
17534         (libc_feholdsetround_387_53bit_ctx): Likewise.
17535         (libc_feholdsetround_sse_ctx): Likewise.
17536         (libc_feresetround_sse_ctx): Likewise.
17537         (libc_feresetround_387_ctx): Likewise.
17538         (libc_feupdateenv_387_ctx): Likewise.
17539         (libc_feholdexcept_setroundf_ctx): Define macro.
17540         (libc_fesetenvf_ctx): Likewise.
17541         (libc_feupdateenvf_ctx): Likewise.
17542         (libc_feholdsetroundf_ctx): Likewise.
17543         (libc_feresetroundf_ctx): Likewise.
17544         (libc_feholdexcept_setround_ctx): Likewise.
17545         (libc_fesetenv_ctx): Likewise.
17546         (libc_feupdateenv_ctx): Likewise.
17547         (libc_feholdsetround_ctx): Likewise.
17548         (libc_feresetround_ctx): Likewise.
17549         (libc_feholdexcept_setroundl_ctx): Likewise.
17550         (libc_feupdateenvl_ctx): Likewise.
17551         (libc_feholdsetroundl_ctx): Likewise.
17552         (libc_feresetroundl_ctx): Likewise.
17553         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
17554         (libc_feresetround_53bit_ctx): Likewise.
17555
17556 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17557
17558         * locale/iso-639.def: Convert to UTF-8.
17559
17560 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
17561
17562         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
17563         (EXCEPTION_TESTS_double): Likewise.
17564         (EXCEPTION_TESTS_long_double): Likewise.
17565         (EXCEPTION_TESTS): Likewise.
17566         * math/libm-test.inc (test_exceptions): Only test exceptions if
17567         EXCEPTION_TESTS (FLOAT).
17568
17569 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17570
17571         * benchtests/Makefile (string-bench): Add strcpy_chk and
17572         stpcpy_chk.
17573         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
17574         * benchtests/bench-stpcpy_chk.c: New file.
17575         * benchtests/bench-strcpy_chk-ifunc.c: New file.
17576         * benchtests/bench-strcpy_chk.c: New file.
17577         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
17578         code.
17579         (do_test): Likewise.
17580
17581 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17582
17583         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
17584         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
17585         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
17586         with tabs where appropriate.
17587         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
17588         dl-procinfo.h.
17589         [PPC_PLATFORM_PPC440]: Likewise.
17590         [PPC_PLATFORM_PPC464]: Likewise.
17591         [PPC_PLATFORM_PPC476]: Likewise.
17592         (_dl_string_platform): Add support for detecting ppc405, ppc440,
17593         ppc464, and ppc476 platform strings merging from ports/
17594         dl-procinfo.h.
17595
17596 2013-06-11  Andreas Schwab  <schwab@suse.de>
17597
17598         [BZ #14991]
17599         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
17600         (from_ucs4_idx): Regenerate.
17601         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
17602         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
17603         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
17604         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
17605         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
17606         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
17607         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
17608         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
17609         from FROM_LOOP and TO_LOOP specific macros.
17610         (BODY): Handle combining characters.
17611         * iconvdata/BIG5HKSCS.irreversible: Update.
17612         * iconvdata/BIG5HKSCS.precomposed: New file.
17613         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
17614         characters.
17615         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
17616
17617 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17618
17619         * include/sys/time.h: Fix indentation and add copyright header.
17620
17621         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
17622         (do_test): Likewise.
17623         * string/test-memchr.c (do_one_test): Likewise.
17624         (do_test): Likewise.
17625         * string/test-memcmp.c (do_one_test): Likewise.
17626         (do_test): Likewise.
17627         * string/test-memcpy.c (do_one_test): Likewise.
17628         (do_test): Likewise.
17629         * string/test-memmem.c (do_one_test): Likewise.
17630         (do_test): Likewise.
17631         (do_random_tests): Likewise.
17632         * string/test-memmove.c (do_one_test): Likewise.
17633         (do_test): Likewise.
17634         * string/test-memset.c (do_one_test): Likewise.
17635         (do_test): Likewise.
17636         * string/test-rawmemchr.c (do_one_test): Likewise.
17637         (do_test): Likewise.
17638         * string/test-strcasecmp.c (do_one_test): Likewise.
17639         (do_test): Likewise.
17640         * string/test-strcasestr.c (do_one_test): Likewise.
17641         (do_test): Likewise.
17642         * string/test-strcat.c (do_one_test): Likewise.
17643         (do_test): Likewise.
17644         * string/test-strchr.c (do_one_test): Likewise.
17645         (do_test): Likewise.
17646         * string/test-strcmp.c (do_one_test): Likewise.
17647         (do_test): Likewise.
17648         * string/test-strcpy.c (do_one_test): Likewise.
17649         (do_test): Likewise.
17650         * string/test-string.h: Likewise.
17651         (test_init): Likewise.
17652         * string/test-strlen.c (do_one_test): Likewise.
17653         (do_test): Likewise.
17654         * string/test-strncasecmp.c (do_one_test): Likewise.
17655         (do_test): Likewise.
17656         * string/test-strncat.c (do_one_test): Likewise.
17657         (do_test): Likewise.
17658         * string/test-strncmp.c (do_one_test): Likewise.
17659         (do_test_limit): Likewise.
17660         (do_test): Likewise.
17661         * string/test-strncpy.c (do_one_test): Likewise.
17662         (do_test): Likewise.
17663         * string/test-strnlen.c (do_one_test): Likewise.
17664         (do_test): Likewise.
17665         * string/test-strpbrk.c (do_one_test): Likewise.
17666         (do_test): Likewise.
17667         * string/test-strrchr.c (do_one_test): Likewise.
17668         (do_test): Likewise.
17669         * string/test-strspn.c (do_one_test): Likewise.
17670         (do_test): Likewise.
17671         * string/test-strstr.c (do_one_test): Likewise.
17672         (do_test): Likewise.
17673
17674         * benchtests/Makefile (string-bench): Add string benchmarks.
17675         * benchtests/bench-bcopy-ifunc.c: New file.
17676         * benchtests/bench-bcopy.c: New file.
17677         * benchtests/bench-bzero-ifunc.c: New file.
17678         * benchtests/bench-bzero.c: New file.
17679         * benchtests/bench-memccpy-ifunc.c: New file.
17680         * benchtests/bench-memccpy.c: New file.
17681         * benchtests/bench-memchr-ifunc.c: New file.
17682         * benchtests/bench-memchr.c: New file.
17683         * benchtests/bench-memcmp-ifunc.c: New file.
17684         * benchtests/bench-memcmp.c: New file.
17685         * benchtests/bench-memmem-ifunc.c: New file.
17686         * benchtests/bench-memmem.c: New file.
17687         * benchtests/bench-memmove-ifunc.c: New file.
17688         * benchtests/bench-memmove.c: New file.
17689         * benchtests/bench-mempcpy-ifunc.c: New file.
17690         * benchtests/bench-mempcpy.c: New file.
17691         * benchtests/bench-memset-ifunc.c: New file.
17692         * benchtests/bench-memset.c: New file.
17693         * benchtests/bench-rawmemchr-ifunc.c: New file.
17694         * benchtests/bench-rawmemchr.c: New file.
17695         * benchtests/bench-stpcpy-ifunc.c: New file.
17696         * benchtests/bench-stpcpy.c: New file.
17697         * benchtests/bench-stpncpy-ifunc.c: New file.
17698         * benchtests/bench-stpncpy.c: New file.
17699         * benchtests/bench-strcasecmp-ifunc.c: New file.
17700         * benchtests/bench-strcasecmp.c: New file.
17701         * benchtests/bench-strcasestr-ifunc.c: New file.
17702         * benchtests/bench-strcasestr.c: New file.
17703         * benchtests/bench-strcat-ifunc.c: New file.
17704         * benchtests/bench-strcat.c: New file.
17705         * benchtests/bench-strchr-ifunc.c: New file.
17706         * benchtests/bench-strchr.c: New file.
17707         * benchtests/bench-strchrnul-ifunc.c: New file.
17708         * benchtests/bench-strchrnul.c: New file.
17709         * benchtests/bench-strcmp-ifunc.c: New file.
17710         * benchtests/bench-strcmp.c: New file.
17711         * benchtests/bench-strcpy-ifunc.c: New file.
17712         * benchtests/bench-strcpy.c: New file.
17713         * benchtests/bench-strcspn-ifunc.c: New file.
17714         * benchtests/bench-strcspn.c: New file.
17715         * benchtests/bench-strlen-ifunc.c: New file.
17716         * benchtests/bench-strlen.c: New file.
17717         * benchtests/bench-strncasecmp-ifunc.c: New file.
17718         * benchtests/bench-strncasecmp.c: New file.
17719         * benchtests/bench-strncat-ifunc.c: New file.
17720         * benchtests/bench-strncat.c: New file.
17721         * benchtests/bench-strncmp-ifunc.c: New file.
17722         * benchtests/bench-strncmp.c: New file.
17723         * benchtests/bench-strncpy-ifunc.c: New file.
17724         * benchtests/bench-strncpy.c: New file.
17725         * benchtests/bench-strnlen-ifunc.c: New file.
17726         * benchtests/bench-strnlen.c: New file.
17727         * benchtests/bench-strpbrk-ifunc.c: New file.
17728         * benchtests/bench-strpbrk.c: New file.
17729         * benchtests/bench-strrchr-ifunc.c: New file.
17730         * benchtests/bench-strrchr.c: New file.
17731         * benchtests/bench-strspn-ifunc.c: New file.
17732         * benchtests/bench-strspn.c: New file.
17733         * benchtests/bench-strstr-ifunc.c: New file.
17734         * benchtests/bench-strstr.c: New file.
17735
17736         * benchtests/Makefile: Disable parallel execution of targets.
17737         (string-bench): Add memcpy.
17738         (benchset): New variable to store a list of benchmark sets.
17739         (bench-func): Renamed from bench.
17740         (bench-set): New target.
17741         (bench): Depend on bench-func and bench-set.
17742         * benchtests/README: Add section on benchmark sets.
17743         * benchtests/bench-memcpy-ifunc.c: New file.
17744         * benchtests/bench-memcpy.c: New file.
17745         * benchtests/bench-string.h: New file.
17746
17747 2013-06-11  Andreas Schwab  <schwab@suse.de>
17748
17749         [BZ #15577]
17750         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
17751         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
17752         values in the triple.
17753         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
17754         terminator in the group key.
17755
17756 2013-06-11  Andreas Jaeger  <aj@suse.de>
17757
17758         * po/zh_TW.po: Update Chinese (traditional) translation from
17759         translation project.
17760
17761 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17762
17763         * include/time.h (__clock_gettime): Add libc_hidden_proto.
17764         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
17765         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
17766         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17767         (clock_getcpuclockid): Likewise.
17768         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
17769         Add weak_alias and libc_hidden_def.
17770         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
17771         * rt/clock_gettime.c (clock_gettime): Rename to
17772         __clock_gettime.  Add weak_alias and libc_hidden_def.
17773         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
17774         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
17775         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
17776         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
17777         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
17778         Likewise.
17779         * rt/clock_settime.c (clock_settime): Rename to
17780         __clock_settime.  Add weak_alias and libc_hidden_def.
17781         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
17782
17783 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
17784
17785         * mach/err_boot.sub: Remove trailing whitespace.
17786         * mach/err_ipc.sub: Likewise.
17787         * mach/err_mach.sub: Likewise.
17788
17789         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
17790         (ROUNDING_TESTS_double): Likewise.
17791         (ROUNDING_TESTS_long_double): Likewise.
17792         (ROUNDING_TESTS): Likewise.
17793         * math/libm-test.inc: Include <math-tests.h>.
17794         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
17795         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
17796         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
17797         (IF_ROUND_INIT_FE_UPWARD): Likewise.
17798
17799 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17800
17801         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
17802         of assigning.
17803
17804 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
17805
17806         * sysdeps/gnu/errlist.awk: Do not generate space at end of
17807         otherwise empty TRANS lines.
17808         * sysdeps/gnu/errlist.c: Regenerated.
17809
17810         * catgets/gencat.c (error_print): Use (void) in function
17811         definition.
17812         * crypt/crypt_util.c (__init_des): Likewise.
17813         * crypt/speeds.c (Stop): Likewise.
17814         (main): Likewise.
17815         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
17816         * inet/ruserpass.c (token): Likewise.
17817         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
17818         * intl/localealias.c (extend_alias_table): Likewise.
17819         * intl/plural-exp.c (init_germanic_plural): Likewise.
17820         * libio/fcloseall.c (__fcloseall): Likewise.
17821         * libio/genops.c (_IO_flush_all): Likewise.
17822         (_IO_flush_all_linebuffered): Likewise.
17823         (_IO_cleanup): Likewise.
17824         (_IO_iter_begin): Likewise.
17825         (_IO_iter_end): Likewise.
17826         (_IO_list_lock): Likewise.
17827         (_IO_list_unlock): Likewise.
17828         (_IO_list_resetlock): Likewise.
17829         * libio/getchar.c (getchar): Likewise.
17830         * libio/getchar_u.c (getchar_unlocked): Likewise.
17831         * libio/getwchar.c (getwchar): Likewise.
17832         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
17833         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
17834         * login/getpt.c (__getpt): Likewise.
17835         * login/tst-utmp.c (main): Likewise.
17836         * malloc/hooks.c (__malloc_check_init): Likewise.
17837         * malloc/malloc.c (__malloc_stats): Likewise.
17838         * malloc/mtrace.c (tr_break): Likewise.
17839         (mtrace): Likewise.
17840         (muntrace): Likewise.
17841         * misc/fstab.c (endfsent): Likewise.
17842         * misc/getclktck.c (__getclktck): Likewise.
17843         * misc/getdtsz.c (__getdtablesize): Likewise.
17844         * misc/gethostid.c (gethostid): Likewise.
17845         * misc/getpagesize.c (__getpagesize): Likewise.
17846         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
17847         (__get_nprocs): Likewise.
17848         (__get_phys_pages): Likewise.
17849         (__get_avphys_pages): Likewise.
17850         * misc/getttyent.c (getttyent): Likewise.
17851         (setttyent): Likewise.
17852         (endttyent): Likewise.
17853         * misc/getusershell.c (getusershell): Likewise.
17854         (endusershell): Likewise.
17855         (setusershell): Likewise.
17856         (initshells): Likewise.
17857         * misc/hsearch.c (__hdestroy): Likewise.
17858         * misc/sync.c (sync): Likewise.
17859         * misc/syslog.c (closelog_internal): Likewise.
17860         (closelog): Likewise.
17861         * misc/ttyslot.c (ttyslot): Likewise.
17862         * misc/vhangup.c (vhangup): Likewise.
17863         * posix/fork.c (__fork): Likewise.
17864         * posix/getegid.c (__getegid): Likewise.
17865         * posix/geteuid.c (__geteuid): Likewise.
17866         * posix/getgid.c (__getgid): Likewise.
17867         * posix/getpid.c (__getpid): Likewise.
17868         * posix/getppid.c (__getppid): Likewise.
17869         * posix/getuid.c (__getuid): Likewise.
17870         * posix/pause.c (pause): Likewise.
17871         * posix/setpgrp.c (setpgrp): Likewise.
17872         * posix/setsid.c (__setsid): Likewise.
17873         * posix/test-vfork.c (noop): Likewise.
17874         * resolv/gethnamaddr.c (_endhtent): Likewise.
17875         (_gethtent): Likewise.
17876         (ht_endhostent): Likewise.
17877         (gethostent): Likewise.
17878         (dns_service): Likewise.
17879         * stdlib/drand48.c (drand48): Likewise.
17880         * stdlib/lrand48.c (lrand48): Likewise.
17881         * stdlib/mrand48.c (mrand48): Likewise.
17882         * stdlib/rand.c (rand): Likewise.
17883         * stdlib/random.c (__random): Likewise.
17884         * stdlib/setenv.c (clearenv): Likewise.
17885         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
17886         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
17887         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
17888         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
17889         (__get_nprocs): Likewise.
17890         (__get_phys_pages): Likewise.
17891         (__get_avphys_pages): Likewise.
17892         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
17893         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
17894         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
17895         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
17896         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
17897         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
17898         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
17899         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
17900         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
17901         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
17902         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
17903         * sysdeps/mach/hurd/sync.c (sync): Likewise.
17904         * sysdeps/posix/clock.c (clock): Likewise.
17905         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
17906         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
17907         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
17908         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
17909         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
17910         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
17911         (__get_nprocs_conf): Likewise.
17912         (__get_phys_pages): Likewise.
17913         (__get_avphys_pages): Likewise.
17914         * time/clock.c (clock): Likewise.
17915         * time/tzset.c (__tzname_max): Likewise.
17916
17917 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
17918
17919         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
17920         (__bswap_32): Do not use "register".
17921         * crypt/crypt.c (_ufc_doit_r): Likewise.
17922         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17923         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17924         * gmon/gmon.c (__monstartup): Likewise.
17925         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
17926         * hurd/hurdmalloc.c (more_memory): Likewise.
17927         (malloc): Likewise.
17928         (free): Likewise.
17929         (realloc): Likewise.
17930         (malloc_fork_prepare): Likewise.
17931         (malloc_fork_parent): Likewise.
17932         (malloc_fork_child): Likewise.
17933         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
17934         (_svcauth_des): Likewise.
17935         * inet/inet_lnaof.c (inet_lnaof): Likewise.
17936         * inet/inet_net.c (inet_network): Likewise.
17937         * inet/inet_netof.c (inet_netof): Likewise.
17938         * inet/rcmd.c (__validuser2_sa): Likewise.
17939         * io/fts.c (fts_open): Likewise.
17940         (fts_load): Likewise.
17941         (fts_close): Likewise.
17942         (fts_read): Likewise.
17943         (fts_children): Likewise.
17944         (fts_build): Likewise.
17945         (fts_stat): Likewise.
17946         (fts_sort): Likewise.
17947         (fts_alloc): Likewise.
17948         (fts_lfree): Likewise.
17949         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
17950         (_IO_file_xsgetn): Likewise.
17951         (_IO_file_xsgetn_mmap): Likewise.
17952         * libio/iofopncook.c (_IO_cookie_read): Likewise.
17953         (_IO_cookie_write): Likewise.
17954         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
17955         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
17956         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
17957         * malloc/obstack.c (_obstack_begin): Likewise.
17958         (_obstack_begin_1): Likewise.
17959         (_obstack_newchunk): Likewise.
17960         (_obstack_allocated_p): Likewise.
17961         (obstack_free): Likewise.
17962         (_obstack_memory_used): Likewise.
17963         * misc/getttyent.c (getttynam): Likewise.
17964         (getttyent): Likewise.
17965         (skip): Likewise.
17966         (value): Likewise.
17967         * misc/getusershell.c (initshells): Likewise.
17968         * misc/syslog.c (__vsyslog_chk): Likewise.
17969         * misc/ttyslot.c (ttyslot): Likewise.
17970         * nis/nis_hash.c (__nis_hash): Likewise.
17971         * posix/fnmatch_loop.c (FCT): Likewise.
17972         * posix/getconf.c (print_all): Likewise.
17973         (main): Likewise.
17974         * posix/getopt.c (exchange): Likewise.
17975         * posix/glob.c (globfree): Likewise.
17976         (prefix_array): Likewise.
17977         (__glob_pattern_type): Likewise.
17978         * resolv/arpa/nameser.h (NS_GET16): Likewise.
17979         (NS_GET32): Likewise.
17980         (NS_PUT16): Likewise.
17981         (NS_PUT32): Likewise.
17982         * resolv/gethnamaddr.c (getanswer): Likewise.
17983         (gethostbyname2): Likewise.
17984         (gethostbyaddr): Likewise.
17985         (_gethtent): Likewise.
17986         (_gethtbyname2): Likewise.
17987         (_gethtbyaddr): Likewise.
17988         * resolv/ns_print.c (dst_s_get_int16): Likewise.
17989         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
17990         * resolv/res_init.c (__res_vinit): Likewise.
17991         (net_mask): Likewise.
17992         * resolv/res_mkquery.c (outchar): Likewise.
17993         (PRINT): Likewise.
17994         * stdio-common/printf_fp.c (outchar): Likewise.
17995         (PRINT): Likewise.
17996         * stdio-common/printf_fphex.c (outchar): Likewise.
17997         (PRINT): Likewise.
17998         * stdio-common/printf_size.c (outchar): Likewise.
17999         (PRINT): Likewise.
18000         * stdio-common/test_rdwr.c (main): Likewise.
18001         * stdio-common/tfformat.c (matches): Likewise.
18002         * stdio-common/vfprintf.c (outchar): Likewise.
18003         (printf_unknown): Likewise.
18004         (buffered_vfprintf): Likewise.
18005         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18006         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18007         (ReadFile): Likewise.
18008         * stdlib/qsort.c (SWAP): Likewise.
18009         (_quicksort): Likewise.
18010         * stdlib/setenv.c (__add_to_environ): Likewise.
18011         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18012         * stdlib/strtol_l.c (__strtol_l): Likewise.
18013         * stdlib/tst-strtod.c (main): Likewise.
18014         * stdlib/tst-strtol.c (main): Likewise.
18015         * stdlib/tst-strtoll.c (main): Likewise.
18016         * string/bits/string2.h (__strcmp_cc): Likewise.
18017         (__strcmp_cg): Likewise.
18018         (__strcspn_c1): Likewise.
18019         (__strcspn_c2): Likewise.
18020         (__strcspn_c3): Likewise.
18021         (__strspn_c1): Likewise.
18022         (__strspn_c2): Likewise.
18023         (__strspn_c3): Likewise.
18024         (__strsep_1c): Likewise.
18025         (__strsep_2c): Likewise.
18026         (__strsep_3c): Likewise.
18027         * string/memccpy.c (__memccpy): Likewise.
18028         * string/stpcpy.c (__stpcpy): Likewise.
18029         * string/strcmp.c (strcmp): Likewise.
18030         * string/strrchr.c (strrchr): Likewise.
18031         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18032         Likewise.
18033         * sysdeps/mach/hurd/getcwd.c
18034         (_hurd_canonicalize_directory_name_internal): Likewise.
18035         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18036         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18037         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18038         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18039         Likewise, in both definitions.
18040         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18041         definitions.
18042         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18043         64] (__bswap_64): Likewise.
18044         * time/test_time.c (main): Likewise.
18045         * time/tzfile.c (__tzfile_read): Likewise.
18046         (__tzfile_compute): Likewise.
18047         * time/tzset.c (__tzset_parse_tz): Likewise.
18048         (tzset_internal): Likewise.
18049         (compute_change): Likewise.
18050         * wcsmbs/wcscat.c (__wcscat): Likewise.
18051         * wcsmbs/wcschr.c (wcschr): Likewise.
18052         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18053         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18054         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18055         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18056         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18057         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18058         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18059         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18060         * wcsmbs/wmemset.c (wmemset): Likewise.
18061
18062 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18063
18064         * scripts/config.guess: Update to version 2013-05-16.
18065         * scripts/config.sub: Update to version 2013-04-24.
18066         * scripts/install-sh: Update to version 2011-11-20.07.
18067         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18068         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18069
18070 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18071
18072         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18073         * elf/sln.c: Likewise.
18074         * hurd/hurd/ioctl.h: Likewise.
18075         * hurd/hurdmalloc.c: Likewise.
18076         * hurd/xattr.c: Likewise.
18077         * include/shlib-compat.h: Likewise.
18078         * inet/ruserpass.c: Likewise.
18079         * libio/iofgets_u.c: Likewise.
18080         * libio/iofgetws_u.c: Likewise.
18081         * locale/programs/ld-identification.c: Likewise.
18082         * locale/programs/ld-time.c: Likewise.
18083         * mach/msg-destroy.c: Likewise.
18084         * nss/nss_files/files-netgrp.c: Likewise.
18085         * resolv/res_data.c: Likewise.
18086         * soft-fp/op-1.h: Likewise.
18087         * soft-fp/op-2.h: Likewise.
18088         * soft-fp/op-4.h: Likewise.
18089         * soft-fp/op-common.h: Likewise.
18090         * stdio-common/printf_fphex.c: Likewise.
18091         * stdlib/strtod_l.c: Likewise.
18092         * sunrpc/rpc/clnt.h: Likewise.
18093         * sysdeps/generic/framestate.c: Likewise.
18094         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18095         * sysdeps/i386/bsd-setjmp.S: Likewise.
18096         * sysdeps/i386/__longjmp.S: Likewise.
18097         * sysdeps/i386/setjmp.S: Likewise.
18098         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18099         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18100         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18101         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18102         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18103         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18104         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18105         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18106         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18107         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18108         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18109         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18110         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18111         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18112         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18113         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18114         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18115         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18116         * sysdeps/ieee754/support.c: Likewise.
18117         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18118         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18119         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18120         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18121         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18122         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18123         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18124         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18125         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18126         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18127         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18128         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18129         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18130         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18131         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18132         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18133         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18135
18136 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18137
18138         * posix/transbug.c: Remove executable mode.
18139
18140 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18141
18142         * crypt/speeds.c: Remove trailing whitespace.
18143         * dlfcn/default.c: Likewise.
18144         * elf/ifuncdep2.c: Likewise.
18145         * elf/ifuncmain1.c: Likewise.
18146         * elf/ifuncmain1vis.c: Likewise.
18147         * elf/testobj.h: Likewise.
18148         * elf/tst-stackguard1.c: Likewise.
18149         * gmon/sys/gmon.h: Likewise.
18150         * hurd/hurdmsg.c: Likewise.
18151         * hurd/new-fd.c: Likewise.
18152         * hurd/ports-get.c: Likewise.
18153         * iconvdata/ibm1008_420.c: Likewise.
18154         * inet/tst-getni1.c: Likewise.
18155         * inet/tst-getni2.c: Likewise.
18156         * libio/ioungetc.c: Likewise.
18157         * libio/wfiledoalloc.c: Likewise.
18158         * manual/libm-err-tab.pl: Likewise.
18159         * math/w_dremf.c: Likewise.
18160         * misc/ftruncate.c: Likewise.
18161         * posix/bug-glob2.c: Likewise.
18162         * posix/tst-pcre.c: Likewise.
18163         * posix/wait4.c: Likewise.
18164         * resolv/README: Likewise.
18165         * resolv/res_debug.h: Likewise.
18166         * resolv/tst-inet_ntop.c: Likewise.
18167         * setjmp/bug269-setjmp.c: Likewise.
18168         * soft-fp/extended.h: Likewise.
18169         * soft-fp/op-1.h: Likewise.
18170         * soft-fp/op-2.h: Likewise.
18171         * soft-fp/op-4.h: Likewise.
18172         * soft-fp/op-8.h: Likewise.
18173         * soft-fp/testit.c: Likewise.
18174         * stdio-common/bug16.c: Likewise.
18175         * stdlib/random.c: Likewise.
18176         * sunrpc/rpcsvc/rquota.x: Likewise.
18177         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18178         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18179         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18180         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18181         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18182         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18183         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18184         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18185         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18186         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18187         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18188         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18189         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18190         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18191         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18192         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18193         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18194         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18195         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18196         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18197         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18198         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18199         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18200         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18201         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18202         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18203         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18204         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18205         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18206         * sysdeps/ieee754/s_lib_version.c: Likewise.
18207         * sysdeps/mach/hurd/check_fds.c: Likewise.
18208         * sysdeps/mach/hurd/getsockname.c: Likewise.
18209         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18210         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18211         * sysdeps/powerpc/bits/link.h: Likewise.
18212         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18213         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18214         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18215         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18216         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18217         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18218         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18219         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18220         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18221         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18222         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18223         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18224         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18225         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18226         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18227         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18228         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18229         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18230         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18231         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18232         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18233         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18234         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18235         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18236         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18237         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18238         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18239         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18240         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18241         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18242         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18243         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18244         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18245         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18246         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18247         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18248         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18249         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18250         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18251         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18252         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18253         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18254         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18255         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18256         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18257         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18258         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18259         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18260         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18261         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18262         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18263         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18264         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18265         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18266         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18267         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18268         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18269         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18270         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18271         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18272         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18273         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18274         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18275         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18276         * sysdeps/powerpc/sysdep.h: Likewise.
18277         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18278         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18279         * sysdeps/sh/dl-trampoline.S: Likewise.
18280         * sysdeps/sh/memset.S: Likewise.
18281         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18282         * sysdeps/sh/strlen.S: Likewise.
18283         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18284         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18285         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18286         * sysdeps/sparc/sparc32/rem.S: Likewise.
18287         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18288         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18289         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18290         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18291         * sysdeps/sparc/sparc32/urem.S: Likewise.
18292         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18293         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18294         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18295         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18296         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18297         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18298         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18299         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18300         * sysdeps/unix/bsd/times.c: Likewise.
18301         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18302         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18306         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18307         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18308         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18309         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18310         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18311         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18312         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18313         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18314         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18315         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18316         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18317         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18318         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18319         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18320         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18321         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18322         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18323         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18324         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18325         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18326         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18327         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18328         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18329         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18330         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18331         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18332         * sysdeps/x86_64/strcspn.S: Likewise.
18333
18334 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18335
18336         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18337         generated file.  Regenerate properly from gen-translit.pl.
18338         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18339         locale/C-translit.h.
18340
18341 2013-06-05  Andreas Schwab  <schwab@suse.de>
18342
18343         [BZ #15100]
18344         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18345         week as 6 instead of -1.
18346         * time/tst-strptime.c (day_tests): Add test case.
18347
18348 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18349
18350         * sysdeps/generic/math_private.h
18351         (libc_feholdexcept_setround_53bit): Replace with
18352         libc_feholdsetround_53bit.
18353         (libc_feupdateenv_53bit): Replace with
18354         libc_feresetround_53bit.
18355         (SET_RESTORE_ROUND_53BIT): Adjust.
18356
18357 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18358
18359         * string/test-strchrnul.c: Add copyright header.
18360
18361         * posix/tst-getaddrinfo4.c: Increase test timeout.
18362
18363 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18364
18365         [BZ #15536]
18366         * math/libm-test.inc (MAX_EXP): Remove
18367         (MIN_EXP): Define.
18368         (ulp): Use MIN_EXP - MANT_DIG.
18369         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18370
18371 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18372
18373         * po/be.po: Revert last change.
18374         * po/zh_CN.po: Likewise.
18375         * po/header.pot: Likewise.
18376
18377 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18378
18379         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18380         link-libc-deps to empty as target-specific variable.
18381         * Makerules (link-libc-args): New variable.
18382         (libc-for-link): Likewise.
18383         (link-libc-deps): Likewise.
18384         (lib%.so): Depend on $(link-libc-deps).  Link with
18385         $(link-libc-args).
18386         (build-module): Link with $(link-libc-args).
18387         (build-module-asneeded): Likewise.
18388         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18389         list of objects.
18390         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18391         target-specific variable.
18392         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18393         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18394         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18395         libc.
18396         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18397         libc and ld.so.
18398         ($(objpfx)libpcprofile.so): Likewise.
18399         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18400         libc_nonshared.a.
18401         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18402         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18403         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18404         $(link-libc-deps).
18405         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18406         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18407         * login/Makefile ($(objpfx)libutil.so): Likewise.
18408         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
18409         * math/Makefile ($(objpfx)libm.so): Likewise.
18410         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
18411         $(objpfx)libnsl.so): Define libc-for-link as target-specific
18412         variable instead of depending directly on libc.
18413         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
18414         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
18415         $(link-libc-deps).
18416         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
18417         libc.
18418         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
18419         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
18420         ($(objpfx)libanl.so): Likewise.
18421         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
18422         ld.so.
18423         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
18424         $(link-libc-deps).
18425         * sysdeps/i386/fpu/Makefile: Remove file.
18426         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
18427         ($(objpfx)libm.so): Remove dependency on ld.so.
18428
18429 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
18430
18431         [BZ # 15553]
18432         * nis/yp_xdr.c (XDRMAXNAME): Define.
18433         (XDRMAXRECORD): Define.
18434         (xdr_domainname): Use XDRMAXNAME.
18435         (xdr_mapname): Likewise.
18436         (xdr_peername): Likewise.
18437         (xdr_keydat): Use XDRMAXRECORD.
18438         (xdr_valdat): Likewise.
18439
18440 2013-05-30  Jeff Law  <law@redhat.com>
18441
18442         [BZ #14256]
18443         * manual/errno.texi (ESTALE): Update to account for more than
18444         just NFS file systems.
18445         * sysdeps/gnu/errlist.c: Regenerated.
18446
18447 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18448
18449         [BZ #15465]
18450         * elf/Makefile (tests): Add tst-null-argv.
18451         (modules-names):  Add tst-null-argv-lib.
18452         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
18453         (tst-null-argv-ENV): Set environment for tst-null-argv.
18454         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
18455         (RTLD_PROGNAME): New macro.
18456         * elf/tst-null-argv.c: New test case.
18457         * elf/tst-null-argv-lib.c: Library for test case.
18458         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
18459         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
18460         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
18461         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
18462         * elf/dl-init.c (call_init): Likewise.
18463         (_dl_init): Likewise.
18464         * elf/dl-load.c (print_search_path): Likewise.
18465         (_dl_map_object): Likewise.
18466         * elf/dl-lookup.c (do_lookup_x): Likewise.
18467         (add_dependency): Likewise.
18468         (_dl_lookup_symbol_x): Likewise.
18469         (_dl_debug_bindings): Likewise.
18470         * elf/dl-open.c (_dl_show_scope): Likewise.
18471         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18472         * elf/dl-version.c (match_symbol): Likewise.
18473         (_dl_check_map_versions): Likewise.
18474         * elf/rtld.c (dl_main): Likewise.
18475         (print_unresolved): Use RTLD_PROGNAME.
18476         (print_missing_version): Likewise.
18477         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
18478         (elf_machine_rela): Likewise.
18479         * sysdeps/powerpc/powerpc32/dl-machine.c
18480         (__process_machine_rela): Likewise.
18481         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
18482         Likewise.
18483         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
18484         Likewise.
18485         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
18486         Likewise.
18487         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18488         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
18489         Likewise.
18490         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
18491         Likewise.
18492         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
18493
18494 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
18495
18496         * po/be.po: Add descriptive title.
18497         * po/zh_CN.po: Likewise.
18498         * po/header.pot: Likewise.
18499
18500 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
18501
18502         * locale/programs/locarchive.c (create_archive): Inlucde fname in
18503         error message.
18504         (enlarge_archive): Likewise.
18505
18506 2013-05-28  Ben North  <ben@redfrontdoor.org>
18507
18508         * manual/arith.texi (frexp): It is the magnitude of the return
18509         value which lies in [0.5, 1), not the return value itself.
18510
18511 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18512
18513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18514
18515 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
18516
18517         * stdio-common/bug26.c (main): Correct fscanf template.
18518
18519         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
18520         declare _dl_skip_args.
18521
18522         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
18523         Don't declare.
18524
18525         * manual/platform.texi: Add missing @end deftypefun.
18526
18527 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18528
18529         [BZ #15529]
18530         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
18531         bit of mantissa of 2^16382.
18532         * math/libm-test.inc (hypot_test_data): Add more tests.
18533
18534         * math/libm-test.inc: Add drem and pow10 to list of tested
18535         functions.
18536         (pow10_test): New function.
18537         (drem_test): Likewise.
18538         (drem_test_tonearest): Likewise.
18539         (drem_test_towardzero): Likewise.
18540         (drem_test_downward): Likewise.
18541         (drem_test_upward): Likewise.
18542         (main): Call the new functions.
18543
18544         * math/libm-test.inc (finite_test_data): Remove.
18545         (finite_test): Run tests from isfinite_test_data.
18546         (gamma_test_data): Remove.
18547         (gamma_test): Run tests from lgamma_test_data.
18548         * sysdeps/i386/fpu/libm-test-ulps: Update.
18549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18550
18551 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18552
18553         * manual/platform.texi: Add PowerPC PPR function set documentation.
18554         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
18555         implementation.
18556
18557 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
18558
18559         * math/libm-test.inc (MAX_EXP): Define.
18560         (ULPDIFF): Define.
18561         (ulp): New function.
18562         (check_float_internal): Use ULPDIFF.
18563         (cpow_test): Disable failing test.
18564         (check_ulp): Test ulp() implemetnation.
18565         (main): Call check_ulp before starting tests.
18566
18567 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18568
18569         * math/gen-libm-test.pl (generate_testfile): Do not handle
18570         START_DATA and END_DATA.
18571         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
18572         END_DATA.
18573         (acos_tonearest_test_data): Likewise.
18574         (acos_towardzero_test_data): Likewise.
18575         (acos_downward_test_data): Likewise.
18576         (acos_upward_test_data): Likewise.
18577         (acosh_test_data): Likewise.
18578         (asin_test_data): Likewise.
18579         (asin_tonearest_test_data): Likewise.
18580         (asin_towardzero_test_data): Likewise.
18581         (asin_downward_test_data): Likewise.
18582         (asin_upward_test_data): Likewise.
18583         (asinh_test_data): Likewise.
18584         (atan_test_data): Likewise.
18585         (atanh_test_data): Likewise.
18586         (atan2_test_data): Likewise.
18587         (cabs_test_data): Likewise.
18588         (cacos_test_data): Likewise.
18589         (cacosh_test_data): Likewise.
18590         (carg_test_data): Likewise.
18591         (casin_test_data): Likewise.
18592         (casinh_test_data): Likewise.
18593         (catan_test_data): Likewise.
18594         (catanh_test_data): Likewise.
18595         (cbrt_test_data): Likewise.
18596         (ccos_test_data): Likewise.
18597         (ccosh_test_data): Likewise.
18598         (ceil_test_data): Likewise.
18599         (cexp_test_data): Likewise.
18600         (cimag_test_data): Likewise.
18601         (clog_test_data): Likewise.
18602         (clog10_test_data): Likewise.
18603         (conj_test_data): Likewise.
18604         (copysign_test_data): Likewise.
18605         (cos_test_data): Likewise.
18606         (cos_tonearest_test_data): Likewise.
18607         (cos_towardzero_test_data): Likewise.
18608         (cos_downward_test_data): Likewise.
18609         (cos_upward_test_data): Likewise.
18610         (cosh_test_data): Likewise.
18611         (cosh_tonearest_test_data): Likewise.
18612         (cosh_towardzero_test_data): Likewise.
18613         (cosh_downward_test_data): Likewise.
18614         (cosh_upward_test_data): Likewise.
18615         (cpow_test_data): Likewise.
18616         (cproj_test_data): Likewise.
18617         (creal_test_data): Likewise.
18618         (csin_test_data): Likewise.
18619         (csinh_test_data): Likewise.
18620         (csqrt_test_data): Likewise.
18621         (ctan_test_data): Likewise.
18622         (ctan_tonearest_test_data): Likewise.
18623         (ctan_towardzero_test_data): Likewise.
18624         (ctan_downward_test_data): Likewise.
18625         (ctan_upward_test_data): Likewise.
18626         (ctanh_test_data): Likewise.
18627         (ctanh_tonearest_test_data): Likewise.
18628         (ctanh_towardzero_test_data): Likewise.
18629         (ctanh_downward_test_data): Likewise.
18630         (ctanh_upward_test_data): Likewise.
18631         (erf_test_data): Likewise.
18632         (erfc_test_data): Likewise.
18633         (exp_test_data): Likewise.
18634         (exp_tonearest_test_data): Likewise.
18635         (exp_towardzero_test_data): Likewise.
18636         (exp_downward_test_data): Likewise.
18637         (exp_upward_test_data): Likewise.
18638         (exp10_test_data): Likewise.
18639         (exp2_test_data): Likewise.
18640         (expm1_test_data): Likewise.
18641         (fabs_test_data): Likewise.
18642         (fdim_test_data): Likewise.
18643         (finite_test_data): Likewise.
18644         (floor_test_data): Likewise.
18645         (fma_test_data): Likewise.
18646         (fma_towardzero_test_data): Likewise.
18647         (fma_downward_test_data): Likewise.
18648         (fma_upward_test_data): Likewise.
18649         (fmax_test_data): Likewise.
18650         (fmin_test_data): Likewise.
18651         (fmod_test_data): Likewise.
18652         (fpclassify_test_data): Likewise.
18653         (frexp_test_data): Likewise.
18654         (gamma_test_data): Likewise.
18655         (hypot_test_data): Likewise.
18656         (ilogb_test_data): Likewise.
18657         (isfinite_test_data): Likewise.
18658         (isgreater_test_data): Likewise.
18659         (isgreaterequal_test_data): Likewise.
18660         (isinf_test_data): Likewise.
18661         (isless_test_data): Likewise.
18662         (islessequal_test_data): Likewise.
18663         (islessgreater_test_data): Likewise.
18664         (isnan_test_data): Likewise.
18665         (isnormal_test_data): Likewise.
18666         (issignaling_test_data): Likewise.
18667         (isunordered_test_data): Likewise.
18668         (j0_test_data): Likewise.
18669         (j1_test_data): Likewise.
18670         (jn_test_data): Likewise.
18671         (ldexp_test_data): Likewise.
18672         (lgamma_test_data): Likewise.
18673         (lrint_test_data): Likewise.
18674         (lrint_tonearest_test_data): Likewise.
18675         (lrint_towardzero_test_data): Likewise.
18676         (lrint_downward_test_data): Likewise.
18677         (lrint_upward_test_data): Likewise.
18678         (llrint_test_data): Likewise.
18679         (llrint_tonearest_test_data): Likewise.
18680         (llrint_towardzero_test_data): Likewise.
18681         (llrint_downward_test_data): Likewise.
18682         (llrint_upward_test_data): Likewise.
18683         (log_test_data): Likewise.
18684         (log10_test_data): Likewise.
18685         (log1p_test_data): Likewise.
18686         (log2_test_data): Likewise.
18687         (logb_test_data): Likewise.
18688         (logb_downward_test_data): Likewise.
18689         (lround_test_data): Likewise.
18690         (llround_test_data): Likewise.
18691         (modf_test_data): Likewise.
18692         (nearbyint_test_data): Likewise.
18693         (nextafter_test_data): Likewise.
18694         (nexttoward_test_data): Likewise.
18695         (pow_test_data): Likewise.
18696         (pow_tonearest_test_data): Likewise.
18697         (pow_towardzero_test_data): Likewise.
18698         (pow_downward_test_data): Likewise.
18699         (pow_upward_test_data): Likewise.
18700         (remainder_test_data): Likewise.
18701         (remainder_tonearest_test_data): Likewise.
18702         (remainder_towardzero_test_data): Likewise.
18703         (remainder_downward_test_data): Likewise.
18704         (remainder_upward_test_data): Likewise.
18705         (remquo_test_data): Likewise.
18706         (rint_test_data): Likewise.
18707         (rint_tonearest_test_data): Likewise.
18708         (rint_towardzero_test_data): Likewise.
18709         (rint_downward_test_data): Likewise.
18710         (rint_upward_test_data): Likewise.
18711         (round_test_data): Likewise.
18712         (scalb_test_data): Likewise.
18713         (scalbn_test_data): Likewise.
18714         (scalbln_test_data): Likewise.
18715         (signbit_test_data): Likewise.
18716         (sin_test_data): Likewise.
18717         (sin_tonearest_test_data): Likewise.
18718         (sin_towardzero_test_data): Likewise.
18719         (sin_downward_test_data): Likewise.
18720         (sin_upward_test_data): Likewise.
18721         (sincos_test_data): Likewise.
18722         (sinh_test_data): Likewise.
18723         (sinh_tonearest_test_data): Likewise.
18724         (sinh_towardzero_test_data): Likewise.
18725         (sinh_downward_test_data): Likewise.
18726         (sinh_upward_test_data): Likewise.
18727         (sqrt_test_data): Likewise.
18728         (tan_test_data): Likewise.
18729         (tan_tonearest_test_data): Likewise.
18730         (tan_towardzero_test_data): Likewise.
18731         (tan_downward_test_data): Likewise.
18732         (tan_upward_test_data): Likewise.
18733         (tanh_test_data): Likewise.
18734         (tgamma_test_data): Likewise.
18735         (trunc_test_data): Likewise.
18736         (y0_test_data): Likewise.
18737         (y1_test_data): Likewise.
18738         (yn_test_data): Likewise.
18739         (significand_test_data): Likewise.
18740
18741         * math/gen-libm-test.pl (@functions): Remove variable.
18742         (generate_testfile): Don't handle START and END lines.
18743         * math/libm-test.inc (START): New macro.
18744         (END): Likewise.
18745         (END_COMPLEX): Likewise.
18746         (acos_test): Use END macro without arguments.
18747         (acos_test_tonearest): Likewise.
18748         (acos_test_towardzero): Likewise.
18749         (acos_test_downward): Likewise.
18750         (acos_test_upward): Likewise.
18751         (acosh_test): Likewise.
18752         (asin_test): Likewise.
18753         (asin_test_tonearest): Likewise.
18754         (asin_test_towardzero): Likewise.
18755         (asin_test_downward): Likewise.
18756         (asin_test_upward): Likewise.
18757         (asinh_test): Likewise.
18758         (atan_test): Likewise.
18759         (atanh_test): Likewise.
18760         (atan2_test): Likewise.
18761         (cabs_test): Likewise.
18762         (cacos_test): Use END_COMPLEX macro without arguments.
18763         (cacosh_test): Likewise.
18764         (carg_test): Use END macro without arguments.
18765         (casin_test): Use END_COMPLEX macro without arguments.
18766         (casinh_test): Likewise.
18767         (catan_test): Likewise.
18768         (catanh_test): Likewise.
18769         (cbrt_test): Use END macro without arguments.
18770         (ccos_test): Use END_COMPLEX macro without arguments.
18771         (ccosh_test): Likewise.
18772         (ceil_test): Use END macro without arguments.
18773         (cexp_test): Use END_COMPLEX macro without arguments.
18774         (cimag_test): Use END macro without arguments.
18775         (clog_test): Use END_COMPLEX macro without arguments.
18776         (clog10_test): Likewise.
18777         (conj_test): Likewise.
18778         (copysign_test): Use END macro without arguments.
18779         (cos_test): Likewise.
18780         (cos_test_tonearest): Likewise.
18781         (cos_test_towardzero): Likewise.
18782         (cos_test_downward): Likewise.
18783         (cos_test_upward): Likewise.
18784         (cosh_test): Likewise.
18785         (cosh_test_tonearest): Likewise.
18786         (cosh_test_towardzero): Likewise.
18787         (cosh_test_downward): Likewise.
18788         (cosh_test_upward): Likewise.
18789         (cpow_test): Use END_COMPLEX macro without arguments.
18790         (cproj_test): Likewise.
18791         (creal_test): Use END macro without arguments.
18792         (csin_test): Use END_COMPLEX macro without arguments.
18793         (csinh_test): Likewise.
18794         (csqrt_test): Likewise.
18795         (ctan_test): Likewise.
18796         (ctan_test_tonearest): Likewise.
18797         (ctan_test_towardzero): Likewise.
18798         (ctan_test_downward): Likewise.
18799         (ctan_test_upward): Likewise.
18800         (ctanh_test): Likewise.
18801         (ctanh_test_tonearest): Likewise.
18802         (ctanh_test_towardzero): Likewise.
18803         (ctanh_test_downward): Likewise.
18804         (ctanh_test_upward): Likewise.
18805         (erf_test): Use END macro without arguments.
18806         (erfc_test): Likewise.
18807         (exp_test): Likewise.
18808         (exp_test_tonearest): Likewise.
18809         (exp_test_towardzero): Likewise.
18810         (exp_test_downward): Likewise.
18811         (exp_test_upward): Likewise.
18812         (exp10_test): Likewise.
18813         (exp2_test): Likewise.
18814         (expm1_test): Likewise.
18815         (fabs_test): Likewise.
18816         (fdim_test): Likewise.
18817         (finite_test): Likewise.
18818         (floor_test): Likewise.
18819         (fma_test): Likewise.
18820         (fma_test_towardzero): Likewise.
18821         (fma_test_downward): Likewise.
18822         (fma_test_upward): Likewise.
18823         (fmax_test): Likewise.
18824         (fmin_test): Likewise.
18825         (fmod_test): Likewise.
18826         (fpclassify_test): Likewise.
18827         (frexp_test): Likewise.
18828         (gamma_test): Likewise.
18829         (hypot_test): Likewise.
18830         (ilogb_test): Likewise.
18831         (isfinite_test): Likewise.
18832         (isgreater_test): Likewise.
18833         (isgreaterequal_test): Likewise.
18834         (isinf_test): Likewise.
18835         (isless_test): Likewise.
18836         (islessequal_test): Likewise.
18837         (islessgreater_test): Likewise.
18838         (isnan_test): Likewise.
18839         (isnormal_test): Likewise.
18840         (issignaling_test): Likewise.
18841         (isunordered_test): Likewise.
18842         (j0_test): Likewise.
18843         (j1_test): Likewise.
18844         (jn_test): Likewise.
18845         (ldexp_test): Likewise.
18846         (lgamma_test): Likewise.
18847         (lrint_test): Likewise.
18848         (lrint_test_tonearest): Likewise.
18849         (lrint_test_towardzero): Likewise.
18850         (lrint_test_downward): Likewise.
18851         (lrint_test_upward): Likewise.
18852         (llrint_test): Likewise.
18853         (llrint_test_tonearest): Likewise.
18854         (llrint_test_towardzero): Likewise.
18855         (llrint_test_downward): Likewise.
18856         (llrint_test_upward): Likewise.
18857         (log_test): Likewise.
18858         (log10_test): Likewise.
18859         (log1p_test): Likewise.
18860         (log2_test): Likewise.
18861         (logb_test): Likewise.
18862         (logb_test_downward): Likewise.
18863         (lround_test): Likewise.
18864         (llround_test): Likewise.
18865         (modf_test): Likewise.
18866         (nearbyint_test): Likewise.
18867         (nextafter_test): Likewise.
18868         (nexttoward_test): Likewise.
18869         (pow_test): Likewise.
18870         (pow_test_tonearest): Likewise.
18871         (pow_test_towardzero): Likewise.
18872         (pow_test_downward): Likewise.
18873         (pow_test_upward): Likewise.
18874         (remainder_test): Likewise.
18875         (remainder_test_tonearest): Likewise.
18876         (remainder_test_towardzero): Likewise.
18877         (remainder_test_downward): Likewise.
18878         (remainder_test_upward): Likewise.
18879         (remquo_test): Likewise.
18880         (rint_test): Likewise.
18881         (rint_test_tonearest): Likewise.
18882         (rint_test_towardzero): Likewise.
18883         (rint_test_downward): Likewise.
18884         (rint_test_upward): Likewise.
18885         (round_test): Likewise.
18886         (scalb_test): Likewise.
18887         (scalbn_test): Likewise.
18888         (scalbln_test): Likewise.
18889         (signbit_test): Likewise.
18890         (sin_test): Likewise.
18891         (sin_test_tonearest): Likewise.
18892         (sin_test_towardzero): Likewise.
18893         (sin_test_downward): Likewise.
18894         (sin_test_upward): Likewise.
18895         (sincos_test): Likewise.
18896         (sinh_test): Likewise.
18897         (sinh_test_tonearest): Likewise.
18898         (sinh_test_towardzero): Likewise.
18899         (sinh_test_downward): Likewise.
18900         (sinh_test_upward): Likewise.
18901         (sqrt_test): Likewise.
18902         (tan_test): Likewise.
18903         (tan_test_tonearest): Likewise.
18904         (tan_test_towardzero): Likewise.
18905         (tan_test_downward): Likewise.
18906         (tan_test_upward): Likewise.
18907         (tanh_test): Likewise.
18908         (tgamma_test): Likewise.
18909         (trunc_test): Likewise.
18910         (y0_test): Likewise.
18911         (y1_test): Likewise.
18912         (yn_test): Likewise.
18913         (significand_test): Likewise.
18914
18915 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
18916
18917         [BZ #15381]
18918         * libio/genops.c (_IO_no_init): Initialize wide struct info.
18919
18920 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
18921
18922         [BZ #14894]
18923         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
18924         __ppc_mdoio and __ppc_mdoom.
18925         * manual/platform.texi: Document new functions __ppc_yield,
18926         __ppc_mdoio and __ppc_mdoom.
18927
18928 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
18929
18930         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
18931         (main): Mention "tls" pseudo-hwcap is legacy.
18932         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
18933
18934 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
18935
18936         * math/gen-libm-test.pl (parse_args): Output only string of
18937         arguments as text for test name, not full call or descriptions of
18938         tests for extra outputs.
18939         (generate_testfile): Do not pass function name to parse_args.
18940         Generate this_func variable from START.
18941         * math/libm-test.inc (struct test_f_f_data): Rename test_name
18942         field to arg_str.
18943         (struct test_ff_f_data): Likewise.
18944         (test_ff_f_data_nexttoward): Likewise.
18945         (struct test_fi_f_data): Likewise.
18946         (struct test_fl_f_data): Likewise.
18947         (struct test_if_f_data): Likewise.
18948         (struct test_fff_f_data): Likewise.
18949         (struct test_c_f_data): Likewise.
18950         (struct test_f_f1_data): Likewise.  Remove field extra_name.
18951         (struct test_fF_f1_data): Likewise.
18952         (struct test_ffI_f1_data): Likewise.
18953         (struct test_c_c_data): Rename test_name field to arg_str.
18954         (struct test_cc_c_data): Likewise.
18955         (struct test_f_i_data): Likewise.
18956         (struct test_ff_i_data): Likewise.
18957         (struct test_f_l_data): Likewise.
18958         (struct test_f_L_data): Likewise.
18959         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
18960         and extra2_name.
18961         (COMMON_TEST_SETUP): New macro.
18962         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
18963         (COMMON_TEST_CLEANUP): Likewise.
18964         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
18965         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
18966         macros.
18967         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
18968         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
18969         macros.
18970         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
18971         (RUN_TEST_fff_f): Take argument string.  Call new setup and
18972         cleanup macros.
18973         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
18974         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
18975         macros.
18976         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
18977         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
18978         macros.
18979         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
18980         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
18981         cleanup macros.
18982         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
18983         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
18984         cleanup macros.
18985         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
18986         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
18987         cleanup macros.
18988         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
18989         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
18990         macros.
18991         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
18992         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
18993         macros.
18994         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
18995         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
18996         macros.
18997         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
18998         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
18999         cleanup macros.
19000         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19001         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19002         cleanup macros.
19003         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19004         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19005         macros.
19006         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19007         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19008         cleanup macros.
19009         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19010         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19011         macros.
19012         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19013         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19014         macros.
19015         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19016         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19017         cleanup macros.
19018         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19019
19020 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19021
19022         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19023         to _sifields.sigfault.
19024         (si_addr_lsb): Define new macro.
19025         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19026         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19027         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19028
19029 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19030
19031         [BZ #15441]
19032         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19033         returns -1.
19034         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19035         null return -1.
19036         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19037         loading the domain.
19038
19039 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19040
19041         * math/gen-libm-test.pl (parse_args): Do not include expected
19042         result in test name.
19043         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19044         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19045         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19046         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19047         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19049
19050 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19051
19052         * benchtests/Makefile: Sort function entries.
19053
19054         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19055         tanh, asinh, acosh, atanh.
19056         * benchtests/acos-inputs: New file.
19057         * benchtests/acosh-inputs: New file.
19058         * benchtests/asin-inputs: New file.
19059         * benchtests/asinh-inputs: New file.
19060         * benchtests/atanh-inputs: New file.
19061         * benchtests/cosh-inputs: New file.
19062         * benchtests/log-inputs: New file.
19063         * benchtests/sinh-inputs: New file.
19064         * benchtests/tanh-inputs: New file.
19065
19066 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19067
19068         [BZ #15339]
19069         * posix/tst-getaddrinfo4.c: New test.
19070         * posix/Makefile (tests): Add it.
19071
19072 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19073
19074         [BZ #15339]
19075         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19076         when no services were used.
19077         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19078         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19079
19080 2013-05-21  Andreas Schwab  <schwab@suse.de>
19081
19082         [BZ #15014]
19083         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19084         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19085         successful.
19086         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19087         redundant variable declarations and reallocation of buffer when
19088         parsing as IPv6 address.  Always set NSS status when called from
19089         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19090         buffer too small.  Correct computation of needed size.
19091         * nss/Makefile (tests): Add test-digits-dots.
19092         * nss/test-digits-dots.c: New test.
19093
19094 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19095
19096         * benchtests/Makefile: Remove instructions for adding
19097         benchmark tests.
19098         * benchtests/README: New file to explain how to execute and
19099         enhance the benchmark tests.
19100
19101 2013-05-21  Andreas Schwab  <schwab@suse.de>
19102
19103         [BZ #15493]
19104         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19105         * setjmp/tst-sigsetjmp.c: New test.
19106
19107 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19108
19109         * sysdeps/x86_64/memset.S (memset): New implementation.
19110         (__bzero): Likewise.
19111         (__memset_tail): New function.
19112
19113 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19114
19115         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19116         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19117         __memcpy_sse2_unaligned ifunc selection.
19118         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19119         Add memcpy-sse2-unaligned.S.
19120         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19121         Add: __memcpy_sse2_unaligned.
19122
19123 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19124
19125         [BZ #15490]
19126         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19127         math_force_eval before restoring floating-point envrionment.
19128         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19129         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19130         Likewise.
19131         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19132         <math_private.h>.
19133         (__nearbyintl): Use math_force_eval before restoring
19134         floating-point environment.
19135         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19136
19137         * math/gen-libm-test.pl (special_functions): Remove.
19138         (parse_args): Don't handle TEST_extra.  Handle functions with no
19139         return value.
19140         * math/libm-test.inc (struct test_sincos_data): Replace with
19141         struct test_fFF_11_data.
19142         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19143         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19144         (sincos_test_data): Change element type to struct
19145         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19146         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19147         RUN_TEST_LOOP_sincos.
19148         * math/README.libm-test: Don't mention special handling of
19149         individual functions.
19150         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19151         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19152         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19153         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19154         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19156
19157         * math/gen-libm-test.pl (get_variable): Remove function.
19158         (parse_args): Don't show pointer parameters to call in test
19159         names.  Use "extra output N" in test names for extra outputs
19160         rather than naming variables.
19161
19162 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19163
19164         [BZ #15488]
19165         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19166         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19167         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19168         double tests.
19169         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19170         disable.
19171         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19172         check_long_double.
19173
19174         * math/gen-libm-test.pl (@tests): Remove variable.
19175         ($count): Likewise.
19176         (new_test): Remove function.
19177         (show_exceptions): New function.
19178         (special_functions): Use show_exceptions instead of new_test.
19179         (parse_args): Likewise.
19180         (generate_testfile): Pass only function name in generated call to
19181         print_max_error or print_complex_max_error.
19182         (get_ulps): Do not handle complex tests specially.
19183         (output_test): Rename to ...
19184         (get_all_ulps_for_test): ... this.  Return a string rather than
19185         printing to a file.  Require ulps to be present.
19186         (output_ulps): Generate arrays rather than #defines.
19187         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19188         (struct ulp_data): New type.
19189         (BUILD_COMPLEX_ULP): Remove macro.
19190         (compare_ulp_data): New function.
19191         (find_ulps): Likewise.
19192         (find_test_ulps): Likewise.
19193         (find_function_ulps): Likewise.
19194         (find_complex_function_ulps): Likewise.
19195         (print_max_error): Determine allowed ulps using
19196         find_function_ulps.
19197         (print_complex_max_error): Determine allowed ulps using
19198         find_complex_function_ulps.
19199         (check_float_internal): Determine max ulps using find_test_ulps.
19200         (check_float): Do not take max_ulp parameter.  Update call to
19201         check_float_internal.
19202         (check_complex): Likewise.
19203         (check_int): Do not take max_ulp parameter.
19204         (check_long): Likewise.
19205         (check_bool): Likewise.
19206         (check_longlong): Likewise.
19207         (struct test_f_f_data): Remove max_ulp field.
19208         (struct test_ff_f_data): Likewise.
19209         (struct test_ff_f_data_nexttoward): Likewise.
19210         (struct test_fi_f_data): Likewise.
19211         (struct test_fl_f_data): Likewise.
19212         (struct test_if_f_data): Likewise.
19213         (struct test_fff_f_data): Likewise.
19214         (struct test_c_f_data): Likewise.
19215         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19216         (struct test_fF_f1_data): Likewise.
19217         (struct test_ffI_f1_data): Likewise.
19218         (struct test_c_c_data): Remove max_ulp field.
19219         (struct test_cc_c_data): Likewise.
19220         (struct test_f_i_data): Likewise.
19221         (struct test_ff_i_data): Likewise.
19222         (struct test_f_l_data): Likewise.
19223         (struct test_f_L_data): Likewise.
19224         (struct test_sincos_data): Likewise.
19225         (RUN_TEST_f_f): Do not handle ulps.
19226         (RUN_TEST_LOOP_f_f): Likewise.
19227         (RUN_TEST_2_f): Likewise.
19228         (RUN_TEST_LOOP_2_f): Likewise.
19229         (RUN_TEST_fff_f): Likewise.
19230         (RUN_TEST_LOOP_fff_f): Likewise.
19231         (RUN_TEST_c_f): Likewise.
19232         (RUN_TEST_LOOP_c_f): Likewise.
19233         (RUN_TEST_f_f1): Likewise.
19234         (RUN_TEST_LOOP_f_f1): Likewise.
19235         (RUN_TEST_fF_f1): Likewise.
19236         (RUN_TEST_LOOP_fF_f1): Likewise.
19237         (RUN_TEST_fI_f1): Likewise.
19238         (RUN_TEST_LOOP_fI_f1): Likewise.
19239         (RUN_TEST_ffI_f1): Likewise.
19240         (RUN_TEST_LOOP_ffI_f1): Likewise.
19241         (RUN_TEST_c_c): Likewise.
19242         (RUN_TEST_LOOP_c_c): Likewise.
19243         (RUN_TEST_cc_c): Likewise.
19244         (RUN_TEST_LOOP_cc_c): Likewise.
19245         (RUN_TEST_f_i): Likewise.
19246         (RUN_TEST_LOOP_f_i): Likewise.
19247         (RUN_TEST_f_i_tg): Likewise.
19248         (RUN_TEST_LOOP_f_i_tg): Likewise.
19249         (RUN_TEST_ff_i_tg): Likewise.
19250         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19251         (RUN_TEST_f_b): Likewise.
19252         (RUN_TEST_LOOP_f_b): Likewise.
19253         (RUN_TEST_f_b_tg): Likewise.
19254         (RUN_TEST_LOOP_f_b_tg): Likewise.
19255         (RUN_TEST_f_l): Likewise.
19256         (RUN_TEST_LOOP_f_l): Likewise.
19257         (RUN_TEST_f_L): Likewise.
19258         (RUN_TEST_LOOP_f_L): Likewise.
19259         (RUN_TEST_sincos): Likewise.
19260         (RUN_TEST_LOOP_sincos): Likewise.
19261
19262 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19263
19264         [BZ #15480]
19265         [BZ #15485]
19266         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19267         main case of finite arguments, set rounding mode to FE_TONEAREST
19268         and discard exceptions.
19269         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19270         exceptions.
19271         (remainder_tonearest_test_data): New variable.
19272         (remainder_test_tonearest): New function.
19273         (remainder_towardzero_test_data): New variable.
19274         (remainder_test_towardzero): New function.
19275         (remainder_downward_test_data): New variable.
19276         (remainder_test_downward): New function.
19277         (remainder_upward_test_data): New variable.
19278         (remainder_test_upward): New function.
19279         (main): Call the new test functions.
19280
19281         * math/libm-test.inc (struct test_f_f1_data): Remove field
19282         extra_init.
19283         (struct test_fF_f1_data): Likewise.
19284         (struct test_ffI_f1_data): Likewise.
19285         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19286         based on value of EXTRA_EXPECTED.
19287         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19288         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19289         EXTRA_VAR based on value of EXTRA_EXPECTED.
19290         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19291         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19292         EXTRA_VAR based on value of EXTRA_EXPECTED.
19293         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19294         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19295         EXTRA_VAR based on value of EXTRA_EXPECTED.
19296         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19297         * math/gen-libm-test.pl (parse_args): Don't output initializers
19298         for extra output values.
19299
19300         * math/libm-test.inc (check_int): Expect result to be exactly
19301         equal to expected value and do not handle ulps.
19302         (check_long): Likewise.
19303         (check_longlong): Likewise.
19304
19305         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19306         exceptions.
19307         (cimag_test_data): Likewise.
19308         (conj_test_data): Likewise.
19309         (copysign_test_data): Likewise.
19310         (cproj_test_data): Likewise.
19311         (creal_test_data): Likewise.
19312         (fabs_test_data): Likewise.
19313         (fdim_test_data): Likewise.
19314         (finite_test_data): Likewise.
19315         (floor_test_data): Likewise.
19316         (fmax_test_data): Likewise.
19317         (fmin_test_data): Likewise.
19318         (fmod_test_data): Likewise.
19319         (fpclassify_test_data): Likewise.
19320         (frexp_test_data): Likewise.
19321         (ilogb_test_data): Likewise.
19322         (isfinite_test_data): Likewise.
19323         (isgreater_test_data): Likewise.
19324         (isgreaterequal_test_data): Likewise.
19325         (isinf_test_data): Likewise.
19326         (isless_test_data): Likewise.
19327         (islessequal_test_data): Likewise.
19328         (islessgreater_test_data): Likewise.
19329         (isnan_test_data): Likewise.
19330         (isnormal_test_data): Likewise.
19331         (issignaling_test_data): Likewise.
19332         (isunordered_test_data): Likewise.
19333         (ldexp_test_data): Likewise.
19334         (lrint_test_data): Likewise.
19335         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19336         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19337         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19338         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19339         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19340         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19341         test input.
19342         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19343         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19344         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19345         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19346         that test input.
19347         (lrint_downward_test_data): Test for "inexact" exceptions.
19348         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19349         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19350         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19351         test input.
19352         (lrint_upward_test_data): Test for "inexact" exceptions.
19353         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19354         test input.
19355         (llrint_test_data): Test for "inexact" exceptions.
19356         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19357         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19358         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19359         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19360         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19361         (llrint_downward_test_data): Test for "inexact" exceptions.
19362         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19363         (llrint_upward_test_data): Test for "inexact" exceptions.
19364         (logb_test_data): Likewise.
19365         (logb_downward_test_data): Likewise.
19366         (nextafter_test_data): Likewise.
19367         (nexttoward_test_data): Likewise.
19368         (remainder_test_data): Likewise.
19369         (remquo_test_data): Likewise.
19370         (scalbn_test_data): Likewise.
19371         (scalbln_test_data): Likewise.
19372         (signbit_test_data): Likewise.
19373         (sqrt_test_data): Likewise.
19374         (significand_test_data): Likewise.
19375
19376 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19377
19378         [BZ #15424]
19379         * benchtests/bench-modf.c (struct args): Mark arg0 as
19380         volatile.
19381         * scripts/bench.pl: Mark members of struct args as volatile.
19382
19383 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19384
19385         [BZ # 15497]
19386         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19387         negative infinity on POWER6 or lower.
19388         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19389
19390 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19391
19392         [BZ #15442]
19393         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19394         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19395         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19396         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19397         (_FP_SETQNAN): New macro.
19398         (_FP_SETQNAN_SEMIRAW): Likewise.
19399         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19400         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19401         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19402         (FP_EXTEND): Use _FP_FRAC_SNANP.
19403         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19404         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19405         into account.
19406         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19407         New macro.
19408         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19409         Likewise.
19410
19411 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19412
19413         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
19414         with DIVIDE_BY_ZERO_EXCEPTION.
19415         (gamma_test_data): Likewise.
19416         (lgamma_test_data): Likewise.
19417         (log_test_data): Likewise.
19418         (log10_test_data): Likewise.
19419         (log2_test_data): Likewise.
19420         (tgamma_test_data): Likewise.
19421
19422         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
19423         (acos_test_tonearest): Likewise.
19424         (acos_test_towardzero): Likewise.
19425         (acos_test_downward): Likewise.
19426         (acos_test_upward): Likewise.
19427         (acosh_test): Likewise.
19428         (asin_test): Likewise.
19429         (asin_test_tonearest): Likewise.
19430         (asin_test_towardzero): Likewise.
19431         (asin_test_downward): Likewise.
19432         (asin_test_upward): Likewise.
19433         (asinh_test): Likewise.
19434         (atan_test): Likewise.
19435         (atanh_test): Likewise.
19436         (atan2_test): Likewise.
19437         (cabs_test): Likewise.
19438         (cacos_test): Likewise.
19439         (cacosh_test): Likewise.
19440         (casin_test): Likewise.
19441         (casinh_test): Likewise.
19442         (catan_test): Likewise.
19443         (catanh_test): Likewise.
19444         (cbrt_test): Likewise.
19445         (ccos_test): Likewise.
19446         (ccosh_test): Likewise.
19447         (cexp_test): Likewise.
19448         (clog_test): Likewise.
19449         (clog10_test): Likewise.
19450         (cos_test): Likewise.
19451         (cos_test_tonearest): Likewise.
19452         (cos_test_towardzero): Likewise.
19453         (cos_test_downward): Likewise.
19454         (cos_test_upward): Likewise.
19455         (cosh_test): Likewise.
19456         (cosh_test_tonearest): Likewise.
19457         (cosh_test_towardzero): Likewise.
19458         (cosh_test_downward): Likewise.
19459         (cosh_test_upward): Likewise.
19460         (cpow_test): Likewise.
19461         (csin_test): Likewise.
19462         (csinh_test): Likewise.
19463         (csqrt_test): Likewise.
19464         (ctan_test): Likewise.
19465         (ctan_test_tonearest): Likewise.
19466         (ctan_test_towardzero): Likewise.
19467         (ctan_test_downward): Likewise.
19468         (ctan_test_upward): Likewise.
19469         (ctanh_test): Likewise.
19470         (ctanh_test_tonearest): Likewise.
19471         (ctanh_test_towardzero): Likewise.
19472         (ctanh_test_downward): Likewise.
19473         (ctanh_test_upward): Likewise.
19474         (erf_test): Likewise.
19475         (erfc_test): Likewise.
19476         (exp_test): Likewise.
19477         (exp_test_tonearest): Likewise.
19478         (exp_test_towardzero): Likewise.
19479         (exp_test_downward): Likewise.
19480         (exp_test_upward): Likewise.
19481         (exp10_test): Likewise.
19482         (exp2_test): Likewise.
19483         (expm1_test): Likewise.
19484         (fmod_test): Likewise.
19485         (gamma_test): Likewise.
19486         (hypot_test): Likewise.
19487         (j0_test): Likewise.
19488         (j1_test): Likewise.
19489         (jn_test): Likewise.
19490         (lgamma_test): Likewise.
19491         (log_test): Likewise.
19492         (log10_test): Likewise.
19493         (log1p_test): Likewise.
19494         (log2_test): Likewise.
19495         (logb_test_downward): Likewise.
19496         (pow_test): Likewise.
19497         (pow_test_tonearest): Likewise.
19498         (pow_test_towardzero): Likewise.
19499         (pow_test_downward): Likewise.
19500         (pow_test_upward): Likewise.
19501         (remainder_test): Likewise.
19502         (remquo_test): Likewise.
19503         (sin_test): Likewise.
19504         (sin_test_tonearest): Likewise.
19505         (sin_test_towardzero): Likewise.
19506         (sin_test_downward): Likewise.
19507         (sin_test_upward): Likewise.
19508         (sincos_test): Likewise.
19509         (sinh_test): Likewise.
19510         (sinh_test_tonearest): Likewise.
19511         (sinh_test_towardzero): Likewise.
19512         (sinh_test_downward): Likewise.
19513         (sinh_test_upward): Likewise.
19514         (sqrt_test): Likewise.
19515         (tan_test): Likewise.
19516         (tan_test_tonearest): Likewise.
19517         (tan_test_towardzero): Likewise.
19518         (tan_test_downward): Likewise.
19519         (tan_test_upward): Likewise.
19520         (tanh_test): Likewise.
19521         (tgamma_test): Likewise.
19522         (y0_test): Likewise.
19523         (y1_test): Likewise.
19524         (yn_test): Likewise.
19525
19526         * math/gen-libm-test.pl (adjust_arg): Remove function.
19527         (special_function): Remove argument $in_func.  Only handle
19528         generating output for tables of tests, not inside functions.
19529         (parse_args): Likewise.
19530         (generate_testfile): Remove variable $in_func.  Update call to
19531         parse_args.
19532         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
19533         (MINUS_ZERO_INIT): Rename macro to minus_zero.
19534         (PLUS_INFTY_INIT): Rename macro to plus_infty.
19535         (MINUS_INFTY_INIT): Rename macro to minus_infty.
19536         (QNAN_VALUE_INIT): Rename macro to qnan_value.
19537         (MAX_VALUE_INIT): Rename macro to max_value.
19538         (MIN_VALUE_INIT): Rename macro to min_value.
19539         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
19540         (plus_zero): Remove variable.
19541         (minus_zero): Likewise.
19542         (plus_infty): Likewise.
19543         (minus_infty): Likewise.
19544         (qnan_value): Likewise.
19545         (max_value): Likewise.
19546         (min_value): Likewise.
19547         (min_subnorm_value): Likewise.
19548
19549 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19550
19551         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
19552         uint64_t or uint32_t usage.
19553         * crypt/sha256-block.c: Likewise.
19554         * crypt/sha256-crypt.c: Likewise.
19555         * crypt/sha256.c: Likewise.
19556         * crypt/sha512-block.c: Likewise.
19557         * crypt/sha512-crypt.c: Likewise.
19558         * crypt/sha512.c: Likewise.
19559         * debug/backtrace-tst.c: Likewise.
19560         * debug/pcprofiledump.c: Likewise.
19561         * elf/cache.c: Likewise.
19562         * elf/dl-cache.c: Likewise.
19563         * elf/dl-misc.c: Likewise.
19564         * elf/dl-profile.c: Likewise.
19565         * elf/dl-support.c: Likewise.
19566         * elf/ldconfig.c: Likewise.
19567         * elf/sprof.c: Likewise.
19568         * iconv/dummy-repertoire.c: Likewise.
19569         * iconv/iconv_charmap.c: Likewise.
19570         * iconv/skeleton.c: Likewise.
19571         * iconvdata/8bit-generic.c: Likewise.
19572         * iconvdata/cp737.h: Likewise.
19573         * iconvdata/cp775.h: Likewise.
19574         * iconvdata/ibm1008.h: Likewise.
19575         * iconvdata/ibm1025.h: Likewise.
19576         * iconvdata/ibm1046.h: Likewise.
19577         * iconvdata/ibm1097.h: Likewise.
19578         * iconvdata/ibm1112.h: Likewise.
19579         * iconvdata/ibm1122.h: Likewise.
19580         * iconvdata/ibm1123.h: Likewise.
19581         * iconvdata/ibm1124.h: Likewise.
19582         * iconvdata/ibm1129.h: Likewise.
19583         * iconvdata/ibm1130.h: Likewise.
19584         * iconvdata/ibm1132.h: Likewise.
19585         * iconvdata/ibm1133.h: Likewise.
19586         * iconvdata/ibm1137.h: Likewise.
19587         * iconvdata/ibm1140.h: Likewise.
19588         * iconvdata/ibm1141.h: Likewise.
19589         * iconvdata/ibm1142.h: Likewise.
19590         * iconvdata/ibm1143.h: Likewise.
19591         * iconvdata/ibm1144.h: Likewise.
19592         * iconvdata/ibm1145.h: Likewise.
19593         * iconvdata/ibm1146.h: Likewise.
19594         * iconvdata/ibm1147.h: Likewise.
19595         * iconvdata/ibm1148.h: Likewise.
19596         * iconvdata/ibm1149.h: Likewise.
19597         * iconvdata/ibm1153.h: Likewise.
19598         * iconvdata/ibm1154.h: Likewise.
19599         * iconvdata/ibm1155.h: Likewise.
19600         * iconvdata/ibm1156.h: Likewise.
19601         * iconvdata/ibm1157.h: Likewise.
19602         * iconvdata/ibm1158.h: Likewise.
19603         * iconvdata/ibm1160.h: Likewise.
19604         * iconvdata/ibm1161.h: Likewise.
19605         * iconvdata/ibm1162.h: Likewise.
19606         * iconvdata/ibm1163.h: Likewise.
19607         * iconvdata/ibm1164.h: Likewise.
19608         * iconvdata/ibm1166.h: Likewise.
19609         * iconvdata/ibm1167.h: Likewise.
19610         * iconvdata/ibm12712.h: Likewise.
19611         * iconvdata/ibm1390.h: Likewise.
19612         * iconvdata/ibm1399.h: Likewise.
19613         * iconvdata/ibm16804.h: Likewise.
19614         * iconvdata/ibm4517.h: Likewise.
19615         * iconvdata/ibm4899.h: Likewise.
19616         * iconvdata/ibm4909.h: Likewise.
19617         * iconvdata/ibm4971.h: Likewise.
19618         * iconvdata/ibm5347.h: Likewise.
19619         * iconvdata/ibm803.h: Likewise.
19620         * iconvdata/ibm856.h: Likewise.
19621         * iconvdata/ibm901.h: Likewise.
19622         * iconvdata/ibm902.h: Likewise.
19623         * iconvdata/ibm9030.h: Likewise.
19624         * iconvdata/ibm9066.h: Likewise.
19625         * iconvdata/ibm921.h: Likewise.
19626         * iconvdata/ibm922.h: Likewise.
19627         * iconvdata/ibm9448.h: Likewise.
19628         * iconvdata/isiri-3342.h: Likewise.
19629         * iconvdata/jis0201.h: Likewise.
19630         * include/link.h: Likewise.
19631         * include/netdb.h: Likewise.
19632         * inet/check_native.c: Likewise.
19633         * inet/check_pf.c: Likewise.
19634         * inet/getipv4sourcefilter.c: Likewise.
19635         * inet/getnameinfo.c: Likewise.
19636         * inet/getsourcefilter.c: Likewise.
19637         * inet/htonl.c: Likewise.
19638         * inet/setipv4sourcefilter.c: Likewise.
19639         * inet/setsourcefilter.c: Likewise.
19640         * inet/test-inet6_opt.c: Likewise.
19641         * inet/tst-network.c: Likewise.
19642         * locale/C-collate.c: Likewise.
19643         * locale/C-ctype.c: Likewise.
19644         * locale/C-time.c: Likewise.
19645         * locale/C-translit.h: Likewise.
19646         * locale/loadarchive.c: Likewise.
19647         * locale/programs/3level.h: Likewise.
19648         * locale/programs/charmap.c: Likewise.
19649         * locale/programs/charmap.h: Likewise.
19650         * locale/programs/ld-address.c: Likewise.
19651         * locale/programs/ld-collate.c: Likewise.
19652         * locale/programs/ld-ctype.c: Likewise.
19653         * locale/programs/ld-identification.c: Likewise.
19654         * locale/programs/ld-measurement.c: Likewise.
19655         * locale/programs/ld-messages.c: Likewise.
19656         * locale/programs/ld-monetary.c: Likewise.
19657         * locale/programs/ld-name.c: Likewise.
19658         * locale/programs/ld-numeric.c: Likewise.
19659         * locale/programs/ld-paper.c: Likewise.
19660         * locale/programs/ld-telephone.c: Likewise.
19661         * locale/programs/ld-time.c: Likewise.
19662         * locale/programs/linereader.c: Likewise.
19663         * locale/programs/locale.c: Likewise.
19664         * locale/programs/locarchive.c: Likewise.
19665         * locale/programs/locfile.h: Likewise.
19666         * locale/programs/repertoire.c: Likewise.
19667         * locale/programs/simple-hash.c: Likewise.
19668         * locale/programs/simple-hash.h: Likewise.
19669         * malloc/memusage.c: Likewise.
19670         * malloc/memusagestat.c: Likewise.
19671         * nis/nis_defaults.c: Likewise.
19672         * nis/nis_hash.c: Likewise.
19673         * nis/nis_print.c: Likewise.
19674         * nis/nis_xdr.c: Likewise.
19675         * nscd/connections.c: Likewise.
19676         * nscd/hstcache.c: Likewise.
19677         * nscd/nscd_gethst_r.c: Likewise.
19678         * nscd/nscd_getserv_r.c: Likewise.
19679         * nscd/nscd_helper.c: Likewise.
19680         * nscd/servicescache.c: Likewise.
19681         * nss/makedb.c: Likewise.
19682         * nss/nss_db/db-XXX.c: Likewise.
19683         * nss/nss_db/db-initgroups.c: Likewise.
19684         * nss/nss_db/db-netgrp.c: Likewise.
19685         * nss/nss_files/files-network.c: Likewise.
19686         * nss/nss_files/files-parse.c: Likewise.
19687         * posix/bug-regex5.c: Likewise.
19688         * posix/fnmatch_loop.c: Likewise.
19689         * posix/regcomp.c: Likewise.
19690         * posix/regexec.c: Likewise.
19691         * posix/tst-rfc3484-2.c: Likewise.
19692         * posix/tst-rfc3484-3.c: Likewise.
19693         * posix/tst-rfc3484.c: Likewise.
19694         * resolv/nss_dns/dns-canon.c: Likewise.
19695         * resolv/nss_dns/dns-network.c: Likewise.
19696         * resolv/res_init.c: Likewise.
19697         * resolv/res_mkquery.c: Likewise.
19698         * resolv/tst-aton.c: Likewise.
19699         * stdlib/cxa_atexit.c: Likewise.
19700         * stdlib/cxa_finalize.c: Likewise.
19701         * stdlib/gen-fpioconst.c: Likewise.
19702         * stdlib/strtol_l.c: Likewise.
19703         * string/tst-endian.c: Likewise.
19704         * sunrpc/auth_des.c: Likewise.
19705         * sunrpc/clnt_udp.c: Likewise.
19706         * sunrpc/rtime.c: Likewise.
19707         * sunrpc/svcauth_des.c: Likewise.
19708         * sunrpc/xdr.c: Likewise.
19709         * sunrpc/xdr_intXX_t.c: Likewise.
19710         * sunrpc/xdr_rec.c: Likewise.
19711         * sysdeps/generic/ldconfig.h: Likewise.
19712         * sysdeps/generic/ldsodefs.h: Likewise.
19713         * sysdeps/generic/memusage.h: Likewise.
19714         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
19715         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
19716         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
19717         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
19718         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19719         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
19720         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
19721         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
19722         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19723         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19724         * sysdeps/posix/getaddrinfo.c: Likewise.
19725         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
19726         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
19727         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
19728         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
19729         * sysdeps/powerpc/test-gettimebase.c: Likewise.
19730         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
19731         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
19732         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
19733         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
19734         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
19735         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
19736         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
19737         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
19738         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
19739         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
19740         * sysdeps/x86_64/dl-tls.h: Likewise.
19741         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
19742         * time/alt_digit.c: Likewise.
19743         * time/era.c: Likewise.
19744         * wcsmbs/tst-c16c32-1.c: Likewise.
19745
19746 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19747
19748         * math/libm-test.inc (struct test_sincos_data): New type.
19749         (RUN_TEST_LOOP_sincos): New macro.
19750         (sincos_test_data): New variable.
19751         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
19752
19753 2013-05-16  Richard Henderson  <rth@redhat.com>
19754
19755         * math/atest-exp2.c (LIMB64): New macro.
19756         (CONSTSZ): New macro.
19757         (mp_exp1, mp_exp_m1, mp_log2): New variables.
19758         (hexdig): Move ...
19759         (print_mpn_fp): ... to function scope.
19760         (read_mpn_hex): Remove.
19761         (get_log2): Remove.
19762         (exp2_mpn): Use mp_log2.
19763         (main): Use mp_exp1.
19764
19765 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19766
19767         * math/libm-test.inc: Remove comment about not testing "inexact"
19768         exceptions.
19769         (INEXACT_EXCEPTION): New macro.
19770         (NO_INEXACT_EXCEPTION): Likewise.
19771         (INVALID_EXCEPTION_OK): Update value.
19772         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
19773         (OVERFLOW_EXCEPTION_OK): Likewise.
19774         (UNDERFLOW_EXCEPTION_OK): Likewise.
19775         (IGNORE_ZERO_INF_SIGN): Likewise.
19776         (ERRNO_UNCHANGED): Likewise.
19777         (ERRNO_EDOM): Likewise.
19778         (ERRNO_ERANGE): Likewise.
19779         (test_exceptions): Handle testing "inexact" exceptions.
19780         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
19781         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
19782         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
19783         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
19784         INEXACT_EXCEPTION.
19785         (rint_towardzero_test_data): Likewise.
19786         (rint_downward_test_data): Likewise.
19787         (rint_upward_test_data): Likewise.
19788
19789         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
19790         with OVERFLOW_EXCEPTION.
19791         (exp10_test_data): Likewise.
19792         (exp2_test_data): Likewise.
19793         (expm1_test_data): Likewise.
19794         (lgamma_test_data): Likewise.
19795         (pow_test_data): Likewise.
19796         (tgamma_test_data): Likewise.
19797         (yn_test_data): Remove duplicate test of overflow.
19798
19799         * math/libm-test.inc (struct test_cc_c_data): New type.
19800         (RUN_TEST_LOOP_cc_c): New macro.
19801         (cpow_test_data): New variable.
19802         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
19803
19804         * math/libm-test.inc (struct test_f_L_data): New type.
19805         (RUN_TEST_LOOP_f_L): New macro.
19806         (llrint_test_data): New variable.
19807         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
19808         (llrint_tonearest_test_data): New variable.
19809         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
19810         (llrint_towardzero_test_data): New variable.
19811         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
19812         (llrint_downward_test_data): New variable.
19813         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
19814         (llrint_upward_test_data): New variable.
19815         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
19816         (llround_test_data): New variable.
19817         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
19818
19819 2013-05-13  Peter Collingbourne  <pcc@google.com>
19820
19821         * math/atest-exp2.c (get_log2): Remove const attribute.
19822
19823 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19824
19825         * math/libm-test.inc (struct test_f_l_data): New type.
19826         (RUN_TEST_LOOP_f_l): New macro.
19827         (lrint_test_data): New variable.
19828         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
19829         (lrint_tonearest_test_data): New variable.
19830         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
19831         (lrint_towardzero_test_data): New variable.
19832         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
19833         (lrint_downward_test_data): New variable.
19834         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
19835         (lrint_upward_test_data): New variable.
19836         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
19837         (lround_test_data): New variable.
19838         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
19839
19840 2013-05-15  Peter Collingbourne  <pcc@google.com>
19841
19842         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
19843         (EXTRACT_WORDS64) Use where appropriate.
19844         (INSERT_WORDS64) Likewise.
19845
19846         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
19847         constraints with x constraints.
19848         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
19849
19850         * malloc/obstack.c (_obstack_compat): Add initializer.
19851
19852 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19853
19854         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
19855         si_trapno and add si_addr_lsb to _sifields.sigfault.
19856         (si_trapno): Remove macro.
19857         (si_addr_lsb): Define new macro.
19858         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19859
19860 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19861
19862         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
19863         instead of TEST_f_l.
19864         (llrint_test_tonearest): Likewise.
19865         (llrint_test_towardzero): Likewise.
19866         (llrint_test_downward): Likewise.
19867         (llrint_test_upward): Likewise.
19868         (llround_test): Likewise.
19869
19870         * math/libm-test.inc (struct test_f_i_data): Add comment.
19871         (RUN_TEST_LOOP_f_b): New macro.
19872         (RUN_TEST_LOOP_f_b_tg): Likewise.
19873         (finite_test_data): New variable.
19874         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
19875         (isfinite_test_data): New variable.
19876         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19877         (isinf_test_data): New variable.
19878         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19879         (isnan_test_data): New variable.
19880         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19881         (isnormal_test_data): New variable.
19882         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19883         (issignaling_test_data): New variable.
19884         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19885         (signbit_test_data): New variable.
19886         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19887
19888         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
19889         with INVALID_EXCEPTION.
19890         (acosh_test_data): Likewise.
19891         (asin_test_data): Likewise.
19892         (atanh_test_data): Likewise.
19893         (fmod_test_data): Likewise.
19894         (log_test_data): Likewise.
19895         (log10_test_data): Likewise.
19896         (log2_test_data): Likewise.
19897         (pow_test_data): Likewise.
19898         (sqrt_test_data): Likewise.
19899         (y0_test_data): Likewise.
19900         (y1_test_data): Likewise.
19901         (yn_test_data): Likewise.
19902
19903         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
19904         function contents.
19905
19906         * math/libm-test.inc (struct test_ff_i_data): New type.
19907         (RUN_TEST_LOOP_ff_i_tg): New macro.
19908         (isgreater_test_data): New variable.
19909         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19910         (isgreaterequal_test_data): New variable.
19911         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19912         (isless_test_data): New variable.
19913         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19914         (islessequal_test_data): New variable.
19915         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19916         (islessgreater_test_data): New variable.
19917         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19918         (isunordered_test_data): New variable.
19919         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19920
19921 2013-05-14  David S. Miller  <davem@davemloft.net>
19922
19923         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19924
19925 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
19926
19927         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
19928
19929         * math/libm-test.inc (struct test_fF_f1_data): Change type of
19930         extra_test to int.
19931         (struct test_f_i_data): Change type of max_ulp to int.
19932
19933         * math/libm-test.inc (test_ffI_f1_data): New type.
19934         (RUN_TEST_LOOP_ffI_f1): New macro.
19935         (remquo_test_data): New variable.
19936         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
19937
19938         * setjmp/tst-setjmp-fp.c: New file.
19939         * setjmp/Makefile (tests): Add tst-setjmp-fp.
19940         (link-libm): New variable.
19941         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
19942
19943         * math/libm-test.inc (struct test_f_i_data): New type.
19944         (RUN_TEST_LOOP_f_i): New macro.
19945         (RUN_TEST_LOOP_f_i_tg): Likewise.
19946         (fpclassify_test_data): New variable.
19947         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
19948         (ilogb_test_data): New variable.
19949         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
19950
19951         * math/libm-test.inc (scalbln_test): Correct function name in END
19952         call.
19953
19954         * math/libm-test.inc (struct test_f_f1_data): Add comment.
19955         (RUN_TEST_LOOP_fI_f1): New macro.
19956         (frexp_test_data): New variable.
19957         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
19958
19959         * math/libm-test.inc (struct test_fF_f1_data): New type.
19960         (RUN_TEST_LOOP_fF_f1): New macro.
19961         (modf_test_data): New variable.
19962         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
19963
19964         * math/libm-test.inc (struct test_f_f1_data): New type.
19965         (RUN_TEST_LOOP_f_f1): New macro.
19966         (gamma_test_data): New variable.
19967         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19968         (lgamma_test_data): New variable.
19969         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19970
19971 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
19972
19973         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
19974         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
19975         (main): Comment "tls" pseudo-hwcap.
19976
19977 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
19978
19979         * math/libm-test.inc (struct test_fl_f_data): New type.
19980         (RUN_TEST_LOOP_fl_f): New variable.
19981         (scalbln_test_data): New variable.
19982         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
19983
19984         * math/libm-test.inc (struct test_fi_f_data): New type.
19985         (RUN_TEST_LOOP_fi_f): New macro.
19986         (ldexp_test_data): New variable.
19987         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
19988         (scalbn_test_data): New variable.
19989         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
19990
19991         * math/libm-test.inc (struct test_c_f_data): New type.
19992         (RUN_TEST_LOOP_c_f): New macro.
19993         (cabs_test_data): New variable.
19994         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
19995         (carg_test_data): New variable.
19996         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
19997         (cimag_test_data): New variable.
19998         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
19999         (creal_test_data): New variable.
20000         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20001
20002         * math/libm-test.inc (struct test_if_f_data): New type.
20003         (RUN_TEST_LOOP_if_f): New macro.
20004         (jn_test_data): New variable.
20005         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20006         (yn_test_data): New variable.
20007         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20008
20009         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20010
20011 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20012
20013         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20014         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20015
20016 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20017
20018         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20019         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20020         (bench-deps): Add bench-timing.h.
20021         * benchtests-bench-skeleton.c: Include bench-timing.h.
20022         (main): Use TIMING_* macros instead of clock_gettime.
20023         * benchtests/bench-timing.h: New file.
20024
20025         [BZ #14582]
20026         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20027         Renamed from _LIB_VERSION.
20028         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20029
20030 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20031
20032         * math/libm-test.inc (struct test_fff_f_data): New type.
20033         (RUN_TEST_LOOP_fff_f): New macro.
20034         (fma_test_data): New variable.
20035         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20036         (fma_towardzero_test_data): New variable.
20037         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20038         (fma_downward_test_data): New variable.
20039         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20040         (fma_upward_test_data): New variable.
20041         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20042
20043         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20044         (struct test_c_c_data): New type.
20045         (RUN_TEST_LOOP_c_c): New macro.
20046         (cacos_test_data): New variable.
20047         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20048         (cacosh_test_data): New variable.
20049         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20050         (casin_test_data): New variable.
20051         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20052         (casinh_test_data): New variable.
20053         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20054         (catan_test_data): New variable.
20055         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20056         (catanh_test_data): New variable.
20057         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20058         (ccos_test_data): New variable.
20059         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20060         (ccosh_test_data): New variable.
20061         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20062         (cexp_test_data): New variable.
20063         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20064         (clog_test_data): New variable.
20065         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20066         (clog10_test_data): New variable.
20067         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20068         (conj_test_data): New variable.
20069         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20070         (cproj_test_data): New variable.
20071         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20072         (csin_test_data): New variable.
20073         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20074         (csinh_test_data): New variable.
20075         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20076         (csqrt_test_data): New variable.
20077         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20078         (ctan_test_data): New variable.
20079         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20080         (ctan_tonearest_test_data): New variable.
20081         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20082         (ctan_towardzero_test_data): New variable.
20083         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20084         (ctan_downward_test_data): New variable.
20085         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20086         (ctan_upward_test_data): New variable.
20087         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20088         (ctanh_test_data): New variable.
20089         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20090         (ctanh_tonearest_test_data): New variable.
20091         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20092         (ctanh_towardzero_test_data): New variable.
20093         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20094         (ctanh_downward_test_data): New variable.
20095         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20096         (ctanh_upward_test_data): New variable.
20097         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20098         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20099         of BUILD_COMPLEX.
20100
20101         * math/libm-test.inc (struct test_ff_f_data): New type.
20102         (struct test_ff_f_data_nexttoward): Likewise.
20103         (RUN_TEST_LOOP_2_f): New macro.
20104         (RUN_TEST_LOOP_ff_f): Likewise.
20105         (atan2_test_data): New variable.
20106         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20107         (copysign_test_data): New variable.
20108         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20109         (fdim_test_data): New variable.
20110         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20111         (fmax_test_data): New variable.
20112         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20113         (fmin_test_data): New variable.
20114         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20115         (fmod_test_data): New variable.
20116         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20117         (hypot_test_data): New variable.
20118         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20119         (nextafter_test_data): New variable.
20120         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20121         (nexttoward_test_data): New variable.
20122         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20123         (pow_test_data): New variable.
20124         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20125         (pow_tonearest_test_data): New variable.
20126         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20127         (pow_towardzero_test_data): New variable.
20128         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20129         (pow_downward_test_data): New variable.
20130         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20131         (pow_upward_test_data): New variable.
20132         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20133         (remainder_test_data): New variable.
20134         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20135         (scalb_test_data): New variable.
20136         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20137         * sysdeps/i386/fpu/libm-test-ulps: Update.
20138
20139 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20140
20141         * math/libm-test.inc (fma_test): Use max_value instead of local
20142         variable fltmax.
20143         (nextafter_test): Likewise.
20144
20145         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20146         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20147         (acos_downward_test_data): New variable.
20148         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20149         (acos_upward_test_data): New variable.
20150         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20151         (acosh_test_data): New variable.
20152         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20153         (asin_test_data): New variable.
20154         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20155         (asin_tonearest_test_data): New variable.
20156         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20157         (asin_towardzero_test_data): New variable.
20158         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20159         (asin_downward_test_data): New variable.
20160         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20161         (asin_upward_test_data): New variable.
20162         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20163         (asinh_test_data): New variable.
20164         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20165         (atan_test_data): New variable.
20166         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20167         (atanh_test_data): New variable.
20168         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20169         (cbrt_test_data): New variable.
20170         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20171         (ceil_test_data): New variable.
20172         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20173         (cos_test_data): New variable.
20174         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20175         (cos_tonearest_test_data): New variable.
20176         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20177         (cos_towardzero_test_data): New variable.
20178         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20179         (cos_downward_test_data): New variable.
20180         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20181         (cos_upward_test_data): New variable.
20182         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20183         (cosh_test_data): New variable.
20184         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20185         (cosh_tonearest_test_data): New variable.
20186         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20187         (cosh_towardzero_test_data): New variable.
20188         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20189         (cosh_downward_test_data): New variable.
20190         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20191         (cosh_upward_test_data): New variable.
20192         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20193         (erf_test_data): New variable.
20194         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20195         (erfc_test_data): New variable.
20196         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20197         (exp_test_data): New variable.
20198         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20199         (exp_tonearest_test_data): New variable.
20200         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20201         (exp_towardzero_test_data): New variable.
20202         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20203         (exp_downward_test_data): New variable.
20204         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20205         (exp_upward_test_data): New variable.
20206         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20207         (exp10_test_data): New variable.
20208         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20209         (exp2_test_data): New variable.
20210         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20211         (expm1_test_data): New variable.
20212         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20213         (fabs_test_data): New variable.
20214         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20215         (floor_test_data): New variable.
20216         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20217         (j0_test_data): New variable.
20218         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20219         (j1_test_data): New variable.
20220         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20221         (log_test_data): New variable.
20222         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20223         (log10_test_data): New variable.
20224         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20225         (log1p_test_data): New variable.
20226         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20227         (log2_test_data): New variable.
20228         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20229         (logb_test_data): New variable.
20230         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20231         (logb_downward_test_data): New variable.
20232         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20233         (nearbyint_test_data): New variable.
20234         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20235         (rint_test_data): New variable.
20236         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20237         (rint_tonearest_test_data): New variable.
20238         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20239         (rint_towardzero_test_data): New variable.
20240         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20241         (rint_downward_test_data): New variable.
20242         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20243         (rint_upward_test_data): New variable.
20244         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20245         (round_test_data): New variable.
20246         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20247         (sin_test_data): New variable.
20248         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20249         (sin_tonearest_test_data): New variable.
20250         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20251         (sin_towardzero_test_data): New variable.
20252         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20253         (sin_downward_test_data): New variable.
20254         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20255         (sin_upward_test_data): New variable.
20256         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20257         (sinh_test_data): New variable.
20258         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20259         (sinh_tonearest_test_data): New variable.
20260         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20261         (sinh_towardzero_test_data): New variable.
20262         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20263         (sinh_downward_test_data): New variable.
20264         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20265         (sinh_upward_test_data): New variable.
20266         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20267         (sqrt_test_data): New variable.
20268         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20269         (tan_test_data): New variable.
20270         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20271         (tan_tonearest_test_data): New variable.
20272         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20273         (tan_towardzero_test_data): New variable.
20274         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20275         (tan_downward_test_data): New variable.
20276         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20277         (tan_upward_test_data): New variable.
20278         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20279         (tanh_test_data): New variable.
20280         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20281         (tgamma_test_data): New variable.
20282         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20283         (trunc_test_data): New variable.
20284         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20285         (y0_test_data): New variable.
20286         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20287         (y1_test_data): New variable.
20288         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20289         (significand_test_data): New variable.
20290         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20291
20292 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20293
20294         [BZ #12387]
20295         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20296
20297 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20298
20299         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20300
20301 2013-05-10  Andreas Jaeger  <aj@suse.de>
20302
20303         [BZ #15448]
20304         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20305         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20306
20307 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20308
20309         * math/gen-libm-test.pl (adjust_arg): New function.
20310         (special_functions): Handle generating output in both functions
20311         and arrays.
20312         (parse_args): Likewise.
20313         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20314         $in_func argument to parse_args.
20315         * math/libm-test.inc (struct test_f_f_data): New type.
20316         (IF_ROUND_INIT_): New macro.
20317         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20318         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20319         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20320         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20321         (ROUND_RESTORE_): Likewise.
20322         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20323         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20324         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20325         (ROUND_RESTORE_FE_UPWARD): Likewise.
20326         (RUN_TEST_LOOP_f_f): New macro.
20327         (acos_test_data): New variable.
20328         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20329         (acos_tonearest_test_data): New variable.
20330         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20331
20332 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20333
20334         * benchtests/bench-skeleton.c (startup): Fix coding style.
20335
20336 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20337
20338         [BZ #6809]
20339         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20340         negative infinity argument.
20341         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20342         negative infinity argument.
20343         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20344         negative infinity argument.
20345         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20346         domain errors.
20347
20348 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20349
20350         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20351         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20352         * iconv/iconv_prog.c (main): Likewise.
20353         * locale/programs/charmap-dir.c (charmap_readdir)
20354         (fopen_uncompressed): Likewise.
20355         * locale/programs/locfile.c (siblings_uncached)
20356         (write_locale_data): Use lstat64 instead of lstat.
20357         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20358         stat.
20359
20360 2013-05-10  Andreas Jaeger  <aj@suse.de>
20361
20362         [BZ #15395]
20363         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20364         localization.
20365         Include <locale.h>.
20366
20367 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20368
20369         * elf/dl-close.c (_dl_close_worker): Add comments.
20370
20371 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20372
20373         [BZ #15359]
20374         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20375         high part of pi/2.
20376         (__ieee754_rem_pio2l): Update comments.
20377
20378         [BZ #15429]
20379         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20380         high part of pi/2.
20381         (__ieee754_rem_pio2l): Update comments.
20382
20383         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20384         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20385
20386         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20387         M_PI_4l.
20388
20389         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20390         (M_PI_34_LOG10El): Likewise.
20391         (M_PI2_LOG10El): Likewise.
20392         (M_PI4_LOG10El): Likewise.
20393         (M_PI_LOG10El): Likewise.
20394
20395 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20396
20397         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20398
20399 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20400
20401         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20402         (MINUS_ZERO_INIT): Likewise.
20403         (PLUS_INFTY_INIT): Likewise.
20404         (MINUS_INFTY_INIT): Likewise.
20405         (QNAN_VALUE_INIT): Likewise.
20406         (MAX_VALUE_INIT): Likewise.
20407         (MIN_VALUE_INIT): Likewise.
20408         (MIN_SUBNORM_VALUE_INIT): Likewise.
20409         (plus_zero): Initialize with PLUS_ZERO_INIT.
20410         (minus_zero): Initialize with MINUS_ZERO_INIT.
20411         (plus_infty): Initialize with PLUS_INFTY_INIT.
20412         (minus_infty): Initialize with MINUS_INFTY_INIT.
20413         (qnan_value): Initialize with QNAN_VALUE_INIT.
20414         (max_value): Initialize with MAX_VALUE_INIT.
20415         (min_value): Initialize with MIN_VALUE_INIT.
20416         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
20417
20418         * math/libm-test.inc (RUN_TEST_if_f): New macro.
20419         (jn_test): Use TEST_if_f instead of TEST_ff_f.
20420         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
20421         (yn_test): Use TEST_if_f instead of TEST_ff_f.
20422
20423         * math/libm-test.inc (RUN_TEST_f_f): New macro.
20424         (RUN_TEST_2_f): Likewise.
20425         (RUN_TEST_ff_f): Likewise.
20426         (RUN_TEST_fi_f): Likewise.
20427         (RUN_TEST_fl_f): Likewise.
20428         (RUN_TEST_fff_f): Likewise.
20429         (RUN_TEST_c_f): Likewise.
20430         (RUN_TEST_f_f1): Likewise.
20431         (RUN_TEST_fF_f1): Likewise.
20432         (RUN_TEST_fI_f1): Likewise.
20433         (RUN_TEST_ffI_f1): Likewise.
20434         (RUN_TEST_c_c): Likewise.
20435         (RUN_TEST_cc_c): Likewise.
20436         (RUN_TEST_f_i): Likewise.
20437         (RUN_TEST_f_i_tg): Likewise.
20438         (RUN_TEST_ff_i_tg): Likewise.
20439         (RUN_TEST_f_b): Likewise.
20440         (RUN_TEST_f_b_tg): Likewise.
20441         (RUN_TEST_f_l): Likewise.
20442         (RUN_TEST_f_L): Likewise.
20443         (RUN_TEST_sincos): Likewise.
20444         * math/gen-libm-test.pl (new_test): Take new argument to indicate
20445         whether to show exceptions.  Do not include ");\n" in return
20446         value.
20447         (special_functions): Output call to RUN_TEST_sincos instead of
20448         check_float calls.  Update calls to new_test.
20449         (parse_args): Output call to single RUN_TEST_* macro instead of
20450         check_* calls and other assignments.  Update calls to new_test.
20451
20452         [BZ #2546]
20453         [BZ #2560]
20454         [BZ #5159]
20455         [BZ #15426]
20456         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
20457         input to result for tgamma overflow.
20458         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
20459         (gamma_coeff): New variable.
20460         (NCOEFF): New macro.
20461         (gamma_positive): New function.
20462         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
20463         underflow here.  Use gamma_positive instead of exp (lgamma) for
20464         other arguments.
20465         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
20466         (gamma_coeff): New variable.
20467         (NCOEFF): New macro.
20468         (gammaf_positive): New function.
20469         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
20470         underflow here.  Use gamma_positive instead of exp (lgamma) for
20471         other arguments.
20472         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
20473         (gamma_coeff): New variable.
20474         (NCOEFF): New macro.
20475         (gammal_positive): New function.
20476         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
20477         underflow here.  Use gamma_positive instead of exp (lgamma) for
20478         other arguments.
20479         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
20480         (gamma_coeff): New variable.
20481         (NCOEFF): New macro.
20482         (gammal_positive): New function.
20483         (__ieee754_gammal_r): Handle positive infinity, overflow and
20484         underflow here.  Handle NaN the same as positive infinity.  Remove
20485         check x < 0xffffffff for negative integers.  Use gamma_positive
20486         instead of exp (lgamma) for other arguments.
20487         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
20488         (gamma_coeff): New variable.
20489         (NCOEFF): New macro.
20490         (gammal_positive): New function.
20491         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
20492         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
20493         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
20494         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
20495         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
20496         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
20497         * sysdeps/generic/math_private.h (__gamma_productf): New
20498         prototype.
20499         (__gamma_product): Likewise.
20500         (__gamma_productl): Likewise.
20501         * math/Makefile (libm-calls): Add gamma_product.
20502         * math/libm-test.inc (tgamma_test): Add more tests.
20503         * sysdeps/i386/fpu/libm-test-ulps: Update.
20504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20505
20506 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
20507
20508         * benchtests/bench-skeleton.c (main): Preheat CPU.
20509
20510 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
20511
20512         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
20513
20514 2013-05-07  Roland McGrath  <roland@hack.frob.com>
20515
20516         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
20517         and _dl_skip_args_internal.
20518
20519 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
20520
20521         * manual/message.texi (Message Translation): Talk about users.
20522         Message to key mapping impacts design.
20523
20524 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20525
20526         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
20527
20528         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
20529
20530         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
20531         * sysdeps/wordsize-64/glob64.c: ... here.
20532
20533         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
20534         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
20535         New macros.
20536
20537         * debug/getlogin_r_chk.c: Moved to ...
20538         * login/getlogin_r_chk.c: ... here.
20539         * debug/Makefile (routines): Move getlogin_r_chk to ...
20540         * login/Makefile (routines): ... here.
20541         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
20542         * login/Versions (libc: GLIBC_2.4): ... here.
20543
20544         * io/poll.c (__poll): Renamed from poll.
20545         Add libc_hidden_def.
20546         (poll): Define as weak alias.
20547
20548         * debug/ptsname_r_chk.c: Moved to ...
20549         * login/ptsname_r_chk.c: ... here.
20550         * debug/Makefile (routines): Move ptsname_r_chk to ...
20551         * login/Makefile (routines): ... here.
20552         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
20553         * login/Versions (libc: GLIBC_2.4): ... here.
20554
20555         * posix/getlogin.c: Moved to ...
20556         * login/getlogin.c: ... here.
20557         * posix/getlogin_r.c: Moved to ...
20558         * login/getlogin_r.c: ... here.
20559         * posix/getlogin_r.c: Moved to ...
20560         * login/getlogin_r.c: ... here.
20561         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
20562         * login/Makefile (routines): ... here.
20563         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
20564         * login/Versions (libc: GLIBC_2.0): ... here.
20565
20566         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
20567         (setrlimit): Define as weak alias.
20568
20569         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
20570         Call __ names for open, ftruncate, and close.
20571         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
20572         (truncate): Define as weak alias.
20573
20574 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
20575
20576         * math/gen-libm-test.pl (parse_args): Initialize x before each
20577         test of frexp, modf and remquo.
20578
20579         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
20580         test signgam value.
20581
20582 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20583
20584         [BZ #15418]
20585         [BZ #15419]
20586         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
20587         internal tests.
20588         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20589
20590 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20591
20592         * elf/dl-writev.h: New file.
20593         * elf/dl-misc.c: Include it.
20594         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
20595         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
20596
20597 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
20598
20599         * math/libm-test.inc (noXFails): Remove variable.
20600         (noXPasses): Likewise.
20601         (BUILD_COMPLEX_INT): Remove macro.
20602         (print_screen): Remove xfail argument.
20603         (print_screen_max_error): Likewise.
20604         (update_stats): Likewise.
20605         (print_max_error): Likewise.  Update calls to other affected
20606         functions.
20607         (print_complex_max_error): Likewise.
20608         (test_single_exception): Update calls to print_screen.
20609         (test_single_errno): Likewise.
20610         (check_float_internal): Remove xfail argument.  Update calls to
20611         other affected functions.
20612         (check_float): Likewise.
20613         (check_complex): Likewise.
20614         (check_int): Likewise.
20615         (check_long): Likewise.
20616         (check_bool): Likewise.
20617         (check_longlong): Likewise.
20618         (main): Don't print noXFails and noXPasses.
20619         * math/gen-libm-test.pl (top level): Don't mention expected
20620         failure handling in comment.
20621         (new_test): Don't handle expected failures.
20622         (parse_args): Don't mention expected failure handling in comment.
20623         (generate_testfile): Don't handle expected failures.
20624         (parse_ulps): Likewise.
20625         (print_ulps_file): Likewise.
20626         (get_failure): Remove function.
20627         (output_test): Don't handle expected failures.
20628         * make/README.libm-test: Don't mention expected failure handling.
20629
20630         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
20631         (minus_zero): Likewise.
20632         (plus_infty): Likewise.
20633         (minus_infty): Likewise.
20634         (qnan_value): Likewise.
20635         (max_value): Likewise.
20636         (min_value): Likewise.
20637         (min_subnorm_value): Likewise.
20638         (initialize): Do not initialize those variables dynamically.
20639
20640 2013-05-03  Roland McGrath  <roland@hack.frob.com>
20641
20642         * io/open.c (__open_2): Moved to ...
20643         * io/open_2.c: ... this new file.
20644         * io/open64.c (__open64_2): Moved to ...
20645         * io/open64_2.c: ... this new file.
20646         * io/openat.c (__openat_2): Moved to ...
20647         * io/openat_2.c: ... this new file.
20648         * io/openat64.c (__openat64_2): Moved to ...
20649         * io/openat64_2.c: ... this new file.
20650         * io/Makefile (routines): Add them.
20651         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
20652         * sysdeps/unix/sysv/linux/open_2.c: File removed.
20653         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
20654         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
20655         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
20656         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
20657         (__openat64): Add hidden_ver.
20658         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
20659         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
20660
20661         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
20662         Separately conditionalize setting of GLRO(dl_sysinfo) so
20663         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
20664         as well, but the actual setting is only under [NEED_DL_SYSINFO].
20665
20666 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20667
20668         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
20669         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
20670         definition.
20671         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
20672         * sysdeps/unix/sysv/linux/powerpc/init-first.c
20673         (_libc_vdso_platform_setup): Add __vdso_time initialization.
20674         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
20675         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
20676
20677 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
20678
20679         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
20680         test signgam value.
20681
20682         * math/libm-test.inc (hypot_test): Do not use
20683         IGNORE_ZERO_INF_SIGN.
20684
20685 2013-05-03  Andreas Jaeger  <aj@suse.de>
20686
20687         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
20688         Linux 3.9.
20689         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
20690         (PF_MAX): Adjust for VSOCK change.
20691
20692 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20693
20694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20695
20696 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
20697
20698         [BZ #15264]
20699         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
20700         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
20701         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
20702
20703 2013-05-02  David S. Miller  <davem@davemloft.net>
20704
20705         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20706
20707 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
20708
20709         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
20710
20711 2013-05-01  Roland McGrath  <roland@hack.frob.com>
20712
20713         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
20714
20715 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
20716
20717         [BZ #14952]
20718         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
20719         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20720         Use __attribute__ ((__gnu_inline__)).
20721         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20722         Don't use __attribute__ ((__gnu_inline__)).
20723
20724 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
20725
20726         [BZ #15423]
20727         * math/s_catan.c (__catan): Handle small real or imaginary part of
20728         input specially to avoid spurious underflow.
20729         * math/s_catanf.c (__catanf): Likewise.
20730         * math/s_catanh.c (__catanh): Likewise.
20731         * math/s_catanhf.c (__catanhf): Likewise.
20732         * math/s_catanhl.c (__catanhl): Likewise.
20733         * math/s_catanl.c (__catanl): Likewise.
20734         * math/libm-test.inc (catan_test): Add more tests.
20735         (catanh_test): Likewise.
20736         * sysdeps/i386/fpu/libm-test-ulps: Update.
20737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20738
20739 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20740
20741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20742
20743 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
20744
20745         [BZ #15416]
20746         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
20747         accurately for denominator in atan2.
20748         * math/s_catanf.c (__catanf): Likewise.
20749         * math/s_catanh.c (__catanh): Likewise.
20750         * math/s_catanhf.c (__catanhf): Likewise.
20751         * math/s_catanhl.c (__catanhl): Likewise.
20752         * math/s_catanl.c (__catanl): Likewise.
20753         * math/libm-test.inc (catan_test): Add more tests.
20754         (catanh_test): Likewise.
20755         * sysdeps/i386/fpu/libm-test-ulps: Update.
20756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20757
20758 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20759
20760         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
20761
20762         * benchtests/Makefile (bench): Remove slow benchmarks.
20763         * benchtests/atan-inputs: Add slow benchmark inputs.
20764         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
20765         (BENCH_FUNC): Accept variant offset.
20766         (VARIANT): Define.
20767         * benchtests/bench-skeleton.c (main): Run benchmark for each
20768         variant.
20769         * benchtests/cos-inputs: Add slow benchmark inputs.
20770         * benchtests/exp-inputs: Likewise.
20771         * benchtests/pow-inputs: Likewise.
20772         * benchtests/sin-inputs: Likewise.
20773         * benchtests/slowatan-inputs: Remove.
20774         * benchtests/slowatan.c: Remove.
20775         * benchtests/slowcos-inputs: Remove.
20776         * benchtests/slowcos.c: Remove.
20777         * benchtests/slowexp-inputs: Remove.
20778         * benchtests/slowexp.c: Remove.
20779         * benchtests/slowpow-inputs: Remove.
20780         * benchtests/slowpow.c: Remove.
20781         * benchtests/slowsin-inputs: Remove.
20782         * benchtests/slowsin.c: Remove.
20783         * benchtests/slowtan-inputs: Remove.
20784         * benchtests/slowtan.c: Remove.
20785         * benchtests/tan-inputs: Add slow benchmark inputs.
20786         * scripts/bench.pl: Parse comments and directives.
20787
20788         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
20789         in CPPFLAGS.
20790         ($(objpfx)bench-%.c): Remove *-ITER.
20791         * benchtests/bench-modf.c: Remove definition of ITER.
20792         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
20793         (main): Loop for DURATION seconds instead of fixed number of
20794         iterations.
20795         * scripts/bench.pl: Don't expect iterations in parameters.
20796
20797 2013-04-29  Roland McGrath  <roland@hack.frob.com>
20798
20799         * io/fchdir.c (__fchdir): Renamed from fchdir.
20800         (fchdir): Define as weak alias.
20801
20802 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20803
20804         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
20805         (ERRNO_EDOM): Likewise.
20806         (ERRNO_ERANGE): Likewise.
20807         (noErrnoTests): New variable.
20808         (init_max_error): Set errno to 0.
20809         (test_single_errno): New function.
20810         (test_errno): Likewise.
20811         (check_float_internal): Call test_errno.  Set errno to 0.
20812         (check_complex): Refer to errno tests in comment.
20813         (check_int): Call test_errno.  Set errno to 0.
20814         (check_long): Likewise.
20815         (check_bool): Likewise.
20816         (check_longlong): Likewise.
20817         (cos_test): Use ERRNO_* flags for errno tests instead of
20818         check_int.
20819         (expm1_test): Likewise.
20820         (fmod_test): Likewise.
20821         (ilogb_test): Likewise.
20822         (lgamma_test): Likewise.
20823         (pow_test): Likewise.
20824         (remainder_test): Likewise.
20825         (sin_test): Likewise.
20826         (tan_test): Likewise.
20827         (yn_test): Likewise.
20828         (initialize): Set errno to 0.
20829         (main): Print number of errno tests.
20830         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
20831
20832 2013-04-29  Andreas Jaeger  <aj@suse.de>
20833
20834         [BZ #15084]
20835         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
20836         and RES_USEVC.
20837
20838         [BZ #15085]
20839         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
20840         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
20841         unimplemented.
20842
20843         [BZ #15380]
20844         * stdlib/random.c (__initstate): Return NULL if
20845         __initstate fails.
20846
20847         [BZ #15086]
20848         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
20849         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
20850         RES_SNGLKUPREOP.
20851
20852 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20853
20854         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20855
20856 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20857
20858         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
20859         of individual tests.
20860         (casin_test): Likewise.
20861         (casinh_test): Likewise.
20862
20863 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
20864
20865         [BZ #15409]
20866         * math/s_catan.c (__catan): Handle arguments with large real or
20867         imaginary part separately without squaring.
20868         * math/s_catanf.c (__catanf): Likewise.
20869         * math/s_catanh.c (__catanh): Likewise.
20870         * math/s_catanhf.c (__catanhf): Likewise.
20871         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20872         and redefine.
20873         (__catanhl): Handle arguments with large real or imaginary part
20874         separately without squaring.
20875         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20876         and redefine.
20877         (__catanl): Handle arguments with large real or imaginary part
20878         separately without squaring.
20879         * math/libm-test.inc (catan_test): Add more tests.
20880         (catanh_test): Likewise.
20881         * sysdeps/i386/fpu/libm-test-ulps: Update.
20882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20883
20884 2013-04-27  Andreas Jaeger  <aj@suse.de>
20885
20886         [BZ #15007]
20887         * stdlib/stdlib.h: Update guards for qecvt.
20888         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
20889         <stdlib.h>.
20890
20891 2013-04-27  Allan McRae  <allan@archlinux.org>
20892
20893         * sysdeps/i386/fpu/libm-test-ulps: Update.
20894
20895 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
20896
20897         [BZ #15406]
20898         * math/s_catan.c: Include <float.h>.
20899         (__catan): Ensure underflow exception occurs for underflowed
20900         result.
20901         * math/s_catanf.c: Include <float.h>.
20902         (__catanf): Ensure underflow exception occurs for underflowed
20903         result.
20904         * math/s_catanh.c: Include <float.h>.
20905         (__catanh): Ensure underflow exception occurs for underflowed
20906         result.
20907         * math/s_catanhf.c: Include <float.h>.
20908         (__catanhf): Ensure underflow exception occurs for underflowed
20909         result.
20910         * math/s_catanhl.c: Include <float.h>.
20911         (__catanhl): Ensure underflow exception occurs for underflowed
20912         result.
20913         * math/s_catanl.c: Include <float.h>.
20914         (__catanl): Ensure underflow exception occurs for underflowed
20915         result.
20916         * math/libm-test.inc (catan_test): Add more tests.
20917         (catanh_test): Likewise.
20918
20919         [BZ #15405]
20920         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
20921         underflowed result.
20922         * math/s_ccoshf.c (__ccoshf): Likewise.
20923         * math/s_ccoshl.c (__ccoshl): Likewise.
20924         * math/s_csin.c (__csin): Likewise.
20925         * math/s_csinf.c (__csinf): Likewise.
20926         * math/s_csinh.c (__csinh): Likewise.
20927         * math/s_csinhf.c (__csinhf): Likewise.
20928         * math/s_csinhl.c (__csinhl): Likewise.
20929         * math/s_csinl.c (__csinl): Likewise.
20930         * math/libm-test.inc (ccos_test): Add more tests.
20931         (ccosh_test): Likewise.
20932         (csin_test): Likewise.
20933         (csinh_test): Likewise.
20934
20935 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20936
20937         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
20938         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
20939         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
20940         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
20941         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
20942         powerpc/power5+/fpu folders.
20943         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
20944
20945
20946 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
20947
20948         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20949
20950 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
20951
20952         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
20953         additions to variable.
20954         [$(config-machine) = x86_64] (modules-names): Likewise.
20955         ($(objpfx)tst-audit3): Remove dependency.
20956         ($(objpfx)tst-audit3.out): Likewise.
20957         ($(objpfx)tst-audit4): Likewise.
20958         ($(objpfx)tst-audit4.out): Likewise.
20959         ($(objpfx)tst-audit5): Likewise.
20960         ($(objpfx)tst-audit5.out): Likewise.
20961         ($(objpfx)tst-audit6): Likewise.
20962         ($(objpfx)tst-audit6.out): Likewise.
20963         ($(objpfx)tst-audit7): Likewise.
20964         ($(objpfx)tst-audit7.out): Likewise.
20965         (tst-audit3-ENV): Remove variable.
20966         (tst-audit4-ENV): Likewise.
20967         (tst-audit5-ENV): Likewise.
20968         (tst-audit6-ENV): Likewise.
20969         (tst-audit7-ENV): Likewise.
20970         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
20971         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
20972         addition to variable.
20973         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
20974         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
20975         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
20976         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
20977         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
20978         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
20979         tst-audit3, tst-audit4 and tst-audit5.
20980         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
20981         tst-audit6 and tst-audit7.
20982         [$(subdir) = elf] (modules-names): Add audit modules for those
20983         tests.
20984         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
20985         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
20986         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
20987         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
20988         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
20989         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
20990         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
20991         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
20992         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
20993         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
20994         [$(subdir) = elf] (tst-audit3-ENV): New variable.
20995         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
20996         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
20997         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
20998         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
20999         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21000         Likewise.
21001         [$(subdir) = elf && $(config-cflags-avx) = yes]
21002         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21003         [$(subdir) = elf && $(config-cflags-avx) = yes]
21004         (CFLAGS-tst-auditmod4a.c): Likewise.
21005         [$(subdir) = elf && $(config-cflags-avx) = yes]
21006         (CFLAGS-tst-auditmod4b.c): Likewise.
21007         [$(subdir) = elf && $(config-cflags-avx) = yes]
21008         (CFLAGS-tst-auditmod6b.c): Likewise.
21009         [$(subdir) = elf && $(config-cflags-avx) = yes]
21010         (CFLAGS-tst-auditmod6c.c): Likewise.
21011         [$(subdir) = elf && $(config-cflags-avx) = yes]
21012         (CFLAGS-tst-auditmod7b.c): Likewise.
21013         * elf/tst-audit3.c: Move to ...
21014         * sysdeps/x86_64/tst-audit3.c: ... here.
21015         * elf/tst-audit4.c: Move to ...
21016         * sysdeps/x86_64/tst-audit4.c: ... here.
21017         * elf/tst-audit5.c: Move to ...
21018         * sysdeps/x86_64/tst-audit5.c: ... here.
21019         * elf/tst-audit6.c: Move to ...
21020         * sysdeps/x86_64/tst-audit6.c: ... here.
21021         * elf/tst-audit7.c: Move to ...
21022         * sysdeps/x86_64/tst-audit7.c: ... here.
21023         * elf/tst-auditmod3a.c: Move to ...
21024         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21025         * elf/tst-auditmod3b.c: Move to ...
21026         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21027         * elf/tst-auditmod4a.c: Move to ...
21028         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21029         * elf/tst-auditmod4b.c: Move to ...
21030         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21031         * elf/tst-auditmod5a.c: Move to ...
21032         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21033         * elf/tst-auditmod5b.c: Move to ...
21034         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21035         * elf/tst-auditmod6a.c: Move to ...
21036         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21037         * elf/tst-auditmod6b.c: Move to ...
21038         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21039         * elf/tst-auditmod6c.c: Move to ...
21040         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21041         * elf/tst-auditmod7a.c: Move to ...
21042         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21043         * elf/tst-auditmod7b.c: Move to ...
21044         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21045
21046 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21047
21048         [BZ #15366]
21049         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21050         define unconditionally.
21051         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21052         define unconditionally.
21053         (INT8_C, INT16_C, etc.): Likewise.
21054
21055 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21056
21057         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21058         __ehdr_start with hidden visibility.
21059
21060         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21061
21062 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21063
21064         * math/libm-test.inc (cos_test): Use accurate hex constants.
21065         (sincost_test): Likewise.
21066
21067 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21068
21069         * math/libm-test.inc (catan_test): Add more tests.
21070         (catanh_test): Likewise.
21071
21072         * math/s_catanf.c (__catanf): Use suffixed floating-point
21073         constants.
21074         * math/s_catanhf.c (__catanhf): Likewise.
21075         * math/s_catanhl.c (__catanhl): Likewise.
21076         * math/s_catanl.c (__catanl): Likewise.
21077
21078         [BZ #15394]
21079         * math/s_catan.c (__catan): Calculate imaginary part of result
21080         with log1p not log unless computing log of number close to 0.
21081         * math/s_catanf.c (__catanf): Likewise.
21082         * math/s_catanl.c (__catanl): Likewise.
21083         * math/s_catanh.c (__catanh): Calculate real part of result with
21084         log1p not log unless computing log of number close to 0.
21085         * math/s_catanhf.c (__catanhf): Likewise.
21086         * math/s_catanhl.c (__catanhl): Likewise.
21087         * math/libm-test.inc (catan_test): Add more tests.
21088         (catanh_test): Likewise.
21089         * sysdeps/i386/fpu/libm-test-ulps: Update.
21090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21091
21092 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21093
21094         * benchtests/Makefile: Mention files in which fast and slow
21095         paths of math functions are implemented.
21096
21097 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21098
21099         * sysdeps/posix/timespec_get.c: New file.
21100
21101 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21102
21103         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21104         POWER.
21105         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21106         for POWER.
21107         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21108         powerpc/power5/fpu folders.
21109         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21110         * benchtests/Makefile: Add modf testcase.
21111         * benchtests/bench-modf.c: New file: Benchmark test for mo
21112
21113 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21114
21115         [BZ #14888]
21116         * time/Makefile (tests): Add tst-strptime-whitespace.
21117         * time/strptime_l.c (get_number): Use ISSPACE.
21118         (__strptime_internal): Likewise.
21119         * time/tst-strptime-whitespace.c: New test case.
21120
21121 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21122
21123         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21124         member.
21125         (_nss_files_init): Set it here.
21126
21127 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21128
21129         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21130         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21131         unsigned.
21132
21133 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21134
21135         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21136
21137 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21138
21139         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21140         size just once.
21141
21142 2013-04-21  David S. Miller  <davem@davemloft.net>
21143
21144         * po/ru.po: Update Russion translation from translation project.
21145
21146 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21147
21148         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21149         and setfsgid.
21150
21151 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21152
21153         * configure.in: Remove i386 configure warning. Remove i386 case.
21154         * configure: Regenerate.
21155         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21156         Add example to error message.
21157         * sysdeps/i386/configure: Regenerate.
21158
21159 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21160
21161         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21162         slowtan.
21163         * benchtests/cos-inputs: New file.
21164         * benchtests/slowcos-inputs: New file.
21165         * benchtests/slowcos.c: New file.
21166         * benchtests/slowtan-inputs: New file.
21167         * benchtests/slowtan.c: New file.
21168         * benchtests/tan-inputs: New file.
21169
21170 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21171
21172         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21173         considered kosher.
21174
21175 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21176
21177         * benchtests/Makefile: Include cppflags-iterator.mk to add
21178         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21179
21180         * Makefile.in (bench-clean): New target.
21181         * benchtests/Makefile (bench-clean): Likewise.
21182
21183 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21184
21185         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21186
21187 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21188
21189         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21190
21191 2013-04-15  Andreas Schwab  <schwab@suse.de>
21192
21193         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21194         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21195         * nscd/pwdcache.c (cache_addpw): Likewise.
21196         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21197         more than recsize.
21198
21199 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21200
21201         * benchtests/Makefile (bench): Write all output to
21202         bench-out.tmp together.
21203
21204 2013-04-15  Andreas Schwab  <schwab@suse.de>
21205
21206         * nscd/nscd.c (main): Don't fork again after closing files.
21207
21208 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21209
21210         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21211
21212         * benchtests/Rules (bench-deps): Collect dependencies into a
21213         single variable.  Add Makefile to dependencies.
21214         ($(objpfx)bench-%.c): Depend on bench-deps.
21215
21216 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21217             Xavier Roche  <roche+kml2@exalead.com>
21218
21219         [BZ #15361]
21220         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21221         just that it's a file descriptor.
21222         * manual/llio.texi (Synchronizing AIO Operations): Update description
21223         for EBADF error from aio_fsync.
21224
21225 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21226
21227         * Rules (bench): Move target definition...
21228         * benchtests/Makefile: ... here.
21229
21230 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21231
21232         * math/libm-test.inc (cos_test): Fix PI/2 test.
21233         (sincos_test): Likewise.
21234         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21235         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21236
21237 2013-04-11  Andreas Schwab  <schwab@suse.de>
21238
21239         [BZ #13988]
21240         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21241         accept exponent character only when digits were seen.
21242         * stdio-common/Makefile (tests): Add bug26.
21243         * stdio-common/bug26.c: New file.
21244
21245         [BZ #14293]
21246         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21247         non-freeable.
21248
21249 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21250
21251         * Makeconfig (rtld-prefix): Define built linker prefix.
21252         * Rules (run-bench): Use it.
21253         * math/Makefile (run-regen-ulps): Likewise.
21254
21255         * Rules (bench): Remove eval.
21256
21257 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21258             Roland McGrath  <roland@hack.frob.com>
21259             Ondrej Bilka  <neleai@seznam.cz>
21260
21261         [BZ #15346]
21262         * time/getdate.c: Include ctype.h and alloca.h.
21263         (__getdate_r): Trim leading and trailing spaces of input.
21264         * time/tst-getdate.c (tests): Add tests with leading and
21265         trailing spaces.
21266
21267 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21268
21269         [BZ #14280]
21270         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21271         when computing value.
21272
21273 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21274
21275         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21276         Use testrun.sh to run libm tests.
21277
21278         [BZ #15309]
21279         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21280
21281 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21282
21283         [BZ #15264]
21284         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21285
21286 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21287
21288         * Makefile.in (regen-ulps): New target.
21289         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21290         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21291         [ifneq (no,$(PERL)] (regen-ulps): New target.
21292         [ifeq (no,$(PERL)] (regen-ulps): New target.
21293         * math/libm-test.inc (ulps_file_name): Define.
21294         (output_dir): New variable.
21295         (options): Add "output-dir" option.
21296         (parse_opt): Handle 'o' case.
21297         (main): If output_dir is non-NULL use it as a prefix
21298         otherwise use "".
21299         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21300
21301 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21302
21303         [BZ #10060, #10062]
21304         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21305         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21306         fail configure if __sync_val_compare_and_swap is not inlined.
21307         * sysdeps/i386/configure: Regenerate.
21308         * configure.in: Build for i686 when configured for i386.
21309         * configure: Regenerate.
21310         * README: Remove i386 reference.
21311
21312 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21313
21314         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21315         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21316
21317 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21318
21319         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21320         (lmsnanval): New variables.
21321         (F): Add conversion tests.
21322         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21323         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21324
21325         * stdio-common/tstdiomisc.c (F): Properly collect individual
21326         tests' results.
21327
21328         [BZ #14686, #15336]
21329         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21330         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21331         Instead, use input NaN values or generate a qNaN by arithmetic
21332         operation.  Also fix bugs to comply with the standard.
21333         * math/libm-test.inc (remainder_test): Add more tests.
21334
21335         [BZ #15335, #15342]
21336         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21337         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21338         input NaN values or generate a qNaN by arithmetic operation.
21339
21340         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21341         unreachable code.
21342
21343         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21344         definitions.
21345
21346 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21347
21348         [BZ #14478]
21349         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21350         underflowed result.
21351         * math/s_cexpf.c (__cexpf): Likewise.
21352         * math/s_cexpl.c (__cexpl): Likewise.
21353         * math/libm-test.inc (cexp_test): Add more tests.
21354
21355 2013-04-03  Andreas Schwab  <schwab@suse.de>
21356
21357         [BZ #15330]
21358         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21359         order arrays from heap if bigger than alloca cutoff.
21360
21361 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21362
21363         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21364         (SNAN_TESTS_double): Refer to GCC PR56831.
21365         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21366         GCC PR56828.
21367
21368 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21369
21370         * Rules (bench): Move bench.out after the run is complete.
21371
21372         * Rules (bench): Echo currently running benchmark.
21373
21374         * benchtests/Makefile (bench): Add atan and slowatan.
21375         * benchtests/atan-inputs: New file.
21376         * benchtests/slowatan-inputs: New file.
21377         * benchtests/slowatan.c: New file.
21378
21379         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21380         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21381         its value.
21382
21383         [BZ #15305]
21384         * sysdeps/unix/sysv/linux/kernel-features.h
21385         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21386         __ASSUME_XFS_RESTRICTED_CHOWN.
21387         * sysdeps/unix/sysv/linux/pathconf.c
21388         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21389         Save and restore errno.
21390
21391 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21392
21393         [BZ #15327]
21394         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21395         arguments using __kernel_casinh.
21396         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21397         arguments using __kernel_casinhf.
21398         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21399         arguments using __kernel_casinhl.
21400         * math/libm-test.inc (cacosh_test): Add more tests.
21401         * sysdeps/i386/fpu/libm-test-ulps: Update.
21402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21403
21404 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21405
21406         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21407         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
21408
21409         * bench/Makefile (bench): Add sin and slowsin.
21410         * benchtests/sin-inputs: New file.
21411         * benchtests/slowsin-inputs: New file.
21412         * benchtests/slowsin.c: New file.
21413
21414         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
21415         (bench): Add slowexp and slowpow.
21416         (exp-ITER): Increase iterations.
21417         (pow-ITER): Likewise.
21418         * benchtests/exp-inputs: Change input.
21419         * benchtests/pow-inputs: Likewise.
21420         * benchtests/slowexp-inputs: New file.
21421         * benchtests/slowexp.c: New file.
21422         * benchtests/slowpow-inputs: New file.
21423         * benchtests/slowpow.c: New file.
21424
21425 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21426
21427         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
21428         instructions.
21429         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21430         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
21431         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21432         * benchtests/Makefile: Add rint benchtest.
21433         * benchtests/rint-inputs: Input for rint benchtest.
21434
21435 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
21436
21437         * Versions.def (libm): Add GLIBC_2.18.
21438         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
21439         hidden libm prototypes.
21440         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
21441         * math/Makefile (libm-calls): Add s_issignaling.
21442         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
21443         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
21444         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
21445         declaration.
21446         * math/math.h [__USE_GNU] (issignaling): New macro.
21447         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
21448         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
21449         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
21450         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
21451         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
21452         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
21453         * manual/arith.texi (issignaling): New section.
21454         * manual/libm-err-tab.pl (@all_functions): Update comment.
21455         * math/gen-libm-test.pl (parse_args): Apply special handling for
21456         issignaling.
21457         * math/libm-test.inc (print_float, issignaling_test): New
21458         functions.
21459         (check_float_internal): Add issignaling checks.
21460         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
21461         default definition.
21462         * sysdeps/powerpc/math-tests.h: New file.
21463         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
21464         tests.
21465         * math/test-snan.c (TEST_FUNC): Likewise.
21466
21467 2013-03-30  David S. Miller  <davem@davemloft.net>
21468
21469         * po/de.po: Update from translation team.
21470
21471 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
21472
21473         [BZ #10357]
21474         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21475         imaginary part less than 1.0 and real part less than 0.5
21476         specially.
21477         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21478         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21479         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
21480         (cacos_test): Add more tests.
21481         (casin_test): Likewise.
21482         (casinh_test): Likewise.
21483         * sysdeps/i386/fpu/libm-test-ulps: Update.
21484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21485
21486 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21487
21488         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
21489         ONE with its value.
21490
21491         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
21492         (__pow_mp): Replace ONE and MONE with their values.
21493         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21494         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
21495         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21496         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
21497         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21498         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21499
21500         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
21501
21502         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
21503         (__pow_mp): Replace ZERO and MZERO with their values.
21504         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21505         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21506         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21507         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
21508         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21509         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
21510         (__sqr): Likewise.
21511
21512         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
21513
21514         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
21515
21516 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21517
21518         * include/stdlib.h [!SHARED] (__call_tls_dtors):
21519         Declare with __attribute__ ((weak)).
21520         * stdlib/exit.c (__libc_atexit) [!SHARED]:
21521         Call __call_tls_dtors only if it's not NULL.
21522
21523 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21524
21525         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
21526         didn't do it already, then set _dl_phdr and _dl_phnum based on the
21527         magic __ehdr_start linker symbol if it's defined.
21528         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
21529         them up here if it was already done.
21530
21531         * elf/dl-support.c (_dl_phdr): Make pointer to const.
21532         (_dl_aux_init): Use const in cast when setting it.
21533         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
21534         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
21535         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
21536
21537         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
21538         Declare them here.
21539         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
21540         * csu/libc-tls.c: Nor here.
21541         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
21542
21543         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
21544         (__libc_message): Never call vsyslog.
21545
21546 2013-03-28  Alan Modra  <amodra@gmail.com>
21547
21548         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
21549         Define as empty.
21550         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
21551         Likewise.
21552
21553 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21554
21555         [BZ #15214]
21556         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
21557         underflow.
21558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21559
21560 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21561
21562         [BZ #15304]
21563         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
21564         Don't add gid passed as argument.
21565
21566         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
21567
21568 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
21569
21570         [BZ #15307]
21571         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21572         imaginary part between 1.0 and 1.5 and real part less than 0.5
21573         specially.
21574         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21575         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21576         * math/libm-test.inc (cacos_test): Add more tests.
21577         (casin_test): Likewise.
21578         (casinh_test): Likewise.
21579         * sysdeps/i386/fpu/libm-test-ulps: Update.
21580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21581
21582 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21583
21584         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
21585         constants.
21586         (norm): Likewise.
21587         (denorm): Likewise.
21588         (__dbl_mp): Likewise.
21589         (add_magnitudes): Likewise.
21590         (sub_magnitudes): Likewise.
21591         (__add): Likewise.
21592         (__sub): Likewise.
21593         (__mul): Likewise.
21594         (__sqr): Likewise.
21595         (__inv): Likewise.
21596         (__dvd): Likewise.
21597
21598         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
21599         commented code.
21600         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
21601         (__dubcos): Likewise.
21602         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
21603         (__ieee754_acos): Likewise.
21604         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21605         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
21606         (__exp1): Likewise.
21607         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21608         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
21609         (log1): Likewise.
21610         (my_log2): Likewise.
21611         (checkint): Likewise.
21612         * sysdeps/ieee754/dbl-64/e_remainder.c
21613         (__ieee754_remainder): Likewise.
21614         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21615         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
21616         (bsloww): Likewise.
21617         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21618
21619         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
21620         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
21621         MANTISSA_STORE_T to store computations on mantissa.  Use
21622         macros for rounding and division.
21623         (denorm): Likewise.
21624         (__dbl_mp): Likewise.
21625         (add_magnitudes): Likewise.
21626         (sub_magnitudes): Likewise.
21627         (__mul): Likewise.
21628         (__sqr): Likewise.
21629         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
21630         powers of two in terms of TWOPOW macro.
21631         (mp_no): Make type of mantissa as MANTISSA_T.
21632         [!RADIXI]: Define RADIXI.
21633         [!TWO52]: Define TWO52.
21634         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
21635
21636 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21637
21638         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
21639         llroundl symbol when building for PPC32.
21640
21641 2013-03-24  Mark H Weaver  <mhw@netris.org>
21642
21643         * manual/arith.texi (Normalization Functions): Fix prototypes for
21644         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
21645
21646 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21647
21648         [BZ #13889]
21649         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
21650         high value to check if expl overflow.
21651         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
21652         to check for underflow and overflow.
21653         * math/libm-test.inc: Add exp test.
21654
21655 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
21656
21657         [BZ #11120]
21658         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
21659         with NOT_IN_libc.
21660
21661 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21662
21663         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
21664         symbol.
21665
21666 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21667
21668         * math/gen-libm-test.pl (parse_args, special_functions): Properly
21669         wrap blocks consisting of several statements.
21670
21671         * sysdeps/generic/math-tests.h: New file.
21672         * sysdeps/i386/fpu/math-tests.h: Likewise.
21673         * math/test-snan.c: Include it.
21674         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
21675
21676 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21677
21678         [BZ #15285]
21679         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
21680         (__ieee754_j0l): Do not improve calculations using cos of twice
21681         input for inputs above LDBL_MAX / 2.0L.
21682         (__ieee754_y0l): Likewise.
21683         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
21684         (__ieee754_j1l): Do not improve calculations using cos of twice
21685         input for inputs above LDBL_MAX / 2.0L.
21686         (__ieee754_y1l): Likewise.
21687         * math/libm-test.inc (j0_test): Add another test.
21688         (j1_test): Likewise.
21689         (y0_test): Likewise.
21690         (y1_test): Likewise.
21691         * sysdeps/i386/fpu/libm-test-ulps: Update.
21692
21693 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21694
21695         * Rules ($(objpfx)bench-%.c): Include code from a C source
21696         file.
21697
21698 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21699
21700         [BZ #15287]
21701         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21702         imaginary part 1.0 and real part less than 0.5 specially.
21703         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21704         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21705         * math/libm-test.inc (cacos_test): Add more tests.
21706         (casin_test): Likewise.
21707         (casinh_test): Likewise.
21708         * sysdeps/i386/fpu/libm-test-ulps: Update.
21709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21710
21711 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21712
21713         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
21714         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
21715
21716 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
21717
21718         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
21719         * config.make.in (config-cflags-sse4): Remove variable.
21720         (config-cflags-avx): Likewise.
21721         (config-cflags-sse2avx): Likewise.
21722         (config-cflags-novzeroupper): Likewise.
21723         (config-asflags-i686): Likewise.
21724         (have-mfma4): Likewise.
21725         (have-as-vis3): Likewise.
21726         (MIG): Likewise.
21727         * configure.in (MIG): Do not AC_SUBST.
21728         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
21729         (libc_cv_cc_sse4): Do not AC_SUBST.
21730         (libc_cv_cc_avx): Likewise.
21731         (libc_cv_cc_sse2avx): Likewise.
21732         (libc_cv_cc_novzeroupper): Likewise.
21733         (libc_cv_cc_fma4): Likewise.
21734         (libc_cv_as_i686): Likewise.
21735         (libc_cv_sparc_as_vis3): Likewise.
21736         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
21737         LIBC_CONFIG_VAR.
21738         (config-asflags-i686): Likewise.
21739         (config-cflags-avx): Likewise.
21740         (config-cflags-sse2avx): Likewise.
21741         (have-mfma4): Likewise.
21742         (config-cflags-novzeroupper): Likewise.
21743         * sysdeps/mach/configure.in (MIG): Likewise.
21744         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
21745         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
21746         LIBC_CONFIG_VAR.
21747         (config-cflags-avx): Likewise.
21748         (config-cflags-sse2avx): Likewise.
21749         (have-mfma4): Likewise.
21750         (config-cflags-novzeroupper): Likewise.
21751         * configure: Regenerated.
21752         * sysdeps/i386/configure: Likewise.
21753         * sysdeps/mach/configure: Likewise.
21754         * sysdeps/sparc/configure: Likewise.
21755         * sysdeps/x86_64/configure: Likewise.
21756
21757 2013-03-20  Roland McGrath  <roland@hack.frob.com>
21758
21759         [BZ #14812]
21760         * locale/programs/localedef.c (options): Put N_ translation marker
21761         on argument names, not just descriptions.
21762
21763 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21764
21765         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
21766
21767 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
21768
21769         [BZ #14176]
21770         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
21771
21772 2013-03-19  Roland McGrath  <roland@hack.frob.com>
21773
21774         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
21775         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
21776         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
21777         [!BEFORE_ABORT] (before_abort): New function.
21778         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
21779         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
21780         (writev_for_fatal): New function.
21781         (WRITEV_FOR_FATAL): New macro; call that.
21782         (backtrace_and_maps): New function.
21783         (BEFORE_ABORT): New macro; call that.
21784         (struct str_list): Type removed.
21785         (__libc_message, __libc_fatal): Functions removed.
21786         Include <sysdeps/posix/libc_fatal.c> instead.
21787
21788 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
21789
21790         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
21791         constants.
21792         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
21793         double constants.
21794
21795 2013-03-19  Andreas Schwab  <schwab@suse.de>
21796
21797         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
21798         * sysdeps/gnu/configure: Regenerate.
21799
21800         * configure.in: Substitute libc_cv_rtlddir.
21801         * configure: Regenerate.
21802         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
21803         * Makeconfig (rtlddir, inst_rtlddir): New variables.
21804         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
21805         * elf/Makefile (install-others, CFLAGS-interp.c)
21806         (ldso_install, common-ldd-rewrite): Likewise.
21807         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
21808         $(inst_slibdir)/$(rtld-installed-name).
21809         * scripts/rellns-sh: Add -p option.
21810         * Makerules (make-shlib-link): Use rellns-sh to get relative name
21811         for source.
21812
21813 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21814
21815         * manual/nptl.texi: Renamed to ...
21816         * manual/threads.texi: ... this.
21817         * manual/Makefile (chapters): Update.
21818
21819 2013-03-18  Roland McGrath  <roland@hack.frob.com>
21820
21821         [BZ #14812]
21822         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
21823         on argument names, not just descriptions.
21824         * malloc/memusagestat.c (options): Likewise.
21825         * nss/getent.c (options): Likewise.
21826
21827 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
21828
21829         [BZ #14812]
21830         * iconv/iconv_prog.c (options): Put N_ translation marker
21831         on argument names, not just descriptions.
21832         * iconv/iconvconfig.c (options): Likewise.
21833
21834 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
21835
21836         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
21837         implementation which is faster on all x86_64 architectures.
21838         Tested on AMD, Intel Nehalem, SNB, IVB.
21839         * sysdeps/x86_64/strnlen.S: Likewise.
21840
21841         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21842         Remove all multiarch strlen and strnlen versions.
21843         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21844         Remove strlen and strnlen related parts.
21845
21846         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
21847         Inline strlen part.
21848         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
21849
21850         * sysdeps/x86_64/multiarch/strlen.S: Remove.
21851         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
21852         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
21853         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
21854         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
21855         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
21856
21857 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
21858
21859         * manual/memory.texi (Malloc Tunable Parameters):
21860         Sort parameters alphabetically. Add comments for missing entries.
21861
21862 2013-03-17  David S. Miller  <davem@davemloft.net>
21863
21864         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21865
21866 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
21867
21868         [BZ #15283]
21869         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
21870         for arguments at most half maximum finite value.
21871         * math/libm-test.inc (j0_test): Add more tests.
21872         (j1_test): Likewise.
21873         (y0_test): Likewise.
21874         (y1_test): Likewise.
21875         * sysdeps/i386/fpu/libm-test-ulps: Update.
21876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21877
21878         [BZ #14155]
21879         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
21880         1 / x and functions P and Q for arguments above 0x1p256L.
21881         (__ieee754_y0l): Likewise.
21882         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
21883         (__ieee754_y1l): Likewise.
21884         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
21885         (j1_test): Likewise.
21886         (y0_test): Likewise.
21887         (y1_test): Likewise.
21888
21889 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
21890
21891         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
21892         variable.
21893
21894 2013-03-15  Roland McGrath  <roland@hack.frob.com>
21895
21896         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
21897         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
21898         zero since it's initialized to EXEC_PAGESIZE.
21899
21900         * sysdeps/unix/sysv/linux/ldsodefs.h
21901         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
21902         * sysdeps/generic/ldsodefs.h: ... here.
21903
21904 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
21905
21906         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
21907
21908         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
21909         math/test-snan.c.
21910         * math/test-snan.c: Renamed from
21911         sysdeps/powerpc/fpu/test-powerpc-snan.c.
21912         * math/Makefile (tests): Add test-snan.
21913         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
21914         test-powerpc-snan.
21915
21916         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
21917         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
21918         functions.
21919         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
21920         __builtin_nan family of functions.
21921         * math/libm-test.inc (initialize): Initialize qnan_value with
21922         __builtin_nan family of functions.
21923         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
21924         Remove variables.
21925         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
21926         Remove functions.
21927         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
21928         storage class.  Initialize qNaN_var and sNaN_var with
21929         __builtin_nan and __builtin_nans families of functions,
21930         respectively.
21931
21932         * math/libm-test.inc (acosh_test): Also test with qNaN input.
21933         (sqrt_test): Remove duplicate test with qNaN input.
21934         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
21935         (round_test, signbit_test, significand_test): Note missing +/-Inf
21936         as well as qNaN tests.
21937
21938         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
21939         qNaN_var.  Fix a few strings, too.
21940         * math/libm-test.inc (nan_value): Rename to qnan_value.
21941         * math/gen-libm-test.pl (%beautify): Adjust to that.
21942         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
21943         * math/test-misc.c (main): Likewise.
21944         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
21945         to __qnan_bytes, and __qnan_union, respectively.
21946         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
21947         Likewise.
21948         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
21949         and lqnanval, respectively.
21950         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
21951         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
21952         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
21953         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
21954
21955         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
21956         * math/test-misc.c (main) [__x86_64__]: Enable test for long
21957         doubles.
21958
21959         * math/test-misc.c (main): Fix copy'n'pastos.
21960         * misc/tst-efgcvt.c (special): Likewise.
21961
21962         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
21963         Remove declarations.
21964
21965 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21966
21967         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
21968         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
21969         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
21970         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
21971
21972 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21973
21974         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
21975         macro to return vdso values correctly in IFUNC implementations.
21976         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
21977         Optimization by using IFUNC.
21978
21979 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21980             Richard Henderson  <rth@redhat.com>
21981             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
21982
21983         * Makefile.in (bench): New target.
21984         * NEWS: Mention the benchmark framework.
21985         * Rules (bench): Likewise.
21986         (binaries-bench): Generate binaries for functions to
21987         benchmark.
21988         * benchtests/Makefile: New makefile for benchmark tests.
21989         * benchtests/bench-skeleton.c: New skeleton file for benchmark
21990         programs.
21991         * benchtests/exp-inputs: New input file for EXP function.
21992         * benchtests/pow-inputs: New input file for POW function.
21993         * scripts/bench.pl: New script to generate source files for
21994         benchmark programs.
21995
21996 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21997
21998         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
21999         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22000         computations on mantissa.  Use macros for rounding and
22001         division.
22002         (denorm): Likewise.
22003         (__dbl_mp): Likewise.
22004         (add_magnitudes): Likewise.
22005         (sub_magnitudes): Likewise.
22006         (__mul): Likewise.
22007         (__sqr): Likewise.
22008         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22009         powers of two in terms of TWOPOW macro.
22010         (mp_no): Make type of mantissa as MANTISSA_T.
22011         [!RADIXI]: Define RADIXI.
22012         [!TWO52]: Define TWO52.
22013         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22014
22015         * manual/nptl.texi (cindex): Modify threads to pthreads.
22016
22017 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22018
22019         * sysdeps/x86_64/preconfigure: Regenerated.
22020
22021 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22022
22023         [BZ #14155]
22024         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22025         0x1p28 and above.
22026         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22027         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22028         0x1p28 and above.
22029         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22030         * math/libm-test.inc (j0_test): Do not allow one spurious
22031         underflow exception.
22032         (y1_test): Likewise.
22033
22034 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22035
22036         * manual/Makefile (chapters): Add nptl.
22037         * manual/debug.texi (Debugging Support): Add link to Threads
22038         chapter.
22039         * manual/nptl.texi: New file.
22040
22041         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22042
22043 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22044
22045         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22046         for non-NULL pointer before the memory validity test. Pointed
22047         out by Holger Brunck <holger.brunck@keymile.com>.
22048
22049 2013-03-13  Andreas Schwab  <schwab@suse.de>
22050
22051         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22052         instead of .os.
22053
22054 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22055
22056         * timezone/zic.c: Update from tzcode 2013b.
22057
22058 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22059
22060         * manual/install.texi (Configuring and compiling):
22061         Mention i686 and i586.
22062         * INSTALL: Regenerate.
22063
22064 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22065
22066         * sysdeps/init_array/elf-init.c: New file.
22067         * csu/elf-init.c
22068         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22069         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22070
22071         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22072         __gmon_start__ as global, but as static with a .preinit_array pointer.
22073         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22074         * sysdeps/init_array/crti.S: New file, empty except for comments.
22075         * sysdeps/init_array/crtn.S: Likewise.
22076
22077 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22078
22079         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22080         definining bcopy.
22081         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22082         Remove Prefer_SSE_for_memop.
22083         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22084         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22085         HAS_PREFER_SSE_FOR_MEMOP.
22086         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22087         memset-x86-64.
22088         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22089         Remove bzero, memset ifunc support.
22090         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22091         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22092         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22093         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22094
22095 2013-03-11  Andreas Schwab  <schwab@suse.de>
22096
22097         [BZ #15234]
22098         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22099         by SHLIB_COMPAT.
22100         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22101         (GLIBC_2.16): Remove pthread_atfork.
22102
22103 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22104
22105         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22106         (ptestcases.h): Likewise.
22107
22108 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22109
22110         * Makeconfig ($(common-objpfx)config.status): Depend on
22111         sysdeps/*/preconfigure{,.in} too.
22112
22113 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22114
22115         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22116         (__free_hook): Use void * instead of __malloc_ptr_t.
22117         (__malloc_hook): Likewise.
22118         (__realloc_hook): Likewise.
22119         (__memalign_hook): Likewise.
22120         (__after_morecore_hook): Likewise.
22121         * malloc/arena.c (save_malloc_hook): Likewise.
22122         (save_free_hook): Likewise.
22123         * malloc/hooks.c (malloc_hook_ini): Likewise.
22124         (realloc_hook_ini): Likewise.
22125         (memalign_hook_ini): Likewise.
22126         * malloc/malloc.c (malloc_hook_ini): Likewise.
22127         (realloc_hook_ini): Likewise.
22128         (memalign_hook_ini): Likewise.
22129         (__free_hook): Likewise.
22130         (__malloc_hook): Likewise.
22131         (__realloc_hook): Likewise.
22132         (__memalign_hook): Likewise.
22133         (__libc_malloc): Likewise.
22134         (__libc_free): Likewise.
22135         (__libc_realloc): Likewise.
22136         (__libc_memalign): Likewise.
22137         (__libc_valloc): Likewise.
22138         (__libc_pvalloc): Likewise.
22139         (__libc_calloc): Likewise.
22140         (__posix_memalign): Likewise.
22141         * malloc/morecore.c (__sbrk): Likewise.
22142         (__default_morecore): Likewise.
22143
22144         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22145
22146         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22147         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22148         __malloc_ptrdiff_t.
22149
22150         * malloc/malloc.h (__malloc_size_t): Remove macro.
22151         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22152         __malloc_size_t.
22153         (old_memalign_hook): Likewise.
22154         (old_realloc_hook): Likewise.
22155         (struct hdr): Likewise.
22156         (flood): Likewise.
22157         (mallochook): Likewise.
22158         (memalignhook): Likewise.
22159         (reallochook): Likewise.
22160         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22161         (tr_old_realloc_hook): Likewise.
22162         (tr_old_memalign_hook): Likewise.
22163         (tr_mallochook): Likewise.
22164         (tr_reallochook): Likewise.
22165         (tr_memalignhook): Likewise.
22166
22167 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22168
22169         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22170         default_ldbl_pack and using as default implementation.
22171         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22172         implementation.
22173         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22174         redundant definition.
22175         (ldbl_insert_mantissa): Likewise.
22176         (ldbl_canonicalize): Likewise.
22177         (ldbl_nearbyint): Likewise.
22178         (ldbl_pack): Rename to ldbl_pack_ppc.
22179         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22180         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22181         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22182
22183 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22184
22185         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22186         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22187         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22188         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22189         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22190         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22191         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22192         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22193
22194 2013-03-07  Andreas Jaeger  <aj@suse.de>
22195
22196         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22197         bits/mman-linux.h.
22198
22199 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22200
22201         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22202         Include mpa.h and declare __MPEXP.
22203         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22204         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22205         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22206         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22207         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22208         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22209         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22210
22211         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22212         (__slowpow): Use long double EXPL and LOGL functions to
22213         compute POW.
22214         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22215         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22216         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22217         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22218         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22219         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22220
22221         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22222         intermediate variable to calculate exponent.
22223         (__sqr): Likewise.
22224         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22225         Likewise.
22226         (__sqr): Likewise.
22227
22228         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22229         [!NO__SQR]: Define __sqr.
22230         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22231         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22232         sysdeps/ieee754/dbl-64/mpa.c.
22233         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22234
22235         [BZ #12723]
22236         * posix/Makefile (tests): Add tst-pathconf.
22237         * posix/tst-pathconf.c: New test case.
22238         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22239         _PC_PIPE_BUF.
22240         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22241
22242 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22243
22244         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22245
22246 2013-03-06  Andreas Jaeger  <aj@suse.de>
22247
22248         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22249         definition via __MAP_ANONYMOUS.
22250
22251         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22252         it's not part of Linux headers.
22253
22254         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22255         (MAP_HUGE_MASK): Define.
22256
22257         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22258         Define.
22259         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22260         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22261         Define.
22262         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22263         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22264         Define.
22265         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22266         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22267         Define.
22268         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22269
22270         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22271         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22272         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22273         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22274         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22275         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22276
22277         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22278         Handle f2fs.
22279
22280         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22281         Handle f2fs and efivarfs.
22282
22283         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22284         f2fs.
22285
22286         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22287         (EFIVARFS_MAGIC): Add.
22288         (F2FS_LINK_MAX): Add.
22289
22290 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22291
22292         * stdio-common/vfprintf.c: Replace __builtin_expect with
22293         __glibc_unlikely.
22294
22295 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22296
22297         [BZ #13550]
22298         * sysdeps/generic/bp-sym.h: Remove file.
22299         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22300         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22301         <bp-sym.h> and <bp-asm.h>.
22302         (__longjmp): Don't use BP_SYM.
22303         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22304         and <bp-asm.h>.
22305         (memcpy): Don't use BP_SYM.
22306         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22307         <bp-sym.h> and <bp-asm.h>.
22308         (memcpy): Don't use BP_SYM.
22309         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22310         <bp-asm.h>.
22311         (memcpy): Don't use BP_SYM.
22312         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22313         <bp-asm.h>.
22314         (memset): Don't use BP_SYM.
22315         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22316         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22317         (__bzero): Don't use BP_SYM.
22318         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22319         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22320         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22321         <bp-sym.h> and <bp-asm.h>.
22322         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22323         pointers.
22324         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22325         <bp-sym.h> and <bp-asm.h>.
22326         (memcpy): Don't use BP_SYM.
22327         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22328         <bp-sym.h> and <bp-asm.h>.
22329         (memset): Don't use BP_SYM.
22330         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22331         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22332         (__bzero): Don't use BP_SYM.
22333         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22334         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22335         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
22336         <bp-sym.h> and <bp-asm.h>.
22337         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22338         pointers.
22339         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22340         <bp-sym.h> and <bp-asm.h>.
22341         (memcpy): Don't use BP_SYM.
22342         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
22343         <bp-sym.h> and <bp-asm.h>.
22344         (memset): Don't use BP_SYM.
22345         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22346         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22347         (__bzero): Don't use BP_SYM.
22348         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22349         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22350         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
22351         <bp-sym.h> and <bp-asm.h>.
22352         (__memchr): Don't use BP_SYM.
22353         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22354         <bp-sym.h> and <bp-asm.h>.
22355         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22356         pointers.
22357         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22358         <bp-sym.h> and <bp-asm.h>.
22359         (memcpy): Don't use BP_SYM.
22360         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22361         <bp-sym.h> and <bp-asm.h>.
22362         (__mempcpy): Don't use BP_SYM.
22363         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22364         <bp-sym.h> and <bp-asm.h>.
22365         (__memrchr): Don't use BP_SYM.
22366         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22367         <bp-sym.h> and <bp-asm.h>.
22368         (memset): Don't use BP_SYM.
22369         (__bzero): Likewise.
22370         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22371         <bp-sym.h> and <bp-asm.h>.
22372         (__rawmemchr): Don't use BP_SYM.
22373         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22374         <bp-sym.h> and <bp-asm.h>.
22375         (__STRCMP): Don't use BP_SYM.
22376         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22377         <bp-sym.h> and <bp-asm.h>.
22378         (strchr): Don't use BP_SYM.
22379         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22380         <bp-sym.h> and <bp-asm.h>.
22381         (__strchrnul): Don't use BP_SYM.
22382         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22383         <bp-sym.h> and <bp-asm.h>.
22384         (strlen): Don't use BP_SYM.
22385         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22386         <bp-sym.h> and <bp-asm.h>.
22387         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22388         pointers.
22389         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22390         <bp-sym.h> and <bp-asm.h>.
22391         (__strnlen): Don't use BP_SYM.
22392         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22393         <bp-sym.h> and <bp-asm.h>.
22394         (__GI__setjmp): Don't use BP_SYM.
22395         (_setjmp): Likewise.
22396         (__sigsetjmp): Likewise.
22397         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22398         (L(start_addresses)): Don't use BP_SYM.
22399         (_start): Likewise.
22400         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22401         <bp-asm.h>.
22402         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22403         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22404         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22405         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22406         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22407         <bp-asm.h>.
22408         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
22409         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
22410         about bounded pointers.
22411         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22412         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22413         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
22414         <bp-asm.h>.
22415         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22416         about bounded pointers.  Remove GKM FIXME comments.
22417         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22418         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
22419         <bp-asm.h>.
22420         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
22421         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
22422         Remove GKM FIXME comments.
22423         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22424         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22425         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
22426         <bp-asm.h>.
22427         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22428         about bounded pointers.  Remove GKM FIXME comment.
22429         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
22430         and <bp-asm.h>.
22431         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22432         pointers.
22433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
22434         <bp-sym.h> and <bp-asm.h>.
22435         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
22437         <bp-sym.h> and <bp-asm.h>.
22438         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22439         comment.
22440
22441 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22442
22443         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
22444         call free(NULL).
22445
22446 2013-03-05  David S. Miller  <davem@davemloft.net>
22447
22448         * po/es.po: Update from translation team.
22449
22450 2013-03-05  Andreas Jaeger  <aj@suse.de>
22451
22452         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
22453         <bits/mman-linux.h>.
22454         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22455         is fine.
22456         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
22457         <bits/mman-linux.h> to end of file.
22458         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22459         is fine.
22460         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
22461         <bits/mman-linux.h> to end of file.
22462         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22463         is fine.
22464         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
22465         <bits/mman-linux.h> to end of file.
22466
22467         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
22468         (MCL_CURRENT, MCL_FUTURE): Define here.
22469
22470 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22471
22472         [BZ #15232]
22473         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
22474         attribute_hidden.
22475         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
22476
22477 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22478
22479         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
22480         fourth parameter needed for rt_sigprocmask syscall.
22481         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22482         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22483         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
22484         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22485         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22486         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
22487
22488 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
22489
22490         [BZ #13550]
22491         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
22492         comment about bounded pointers.
22493         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
22494         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
22495
22496 2013-03-04  Andreas Jaeger  <aj@suse.de>
22497
22498         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
22499         common definitions.
22500
22501         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
22502         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
22503         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
22504         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
22505         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
22506         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
22507
22508 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22509
22510         [BZ #15055]
22511         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
22512         __ieee754_sqrl instead of __sqrl.
22513
22514 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
22515
22516         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
22517         * sysdeps/powerpc/fpu_control.h: ... here.
22518         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
22519         * sysdeps/powerpc/bits/fenvinline.h: ... here.
22520         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
22521         * sysdeps/powerpc/bits/mathinline.h: ... here.
22522
22523 2013-03-01  Roland McGrath  <roland@hack.frob.com>
22524
22525         * elf/dl-hwcaps.c (_dl_important_hwcaps):
22526         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
22527         to just [NEED_DL_SYSINFO_DSO].
22528         * elf/dl-support.c: Likewise.
22529         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
22530         * elf/rtld.c (dl_main): Likewise.
22531         * elf/setup-vdso.h (setup_vdso): Likewise.
22532         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
22533         * sysdeps/unix/sysv/linux/dl-sysdep.c
22534         (_dl_discover_osversion): Likewise.
22535
22536 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
22537
22538         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
22539         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22540
22541 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22542
22543         * NEWS: Mention libm performance improvements and non-x86 PI
22544         futex support.
22545
22546         * csu/libc-start.c (__pthread_initialize_minimal): Change
22547         function arguments.
22548         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22549
22550 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
22551
22552         [BZ #13550]
22553         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
22554         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
22555         <bp-sym.h> and <bp-asm.h>.
22556         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22557         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
22558         and <bp-asm.h>.
22559         (memcpy): Don't use BP_SYM.
22560         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
22561         <bp-asm.h>.
22562         (__mpn_add_n): Don't use BP_SYM.
22563         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
22564         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
22565         and <bp-asm.h>.
22566         (__mpn_addmul_1): Don't use BP_SYM.
22567         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22568         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
22569         <bp-sym.h>.
22570         (_setjmp): Don't use BP_SYM.
22571         (__novmx_setjmp): Likewise.
22572         (__GI__setjmp): Likewise.
22573         (__vmx_setjmp): Likewise.
22574         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
22575         <bp-sym.h>.
22576         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
22577         (__bzero): Don't use BP_SYM.
22578         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22579         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22580         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
22581         <bp-sym.h> and <bp-asm.h>.
22582         (memcpy): Don't use BP_SYM.
22583         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
22584         <bp-sym.h> and <bp-asm.h>.
22585         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22586         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
22587         <bp-sym.h> and <bp-asm.h>.
22588         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22589         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
22590         <bp-asm.h>.
22591         (__mpn_lshift): Don't use BP_SYM.
22592         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22593         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
22594         <bp-asm.h>.
22595         (memset): Don't use BP_SYM.
22596         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22597         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22598         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
22599         <bp-asm.h>.
22600         (__mpn_mul_1): Don't use BP_SYM.
22601         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22602         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
22603         <bp-sym.h> and <bp-asm.h>.
22604         (memcmp): Don't use BP_SYM.
22605         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
22606         <bp-sym.h> and <bp-asm.h>.
22607         (memcpy): Don't use BP_SYM.
22608         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
22609         <bp-sym.h> and <bp-asm.h>.
22610         (memset): Don't use BP_SYM.
22611         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
22612         <bp-sym.h> and <bp-asm.h>.
22613         (strncmp): Don't use BP_SYM.
22614         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
22615         <bp-sym.h> and <bp-asm.h>.
22616         (memcpy): Don't use BP_SYM.
22617         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
22618         <bp-sym.h> and <bp-asm.h>.
22619         (memset): Don't use BP_SYM.
22620         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
22621         <bp-sym.h> and <bp-asm.h>.
22622         (__memchr): Don't use BP_SYM.
22623         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
22624         <bp-sym.h> and <bp-asm.h>.
22625         (memcmp): Don't use BP_SYM.
22626         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
22627         <bp-sym.h> and <bp-asm.h>.
22628         (memcpy): Don't use BP_SYM.
22629         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
22630         <bp-sym.h> and <bp-asm.h>.
22631         (__mempcpy): Don't use BP_SYM.
22632         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
22633         <bp-sym.h> and <bp-asm.h>.
22634         (__memrchr): Don't use BP_SYM.
22635         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
22636         <bp-sym.h> and <bp-asm.h>.
22637         (memset): Don't use BP_SYM.
22638         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
22639         <bp-sym.h> and <bp-asm.h>.
22640         (__rawmemchr): Don't use BP_SYM.
22641         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
22642         <bp-sym.h> and <bp-asm.h>.
22643         (__STRCMP): Don't use BP_SYM.
22644         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
22645         <bp-sym.h> and <bp-asm.h>.
22646         (strchr): Don't use BP_SYM.
22647         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
22648         <bp-sym.h> and <bp-asm.h>.
22649         (__strchrnul): Don't use BP_SYM.
22650         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
22651         <bp-sym.h> and <bp-asm.h>.
22652         (strlen): Don't use BP_SYM.
22653         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
22654         <bp-sym.h> and <bp-asm.h>.
22655         (strncmp): Don't use BP_SYM.
22656         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
22657         <bp-sym.h> and <bp-asm.h>.
22658         (__strnlen): Don't use BP_SYM.
22659         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
22660         <bp-asm.h>.
22661         (__mpn_rshift): Don't use BP_SYM.
22662         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22663         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
22664         <bp-sym.h> and <bp-asm.h>.
22665         (__sigsetjmp): Don't use BP_SYM.
22666         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
22667         (L(start_addresses)): Don't use BP_SYM.
22668         (_start): Likewise.
22669         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
22670         <bp-asm.h>.
22671         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
22672         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22673         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22674         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
22675         <bp-asm.h>.
22676         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
22677         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22678         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22679         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
22680         <bp-asm.h>.
22681         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22682         comments.
22683         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22684         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
22685         <bp-asm.h>.
22686         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
22687         FIXME comments.
22688         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22689         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22690         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
22691         <bp-asm.h>.
22692         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22693         comment.
22694         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
22695         and <bp-asm.h>.
22696         (strncmp): Don't use BP_SYM,
22697         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
22698         <bp-asm.h>.
22699         (__mpn_sub_n): Don't use BP_SYM.
22700         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
22701         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
22702         and <bp-asm.h>.
22703         (__mpn_submul_1): Don't use BP_SYM.
22704         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
22706         <bp-sym.h> and <bp-asm.h>.
22707         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
22709         <bp-sym.h> and <bp-asm.h>.
22710         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22711         comment.
22712
22713 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22714
22715         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
22716         Use ZK to minimize writes to Z.
22717         (sub_magnitudes): Simplify code a bit.
22718         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
22719         Use ZK to minimize writes to Z.
22720         (sub_magnitudes): Simplify code a bit.
22721
22722 2013-02-27  Roland McGrath  <roland@hack.frob.com>
22723
22724         * csu/gmon-start.c: Add special exception to license text.
22725
22726 2013-02-27  Richard Henderson  <rth@redhat.com>
22727
22728         * scripts/config.guess: Update from config.git.
22729         * scripts/config.sub: Likewise.
22730
22731 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
22732
22733         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
22734
22735         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
22736
22737         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
22738
22739         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
22740
22741         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
22742
22743 2013-02-26  Roland McGrath  <roland@hack.frob.com>
22744
22745         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
22746         [$(build-shared = yes].
22747
22748 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22749
22750         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
22751         (__mul): Reduce iterations for calculating mantissa.
22752
22753         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
22754         MPTWO.
22755         (__mpranred): Likewise.
22756
22757         [BZ #15160]
22758         * malloc/memusagestat.c (main): Draw graphs for heap and stack
22759         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
22760
22761 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22762
22763         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
22764         Define __attribute__.
22765
22766 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22767
22768         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
22769         unused.
22770         * posix/regex_internal.h (__attribute): Remove.
22771         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
22772         (re_string_context_at): Likewise.
22773         (bitset_not): Use __attribute__ and mark function as possibly
22774         unused.
22775         (bitset_merge): Likewise.
22776         (bitset_mask): Likewise.
22777         (re_string_char_size_at): Likewise.
22778         (re_string_wchar_at): Likewise.
22779         (re_string_elem_size_at): Likewise.
22780
22781 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22782
22783         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
22784         code.
22785         (cc32): Likewise.
22786
22787         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
22788         (__acr): Likewise.
22789         (__cpy): Likewise.
22790         (norm): Likewise.
22791         (denorm): Likewise.
22792         (__dbl_mp): Likewise.
22793         (add_magnitudes): Likewise.
22794         (sub_magnitudes): Likewise.
22795         (__mul): Likewise.
22796         (__inv): Likewise.
22797
22798         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
22799         style.
22800
22801         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
22802         style.
22803
22804         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
22805         code.
22806
22807         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
22808         up changes with default code.
22809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
22810         Likewise.
22811
22812 2013-02-24  Allan McRae  <allan@archlinux.org>
22813
22814         * manual/socket.texi (The Internet Namespace): Order menu items
22815         to match that in the file.
22816
22817         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
22818         node listing of the info page menu.
22819
22820 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
22821
22822         [BZ #13550]
22823         * sysdeps/i386/bp-asm.h: Remove file.
22824         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
22825         (PARMS): Do not use macros from bp-asm.h.
22826         (S1): Likewise.
22827         (S2): Likewise.
22828         (SIZE): Likewise.
22829         (__mpn_add_n): Do not use BP_SYM
22830         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
22831         "bp-asm.h".
22832         (PARMS): Do not use macros from bp-asm.h.
22833         (S1): Likewise.
22834         (SIZE): Likewise.
22835         (__mpn_addmul_1): Do not use BP_SYM
22836         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
22837         "bp-asm.h".
22838         (PARMS): Do not use macros from bp-asm.h.
22839         (SIGMSK): Likewise.
22840         (_setjmp): Likewise.  Do not use BP_SYM.
22841         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
22842         "bp-asm.h".
22843         (PARMS): Do not use macros from bp-asm.h.
22844         (SIGMSK): Likewise.
22845         (setjmp): Likewise.  Do not use BP_SYM.
22846         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
22847         "bp-asm.h".
22848         (PARMS): Do not use macros from bp-asm.h.
22849         (__frexp): Do not use BP_SYM.
22850         (frexp): Likewise.
22851         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
22852         "bp-asm.h".
22853         (PARMS): Do not use macros from bp-asm.h.
22854         (__frexpf): Do not use BP_SYM.
22855         (frexpf): Likewise.
22856         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
22857         "bp-asm.h".
22858         (PARMS): Do not use macros from bp-asm.h.
22859         (__frexpl): Do not use BP_SYM.
22860         (frexpl): Likewise.
22861         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
22862         "bp-asm.h".
22863         (PARMS): Do not use macros from bp-asm.h.
22864         (__remquo): Do not use BP_SYM.
22865         (remquo): Likewise.
22866         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
22867         "bp-asm.h".
22868         (PARMS): Do not use macros from bp-asm.h.
22869         (__remquof): Do not use BP_SYM.
22870         (remquof): Likewise.
22871         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
22872         "bp-asm.h".
22873         (PARMS): Do not use macros from bp-asm.h.
22874         (__remquol): Do not use BP_SYM.
22875         (remquol): Likewise.
22876         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
22877         "bp-asm.h".
22878         (PARMS): Do not use macros from bp-asm.h.
22879         (DEST): Likewise.
22880         (SRC): Likewise.
22881         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
22882         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
22883         "bp-asm.h".
22884         (PARMS): Do not use macros from bp-asm.h.
22885         (strlen): Do not use BP_SYM.
22886         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
22887         "bp-asm.h".
22888         (PARMS): Do not use macros from bp-asm.h.
22889         (S1): Likewise.
22890         (S2): Likewise.
22891         (SIZE): Likewise.
22892         (__mpn_add_n): Do not use BP_SYM.
22893         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
22894         "bp-asm.h".
22895         (PARMS): Do not use macros from bp-asm.h.
22896         (S1): Likewise.
22897         (SIZE): Likewise.
22898         (__mpn_addmul_1): Do not use BP_SYM.
22899         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
22900         weak_alias.
22901         (bzero): Likewise.
22902         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
22903         "bp-asm.h".
22904         (PARMS): Do not use macros from bp-asm.h.
22905         (S): Likewise.
22906         (SIZE): Likewise.
22907         (__mpn_lshift): Do not use BP_SYM.
22908         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
22909         "bp-asm.h".
22910         (PARMS): Do not use macros from bp-asm.h.
22911         (DEST): Likewise.
22912         (SRC): Likewise.
22913         (LEN): Likewise.
22914         (memcpy): Likewise.  Do not use BP_SYM.
22915         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
22916         libc_hidden_def and weak_alias.
22917         (mempcpy): Do not use BP_SYM in weak_alias.
22918         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
22919         "bp-asm.h".
22920         (PARMS): Do not use macros from bp-asm.h.
22921         (DEST): Likewise.
22922         (LEN): Likewise.
22923         [!BZERO_P] (CHR): Likewise.
22924         (memset): Likewise.  Do not use BP_SYM.
22925         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
22926         "bp-asm.h".
22927         (PARMS): Do not use macros from bp-asm.h.
22928         (S1): Likewise.
22929         (SIZE): Likewise.
22930         (__mpn_mul_1): Do not use BP_SYM.
22931         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
22932         "bp-asm.h".
22933         (PARMS): Do not use macros from bp-asm.h.
22934         (S): Likewise.
22935         (SIZE): Likewise.
22936         (__mpn_rshift): Do not use BP_SYM.
22937         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
22938         "bp-asm.h".
22939         (PARMS): Do not use macros from bp-asm.h.
22940         (STR): Likewise.
22941         (CHR): Likewise.
22942         (strchr): Likewise.  Do not use BP_SYM.
22943         (index): Do not use BP_SYM in weak_alias.
22944         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
22945         "bp-asm.h".
22946         (PARMS): Do not use macros from bp-asm.h.
22947         (DEST): Likewise.
22948         (SRC): Likewise.
22949         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
22950         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
22951         "bp-asm.h".
22952         (PARMS): Do not use macros from bp-asm.h.
22953         (strlen): Do not use BP_SYM.
22954         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
22955         "bp-asm.h".
22956         (PARMS): Do not use macros from bp-asm.h.
22957         (S1): Likewise.
22958         (S2): Likewise.
22959         (SIZE): Likewise.
22960         (__mpn_sub_n): Do not use BP_SYM.
22961         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
22962         "bp-asm.h".
22963         (PARMS): Do not use macros from bp-asm.h.
22964         (S1): Likewise.
22965         (SIZE): Likewise.
22966         (__mpn_submul_1): Do not use BP_SYM.
22967         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
22968         "bp-asm.h".
22969         (PARMS): Do not use macros from bp-asm.h.
22970         (S1): Likewise.
22971         (S2): Likewise.
22972         (SIZE): Likewise.
22973         (__mpn_add_n): Do not use BP_SYM.
22974         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
22975         weak_alias.
22976         (bzero): Likewise.
22977         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
22978         "bp-asm.h".
22979         (PARMS): Do not use macros from bp-asm.h.
22980         (BLK2): Likewise.
22981         (LEN): Likewise.
22982         (memcmp): Do not use BP_SYM.
22983         (bcmp): Do not use BP_SYM in weak_alias.
22984         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
22985         "bp-asm.h".
22986         (PARMS): Do not use macros from bp-asm.h.
22987         (DEST): Likewise.
22988         (SRC): Likewise.
22989         (LEN): Likewise.
22990         (memcpy): Likewise.  Do not use BP_SYM.
22991         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
22992         "bp-asm.h".
22993         (PARMS): Do not use macros from bp-asm.h.
22994         (DEST): Likewise.
22995         (SRC): Likewise.
22996         (LEN): Likewise.
22997         (memmove): Likewise.  Do not use BP_SYM.
22998         * sysdeps/i386/i686/mempcpy.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         (__mempcpy): Likewise.  Do not use BP_SYM.
23005         (mempcpy): Do not use BP_SYM in weak_alias.
23006         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23007         "bp-asm.h".
23008         (PARMS): Do not use macros from bp-asm.h.
23009         (DEST): Likewise.
23010         (LEN): Likewise.
23011         [!BZERO_P] (CHR): Likewise.
23012         (memset): Likewise.  Do not use BP_SYM.
23013         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23014         "bp-asm.h".
23015         (PARMS): Do not use macros from bp-asm.h.
23016         (STR2): Likewise.
23017         (strcmp): Do not use BP_SYM.
23018         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23019         "bp-asm.h".
23020         (PARMS): Do not use macros from bp-asm.h.
23021         (STR): Likewise.
23022         (DELIM): Likewise.
23023         [USE_AS_STRTOK_R] (SAVE): Likewise.
23024         (FUNCTION): Likewise.  Do not use BP_SYM.
23025         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23026         aliases.
23027         (strtok_r): Likewise.
23028         (__GI___strtok_r): Likewise.
23029         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23030         (PARMS): Do not use macros from bp-asm.h.
23031         (S): Likewise.
23032         (SIZE): Likewise.
23033         (__mpn_lshift): Do not use BP_SYM.
23034         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23035         (PARMS): Do not use macros from bp-asm.h.
23036         (STR): Likewise.
23037         (CHR): Likewise.
23038         (__memchr): Do not use BP_SYM.
23039         (memchr): Do not use BP_SYM in weak_alias.
23040         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23041         (PARMS): Do not use macros from bp-asm.h.
23042         (BLK2): Likewise.
23043         (LEN): Likewise.
23044         (memcmp): Do not use BP_SYM.
23045         (bcmp): Do not use BP_SYM in weak_alias.
23046         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23047         (PARMS): Do not use macros from bp-asm.h.
23048         (S1): Likewise.
23049         (SIZE): Likewise.
23050         (__mpn_mul_1): Do not use BP_SYM.
23051         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23052         "bp-asm.h".
23053         (PARMS): Do not use macros from bp-asm.h.
23054         (STR): Likewise.
23055         (CHR): Likewise.
23056         (__rawmemchr): Do not use BP_SYM.
23057         (rawmemchr): Do not use BP_SYM in weak_alias.
23058         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23059         (PARMS): Do not use macros from bp-asm.h.
23060         (S): Likewise.
23061         (SIZE): Likewise.
23062         (__mpn_rshift): Do not use BP_SYM.
23063         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23064         (PARMS): Do not use macros from bp-asm.h.
23065         (SIGMSK): Likewise.
23066         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23067         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23068         (_start): Do not use BP_SYM.
23069         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23070         (PARMS): Do not use macros from bp-asm.h.
23071         (DEST): Likewise.
23072         (SRC): Likewise.
23073         (__stpcpy): Likewise.  Do not use BP_SYM.
23074         (stpcpy): Do not use BP_SYM in weak_alias.
23075         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23076         "bp-asm.h".
23077         (PARMS): Do not use macros from bp-asm.h.
23078         (DEST): Likewise.
23079         (SRC): Likewise.
23080         (LEN): Likewise.
23081         (__stpncpy): Likewise.  Do not use BP_SYM.
23082         (stpncpy): Do not use BP_SYM in weak_alias.
23083         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23084         (PARMS): Do not use macros from bp-asm.h.
23085         (STR): Likewise.
23086         (CHR): Likewise.
23087         (strchr): Likewise.  Do not use BP_SYM.
23088         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23089         "bp-asm.h".
23090         (PARMS): Do not use macros from bp-asm.h.
23091         (STR): Likewise.
23092         (CHR): Likewise.
23093         (__strchrnul): Likewise.  Do not use BP_SYM.
23094         (strchrnul): Do not use BP_SYM in weak_alias.
23095         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23096         "bp-asm.h".
23097         (PARMS): Do not use macros from bp-asm.h.
23098         (STOP): Likewise.
23099         (strcspn): Do not use BP_SYM.
23100         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23101         "bp-asm.h".
23102         (PARMS): Do not use macros from bp-asm.h.
23103         (STR): Likewise.
23104         (STOP): Likewise.
23105         (strpbrk): Likewise.  Do not use BP_SYM.
23106         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23107         "bp-asm.h".
23108         (PARMS): Do not use macros from bp-asm.h.
23109         (STR): Likewise.
23110         (CHR): Likewise.
23111         (strrchr): Likewise.  Do not use BP_SYM.
23112         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23113         (PARMS): Do not use macros from bp-asm.h.
23114         (SKIP): Likewise.
23115         (strspn): Do not use BP_SYM.
23116         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23117         (PARMS): Do not use macros from bp-asm.h.
23118         (STR): Likewise.
23119         (DELIM): Likewise.
23120         (SAVE): Likewise.
23121         (FUNCTION): Likewise.  Do not use BP_SYM.
23122         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23123         aliases.
23124         (strtok_r): Likewise.
23125         (__GI___strtok_r): Likewise.
23126         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23127         (PARMS): Do not use macros from bp-asm.h.
23128         (S1): Likewise.
23129         (S2): Likewise.
23130         (SIZE): Likewise.
23131         (__mpn_sub_n): Do not use BP_SYM.
23132         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23133         "bp-asm.h".
23134         (PARMS): Do not use macros from bp-asm.h.
23135         (S1): Likewise.
23136         (SIZE): Likewise.
23137         (__mpn_submul_1): Do not use BP_SYM.
23138         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23139         <bp-sym.h>.
23140         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23141         and <bp-asm.h>.
23142         (PARMS): Do not use macros from bp-asm.h.
23143         (FLAGS): Likewise.
23144         (PTID): Likewise.
23145         (TLS): Likewise.
23146         (CTID): Likewise.
23147         (__clone): Do not use BP_SYM.
23148         (clone): Do not use BP_SYM in weak_alias.
23149         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23150         and <bp-asm.h>.
23151         (PARMS): Do not use macros from bp-asm.h.
23152         (LEN): Likewise.
23153         (__mmap64): Do not use BP_SYM.
23154         (mmap64): Do not use BP_SYM in weak_alias.
23155         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23156         <bp-sym.h> and <bp-asm.h>.
23157         (PARMS): Do not use macros from bp-asm.h.
23158         (__posix_fadvise64_l64): Do not use BP_SYM.
23159         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23160         (PARMS): Do not use macros from bp-asm.h.
23161         (NSOPS): Likewise.
23162         (semtimedop): Do not use BP_SYM.
23163         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23164         and <bp-asm.h>.
23165
23166 2013-02-21  Allan McRae  <allan@archlinux.org>
23167
23168         * manual/message.texi (Charset conversion in gettext):
23169         Move @end statement to beginning of line.
23170
23171 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23172
23173         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23174         static.
23175         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23176         Likewise.
23177
23178         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23179         (denorm): Likewise.
23180         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23181         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23182
23183 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23184
23185         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23186         tail-call to the resolved function if pltexit isn't needed.
23187
23188 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23189
23190         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23191         or Y being zero as being unlikely.
23192         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23193         Likewise.
23194
23195 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23196
23197         * manual/nss.texi (System Databases and Name Service Switch):
23198         Remove frobnicate @pxref.
23199
23200 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23201
23202         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23203         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23204
23205 2013-02-20  Petr Machata  <pmachata@redhat.com>
23206
23207         * elf/elf.h (R_ARM_TARGET1): New macro.
23208         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23209         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23210         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23211         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23212         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23213         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23214         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23215         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23216         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23217         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23218         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23219         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23220         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23221         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23222         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23223         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23224         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23225         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23226         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23227         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23228         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23229         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23230         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23231         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23232         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23233         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23234         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23235         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23236         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23237         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23238         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23239         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23240         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23241         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23242         (R_ARM_THM_GOT_BREL12): Likewise.
23243         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23244         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23245         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23246         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23247         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23248         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23249         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23250         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23251         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23252
23253 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23254
23255         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23256         __attribute_used__ to __attribute__ ((unused)).
23257
23258 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23259
23260         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23261         powerpc mpa.c.
23262         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23263         comment formatting.
23264         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23265
23266 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23267
23268         [BZ #13550]
23269         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23270         Remove macro.
23271         (ENTER): Remove both macro definitions.
23272         (LEAVE): Likewise.
23273         (CHECK_BOUNDS_LOW): Likewise.
23274         (CHECK_BOUNDS_HIGH): Likewise.
23275         (CHECK_BOUNDS_BOTH): Likewise.
23276         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23277         (RETURN_BOUNDED_POINTER): Likewise.
23278         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23279         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23280         (POP_ERRNO_LOCATION_RETURN): Likewise.
23281         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23282         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23283         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23284         macros.
23285         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23286         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23287         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23288         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23289         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23290         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23291         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23292         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23293         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23294         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23295         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23296         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23297         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23298         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23299         removed macros.
23300         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23301         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23302         macros.
23303         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23304         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23305         * sysdeps/i386/i586/memset.S (memset): Likewise.
23306         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23307         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23308         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23309         macros.
23310         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23311         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23312         Change uses of L(2) to L(out).
23313         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23314         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23315         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23316         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23317         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23318         removed macros.
23319         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23320         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23321         macros.
23322         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23323         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23324         (RETURN): Do not use macro LEAVE.
23325         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23326         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23327         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23328         * sysdeps/i386/i686/memset.S (memset): Likewise.
23329         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23330         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23331         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23332         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23333         Likewise.
23334         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23335         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23336         L(1_2) and L(1_3) into L(1).
23337         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23338         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23339         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23340         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23341         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23342         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23343         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23344         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23345         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23346         macros.
23347         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23348         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23349         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23350         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23351         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23352         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23353         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23354         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23355         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23356         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23357         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23358         * sysdeps/i386/strspn.S (strspn): Likewise.
23359         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23360         conditional code.
23361         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23362         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23363         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23364         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23365         L(1_3) into L(1_1).
23366         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23367         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23368         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23369         macros.
23370         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23371
23372 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23373
23374         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23375         macro.
23376
23377 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23378
23379         * math/atest-exp.c (exp_mpn): Remove ROUND.
23380         * math/atest-exp2.c (exp_mpn): Likewise.
23381         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23382
23383         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23384         * stdlib/tst-tls-atexit-lib.c: Likewise.
23385         * stdlib/tst-tls-atexit.c: Likewise.
23386
23387 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23388
23389         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23390         and __attribute_alloc_size__.
23391
23392 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23393
23394         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23395         __attribute_alloc_size__.
23396         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23397         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23398
23399 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23400
23401         * include/programs/xmalloc.h: New file.
23402         * catgets/gencat.c: Include it.
23403         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23404         * elf/pldd.c: Likewise.
23405         * iconv/iconv_charmap.c: Likewise.
23406         * iconv/iconvconfig.c: Likewise.
23407         * iconv/strtab.c: Likewise.
23408         * locale/programs/locale.c: Likewise.
23409         * locale/programs/localedef.h: Likewise.
23410         * locale/programs/simple-hash.c: Likewise.
23411         * nscd/nscd.h: Likewise.
23412         * nss/makedb.c: Likewise.
23413         * sysdeps/generic/ldconfig.h: Likewise.
23414
23415 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23416
23417         * Versions.def: Add GLIBC_2.18.
23418         * include/link.h (struct link_map): New member l_tls_dtor_count.
23419         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
23420         (__call_tls_dtors): Likewise.
23421         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
23422         __cxa_thread_atexit_impl.
23423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23424         Likewise.
23425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23426         Likewise.
23427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23428         Likewise.
23429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23430         Likewise.
23431         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
23432         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
23433         Likewise.
23434         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
23435         Likewise.
23436         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
23437         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23438         Likewise.
23439         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
23440         (tests): Add test case tst-tls-atexit.
23441         (modules-names): Add shared library for tst-tls-atexit.
23442         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
23443         (GLIBC_PRIVATE): Add __call_tls_dtors.
23444         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
23445         for libstdc++.
23446         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
23447         * stdlib/tst-tls-atexit.c: New test case.
23448         * stdlib/tst-tls-atexit-lib.c: New test case.
23449
23450         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
23451
23452         * elf/Versions (ld): Add _dl_find_dso_for_object.
23453         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
23454         * elf/dl-open.c (_dl_find_dso_for_object): New function.
23455         (dl_open_worker): Use _dl_find_dso_for_object.
23456         * elf/dl-sym.c (do_sym): Likewise.
23457         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
23458
23459 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23460
23461         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
23462         Syntactic changes only.
23463         (_dl_runtime_profile): Do a tail-call to the resolved function.
23464
23465 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
23466
23467         [BZ #13550]
23468         * sysdeps/x86_64/bp-asm.h: Remove file.
23469         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
23470         <bp-sym.h> and <bp-asm.h>.
23471         (__clone): Do not use BP_SYM.
23472         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
23473         <bp-sym.h> and <bp-asm.h>.
23474         * sysdeps/unix/x86_64/sysdep.S: Likewise.
23475         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
23476         "bp-asm.h".
23477         (_setjmp): Do not use BP_SYM.
23478         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
23479         "bp-asm.h".
23480         (setjmp): Do not use BP_SYM.
23481         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
23482         libc_hidden_def.
23483         (mempcpy): Do not use BP_SYM in weak_alias.
23484         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
23485         "bp-asm.h".
23486         (strchr): Do not use BP_SYM.
23487         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
23488         "bp-asm.h".
23489         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
23490         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
23491         (_start): Do not use BP_SYM.
23492         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
23493         "bp-asm.h".
23494         (strcat): Do not use BP_SYM.
23495         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
23496         "bp-asm.h".
23497         (STRCMP): Do not use BP_SYM.
23498         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
23499         "bp-asm.h".
23500         (STRCPY): Do not use BP_SYM.
23501         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
23502         "bp-asm.h".
23503         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
23504         "bp-asm.h".
23505         (FUNCTION): Do not use BP_SYM.
23506         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
23507         weak_alias.
23508         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
23509
23510 2013-02-17  Andreas Jaeger  <aj@suse.de>
23511
23512         * time/Versions: Sort entries.
23513         * string/Versions: Likewise.
23514         * resolv/Versions: Likewise.
23515         * posix/Versions: Likewise.
23516         * iconv/Versions: Likewise.
23517         * elf/Versions: Likewise.
23518         * wcsmbs/Versions: Likewise.
23519
23520 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23521
23522         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
23523         loop termination condition.
23524
23525         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
23526         variable to calculate EZ.
23527         (__sqr): Likewise.
23528
23529         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
23530         the lower precision input.
23531
23532 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
23533
23534         [BZ #13550]
23535         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
23536         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
23537         (run-via-rtld-prefix): Do not handle %-bp tests.
23538         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
23539         (all-object-suffixes): Remove .ob.
23540         (bppfx): Remove variable.
23541         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
23542         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
23543         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
23544         [$(build-bounded) = yes] (libtype.ob): Likewise.
23545         * Makerules (elide-routines.ob): Remove variable.
23546         (do-tests-clean): Do not handle *-bp.out.
23547         (common-mostlyclean): Do not handle *-bp and *-bp.out.
23548         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
23549         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
23550         (tests): Do not include $(tests-bp.out).
23551         (xtests): Do not include $(xtests-bp.out).
23552         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
23553         [$(build-bounded) = yes] ($(addprefix
23554         $(objpfx),$(binaries-bounded))): Remove rule.
23555         ($(objpfx)%-bp.out): Remove rule.
23556         * config.make.in (build-bounded): Remove variable.
23557         * crypt/Makefile [$(build-bounded) = yes]
23558         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
23559         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
23560         append to variable.
23561         [$(build-bounded) = yes] (install-lib): Likewise.
23562         [$(build-bounded) = yes] (generated): Likewise.
23563         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
23564         Remove rule.
23565         * intl/Makefile [$(build-bounded) = yes]
23566         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
23567         * math/Makefile [$(build-bounded) = yes]
23568         ($(tests:%=$(objpfx)%-bp): Likewise.
23569         * misc/Makefile [$(build-bounded) = yes]
23570         ($(objpfx)tst-tsearch-bp): Likewise.
23571         * nptl/Makeconfig (bounded-thread-library): Remove variable.
23572         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
23573         Remove dependency.
23574         * string/Makefile (o-objects.ob): Remove variable.
23575         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
23576         (CFLAGS-.ob): Remove variable.
23577         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
23578         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
23579         both definitions of variable.
23580         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
23581         (ASFLAGS-.ob): Remove variable.
23582
23583 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
23584
23585         [BZ #13550]
23586         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
23587         Remove __BOUNDED_POINTERS__ from condition.
23588         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
23589         * string/bits/string2.h [!__NO_STRING_INLINES &&
23590         !__BOUNDED_POINTERS__]: Likewise.
23591         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
23592         Likewise.
23593         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
23594         Remove conditional code.
23595         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
23596         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
23597         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
23598         condition.
23599
23600         [BZ #13550]
23601         * csu/libc-start.c: Do not include <bp-sym.h>.
23602         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
23603         * elf/dl-open.c: Do not include <bp-sym.h>.
23604         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
23605         * math/fegetenv.c: Do not include <bp-sym.h>.
23606         (fegetenv): Do not use BP_SYM in versioned symbols.
23607         * nptl/sysdeps/pthread/bits/libc-lockP.h
23608         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
23609         <bp-sym.h>.
23610         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23611         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
23612         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23613         (__pthread_mutex_destroy): Likewise.
23614         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23615         (__pthread_mutex_lock): Likewise.
23616         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23617         (__pthread_mutex_trylock): Likewise.
23618         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23619         (__pthread_mutex_unlock): Likewise.
23620         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23621         (__pthread_mutexattr_init): Likewise.
23622         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23623         (__pthread_mutexattr_destroy): Likewise.
23624         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23625         (__pthread_mutexattr_settype): Likewise.
23626         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23627         (__pthread_rwlock_init): Likewise.
23628         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23629         (__pthread_rwlock_destroy): Likewise.
23630         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23631         (__pthread_rwlock_rdlock): Likewise.
23632         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23633         (__pthread_rwlock_tryrdlock): Likewise.
23634         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23635         (__pthread_rwlock_wrlock): Likewise.
23636         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23637         (__pthread_rwlock_trywrlock): Likewise.
23638         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23639         (__pthread_rwlock_unlock): Likewise.
23640         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23641         (__pthread_key_create): Likewise.
23642         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23643         (__pthread_setspecific): Likewise.
23644         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23645         (__pthread_getspecific): Likewise.
23646         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
23647         Likewise.
23648         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23649         (_pthread_cleanup_push_defer): Likewise.
23650         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23651         (_pthread_cleanup_pop_restore): Likewise.
23652         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23653         (pthread_setcancelstate): Likewise.
23654         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
23655         <bp-sym.h>.
23656         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
23657         (memchr): Do not use BP_SYM in weak_alias.
23658         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
23659         (fegetenv): Do not use BP_SYM in versioned symbols.
23660         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
23661         (fesetenv): Do not use BP_SYM in versioned symbols.
23662         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23663         (feupdateenv): Do not use BP_SYM in versioned symbols.
23664         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23665         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23666         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
23667         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
23668         (open64): Do not use BP_SYM in weak_alias.
23669         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
23670         (fegetenv): Do not use BP_SYM in versioned symbols.
23671         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
23672         (fesetenv): Do not use BP_SYM in versioned symbols.
23673         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23674         (feupdateenv): Do not use BP_SYM in versioned symbols.
23675         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
23676         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
23677         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
23678         (feraiseexcept): Do not use BP_SYM in versioned symbols.
23679         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23680         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23681         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
23682         <bp-sym.h>.
23683         (__libc_start_main): Do not use BP_SYM.
23684
23685 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23686
23687         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
23688         redundant return line.
23689         (norm): Likewise.
23690         (denorm): Likewise.
23691         (dbl_mp): Likewise.
23692         (sub_magnitudes): Likewise.
23693         (__add): Likewise.
23694         (__sub): Likewise.
23695         (__mul): Likewise.
23696         (__inv): Likewise.
23697         (__dvd): Likewise.
23698         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
23699         (norm): Likewise.
23700         (denorm): Likewise.
23701         (dbl_mp): Likewise.
23702         (sub_magnitudes): Likewise.
23703         (__add): Likewise.
23704         (__sub): Likewise.
23705         (__mul): Likewise.
23706         (__inv): Likewise.
23707         (__dvd): Likewise.
23708
23709         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
23710         instead of __mul.
23711         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
23712         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
23713         (cc32): Likewise.
23714
23715         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
23716         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
23717         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
23718         of __mul for squares.
23719         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
23720         function
23721         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
23722         Likewise.
23723         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
23724         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
23725
23726 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
23727
23728         [BZ #13550]
23729         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
23730         code.
23731         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
23732         prototype or function definition.  Rename ubp_* variables and
23733         parameters.  Remove argv definitions conditional on
23734         [__BOUNDED_POINTERS__].
23735         * debug/backtrace.c (__backtrace): Do not use __unbounded.
23736         * elf/dl-runtime.c (_dl_fixup): Likewise.
23737         * include/set-hooks.h (RUN_HOOK): Likewise.
23738         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
23739         definition.
23740         * string/strcpy.c (strcpy): Do not use __unbounded.
23741         * sysdeps/generic/frame.h (struct layout): Likewise.
23742         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
23743         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
23744         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
23745         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
23746         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
23747         (__backtrace): Likewise.
23748         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
23749         use __ptrvalue.
23750         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
23751         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
23752         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
23753         Likewise.
23754         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
23755         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
23756         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
23757         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
23758         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
23759         Do not use __unbounded.
23760         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
23761         Rename __unboundedrlimits parameter to rlimits in prototype.
23762         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
23763         Do not use __unbounded.
23764         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
23765         not use __ptrvalue.
23766         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
23767         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
23768         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
23769         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
23770         __ptrvalue or __unbounded.
23771         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
23772         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
23773         use __unbounded.
23774         (__new_msgctl): Do not use __ptrvalue.
23775         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
23776         __unbounded.
23777         (__libc_msgrcv): Do not use __ptrvalue.
23778         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
23779         startup_info): Do not use __unbounded.
23780         (__libc_start_main): Likewise.  Rename ubp_* variables and
23781         parameters.  Remove argv definitions conditional on
23782         [__BOUNDED_POINTERS__].
23783         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
23784         __ptrvalue.
23785         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
23786         use __unbounded.
23787         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
23788         or __ptrvalue.
23789         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
23790         use __unbounded.
23791         (__new_shmctl): Do not use __ptrvalue.
23792         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
23793         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
23794         Likewise.
23795         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
23796         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
23797         (__libc_sigaction): Likewise.
23798         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
23799         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
23800         Likewise.
23801         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
23802
23803 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
23804
23805         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
23806
23807         * string/mempcpy.c: Implement by calling memcpy.
23808
23809 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23810
23811         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
23812
23813         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
23814         evaluation.
23815
23816         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
23817         values in the mantissa.
23818
23819         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
23820         minimize writes to Z.
23821         (sub_magnitudes): Simplify code a bit.
23822
23823 2013-02-12  Roland McGrath  <roland@hack.frob.com>
23824
23825         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
23826         from the message.  The linker prefixes all warnings with that already.
23827
23828 2013-02-12  Andreas Schwab  <schwab@suse.de>
23829
23830         [BZ #15078]
23831         * posix/regexec.c (extend_buffers): Add parameter min_len.
23832         (check_matching): Pass minimum needed length.
23833         (clean_state_log_if_needed): Likewise.
23834         (get_subexp): Likewise.
23835         * posix/Makefile (tests): Add bug-regex34.
23836         (bug-regex34-ENV): Define.
23837         * posix/bug-regex34.c: New file.
23838
23839         [BZ #11561]
23840         * posix/regcomp.c (parse_bracket_exp): When looking up collating
23841         elements compare against the byte sequence of it, not its name.
23842         * posix/Makefile (tests): Add bug-regex35.
23843         (bug-regex35-ENV): Define.
23844         * posix/bug-regex35.c: New file.
23845
23846 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23847
23848         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
23849         comment.
23850         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
23851         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
23852         (CHECK_EOL): Add undef.
23853
23854 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
23855
23856         * bits/stdlib-bsearch.h: New file.
23857         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
23858         * stdlib/stdlib.h: Likewise.
23859
23860 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23861
23862         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
23863         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
23864         declaration.
23865         * manual/search.texi (Array Search Function): Add missing const in
23866         lfind prototype.
23867         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
23868         declaration to use rlim_t.
23869         (Basic Scheduling Functions): Remove erroneous const from
23870         sched_getparam prototype.  Remove erroneous * from
23871         sched_get_priority_max and sched_get_priority_min prototypes.
23872         (Resource Usage): Fix summary @comment on vtimes to refer to
23873         sys/vtimes.h rather than vtimes.h.
23874         Add missing *s in vtimes prototype.
23875         (Limits on Resources): Fix ulimit prototype to return long int.
23876         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
23877         prototypes to use long int rather than double.
23878         (BSD Random): Fix initstate and setstate to use char *, not void *.
23879         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
23880         prototype to make second argument 'struct aiocb64 *const[]'.
23881         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
23882         (Status of AIO Operations): Remove erroneous const in aio_return and
23883         aio_return64 prototypes.
23884         (Synchronizing I/O): Fix sync prototype to return void.
23885         * manual/startup.texi (Suboptions): Remove an erroneous const in
23886         getsubopt prototype.
23887         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
23888         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
23889         use size_t rather than int.
23890         (Scanning All Users): Likewise for getpwent_r.
23891         (Setting Groups): Add missing const to setgroups prototype.
23892         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
23893         * manual/socket.texi (Host Names): Fix gethostbyaddr and
23894         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
23895         'const void *' rather than 'const char *'.
23896         (Host Address Functions): Likewise for inet_ntop.
23897         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
23898         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
23899         ssize_t for return value.
23900         (Sending Data): Likewise for send, sendto, sendmsg.
23901         (Socket Option Functions): Add a missing const in setsockopt prototype.
23902         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
23903         use wchar_t for the argument.
23904         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
23905         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
23906         take no arguments.
23907         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
23908         double/float/long double for second argument.
23909         Fix return types of significand, significandf, significandl.
23910         * manual/filesys.texi (Setting Permissions): Use mode_t for second
23911         argument in fchmod prototype.
23912         (File Owner): Use uid_t and gid_t in fchown prototype.
23913         (File Times): Add const to utimes, futimes, and lutimes prototypes.
23914         (Making Special Files): Use mode_t and dev_t in mknod prototype.
23915         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
23916         use 'const struct dirent **' as argument types to CMP function pointer
23917         argument.
23918         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
23919         (File Times): Fix summary magic @comment for struct utimbuf and utime
23920         to refer to utime.h, not time.h.
23921         * manual/string.texi (Argz Functions): Add missing const in
23922         argz_extract and argz_next prototypes.
23923         (Finding Tokens in a String): Likewise for basename.
23924         (String/Array Comparison): Fix typo in wcscasecmp prototype.
23925         (Copying and Concatenation): Fix typo in wmemmove prototype.
23926         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
23927         (Signal Stack): Remove erroneous const in sigstack prototype.
23928         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
23929         prototype.
23930         (Simple Calendar Time): Likewise for stime.
23931         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
23932         prototype.
23933         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
23934         say sys/sysctl.h instead.
23935         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
23936         and vsyslog prototypes.
23937
23938 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23939
23940         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
23941         Remove.
23942
23943 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23944
23945         * misc/sys/mman.h: Fix typo in mremap comment.
23946
23947 2013-02-08  Roland McGrath  <roland@hack.frob.com>
23948
23949         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
23950         the '\0' terminator.
23951
23952 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
23953
23954         [BZ #13550]
23955         * debug/segfault.c: Don't include <bp-checks.h>.
23956         * sysdeps/generic/bp-checks.h: Remove file.
23957         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
23958         (__GETDENTS): Don't use CHECK_N.
23959         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
23960         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
23961         (__getgroups): Don't use CHECK_N.
23962         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
23963         (setgroups): Don't use CHECK_N.
23964         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
23965         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
23966         (__libc_msgrcv): Don't use CHECK_N.
23967         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
23968         (__libc_msgsnd): Don't use CHECK_N.
23969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
23970         <bp-checks.h>.
23971         (__libc_pread): Don't use CHECK_N.
23972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
23973         include <bp-checks.h>.
23974         (__libc_pread64): Don't use CHECK_N.
23975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
23976         include <bp-checks.h>.
23977         (__libc_pwrite): Don't use CHECK_N.
23978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
23979         include <bp-checks.h>.
23980         (__libc_pwrite64): Don't use CHECK_N.
23981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
23982         <bp-checks.h>.
23983         (__libc_pread): Don't use CHECK_N.
23984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
23985         include <bp-checks.h>.
23986         (__libc_pread64): Don't use CHECK_N.
23987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
23988         include <bp-checks.h>.
23989         (__libc_pwrite): Don't use CHECK_N.
23990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
23991         include <bp-checks.h>.
23992         (__libc_pwrite64): Don't use CHECK_N.
23993         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
23994         (do_pread): Don't use CHECK_N.
23995         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
23996         (do_pread64): Don't use CHECK_N.
23997         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
23998         (do_pwrite): Don't use CHECK_N.
23999         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24000         (do_pwrite64): Don't use CHECK_N.
24001         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24002         (__libc_readv): Don't use CHECK_N.
24003         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24004         (semop): Don't use CHECK_N.
24005         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24006         <bp-checks.h>.
24007         (semtimedop): Don't use CHECK_N.
24008         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24009         (__libc_pread): Don't use CHECK_N.
24010         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24011         <bp-checks.h>.
24012         (__libc_pread64): Don't use CHECK_N.
24013         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24014         <bp-checks.h>.
24015         (__libc_pwrite): Don't use CHECK_N.
24016         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24017         <bp-checks.h>.
24018         (__libc_pwrite64): Don't use CHECK_N.
24019         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24020         <bp-checks.h>.
24021         (__libc_msgrcv): Don't use CHECK_N.
24022         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24023         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24024         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24025         (__libc_writev): Don't use CHECK_N.
24026
24027 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24028
24029         * string/strcpy.c: Removed unused variable.
24030
24031         * Makeconfig (+sysdep-includes): Define with := rather than =.
24032         Use an existing include/ subdir of each sysdeps dir before it.
24033
24034 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24035
24036         * nscd/connection.c (register_traced_file): Comment function.
24037         [HAVE_INOTIFY] (union __inev): Define.
24038         [HAVE_INOTIFY] (inotify_check_files): New function.
24039         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24040         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24041         clear_db_cache.
24042         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24043
24044 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24045
24046         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24047         loaded if not already and that a failure is permanent.
24048
24049 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24050
24051         [BZ #15006]
24052         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24053         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24054
24055 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24056
24057         [BZ #13550]
24058         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24059         (CHECK_1_NULL_OK): Likewise.
24060         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24061         (__fxstat): Do not use CHECK_1.
24062         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24063         <bp-checks.h>.
24064         (___fxstat64): Do not use CHECK_1.
24065         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24066         <bp-checks.h>.
24067         (__fxstatat): Do not use CHECK_1.
24068         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24069         <bp-checks.h>.
24070         (__fxstatat64): Do not use CHECK_1.
24071         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24072         <bp-checks.h>.
24073         (__fxstat): Do not use CHECK_1.
24074         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24075         <bp-checks.h>.
24076         (__fxstatat): Do not use CHECK_1.
24077         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24078         <bp-checks.h>.
24079         (__getresgid): Do not use CHECK_1.
24080         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24081         <bp-checks.h>.
24082         (__getresuid): Do not use CHECK_1.
24083         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24084         <bp-checks.h>.
24085         (__lxstat): Do not use CHECK_1.
24086         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24087         <bp-checks.h>.
24088         (__old_msgctl): Do not use CHECK_1.
24089         (__new_msgctl): Likewise.
24090         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24091         <bp-checks.h>.
24092         (__new_setrlimit): Do not use CHECK_1.
24093         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24094         <bp-checks.h>.
24095         (__old_shmctl): Do not use CHECK_1.
24096         (__new_shmctl): Likewise.
24097         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24098         <bp-checks.h>.
24099         (__xstat): Do not use CHECK_1.
24100         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24101         (__lxstat): Do not use CHECK_1.
24102         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24103         <bp-checks.h>.
24104         (___lxstat64): Do not use CHECK_1.
24105         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24106         (__old_msgctl): Do not use CHECK_1.
24107         (__new_msgctl): Likewise.
24108         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24109         <bp-checks.h>.
24110         (__gettimeofday): Do not use CHECK_1.
24111         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24112         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24113         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24114         <bp-checks.h>.
24115         (__gettimeofday): Do not use CHECK_1.
24116         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24117         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24118         (__new_shmctl): Do not use CHECK_1.
24119         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24120         <bp-checks.h>.
24121         (do_sigtimedwait): Do not use CHECK_1.
24122         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24123         <bp-checks.h>.
24124         (do_sigwaitinfo): Do not use CHECK_1.
24125         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24126         <bp-checks.h>.
24127         (msgctl): Do not use CHECK_1.
24128         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24129         <bp-checks.h>.
24130         (shmctl): Do not use CHECK_1.
24131         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24132         (ustat): Do not use CHECK_1.
24133         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24134         <bp-checks.h>.
24135         (__fxstat): Do not use CHECK_1.
24136         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24137         <bp-checks.h>.
24138         (__fxstatat): Do not use CHECK_1.
24139         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24140         <bp-checks.h>.
24141         (__lxstat): Do not use CHECK_1.
24142         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24143         <bp-checks.h>.
24144         (__xstat): Do not use CHECK_1.
24145         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24146         (__xstat): Do not use CHECK_1.
24147         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24148         (___xstat64): Do not use CHECK_1.
24149
24150         [BZ #13550]
24151         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24152         definitions.
24153         (CHECK_BOUNDS_HIGH): Likewise.
24154         * string/strcpy.c: Do not include <bp-checks.h>.
24155         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24156
24157 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24158
24159         * nscd/nscd-client.h (__nscd_drop_map_ref):
24160         Add __attribute__ ((unused)).
24161         * nis/nss-nisplus.h (niserr2nss): Likewise.
24162
24163         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24164         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24165
24166         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24167         Remove inline keyword.
24168         * include/rounding-mode.h (round_away): Likewise.
24169         * libio/wfileops.c (adjust_wide_data): Likewise.
24170         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24171         (__m128i_strloadu_tolower): Likewise.
24172         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24173         (__m128i_strloadu_tolower): Likewise.
24174         * time/mktime.c (ydhms_diff): Likewise.
24175         * locale/elem-hash.h (elem_hash): Likewise.
24176         * locale/setlocale.c (setdata): Likewise.
24177         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24178         (re_string_wchar_at): Likewise.
24179         (bitset_not, bitset_merge, bitset_mask): Likewise.
24180         [!(__GNUC__ > 3)] (inline): Remove macro.
24181         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24182         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24183         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24184         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24185         * string/memcmp.c (memcmp_bytes): Likewise.
24186         * locale/programs/locarchive.c (compute_hashval): Likewise.
24187         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24188         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24189         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24190         * nss/getent.c (print_rpc, print_protocols): Likewise.
24191         (print_passwd, print_group, print_aliases): Likewise.
24192         * nis/nss-nisplus.h (niserr2nss): Likewise.
24193         * nscd/connections.c (restart_p): Likewise.
24194         Change return type to bool.
24195
24196 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24197
24198         * Makeconfig (all-Depend-files): Add existing
24199         $(sorted-subdirs:=/Depend) files.
24200         (all-subdirs): Remove nss.
24201         * sysdeps/unix/inet/Subdirs: Add it here instead.
24202         * hesiod/Depend: New file.
24203
24204         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24205         instead of calling alloca.
24206
24207         * io/lseek.c (__lseek): Rename to __libc_lseek.
24208         Define __lseek as an alias.
24209
24210         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24211
24212 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24213
24214         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24215         else clause and remove check for non-standard endianness.
24216
24217 2013-02-04  David S. Miller  <davem@davemloft.net>
24218
24219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24220
24221 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24222
24223         [BZ #13550]
24224         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24225         (__ubp_memchr): Remove prototype.
24226         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24227         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24228         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24229         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24230         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24231         Remove alias.
24232         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24233         (__ubp_memchr): Likewise.
24234         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24235         (__ubp_memchr): Likewise.
24236         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24237         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24238         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24239         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24240         CHECK_STRING.
24241         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24242         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24243         (__getcwd): Do not use CHECK_STRING.
24244         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24245         <bp-checks.h>.
24246         (__real_chown): Do not use CHECK_STRING.
24247         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24248         <bp-checks.h>.
24249         (fchownat): Do not use CHECK_STRING.
24250         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24251         CHECK_STRING.
24252         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24253         <bp-checks.h>.
24254         (__lchown): Do not use CHECK_STRING.
24255         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24256         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24257         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24258         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24260         include <bp-checks.h>.
24261         (truncate64): Do not use CHECK_STRING.
24262         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24263         <bp-checks.h>.
24264         (__real_chown): Do not use CHECK_STRING.
24265         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24266         <bp-checks.h>.
24267         (__lchown): Do not use CHECK_STRING.
24268         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24269         <bp-checks.h>.
24270         (__chown): Do not use CHECK_STRING.
24271         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24272         <bp-checks.h>.
24273         (truncate64): Do not use CHECK_STRING.
24274         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24275         Likewise.
24276         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24277         (__xmknod): Do not use CHECK_STRING.
24278         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24279         <bp-checks.h>.
24280         (__xmknodat): Do not use CHECK_STRING.
24281         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24282         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24283
24284 2013-02-04  Andreas Schwab  <schwab@suse.de>
24285
24286         [BZ #14142]
24287         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24288         * include/netdb.h: Likewise for h_errno.
24289         * elf/tst-stackguard1.c: Include <tls.h>.
24290
24291 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24292
24293         * elf/link.h (struct link_map): Extend the l_addr comment.
24294         * include/link.h (struct link_map): Likewise.
24295
24296 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24297
24298         [BZ #13550]
24299         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24300         (BOUNDED_1): Remove macro.
24301         * debug/backtrace.c: Don't include <bp-checks.h>.
24302         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24303         (__backtrace): Likewise.
24304         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24305         <bp-checks.h>.
24306         (__backtrace): Don't use BOUNDED_1.
24307         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24308         <bp-checks.h>.
24309         (__backtrace): Don't use BOUNDED_1.
24310         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24311         (__backtrace): Don't use BOUNDED_1.
24312         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24313         (shmat): Don't use BOUNDED_N.
24314
24315 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24316
24317         [BZ #13550]
24318         * sysdeps/generic/bp-start.h: Remove file.
24319         * csu/libc-start.c: Don't include <bp-start.h>.
24320         (LIBC_START_MAIN): Set up __environ directly instead of using
24321         INIT_ARGV_and_ENVIRON.
24322         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24323         <bp-start.h>.
24324
24325         [BZ #13550]
24326         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24327         definitions.
24328         (CHECK_FCNTL): Likewise.
24329         (CHECK_N_PAGES): Likewise.
24330
24331         [BZ #13550]
24332         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24333         definitions.
24334         (CHECK_SIGSET_NULL_OK): Likewise.
24335         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24336         <bp-checks.h>.
24337         (sigpending): Don't use CHECK_SIGSET.
24338         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24339         <bp-checks.h>.
24340         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24341         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24342         <bp-checks.h>.
24343         (do_sigsuspend): Don't use CHECK_SIGSET.
24344         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24345         use CHECK_SIGSET.
24346         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24347         (do_sigwait): Don't use CHECK_SIGSET.
24348         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24349         use CHECK_SIGSET.
24350         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24351         include <bp-checks.h>.
24352         (sigpending): Don't use CHECK_SIGSET.
24353         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24354         include <bp-checks.h>.
24355         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24356         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24357         <bp-checks.h>.
24358         (sigpending): Don't use CHECK_SIGSET.
24359         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24360         <bp-checks.h>.
24361         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24362
24363         [BZ #13550]
24364         * sysdeps/generic/bp-semctl.h: Remove file.
24365         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24366         <bp-checks.h> and <bp-semctl.h>.
24367         (__old_semctl): Don't use CHECK_SEMCTL.
24368         (__new_semctl): Likewise.
24369         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24370         and <bp-semctl.h>.
24371         (__old_semctl): Don't use CHECK_SEMCTL.
24372         (__new_semctl): Likewise.
24373         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24374         <bp-checks.h> and <bp-semctl.h>.
24375         (__old_semctl): Don't use CHECK_SEMCTL.
24376         (__new_semctl): Likewise.
24377         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24378         <bp-checks.h> and <bp-semctl.h>.
24379         (semctl): Don't use CHECK_SEMCTL.
24380
24381         [BZ #13550]
24382         * Makerules (elide-bp-thunks): Remove variable.
24383         (elide-routines.oS): Don't use $(elide-bp-thunks).
24384         (elide-routines.os): Likewise.
24385         (elide-routines.o): Likewise.
24386         (elide-routines.op): Likewise.
24387         (elide-routines.og): Likewise.
24388         (objects): Don't use $(bp-thunks).
24389         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24390         include.
24391         (common-generated): Do not add s-proto-bp.d.
24392         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24393         (int): Likewise.
24394         (typ): Likewise.
24395         Do not generate makefile rules for bounded-pointer thunks.
24396         * sysdeps/generic/bp-thunks.h: Remove file.
24397         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24398         * sysdeps/unix/s-proto-bp.S: Likewise.
24399
24400         [BZ #15062]
24401         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24402         parts of result separately when argument is not close to line from
24403         -i to i and one part of argument is small.
24404         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24405         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24406         * math/libm-test.inc (cacos_test): Add more tests.
24407         (casin_test): Likewise.
24408         (casinh_test): Likewise.
24409         * sysdeps/i386/fpu/libm-test-ulps: Update.
24410         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24411
24412 2013-01-31  David S. Miller  <davem@davemloft.net>
24413
24414         * po/de.po: Update from translation team.
24415
24416 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
24417
24418         * time/tzfile.c: Include stdint.h for SIZE_MAX.
24419
24420 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
24421
24422         * configure.in (_AC_PROG_CC_C89): New definition.
24423         * configure: Regenerate.
24424
24425         * configure.in (AC_PROG_CPP): New definition.
24426         * configure: Regenerate.
24427
24428 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24429
24430         * debug/tst-backtrace.h: New file.
24431         * debug/tst-backtrace2.c: Include tst-backtrace.h.
24432         (ret): Remove variable.
24433         (x): Likewise.
24434         (FAIL): Remove macro.
24435         (NO_INLINE): Likewise.
24436         (fn1): Use match function instead of strstr.
24437         * debug/tst-backtrace3.c: Include tst-backtrace.h.
24438         (ret): Remove variable.
24439         (x): Likewise.
24440         (FAIL): Remove macro.
24441         (NO_INLINE): Likewise.
24442         (fn): Use match function instead of strstr.
24443         * debug/tst-backtrace4.c: Include tst-backtrace.h.
24444         (ret): Remove variable.
24445         (x): Likewise.
24446         (FAIL): Remove macro.
24447         (NO_INLINE): Likewise.
24448         (handle_signal): Use match function instead of strstr.
24449         * debug/tst-backtrace5.c: Include tst-backtrace.h.
24450         (ret): Remove variable.
24451         (x): Likewise.
24452         (FAIL): Remove macro.
24453         (NO_INLINE): Likewise.
24454         (handle_signal): Use match function instead of strstr.
24455
24456 2013-01-23  Roland McGrath  <roland@hack.frob.com>
24457
24458         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
24459
24460 2013-01-23  David S. Miller  <davem@davemloft.net>
24461
24462         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
24463         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
24464         argument of CAS if possible.
24465         * sysdeps/sparc/sparc64/bits/atomic.h
24466         (__arch_compare_and_exchange_val_32_acq): Likewise.
24467         (__arch_compare_and_exchange_val_64_acq): Likewise.
24468
24469 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
24470
24471         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
24472         * sysdeps/posix/ulimit.c: ... this.
24473         Include <limits.h>.
24474         * sysdeps/unix/bsd/ulimit.c: Remove file.
24475
24476 2013-01-23  Adam Conrad  <adconrad@0c3.net>
24477
24478         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
24479         (LDFLAGS-tst-array5): Likewise.
24480
24481 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24482
24483         [BZ #15036]
24484         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
24485         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
24486         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
24487         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
24488
24489 2013-01-21  David S. Miller  <davem@davemloft.net>
24490
24491         * sysdeps/sparc/backtrace.c: New file.
24492         * sysdeps/sparc/sparc32/backtrace.h: New file.
24493         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
24494         * sysdeps/sparc/sparc64/backtrace.h: New file.
24495         * sysdeps/sparc/sparc64/backtrace.c: Delete.
24496         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
24497         -funwind-tables.
24498
24499 2013-01-21  Andreas Schwab  <schwab@suse.de>
24500
24501         [BZ #15020]
24502         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
24503         closed its stdout.
24504
24505 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
24506
24507         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
24508         "mpa2.h".
24509         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24510
24511 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
24512             Mark Mitchell  <mark@codesourcery.com>
24513             Tom de Vries  <tom@codesourcery.com>
24514             Paul Pluzhnikov  <ppluzhnikov@google.com>
24515
24516         * debug/tst-backtrace2.c: New file.
24517         * debug/tst-backtrace3.c: Likewise.
24518         * debug/tst-backtrace4.c: Likewise.
24519         * debug/tst-backtrace5.c: Likewise.
24520         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
24521         (CFLAGS-tst-backtrace3.c): Likewise.
24522         (CFLAGS-tst-backtrace4.c): Likewise.
24523         (CFLAGS-tst-backtrace5.c): Likewise.
24524         (LDFLAGS-tst-backtrace2): Likewise.
24525         (LDFLAGS-tst-backtrace3): Likewise.
24526         (LDFLAGS-tst-backtrace4): Likewise.
24527         (LDFLAGS-tst-backtrace5): Likewise.
24528         (tests): Add new tests tst-backtrace2, tst-backtrace3,
24529         tst-backtrace4 and tst-backtrace5.
24530
24531 2013-01-18  Anton Blanchard  <anton@samba.org>
24532             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24533
24534         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
24535         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
24536         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
24537         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
24538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
24539         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
24540         "+r" and remove output regs list as redundant.  Add explicit inline
24541         asm to specify register of return val to work around compiler codegen
24542         bug.  Remove (int) cast on return value.  Add return type parameter to
24543         use in macro so that this macro does not truncate return value for
24544         64-bit values.
24545         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
24546         pass to INTERNAL_VSYSCALL_NCS.
24547         (INLINE_VSYSCALL): Add 'long int' as return type to
24548         INTERNAL_VSYSCALL_NCS macro invocation.
24549         (INTERNAL_VSYSCALL): Add 'long int' as return type to
24550         INTERNAL_VSYSCALL_NCS macro invocation.
24551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24552
24553 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24554
24555         [BZ #14496]
24556         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
24557         Fix application of SIMD FP exception mask.
24558
24559         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
24560         mp_no from a power of two.
24561         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
24562         __mpexp_twomm1.  Use __pow_mp.
24563
24564         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
24565         multiplication.
24566
24567 2013-01-17  David S. Miller  <davem@davemloft.net>
24568
24569         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24570
24571 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24572
24573         [BZ #15023]
24574         * include/complex.h: Condition contents on [!_COMPLEX_H].
24575         (__kernel_casinhf): New prototype.
24576         (__kernel_casinh): Likewise.
24577         (__kernel_casinhl): Likewise.
24578         * math/Makefile (libm_calls): Add k_casinh.
24579         * math/k_casinh.c: New file.
24580         * math/k_casinhf.c: Likewise.
24581         * math/k_casinhl.c: Likewise.
24582         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
24583         finite nonzero arguments.
24584         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
24585         finite nonzero arguments.
24586         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
24587         finite nonzero arguments.
24588         * math/s_casinh.c: Do not include <float.h>.
24589         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
24590         * math/s_casinhf.c: Do not include <float.h>.
24591         (__casinhf): Move code for finite nonzero arguments to
24592         k_casinhf.c.
24593         * math/s_casinhl.c: Do not include <float.h>.
24594         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
24595         redefine.
24596         (__casinhl): Move code for finite nonzero arguments to
24597         k_casinhl.c.
24598         * math/libm-test.inc (cacos_test): Add more tests.
24599         * sysdeps/i386/fpu/libm-test-ulps: Update.
24600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24601
24602 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
24603
24604         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
24605         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
24606         [!HAVE_MREMAP]: Remove [defined linux] case.
24607         * malloc/arena.c: Do not include <malloc-sysdep.h>.
24608
24609 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24610
24611         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
24612
24613 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
24614
24615         * elf/elf.h (R_386_SIZE32): New relocation.
24616         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
24617         R_386_SIZE32.
24618         (elf_machine_rela): Likewise.
24619         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
24620         R_X86_64_SIZE64 and R_X86_64_SIZE32.
24621
24622 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24623
24624         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
24625         (FP_FAST_FMA): Do not define.
24626         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
24627         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
24628         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
24629         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
24630         !_SOFT_FLOAT]: Likewise.
24631         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
24632         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
24633         value.
24634         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
24635         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
24636         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
24637         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
24638         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
24639         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
24640         file.
24641
24642 2013-01-16  Andreas Schwab  <schwab@suse.de>
24643
24644         [BZ #14327]
24645         * include/stdlib.h (__mktemp): Add declaration.
24646         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
24647         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
24648
24649 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24650
24651         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
24652         definitions.
24653         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
24654         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
24655         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
24656         definitions here.
24657         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
24658         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
24659         definitions.
24660         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
24661         and ONE.
24662         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
24663         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
24664         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
24665         definitions.
24666         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
24667         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
24668         definitions.
24669         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
24670
24671         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
24672
24673 2013-01-15  David S. Miller  <davem@davemloft.net>
24674
24675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24676         trunc{,f} to libm-sysdep_routes.
24677         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
24679         file.
24680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
24681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
24682         file.
24683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
24684         file.
24685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
24686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
24687         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
24688         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
24689         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
24690         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
24691         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
24692         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
24693
24694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24695         nearbyint{,f} to libm-sysdep_routes.
24696         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
24698         New file.
24699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
24700         file.
24701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
24702         New file.
24703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
24704         file.
24705         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
24706         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
24707         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
24708         file.
24709         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
24710         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
24711         file.
24712         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
24713         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
24714         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
24715
24716         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24717         libc_feholdexcept and libc_fesetenv.
24718
24719 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
24720
24721         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
24722
24723 2013-01-14  David S. Miller  <davem@davemloft.net>
24724
24725         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
24726         (SPARC_ASM_VIS2_IFUNC): Likewise.
24727         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
24728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
24729         use of 'siam' instruction.
24730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
24731         Likewise.
24732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
24733         Likewise.
24734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
24735         Likewise.
24736         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
24737         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
24738         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
24739         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
24740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
24741         file.
24742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
24743         file.
24744         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
24745         file.
24746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
24747         file.
24748         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
24749         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
24750         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
24751         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
24752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
24753         new VIS2 routines.
24754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
24755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
24756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
24757         Likewise.
24758         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
24759         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
24760         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
24761         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
24762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
24763         routines to libm-sysdep_routines.
24764         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24765
24766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24767         fdim/fdimf to libm-sysdep_routines.
24768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
24769         file.
24770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
24771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
24772         file.
24773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
24774         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
24775         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
24776         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
24777         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
24778         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
24779         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
24780
24781 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24782
24783         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
24784         to optimize copies.
24785
24786         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
24787         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
24788         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24789
24790         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
24791         local variable MPTWO.
24792         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24793         Likewise.
24794
24795 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24796
24797         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
24798         GLOB_NOESCAPE.
24799
24800 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24801
24802         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
24803
24804 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24805
24806         * manual/pattern.texi (glob_t): Document gl_flags.
24807         (glob64_t): Likewise.
24808
24809 2013-01-11  David S. Miller  <davem@davemloft.net>
24810
24811         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
24812         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
24813         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
24814         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
24815         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
24816         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
24817         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
24818         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
24819         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
24820         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
24821         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
24822         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
24823         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
24824
24825         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
24826         sparc V9 rather than using V8 code.
24827         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
24828         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
24829
24830         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
24831         Move to...
24832         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
24833         Here.
24834
24835 2013-01-11  Roland McGrath  <roland@hack.frob.com>
24836
24837         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
24838         not in the main loop.
24839         * configure: Regenerated.
24840
24841 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
24842
24843         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
24844         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
24845         to just #else.
24846         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
24847         [!__GLIBC_HAVE_LONG_LONG] case.
24848         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
24849         condition to just #else.
24850         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
24851         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
24852         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
24853         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
24854         unconditional.
24855         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
24856         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24857         #elif condition to just #else.
24858         * sysdeps/unix/sysv/linux/sys/sysmacros.h
24859         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
24860         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24861         #elif condition to just #else.
24862
24863 2013-01-11  Steve Ellcey  <sellcey@mips.com>
24864
24865         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
24866         (EF_MIPS_ARCH_64): Fix value.
24867         (EF_MIPS_ARCH_32R2): New.
24868         (EF_MIPS_ARCH_64R2): New.
24869
24870 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
24871
24872         * Makeconfig (+link-pie-before-libc): New.
24873         (+link-pie-after-libc): Likewise.
24874         (+link-pie-tests): Likewise.
24875         (+link-pie): Rewritten.
24876         (link-before-libc): Remove $(config-LDFLAGS).
24877         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
24878         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
24879         (config-LDFLAGS): Renamed to ...
24880         (rtld-LDFLAGS): This.
24881         (rtld-tests-LDFLAGS): New macro.
24882         (link-libc-rpath-link): Likewise.
24883         (link-libc-tests-rpath-link): Likewise.
24884         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
24885         (link-libc): Prepand $(link-libc-rpath-link).
24886         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
24887         (test-program-prefix): New macro.
24888         (test-via-rtld-prefix): Likewise.
24889         (test-program-cmd): Likewise.
24890         (host-test-program-cmd): Likewise.
24891         * Makefile ($(common-objpfx)testrun.sh): Replace
24892         $(run-program-prefix) with $(test-program-prefix).
24893         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
24894         $(rtld-LDFLAGS).
24895         ($(common-objpfx)shlib.lds): Likewise.
24896         (build-module-helper): Likewise.
24897         ($(common-objpfx)format.lds): Likewise.
24898         * Rules (binaries-pie-tests): New.
24899         (binaries-pie-notests): Likewise.
24900         (binaries-pie): Rewritten.
24901         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
24902         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
24903         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
24904         (make-test-out): Replace $(host-built-program-cmd) with
24905         $(host-test-program-cmd).
24906         * config.make.in (build-hardcoded-path-in-tests): New variable.
24907         * configure.in (--enable-hardcoded-path-in-tests): New configure
24908         option.
24909         (hardcoded_path_in_tests): New AC_SUBST.
24910         * configure: Regenerated.
24911         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
24912         $(built-program-cmd) with $(test-program-cmd).
24913         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
24914         (test_program_cmd): This.
24915         * elf/Makefile ($(objpfx)order.out): Run test with
24916         $(test-program-prefix).
24917         ($(objpfx)order2.out): Likewise.
24918         ($(objpfx)tst-initorder.out): Likewise.
24919         ($(objpfx)tst-initorder2.out): Likewise.
24920         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
24921         $(test-program-cmd).
24922         ($(objpfx)tst-array1-static.out): Likewise.
24923         ($(objpfx)tst-array2.out): Likewise.
24924         ($(objpfx)tst-array3.out): Likewise.
24925         ($(objpfx)tst-array4.out): Likewise.
24926         ($(objpfx)tst-array5.out): Likewise.
24927         ($(objpfx)tst-array5-static.out): Likewise.
24928         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
24929         $(test-program-cmd).
24930         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
24931         $(run-program-prefix) with $(test-program-prefix).
24932         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
24933         (test_program_prefix): This.
24934         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
24935         $(run-program-prefix) with $(test-program-prefix).
24936         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
24937         (test_program_prefix): This.
24938         * iconvdata/tst-tables.sh: Likewise.
24939         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
24940         $(run-program-prefix) with $(test-program-prefix).
24941         ($(objpfx)tst-translit.out): Likewise.
24942         ($(objpfx)tst-gettext2.out): Likewise.
24943         ($(objpfx)tst-gettext4.out): Likewise.
24944         ($(objpfx)tst-gettext6.out): Likewise.
24945         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
24946         (test_program_prefix): This.
24947         * intl/tst-gettext2.sh: Likewise.
24948         * intl/tst-gettext4.sh  Likewise.
24949         * intl/tst-gettext6.sh: Likewise.
24950         * intl/tst-translit.sh: Likewise.
24951         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
24952         with $(test-program-cmd).
24953         * libio/Makefile ($(objpfx)test-freopen.out): Replace
24954         $(run-program-prefix) with $(test-program-prefix).
24955         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
24956         (test_program_prefix): This.
24957         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
24958         $(run-program-prefix) with $(test-program-prefix).
24959         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
24960         (test_program_prefix): This.
24961         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
24962         * posix/Makefile ($(objpfx)globtest.out): Replace
24963         $(run-via-rtld-prefix) and $(test-wrapper) with
24964         $(test-program-prefix) and $(test-via-rtld-prefix).
24965         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
24966         $(test-program-prefix).
24967         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
24968         $(host-test-program-cmd).
24969         (tst-spawn-ARGS): Likewise.
24970         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
24971         $(test-program-prefix).
24972         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
24973         (test_via_rtld_prefix): This.
24974         (test_wrapper): Renamed to ...
24975         (test_program_prefix): This.
24976         (run_program_prefix): Replaced by test_program_prefix.
24977         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
24978         (test_program_prefix): This.
24979         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
24980         with $(host-test-program-cmd).
24981         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
24982         $(run-program-prefix) with $(test-program-prefix).
24983         ($(objpfx)tst-printf.out): Likewise.
24984         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
24985         $(test-program-cmd).
24986         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
24987         (test_program_prefix): This.
24988         * stdio-common/tst-unbputc.sh: Likewise.
24989         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
24990         $(run-program-prefix) with $(test-program-prefix).
24991         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
24992         (test_program_prefix): This.
24993         * string/Makefile ($(objpfx)tst-svc.out):  Replace
24994         $(built-program-cmd) with $(test-program-cmd).
24995
24996 2013-01-11  Andreas Jaeger  <aj@suse.de>
24997
24998         [BZ #15003]
24999         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25000         value. Sync with Linux 3.7.
25001
25002 2013-01-10  David S. Miller  <davem@davemloft.net>
25003
25004         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25005         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25006         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25007
25008 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25009
25010         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25011         never set.
25012         * configure: Regenerated.
25013
25014 2013-01-10  David S. Miller  <davem@davemloft.net>
25015
25016         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25017         sparc V9 rather than using V8 code.
25018         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25019         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25020
25021 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25022
25023         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25024         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25025         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25026         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25027         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25028         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25029         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25030         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25031         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25032         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25033         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25034         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25035         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25036         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25037         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25038         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25039         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25040         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25041         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25042         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25043         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25044         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25045         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25046         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25047         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25048         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25049         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25050
25051 2013-01-10  David S. Miller  <davem@davemloft.net>
25052
25053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25054
25055 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25056
25057         * posix/Makefile (tests-static): New variable.
25058         (tests): Add $(tests-static).
25059         (tst-exec-static-ARGS): New variable.
25060         (tst-spawn-static-ARGS): Likewise.
25061         * posix/tst-exec-static.c: New file.
25062         * posix/tst-spawn-static.c: Likewise.
25063         * posix/tst-exec.c: Support run directly.
25064         * posix/tst-spawn.c: Likewise.
25065
25066 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25067
25068         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25069         long.
25070         * math/bits/mathcalls.h (llrint): Likewise.
25071         (llround): Likewise.
25072         * stdlib/stdlib.h (struct drand48_data): Likewise.
25073         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25074         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25075         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25076         Likewise.
25077         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25078         Likewise.
25079         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25080         (elf_greg_t): Likewise.
25081         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25082         (__jmp_buf): Likewise.
25083         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25084         definitions.
25085         (llrint): Likewise, for all definitions.
25086         (llrintl): Likewise.
25087
25088         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25089         Remove [__GNUC__] condition.
25090         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25091         condition to just [__USE_ISOC99].
25092         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25093
25094 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25095
25096         [BZ #14200]
25097         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25098         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25099         defined.
25100         (_POSIX_V6_ILP32_OFF32): Likewise.
25101         (_XBS5_ILP32_OFF32): Likewise.
25102         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25103         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25104
25105 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25106
25107         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25108
25109         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25110         doubles __mpexp_twomm1.  Adjust usage.
25111         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25112         Remove.
25113
25114 2013-01-10  Andreas Schwab  <schwab@suse.de>
25115
25116         [BZ #14964]
25117         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25118         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25119
25120 2013-01-09  David S. Miller  <davem@davemloft.net>
25121
25122         [BZ #15003]
25123         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25124         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25125         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25126         (TCP_FASTOPEN): Define.
25127         (tcp_repair_opt): New structure.
25128         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25129         enum values.
25130         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25131         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25132         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25133         (tcp_cookie_transactions): New structure.
25134
25135 2013-01-09  Anton Blanchard  <anton@samba.org>
25136
25137         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25138         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25139         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25140         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25141
25142 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25143
25144         * include/features.h (__USE_ANSI): Remove.
25145
25146 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25147
25148         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25149
25150         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25151
25152 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25153
25154         * sysdeps/s390/fpu/libm-test-ulps: Update.
25155
25156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25157
25158         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25159         (__acr): Likewise.
25160         (__cpy): Likewise.
25161         (norm): Likewise.
25162         (denorm): Likewise.
25163         (__mp_dbl): Likewise.
25164         (__dbl_mp): Likewise.
25165         (add_magnitudes): Likewise.
25166         (sub_magnitudes): Likewise.
25167         (__add): Likewise.
25168         (__sub): Likewise.
25169         (__mul): Likewise.
25170         (__inv): Likewise.
25171         (__dvd): Likewise.
25172         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
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/powerpc64/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
25201 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25202
25203         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25204         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25205         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25206         2 && __USE_EXTERN_INLINES]: Likewise.
25207
25208 2013-01-08  Andreas Jaeger  <aj@suse.de>
25209
25210         [BZ# 14985]
25211         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25212         Remove.
25213         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25214         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25215
25216 2013-01-07  Anton Blanchard  <anton@samba.org>
25217
25218         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25219         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25220         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25221         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25222         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25223         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25224         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25225         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25226         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25227         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25228         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25229         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25230         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25231         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25232         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25233         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25234         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25235         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25236         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25237         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25238         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25239         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25240         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25241         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25242         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25243         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25244         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25245         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25246         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25247         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25248         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25249         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25250         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25251         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25252         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25253         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25254         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25255         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25256         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25257         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25258         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25259         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25260         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25261
25262 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25263
25264         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25265         (__MALLOC_PMT): Likewise.
25266         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25267         [__GNUC__], only on [_LIBC].
25268         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25269         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25270         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25271         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25272         forward declaration.
25273         (realloc_hook_ini): Likewise.
25274         (memalign_hook_ini): Likewise.
25275         (__libc_memalign): Do not use __MALLOC_PMT in variable
25276         declaration.
25277         (__libc_valloc): Likewise.
25278         (__libc_pvalloc): Likewise.
25279         (__libc_calloc): Likewise.
25280         (__posix_memalign): Likewise.
25281
25282         [BZ #14996]
25283         * math/s_casinh.c: Include <float.h>.
25284         (__casinh): Do not do computation with squaring and square root
25285         for large arguments.
25286         * math/s_casinhf.c: Include <float.h>.
25287         (__casinhf): Do not do computation with squaring and square root
25288         for large arguments.
25289         * math/s_casinhl.c: Include <float.h>.
25290         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25291         (__casinhl): Do not do computation with squaring and square root
25292         for large arguments.
25293         * math/libm-test.inc (casin_test): Add more tests.
25294         (casinh_test): Likewise.
25295         * sysdeps/i386/fpu/libm-test-ulps: Update.
25296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25297
25298 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25299
25300         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25301         (__x86_64_raw_data_cache_size): Likewise.
25302         (__x86_64_data_cache_size_half): Likewise.
25303         (__x86_64_raw_data_cache_size_half): Likewise.
25304         (__x86_64_shared_cache_size): Likewise.
25305         (__x86_64_raw_shared_cache_size): Likewise.
25306         (__x86_64_shared_cache_size_half): Likewise.
25307         (__x86_64_raw_shared_cache_size_half): Likewise.
25308         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25309         to ...
25310         (__x86_data_cache_size): This.
25311         (__x86_64_raw_data_cache_size): Renamed to ...
25312         (__x86_raw_data_cache_size): This.
25313         (__x86_64_data_cache_size_half): Renamed to ...
25314         (__x86_data_cache_size_half): This.
25315         (__x86_64_raw_data_cache_size_half): Renamed to ...
25316         (__x86_raw_data_cache_size_half): This.
25317         (__x86_64_shared_cache_size): Renamed to ...
25318         (__x86_shared_cache_size): This.
25319         (__x86_64_raw_shared_cache_size): Renamed to ...
25320         (__x86_raw_shared_cache_size): This.
25321         (__x86_64_shared_cache_size_half): Renamed to ...
25322         (__x86_shared_cache_size_half): This.
25323         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25324         (__x86_raw_shared_cache_size_half): This.
25325         * sysdeps/x86_64/memcpy.S: Updated.
25326         * sysdeps/x86_64/memset.S: Likewise.
25327         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25328         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25329         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25330
25331 2013-01-04  David S. Miller  <davem@davemloft.net>
25332
25333         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25334
25335 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25336
25337         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25338         1 to avoid redefinition warning.
25339         (__USE_GNU): Don't define.
25340         (init_signaling_nan): Protoize.
25341
25342         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25343
25344 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25345
25346         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25347         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25348         (__cpymn): Likewise.
25349         (norm): Remove commented code.
25350         (denorm): Likewise.
25351         (__mp_dbl): Likewise.
25352         (__inv): Likewise.
25353         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25354         (__cpymn): Likewise.
25355         (norm): Remove commented code.
25356         (denorm): Likewise.
25357         (__mp_dbl): Likewise.
25358         (__inv): Likewise.
25359
25360         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
25361         mp_no value for 1.0 and 2.0.
25362         (norm): Use RADIXI instead of radixi.d.
25363         (denorm): Likewise.
25364         (__mul): Use 0.0 instead of zero.d.
25365         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25366         mp_no value for 1.0 and 2.0.
25367         (norm): Use RADIXI instead of radixi.d.
25368         (denorm): Likewise.
25369         (__mul): Use 0.0 instead of zero.d.
25370
25371 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25372
25373         [BZ #14994]
25374         * math/s_casinh.c (__casinh): Reduce finite argument to first
25375         quadrant then set signs of results at the end.
25376         * math/s_casinhf.c (__casinhf): Likewise.
25377         * math/s_casinhl.c (__casinhl): Likewise.
25378         * math/libm-test.inc (casin_test): Add more tests.
25379         (casinh_test): Likewise.
25380         * sysdeps/i386/fpu/libm-test-ulps: Update.
25381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25382
25383 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25384
25385         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25386
25387         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25388
25389         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25390         declarations.
25391         (denorm): Likewise.
25392         (__mp_dbl): Likewise.
25393         (__inv): Likewise.
25394
25395         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25396         and adjust the header comment.
25397
25398         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25399         variable name from declaration.
25400
25401 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25402
25403         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25404         Initialize COMMON_CPUID_INDEX_7 element.
25405         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25406         (CPUID_RTM): Likewise.
25407         (HAS_RTM): Likewise.
25408         (COMMON_CPUID_INDEX_7): New enum.
25409
25410 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
25411
25412         [BZ #14981]
25413         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
25414         size is zero, record memory as freed.
25415
25416 2013-01-03  Andreas Jaeger  <aj@suse.de>
25417
25418         * po/ia.po: Add new Interlingua translation.
25419
25420 2012-01-03  Allan McRae  <allan@archlinux.org>
25421
25422         * locale/programs/localedef.c: Fix description of '--posix' flag.
25423
25424 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
25425
25426         * NEWS: Update dates in second copyright notice.
25427         * README: Update copyright dates in example.
25428         * manual/libc.texinfo: Update copyright dates.
25429         * scripts/test-installation.pl: Update copyright date in --version
25430         output.
25431
25432         * hurd/ctty-input.c: Fix copyright notice formatting.
25433         * hurd/ctty-output.c: Likewise.
25434         * hurd/dtable.c: Likewise.
25435         * hurd/hurd-raise.c: Likewise.
25436         * hurd/hurdprio.c: Likewise.
25437         * hurd/msgportdemux.c: Likewise.
25438         * misc/sys/file.h: Likewise.
25439         * misc/sys/ioctl.h: Likewise.
25440         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
25441         * sysdeps/mach/hurd/chdir.c: Likewise.
25442         * sysdeps/mach/hurd/fchdir.c: Likewise.
25443         * sysdeps/mach/hurd/rename.c: Likewise.
25444         * sysdeps/mach/hurd/rmdir.c: Likewise.
25445         * sysdeps/mach/hurd/seekdir.c: Likewise.
25446         * sysdeps/mach/hurd/setsid.c: Likewise.
25447         * sysdeps/posix/wait3.c: Likewise.
25448
25449         * All files with FSF copyright notices: Update copyright dates
25450         using scripts/update-copyrights.
25451         * intl/plural.c: Regenerated.
25452         * locale/programs/charmap-kw.h: Likewise.
25453         * locale/programs/locfile-kw.h: Likewise.
25454
25455 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
25456
25457         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
25458         four values.
25459
25460         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
25461         calculation loop and add branch prediction.
25462
25463         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
25464         check access beyond bounds of m1np.
25465
25466         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25467         MPTWO.
25468         (__inv): Remove local variable MPTWO to use the global
25469         constant.
25470         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
25471         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25472         variable MPTWO.
25473         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
25474         MP3HALFS static const.
25475
25476 2013-01-01  David S. Miller  <davem@davemloft.net>
25477
25478         * po/ca.po: Update from translation team.
25479
25480 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
25481
25482         * scripts/update-copyrights: New file.
25483         * Makeconfig: Reformat copyright notice.
25484         * ctype/ctype.h: Likewise.
25485         * debug/swprintf_chk.c: Likewise.
25486         * elf/dl-cache.c: Likewise.
25487         * elf/dl-debug.c: Likewise.
25488         * elf/dl-object.c: Likewise.
25489         * grp/initgroups.c: Likewise.
25490         * hurd/Makefile: Likewise.
25491         * hurd/hurd/signal.h: Likewise.
25492         * hurd/hurdfault.c: Likewise.
25493         * hurd/hurdioctl.c: Likewise.
25494         * hurd/hurdlookup.c: Likewise.
25495         * hurd/intr-msg.c: Likewise.
25496         * iconv/gconv_open.c: Likewise.
25497         * libio/swprintf.c: Likewise.
25498         * locale/lc-ctype.c: Likewise.
25499         * locale/nl_langinfo.c: Likewise.
25500         * mach/Machrules: Likewise.
25501         * mach/Makefile: Likewise.
25502         * malloc/obstack.h: Likewise.
25503         * manual/Makefile: Likewise.
25504         * manual/tsort.awk: Likewise.
25505         * misc/bits/stab.def: Likewise.
25506         * nis/nis_print_group_entry.c: Likewise.
25507         * nis/nis_table.c: Likewise.
25508         * nis/nss_compat/compat-pwd.c: Likewise.
25509         * nis/nss_compat/compat-spwd.c: Likewise.
25510         * po/Makefile: Likewise.
25511         * posix/fnmatch.c: Likewise.
25512         * posix/regex.h: Likewise.
25513         * resolv/Makefile: Likewise.
25514         * resolv/nss_dns/dns-network.c: Likewise.
25515         * resolv/res_hconf.c: Likewise.
25516         * scripts/gen-sorted.awk: Likewise.
25517         * soft-fp/soft-fp.h: Likewise.
25518         * stdio-common/printf.h: Likewise.
25519         * stdlib/monetary.h: Likewise.
25520         * stdlib/random.c: Likewise.
25521         * stdlib/random_r.c: Likewise.
25522         * sysdeps/generic/Makefile: Likewise.
25523         * sysdeps/gnu/Makefile: Likewise.
25524         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
25525         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25526         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
25527         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25528         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25529         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25530         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25531         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25532         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25533         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25534         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25535         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25536         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
25537         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
25538         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
25539         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
25540         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25541         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25542         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25543         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25544         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
25545         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
25546         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
25547         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25548         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
25549         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
25550         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25551         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
25552         * sysdeps/mach/hurd/errnos.awk: Likewise.
25553         * sysdeps/mach/hurd/fork.c: Likewise.
25554         * sysdeps/mach/hurd/getcwd.c: Likewise.
25555         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
25556         * sysdeps/mach/hurd/mmap.c: Likewise.
25557         * sysdeps/mach/hurd/utimes.c: Likewise.
25558         * sysdeps/mach/hurd/xmknod.c: Likewise.
25559         * sysdeps/posix/profil.c: Likewise.
25560         * sysdeps/posix/readdir_r.c: Likewise.
25561         * sysdeps/powerpc/bits/mathdef.h: Likewise.
25562         * sysdeps/powerpc/bits/setjmp.h: Likewise.
25563         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
25564         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25565         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25566         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
25567         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25568         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
25569         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25570         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
25571         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25572         * sysdeps/pthread/lio_listio.c: Likewise.
25573         * sysdeps/sparc/dl-procinfo.h: Likewise.
25574         * sysdeps/unix/i386/sysdep.S: Likewise.
25575         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
25576         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
25577         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
25578         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
25579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25580         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
25581         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
25582         * sysdeps/unix/sysv/linux/speed.c: Likewise.
25583         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
25584         * sysdeps/wordsize-32/divdi3.c: Likewise.
25585         * time/sys/time.h: Likewise.
25586         * wcsmbs/Makefile: Likewise.
25587
25588 2013-01-01  David S. Miller  <davem@davemloft.net>
25589
25590         * po/fr.po: Update from translation team.
25591
25592         * catgets/gencat.c: Update copyright year.
25593         * csu/version.c: Likewise.
25594         * debug/catchsegv.sh: Likewise.
25595         * debug/pcprofiledump.c: Likewise.
25596         * debug/xtrace.sh: Likewise.
25597         * elf/ldconfig.c: Likewise.
25598         * elf/ldd.bash.in: Likewise.
25599         * elf/pldd.c: Likewise.
25600         * elf/sotruss.ksh: Likewise.
25601         * elf/sprof.c: Likewise.
25602         * iconv/iconv_prog.c: Likewise.
25603         * iconv/iconvconfig.c: Likewise.
25604         * locale/programs/locale.c: Likewise.
25605         * locale/programs/localedef.c: Likewise.
25606         * login/programs/pt_chown.c: Likewise.
25607         * malloc/memusage.sh: Likewise.
25608         * malloc/memusagestat.c: Likewise.
25609         * malloc/mtrace.pl: Likewise.
25610         * nscd/nscd.c: Likewise.
25611         * nss/getent.c: Likewise.
25612         * nss/makedb.c: Likewise.
25613         * posix/getconf.c: Likewise.
25614
25615 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
25616
25617         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
25618         numbers.
25619
25620 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
25621
25622         * math/bits/mathcalls.h (modf): Use __nonnull.
25623
25624 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25625
25626         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
25627         (split): Use macro CN instead of the bare value.
25628         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
25629         could be used.
25630         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
25631         instead of the bare value.
25632         (power1): Likewise.
25633
25634 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25635
25636         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
25637         __ATAN_TWOM.
25638         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25639
25640         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
25641         their values.
25642         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25643         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25644         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
25645         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25646
25647 2012-12-28  Andreas Jaeger  <aj@suse.de>
25648
25649         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
25650         values are from Linux 3.7.
25651
25652         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
25653         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
25654
25655 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25656
25657         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
25658         TRUE case.
25659
25660         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
25661         (norm): Likewise.
25662         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
25663         variables with preprocessor constants.
25664         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25665         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
25666         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
25667
25668 2012-12-27  Bruno Haible  <bruno@clisp.org>
25669
25670         [BZ #14317]
25671         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
25672         only if needed.
25673
25674 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25675
25676         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
25677         and use variable directly.
25678         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
25679
25680         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25681         MPONE.
25682         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
25683         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25684         variable MPONE.
25685         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25686         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25687         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
25688         include directive.  Remove local variable MPONE.
25689         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
25690         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
25691         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25692
25693 2012-12-25  David S. Miller  <davem@davemloft.net>
25694
25695         * version.h (RELEASE): Set to "development".
25696         (VERSION): Set to "2.17.90".
25697         * NEWS: Add 2.18 section.
25698
25699 2012-12-21  David S. Miller  <davem@davemloft.net>
25700
25701         * po/hr.po: Update from translation team.
25702
25703 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25704
25705         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
25706
25707 2012-12-19  Steve Ellcey  <sellcey@mips.com>
25708
25709         * NEWS:  Mention new memcpy for MIPS.
25710
25711 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
25712
25713         * manual/contrib.texi (Contributors): Spelling correction.
25714
25715 2012-12-15  David S. Miller  <davem@davemloft.net>
25716
25717         * po/ru.po: Update from translation team.
25718
25719 2012-12-13  David S. Miller  <davem@davemloft.net>
25720
25721         * NEWS: Mention IFUNC testsuite enhancements.
25722
25723         * po/pl.po: Update from translation team.
25724         * po/bg.po: Likewise.
25725
25726         * manual/contrib.texi (Contributors): Update entries for Hongjiu
25727         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
25728
25729 2012-12-11  David S. Miller  <davem@davemloft.net>
25730
25731         * po/sv.po: Update from translation team.
25732
25733         * po/vi.po: Update from translation team.
25734
25735         * po/cs.po: Update from translation team.
25736
25737         * po/de.po: Update from translation team.
25738         * po/eo.po: Likewise.
25739         * po/nl.po: Likewise.
25740
25741 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25742
25743         [BZ #14246]
25744         * manual/argp.texi (Argp Helper Functions): Move node to follow
25745         Argp Parsing State.
25746
25747         [BZ #14872]
25748         * manual/conf.texi (Limits on File System Capacity): Mention if
25749         terminating null is included in the max size.
25750
25751 2012-12-10  Andreas Jaeger  <aj@suse.de>
25752
25753         * po/cs.po: Update from translation team.
25754
25755 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25756
25757         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
25758         void pointer and cast to uintptr_t.
25759         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
25760         path.
25761         * sysdeps/s390/s390-64/memcpy.S: Likewise.
25762         * sysdeps/s390/s390-64/memset.S: Likewise.
25763
25764 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
25765
25766         [BZ #14833]
25767         * menual/message.texi (Message Translation): Fix typos.
25768         (Helper programs for gettext): Likewise.
25769
25770 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
25771
25772         [BZ #14898]
25773         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
25774         Change to -1.
25775
25776 2012-12-07  David S. Miller  <davem@davemloft.net>
25777
25778         * po/libc.pot: Update.
25779
25780 2012-12-07  Richard Henderson  <rth@redhat.com>
25781
25782         [BZ #10114]
25783         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
25784         normal/normal case to before the switch.
25785         (_FP_DIV): Likewise.
25786
25787 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
25788             Mike Frysinger  <vapier@gentoo.org>
25789
25790         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
25791         check for __NR_fadvise64_64.
25792
25793 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
25794
25795         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
25796         0, not just to plain "0" as a statement.
25797         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
25798         with cw.
25799
25800 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
25801
25802         * NEWS: Use sourceware.org in Bugzilla URL.
25803
25804 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25805
25806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
25807         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25808
25809         * stdio-common/tst-put-error.c (do_test): Add newline to the
25810         padded test to ensure flush.
25811
25812 2012-12-05  Jeff Law  <law@redhat.com>
25813
25814         * sunrpc/etc.rpc (fedfs_admin): Add entry.
25815
25816 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
25817
25818         * README: Don't refer to ports add-on as distributed separately.
25819         Mention AArch64 in list of systems supported in the ports add-on.
25820
25821         * LICENSES: Add more non-FSF copyright and license notices.
25822
25823         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
25824         ((unused)).
25825
25826         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
25827
25828         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
25829         10000 as width of padded output.
25830
25831 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25832
25833         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
25834
25835         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
25836         variable LX with __attribute__ ((unused)).
25837         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25838         Likewise.
25839         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25840         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25841         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
25842         with __attribute__ ((unused)).
25843
25844 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
25845
25846         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
25847
25848 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25849
25850         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
25851         (CFLAGS-nldbl-acos.c): New variable.
25852         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
25853         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
25854         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
25855         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
25856         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
25857         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
25858         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
25859         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
25860         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
25861         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
25862         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
25863         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
25864         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
25865         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
25866         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
25867         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
25868         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
25869         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
25870         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
25871         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
25872         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
25873         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
25874         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
25875         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
25876         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
25877         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
25878         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
25879         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
25880         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
25881         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
25882         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
25883         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
25884         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
25885         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
25886         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
25887         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
25888         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
25889         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
25890         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
25891         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
25892         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
25893         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
25894         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
25895         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
25896         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
25897         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
25898         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
25899         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
25900         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
25901         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
25902         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
25903         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
25904         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
25905         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
25906         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
25907         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
25908         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
25909         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
25910         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
25911         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
25912         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
25913         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
25914         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
25915         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
25916         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
25917         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
25918         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
25919         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
25920         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
25921         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
25922         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
25923         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
25924         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
25925         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
25926         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
25927         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
25928         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
25929         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
25930         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
25931         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
25932         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
25933         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
25934         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
25935         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
25936         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
25937         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
25938         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
25939         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
25940         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
25941         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
25942         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
25943         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
25944         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
25945         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
25946         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
25947         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
25948         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
25949
25950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25951         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25952
25953         [BZ #14914]
25954         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
25955         whole low double instead of just low 47 bits when splitting values
25956         into two parts.
25957
25958 2012-12-03  Allan McRae  <allan@archlinux.org>
25959
25960         * manual/stdio.texi (Predefined Printf Handlers): Remove
25961         @hsep and @vsep usage.
25962
25963 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
25964
25965         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
25966         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
25967
25968 2012-12-03  Jeff Law  <law@redhat.com>
25969
25970         * time/sys/time.h (settimeofday): Do not mark TV argument
25971         as __nonnull.
25972
25973 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
25974
25975         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
25976         when currently writing and seek to current position when not.
25977         * libio/Makefile (tests): Remove bug-fclose1.
25978         * libio/bug-fclose1.c: Delete.
25979
25980 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
25981
25982         * manual/arith.texi (feenableexcept): Fix typo.
25983         (fedisableexcept): Likewise.
25984
25985 2012-11-30  Roland McGrath  <roland@hack.frob.com>
25986
25987         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
25988         second, differently-typed declaration, rather than a cast.
25989
25990 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25991
25992         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
25993         * include/rpc/svc.h: ... here.
25994
25995 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
25996
25997         [BZ #13013]
25998         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
25999         depending n and resplen2 to catch cases where answer
26000         equals answerp2.
26001
26002 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26003
26004         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26005         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26006
26007 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26008
26009         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26010
26011 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26012
26013         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26014
26015 2012-11-28  Jeff Law  <law@redhat.com>
26016
26017         [BZ #13761]
26018         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26019         dataset_temporary.  Track alloca usage into alloca_used.
26020         If dataset is large allocate and release it via malloc/free.
26021
26022 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26023
26024         [BZ #14197]
26025         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26026
26027 2012-11-28  David S. Miller  <davem@davemloft.net>
26028
26029         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26030
26031 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26032
26033         [BZ #14803]
26034         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26035         of pi/2 rounded to nearest to 64 bits.
26036         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26037         nearest to 64 bits.
26038         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26039         bits.
26040
26041 2012-11-28  Jeff Law <law@redhat.com>
26042             Martin Osvald <mosvald@redhat.com>
26043
26044         [BZ #14889]
26045         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26046         * sunrpc/svc.c: Include time.h.
26047         (__svc_accept_failed): New function.
26048         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26049         any reason other than EINTR, call __svc_accept_failed.
26050         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26051         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26052
26053 2012-11-28  Andreas Schwab  <schwab@suse.de>
26054
26055         * scripts/abilist.awk: Also handle indirect functions in .opd
26056         section.
26057
26058 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26059
26060         [BZ #13881]
26061         * sysdeps/x86/fpu/powl_helper.c: New file.
26062         * sysdeps/x86/fpu/Makefile: Likewise.
26063         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26064         (p3): New object.
26065         (__ieee754_powl): Use __powl_helper for finite arguments except
26066         integer exponents below 8.
26067         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26068         (p3): New object.
26069         (__ieee754_powl): Use __powl_helper for finite arguments except
26070         integer exponents below 8.
26071         * math/libm-test.inc (pow_test): Add more tests and enable some
26072         previously disabled tests.
26073         * sysdeps/i386/fpu/libm-test-ulps: Update.
26074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26075
26076 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26077             Carlos O'Donell  <carlos_odonell@mentor.com>
26078
26079         * nss/makedb.c (is_prime): Assert that input is odd and greater
26080         than 4.  Note that fact in a comment too.
26081         (next_prime): Add 4 to input.
26082
26083 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26084
26085         [BZ #11741]
26086         * libio/Makefile (tests): Add test case tst-fwrite-error.
26087         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26088         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26089         * libio/tst-fwrite-error.c: New test case.
26090
26091 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26092
26093         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26094         before casting to void *.
26095         * include/libc-internal.h (__pointer_type): New macro.
26096         (__integer_if_pointer_type_sub): Likewise.
26097         (__integer_if_pointer_type): Likewise.
26098         (cast_to_integer): Likewise.
26099         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26100         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26101         before casting to atomic64_t.
26102         (atomic_exchange_acq): Likewise.
26103         (__arch_exchange_and_add_body): Likewise.
26104         (__arch_add_body): Likewise.
26105         (atomic_add_negative): Likewise.
26106         (atomic_add_zero): Likewise.
26107
26108 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26109
26110         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26111         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26112         (add_fdes): Likewise.
26113         (linear_search_fdes): Likewise.
26114         (binary_search_unencoded_fdes): Likewise.
26115
26116 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26117
26118         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26119
26120 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26121
26122         * configure.in: Autodetect C++ header directories.
26123         * configure: Regenerated.
26124
26125 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26126
26127         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26128
26129 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26130
26131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26132
26133 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26134
26135         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26136         LDBL_MANT_DIG == 106]: Disable some tests.
26137         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26138         Likewise.
26139         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26140         Likewise.
26141
26142         [BZ #14871]
26143         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26144         input for small inputs.  Return +/- pi/2 for large inputs.
26145         * math/libm-test.inc (atan_test): Add more tests.
26146
26147         * sysdeps/generic/unwind-dw2-fde-glibc.c
26148         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26149         __attribute__ ((unused)).
26150
26151         [BZ #14645]
26152         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26153         x * y if x and y are nonzero and z is zero.
26154
26155         [BZ #14811]
26156         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26157         nonzero exponents with absolute value below 0x1p-117 to +/-
26158         0x1p-117.
26159
26160         [BZ #14869]
26161         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26162         up arguments below 2**-450, not just those below 2**-500.
26163         * math/libm-test.inc (hypot_test): Add another test.
26164
26165         [BZ #14868]
26166         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26167         Return a+b for ratio over 2**120, not 2**60.
26168         * math/libm-test.inc (hypot_test): Add another test.
26169
26170         * math/libm-test.inc (clog_test): Use
26171         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26172         (clog10_test): Likewise.
26173
26174         [BZ #6778]
26175         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26176
26177 2012-11-22  Andreas Schwab  <schwab@suse.de>
26178
26179         * sysdeps/i386/fpu/libm-test-ulps: Update.
26180
26181 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26182
26183         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26184         printf output with newline.
26185
26186 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26187
26188         [BZ #14865]
26189         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26190         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26191         -z nodlopen, -z initfirst and -z execstack support.
26192         * configure: Regenerated.
26193
26194         * elf/elf.h (DF_1_NODIRECT): New macro.
26195         (DF_1_IGNMULDEF): Likewise.
26196         (DF_1_NOKSYMS): Likewise.
26197         (DF_1_NOHDR): Likewise.
26198         (DF_1_EDITED): Likewise.
26199         (DF_1_NORELOC): Likewise.
26200         (DF_1_SYMINTPOSE): Likewise.
26201         (DF_1_GLOBAUDIT): Likewise.
26202         (DF_1_SINGLETON): Likewise.
26203         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26204         DT_1_SUPPORTED_MASK bits.
26205         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26206
26207 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26208
26209         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26210
26211 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26212
26213         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26214         macro.
26215
26216         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26217         (sendmmsg): Move declarations...
26218         * socket/sys/socket.h: ... here.
26219         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26220         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26221         include it from...
26222         * socket/recvmmsg.c: ... this new file.
26223         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26224         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26225         definition of __sendmmsg hidden.
26226         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26227         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26228         Move ENOSYS stub into and include it from...
26229         * socket/sendmmsg.c: ... this new file.
26230         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26231         (sysdep_routines): Move recvmmsg and sendmmsg...
26232         * socket/Makefile (routines): ... here.
26233         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26234         (GLIBC_PRIVATE): Add __sendmmsg.
26235         * include/sys/socket.h (__sendmmsg): Add declarations.
26236         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26237         sendmmsg.
26238
26239 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26240
26241         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26242         variable I1 with __attribute__ ((unused)).
26243         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26244
26245 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26246
26247         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26248         DUMMY variables with __attribute__ ((unused)).
26249
26250         * bits/byteswap.h: Include <bits/types.h>.
26251         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26252
26253 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26254
26255         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26256         string_t.  Do not manually set errno.
26257         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26258         length with __strnlen.  Make sure to both set errno and return it on
26259         failure.
26260
26261 2012-11-19  David S. Miller  <davem@davemloft.net>
26262
26263         With help from Joseph Myers.
26264         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26265         very large arguments properly.
26266         * math/libm-test.inc (atan_test): New tests.
26267         (atan2_test): New tests.
26268         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26269         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26270
26271 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26272
26273         [BZ #14856]
26274         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26275         Define to 3.
26276
26277         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26278         [POSIX] (EADDRNOTAVAIL): Likewise.
26279         [POSIX] (EAFNOSUPPORT): Likewise.
26280         [POSIX] (EALREADY): Likewise.
26281         [POSIX] (ECONNABORTED): Likewise.
26282         [POSIX] (ECONNREFUSED): Likewise.
26283         [POSIX] (ECONNRESET): Likewise.
26284         [POSIX] (EDESTADDRREQ): Likewise.
26285         [POSIX] (EDQUOT): Likewise.
26286         [POSIX] (EHOSTUNREACH): Likewise.
26287         [POSIX] (EIDRM): Likewise.
26288         [POSIX] (EISCONN): Likewise.
26289         [POSIX] (ELOOP): Likewise.
26290         [POSIX] (EMULTIHOP): Likewise.
26291         [POSIX] (ENETDOWN): Likewise.
26292         [POSIX] (ENETUNREACH): Likewise.
26293         [POSIX] (ENOBUFS): Likewise.
26294         [POSIX] (ENODATA): Likewise.
26295         [POSIX] (ENOLINK): Likewise.
26296         [POSIX] (ENOMSG): Likewise.
26297         [POSIX] (ENOPROTOOPT): Likewise.
26298         [POSIX] (ENOSR): Likewise.
26299         [POSIX] (ENOSTR): Likewise.
26300         [POSIX] (ENOTCONN): Likewise.
26301         [POSIX] (ENOTSOCK): Likewise.
26302         [POSIX] (EOPNOTSUPP): Likewise.
26303         [POSIX] (EOVERFLOW): Likewise.
26304         [POSIX] (EPROTO): Likewise.
26305         [POSIX] (EPROTONOSUPPORT): Likewise.
26306         [POSIX] (EPROTOTYPE): Likewise.
26307         [POSIX] (ESTALE): Likewise.
26308         [POSIX] (ETIME): Likewise.
26309         [POSIX] (ETXTBSY): Likewise.
26310         [POSIX] (EWOULDBLOCK): Likewise.
26311         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26312         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26313         [POSIX] (SEEK_CUR): Likewise.
26314         [POSIX] (SEEK_END): Likewise.
26315         [POSIX || UNIX98] (mode_t): Do not require.
26316         [POSIX] (off_t): Likewise.
26317         [POSIX] (pid_t): Likewise.
26318         [POSIX] (sys/stat.h): Do not allow header.
26319         [POSIX] (unistd.h): Likewise.
26320         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26321         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26322         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26323         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26324         require.
26325         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26326         sigevent): Specify elements.
26327         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26328         entry.
26329         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26330         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26331
26332         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26333         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26334         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26335         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26336         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26337         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26338         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26339         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26340         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26341         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26342         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26343         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26344         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26345         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26346         Likewise.
26347         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26348         Likewise.
26349         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26350         Likewise.
26351         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26352         Likewise.
26353         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26354         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26355         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26356         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26357         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26358         Specify lower bound on value.
26359         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26360         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26361         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26362         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26363         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26364         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26365         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26366         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26367         value.
26368         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26369         as optional.
26370         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26371         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26372         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26373         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26374         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26375         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26376         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26377         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26378         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26379         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26380         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26381         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26382         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26383         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26384         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26385         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26386         entry.
26387         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26388         optional.
26389         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26390         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26391         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26392         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26393         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26394         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26395         Likewise.
26396         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26397         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26398         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26399         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26400         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26401         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26402         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26403         as optional.
26404         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26405         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26406         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26407         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
26408         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
26409         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
26410         specify as optional.
26411         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
26412         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
26413         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
26414         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
26415         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
26416         [XPG3] (NL_LANGMAX): Likewise.
26417         [POSIX || XPG3] (NL_MSGMAX): Likewise.
26418         [POSIX || XPG3] (NL_NMAX): Likewise.
26419         [POSIX || XPG3] (NL_SETMAX): Likewise.
26420         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
26421         [XPG3] (NZERO): Likewise.
26422         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
26423         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
26424         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
26425         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
26426         (REG_ERANGE): Expect.
26427         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
26428         optional-constant.
26429         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
26430         Use (void) in prototype.
26431         [POSIX] (*_t): Allow.
26432         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
26433         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
26434         (WRDE_BADVAL): Expect.
26435
26436         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
26437         expect.
26438         [XPG3 || XPG4] (O_RSYNC): Likewise.
26439         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
26440         Likewise.
26441         [XPG3 || XPG4] (pthread_sigmask): Likewise.
26442         [XPG3 || XPG4] (sigqueue): Likewise.
26443         [XPG3 || XPG4] (sigtimedwait): Likewise.
26444         [XPG3 || XPG4] (sigwaitinfo): Likewise.
26445         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
26446         [XPG3 || XPG4] (vsnprintf): Likewise.
26447         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
26448         Likewise.
26449         [XPG3 || XPG4] (blksize_t): Likewise.
26450         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
26451         Likewise.
26452         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
26453         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26454         [XPG3 || XPG4] (struct itimerspec): Likewise.
26455         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
26456         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
26457         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
26458         [XPG3 || XPG4] (clockid_t): Likewise.
26459         [XPG3 || XPG4] (timer_t): Likewise.
26460         [XPG3 || XPG4] (clock_getres): Likewise.
26461         [XPG3 || XPG4] (clock_gettime): Likewise.
26462         [XPG3 || XPG4] (clock_settime): Likewise.
26463         [XPG3 || XPG4] (nanosleep): Likewise.
26464         [XPG3 || XPG4] (timer_create): Likewise.
26465         [XPG3 || XPG4] (timer_delete): Likewise.
26466         [XPG3 || XPG4] (timer_gettime): Likewise.
26467         [XPG3 || XPG4] (timer_getoverrun): Likewise.
26468         [XPG3 || XPG4] (timer_settime): Likewise.
26469         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
26470         [XPG3 || XPG4] (getlogin_r): Likewise.
26471         [XPG3 || XPG4] (pread): Likewise.
26472         [XPG3 || XPG4] (pthread_atfork): Likewise.
26473         [XPG3 || XPG4] (pwrite): Likewise.
26474
26475         [BZ #14835]
26476         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
26477         <bits/siginfo.h>.
26478
26479 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26480
26481         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
26482         finalizing MALLSTREAM.
26483
26484         * sysdeps/mach/hurd/syncfs.c: New file.
26485
26486 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26487
26488         [BZ #14719]
26489         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
26490         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
26491         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
26492         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
26493         (_nss_dns_gethostbyname4_r): Likewise.
26494         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
26495         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
26496
26497 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
26498
26499         [BZ #13763]
26500         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
26501
26502 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
26503
26504         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
26505         * elf/cache.c (print_entry): Print ",AArch64" for
26506         FLAG_AARCH64_LIB64
26507
26508         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
26509         * elf/cache.c (print_entry): Print ",hard-float" for
26510         FLAG_ARM_LIBHF.
26511
26512 2012-11-18  David S. Miller  <davem@davemloft.net>
26513
26514         With help from Joseph Myers.
26515         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
26516         cutoff to 2**-13.
26517         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
26518         cutoff to 2**-25.
26519         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
26520         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
26521         small.
26522         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
26523         * math/libm-test.inc (y0_test): New tests.
26524         (y1_test): New tests.
26525         * sysdeps/i386/fpu/libm-test-ulps: Update.
26526         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26527         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26528
26529 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
26530
26531         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
26532         64-bit targets.
26533         * configure: Regenerated.
26534
26535 2012-11-17  David S. Miller  <davem@davemloft.net>
26536
26537         [BZ #14811]
26538         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
26539         nonzero exponents with absolute value below 0x1p-128 to +/-
26540         0x1p-128.
26541
26542 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
26543
26544         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
26545
26546         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
26547
26548         * posix/getconf-speclist.c: New file.
26549         * posix/posix-envs.def: Likewise.
26550         * posix/confstr.c (START_ENV_GROUP): New macro.
26551         (END_ENV_GROUP): Likewise.
26552         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26553         (KNOWN_PRESENT_ENV_STRING): Likewise.
26554         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26555         (UNKNOWN_ENVIRONMENT): Likewise.
26556         (confstr): Include posix-envs.def instead of handling
26557         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
26558         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
26559         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
26560         (END_ENV_GROUP): Likewise.
26561         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26562         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26563         (UNKNOWN_ENVIRONMENT): Likewise.
26564         (__sysconf): Include posix-envs.def instead of handling associated
26565         cases directly here.
26566         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
26567         preprocessing getconf-speclist.c rather than running getconf or
26568         generating empty file.
26569
26570 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
26571
26572         * scripts/check-local-headers.sh: Ignore 'mach' headers.
26573
26574 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
26575
26576         [BZ #14672]
26577         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
26578
26579 2012-11-16  David S. Miller  <davem@davemloft.net>
26580
26581         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
26582         smaller than LDBL_EPSILON/2.0L, just return xm1.
26583
26584 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
26585
26586         * elf/tst-array1.c (init): Set constructor priority to 1000.
26587         (fini): Set destructor priority to 1000.
26588         * elf/tst-array2dep.c: Likewise.
26589
26590 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26591
26592         [BZ #11741]
26593         * libio/fileops.c (_IO_new_file_write): Correctly return error.
26594         (_IO_new_file_xsputn): Also return EOF if none of the input
26595         data was written when overflow failed.
26596         * libio/iopadn.c (_IO_padn): Likewise.
26597         * libio/iowpadn.c (_IO_wpadn): Likewise.
26598         * stdio-common/tst-put-error.c: Add copyright notice.
26599         (do_test): Add case for printing padded string.
26600         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
26601         _IO_padn returned error.
26602         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
26603         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
26604         return EOF.
26605
26606 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26607
26608         * libio/libioP.h: Add comment note that the references to C++
26609         bits are now obsolete.
26610
26611 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26612
26613         * math/libm-test.inc (check_complex): Use asprintf.
26614
26615 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
26616
26617         * debug/pcprofiledump.c (print_version): Update copyright year.
26618         * malloc/memusagestat.c (print_version): Likewise.
26619
26620 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
26621
26622         [BZ #14831]
26623         * elf/Makefile (tests): Add tst-audit8.
26624         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
26625         ($(objpfx)tst-audit8.out): New target.
26626         (tst-audit8-ENV): New variable.
26627         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
26628         audit if l_reloc_result is NULL.
26629         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
26630         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
26631         * elf/tst-audit8.c: New file.
26632
26633 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26634
26635         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
26636         * misc/Makefile (CFLAGS-select.c): Define.
26637         * posix/Makefile (CFLAGS-pause.c): Define.
26638
26639 2012-11-13  David S. Miller  <davem@davemloft.net>
26640
26641         * crypt/Makefile: Move test targets after toplevel Rules
26642         inclusion.  Grab any necessary sysdep routines when linking.
26643         * crypt/md5.c (md5_process_block): Remove define, we will always
26644         name it __md5_process_block.
26645         (md5_finish_ctx): Update md5_process_block call.
26646         (md5_stream): Likewise.
26647         (md5_process_bytes): Likewise.
26648         (md5_process_block): Rename to __md5_process_block and move to ...
26649         * crypt/md5-block.c: ... here.
26650         * crypt/sha256.c (sha256_process_block): Move to ...
26651         * crypt/sha256-block.c: ... here.
26652         * crypt/sha512.c (sha512_process_block): Move to ...
26653         * crypt/sha512-block.c: ... here.
26654         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
26655         path.
26656         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
26657         * sysdeps/sparc/sparc64/multiarch/Makefile
26658         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
26659         crypt subdir.
26660         (localedef-aux): Add md5 crypto assembler when in locale subdir.
26661         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
26662         multiarch changes.
26663         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
26664         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
26665         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
26666         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
26667         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
26668         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
26669         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
26670         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
26671         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
26672         file.
26673         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
26674         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
26675         file.
26676         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
26677
26678 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
26679
26680         * timezone/tzselect.ksh: Update from tzcode git revision
26681         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
26682         * timezone/zdump.c: Likewise.
26683         * timezone/zic.c: Likewise.
26684         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
26685         in TZVERSION setting, not $(PKGVERSION).
26686         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
26687         REPORT_BUGS_TO settings.
26688
26689         [BZ #14838]
26690         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
26691         macro.
26692
26693 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26694
26695         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
26696         detection to immediately after _FP_ROUND().
26697         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
26698         bits are 0.
26699
26700 2012-11-11  David S. Miller  <davem@davemloft.net>
26701
26702         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
26703         inttypes.h
26704         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
26705         __close rather than their public counterparts.
26706
26707 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
26708
26709         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
26710         file.
26711         [UNIX98] (sem_timedwait): Do not expect.
26712         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
26713         [XPG4 || UNIX98] (sockatmark): Do not expect.
26714         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
26715         (clock_getcpuclockid): Do not expect.
26716         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
26717         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
26718         Do not expect.
26719         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
26720         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
26721         [UNIX98] (vwscanf): Likewise.
26722         [UNIX98] (vswscanf): Likewise.
26723
26724 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
26725
26726         * timezone/version.h: Remove file.
26727         * timezone/README: Do not refer to version.h.
26728         * timezone/Makefile ($(objpfx)zic.o): New dependency on
26729         $(objpfx)version.h.
26730         ($(objpfx)zdump.o): Likewise.
26731         ($(objpfx)version.h): New target.
26732
26733         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
26734         2012i.
26735         * timezone/README: Don't mention modification to tzselect.ksh.
26736         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
26737         work on unmodified tzselect.ksh.  Substitute version numbers in
26738         tzselect.ksh.
26739
26740         * Makefile (format-me): Remove.
26741         (INSTALL): Adjust indentation.  Use commands directly instead of
26742         using $(format-me).
26743
26744         * aclocal.m4 (ACX_PKGVERSION): New macro.
26745         (ACX_BUGURL): Likewise.
26746         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
26747         (PKGVERSION): New AC_DEFINE_UNQUOTED.
26748         (REPORT_BUGS_TO): Likewise.
26749         * configure: Regenerated.
26750         * config.h.in (PKGVERSION): New macro.
26751         (REPORT_BUGS_TO): Likewise.
26752         * config.make.in (PKGVERSION): New variable.
26753         (PKGVERSION_TEXI): Likewise.
26754         (REPORT_BUGS_TO): Likewise.
26755         (REPORT_BUGS_TEXI): Likewise.
26756         * Makefile (format-me): Use -I$(common-objpfx)manual.
26757         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
26758         ($(common-objpfx)manual/%): New target.
26759         (manual/%): Remove target.
26760         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
26761         (print_version): Use PKGVERSION.
26762         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
26763         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
26764         and REPORT_BUGS_TO.
26765         ($(objpfx)xtrace): Likewise.
26766         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
26767         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
26768         (print_version): Use PKGVERSION.
26769         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
26770         (do_version): Use PKGVERSION.
26771         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
26772         REPORT_BUGS_TO.
26773         (common-ldd-rewrite): Likewise.
26774         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
26775         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
26776         (print_version): Use PKGVERSION.
26777         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
26778         * elf/pldd.c (argp_program_bug_address): Remove variable.
26779         (more_help): New function.
26780         (argp): Use more_help.
26781         (print_version): Use PKGVERSION.
26782         * elf/sln.c (main): Use PKGVERSION.
26783         (usage): Use REPORT_BUGS_TO.
26784         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
26785         (top level): Use PKGVERSION.
26786         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
26787         (print_version): Use PKGVERSION.
26788         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
26789         (print_version): Use PKGVERSION.
26790         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
26791         (print_version): Use PKGVERSION.
26792         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
26793         (print_version): Use PKGVERSION.
26794         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
26795         (print_version): Use PKGVERSION.
26796         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
26797         (print_version): Use PKGVERSION.
26798         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
26799         and BUGURL.
26800         ($(objpfx)memusage): Likewise.
26801         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
26802         (do_version): Use PKGVERSION.
26803         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
26804         (print_version): Use PKGVERSION.
26805         * malloc/mtrace.pl ($PACKAGE): Remove variable.
26806         ($PKGVERSION): New variable.
26807         ($REPORT_BUGS_TO): Likewise.
26808         (usage): Use $REPORT_BUGS_TO.
26809         (top level): Use $PKGVERSION.
26810         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
26811         ($(objpfx)pkgvers.texi): New rule.
26812         ($(objpfx)stamp-pkgvers): Likewise.
26813         * manual/install.texi: Include pkgvers.texi.
26814         (--with-pkgversion): Document new configure option.
26815         (--with-bugurl): Likewise.
26816         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
26817         than necessarily for this particular distribution.  Use
26818         REPORT_BUGS_TO for where to report bugs.
26819         * INSTALL: Regenerated.
26820         * manual/libc.texinfo: Include pkgvers.texi.
26821         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
26822         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
26823         (print_version): Use PKGVERSION.
26824         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
26825         (print_version): Use PKGVERSION.
26826         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
26827         (print_version): Use PKGVERSION.
26828         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
26829         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
26830         macro.
26831         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
26832         (print_version): Use PKGVERSION.
26833         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
26834         (print_version): Use PKGVERSION.
26835         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
26836         and PKGVERSION.
26837
26838         * timezone/checktab.awk: Update from tzcode 2012i.
26839         * timezone/ialloc.c: Likewise.
26840         * timezone/private.h: Likewise.
26841         * timezone/scheck.c: Likewise.
26842         * timezone/tzfile.h: Likewise.
26843         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
26844         (TZVERSION): Hardcode tzcode version number.
26845         * timezone/zdump.c: Update from tzcode 2012i.
26846         * timezone/zic.c: Likewise.
26847         * timezone/version.h: New file.
26848         * timezone/README: Describe version.h.  Update upstream location.
26849
26850         [BZ #14824]
26851         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
26852         (mktemp): Enable declaration.
26853         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
26854         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
26855         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
26856         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
26857         Likewise.
26858         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
26859         Likewise.
26860         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
26861         Likewise.
26862         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
26863         Likewise.
26864         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
26865         Likewise.
26866         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
26867         Likewise.
26868
26869         [BZ #14821]
26870         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
26871         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
26872         for copies of such integer values.
26873         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
26874         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
26875
26876 2012-11-09  Andreas Jaeger  <aj@suse.de>
26877
26878         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
26879         definitions and declarations that are provided by
26880         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
26881
26882 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26883
26884         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
26885         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
26886         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
26887         definition.
26888
26889 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26890
26891         * elf/elf.h: Update comment before AArch64 relocations.
26892
26893 2012-11-07  David S. Miller  <davem@davemloft.net>
26894
26895         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
26896         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
26897         (__start_context): Declare.
26898         (__makecontext_ret): Delete.
26899         (__makecontext): Hook up __start_context instead of
26900         __makecontext_ret.
26901         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
26902         (sysdep_routines): Add __start_context when in stdlib.
26903
26904 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26905
26906         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
26907         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
26908         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
26909         hardcoded "nm".
26910         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
26911         (READELF): New variable.  Use it instead of hardcoded "readelf".
26912
26913 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
26914
26915         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
26916         * sysdeps/x86/Makefile: Here.
26917         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
26918         * sysdeps/x86/tst-xmmymm.sh: This.
26919
26920 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26921
26922         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
26923         expectations.
26924         [UNIX98] (pthread_barrier_t): Do not expect.
26925         [UNIX98] (pthread_barrierattr_t): Likewise.
26926         [UNIX98] (pthread_spinlock_t): Likewise.
26927         [UNIX98] (pthread_barrier_destroy): Likewise.
26928         [UNIX98] (pthread_barrier_init): Likewise.
26929         [UNIX98] (pthread_barrier_wait): Likewise.
26930         [UNIX98] (pthread_barrierattr_destroy): Likewise.
26931         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
26932         [UNIX98] (pthread_barrierattr_init): Likewise.
26933         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
26934         [UNIX98] (pthread_getcpuclockid): Likewise.
26935         [UNIX98] (pthread_mutex_timedlock): Likewise.
26936         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
26937         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
26938         [UNIX98] (pthread_sigmask): Likewise.
26939         [UNIX98] (pthread_spin_destroy): Likewise.
26940         [UNIX98] (pthread_spin_init): Likewise.
26941         [UNIX98] (pthread_spin_lock): Likewise.
26942         [UNIX98] (pthread_spin_trylock): Likewise.
26943         [UNIX98] (pthread_spin_unlock): Likewise.
26944         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
26945         Do not expect.
26946         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
26947         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
26948         [XPG3 || XPG4] (pthread_cond_t): Likewise.
26949         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
26950         [XPG3 || XPG4] (pthread_key_t): Likewise.
26951         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
26952         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
26953         [XPG3 || XPG4] (pthread_once_t): Likewise.
26954         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
26955         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
26956         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
26957         [XPG3 || XPG4] (pthread_t): Likewise.
26958
26959         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
26960         not expect.
26961         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
26962
26963         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
26964         Change function return type to int.
26965
26966         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
26967         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
26968         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
26969         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
26970         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
26971         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
26972         [!POSIX] (posix_madvise): Likewise.
26973         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
26974         && !UNIX98].
26975         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
26976         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
26977         (mode_t): Likewise.
26978         (posix_mem_offset): Likewise.
26979         (posix_typed_mem_get_info): Likewise.
26980         (posix_typed_mem_open): Likewise.
26981
26982         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
26983         Change condition to [XOPEN2K8].
26984
26985         * conform/conformtest.pl: Preprocess allow-header data with -x c
26986         instead of from stdin.
26987         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
26988         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
26989         [C99-based standards] (cerfc): Likewise.
26990         [C99-based standards] (cexp2): Likewise.
26991         [C99-based standards] (cexpm1): Likewise.
26992         [C99-based standards] (clog10): Likewise.
26993         [C99-based standards] (clog1p): Likewise.
26994         [C99-based standards] (clog2): Likewise.
26995         [C99-based standards] (clgamma): Likewise.
26996         [C99-based standards] (ctgamma): Likewise.
26997         [C99-based standards] (cerff): Likewise.
26998         [C99-based standards] (cerfcf): Likewise.
26999         [C99-based standards] (cexp2f): Likewise.
27000         [C99-based standards] (cexpm1f): Likewise.
27001         [C99-based standards] (clog10f): Likewise.
27002         [C99-based standards] (clog1pf): Likewise.
27003         [C99-based standards] (clog2f): Likewise.
27004         [C99-based standards] (clgammaf): Likewise.
27005         [C99-based standards] (ctgammaf): Likewise.
27006         [C99-based standards] (cerfl): Likewise.
27007         [C99-based standards] (cerfcl): Likewise.
27008         [C99-based standards] (cexp2l): Likewise.
27009         [C99-based standards] (cexpm1l): Likewise.
27010         [C99-based standards] (clog10l): Likewise.
27011         [C99-based standards] (clog1pl): Likewise.
27012         [C99-based standards] (clog2l): Likewise.
27013         [C99-based standards] (clgammal): Likewise.
27014         [C99-based standards] (ctgammal): Likewise.
27015         * conform/data/inttypes.h-data [C99-based standards]: Include
27016         stdint.h-data.  Remove all expectations for stdint.h contents.
27017         [C99-based standards] (PRI*): Do not allow.
27018         [C99-based standards] (SCN*): Likewise.
27019         [C99-based standards] (*_t): Likewise.
27020         [C99-based-standards] (PRId8): Expect macro.
27021         [C99-based-standards] (PRIi8): Likewise.
27022         [C99-based-standards] (PRIo8): Likewise.
27023         [C99-based-standards] (PRIu8): Likewise.
27024         [C99-based-standards] (PRIx8): Likewise.
27025         [C99-based-standards] (PRIX8): Likewise.
27026         [C99-based-standards] (SCNd8): Likewise.
27027         [C99-based-standards] (SCNi8): Likewise.
27028         [C99-based-standards] (SCNo8): Likewise.
27029         [C99-based-standards] (SCNu8): Likewise.
27030         [C99-based-standards] (SCNx8): Likewise.
27031         [C99-based-standards] (PRIdLEAST8): Likewise.
27032         [C99-based-standards] (PRIiLEAST8): Likewise.
27033         [C99-based-standards] (PRIoLEAST8): Likewise.
27034         [C99-based-standards] (PRIuLEAST8): Likewise.
27035         [C99-based-standards] (PRIxLEAST8): Likewise.
27036         [C99-based-standards] (PRIXLEAST8): Likewise.
27037         [C99-based-standards] (SCNdLEAST8): Likewise.
27038         [C99-based-standards] (SCNiLEAST8): Likewise.
27039         [C99-based-standards] (SCNoLEAST8): Likewise.
27040         [C99-based-standards] (SCNuLEAST8): Likewise.
27041         [C99-based-standards] (SCNxLEAST8): Likewise.
27042         [C99-based-standards] (PRIdFAST8): Likewise.
27043         [C99-based-standards] (PRIiFAST8): Likewise.
27044         [C99-based-standards] (PRIoFAST8): Likewise.
27045         [C99-based-standards] (PRIuFAST8): Likewise.
27046         [C99-based-standards] (PRIxFAST8): Likewise.
27047         [C99-based-standards] (PRIXFAST8): Likewise.
27048         [C99-based-standards] (SCNdFAST8): Likewise.
27049         [C99-based-standards] (SCNiFAST8): Likewise.
27050         [C99-based-standards] (SCNoFAST8): Likewise.
27051         [C99-based-standards] (SCNuFAST8): Likewise.
27052         [C99-based-standards] (SCNxFAST8): Likewise.
27053         [C99-based-standards] (PRId16): Likewise.
27054         [C99-based-standards] (PRIi16): Likewise.
27055         [C99-based-standards] (PRIo16): Likewise.
27056         [C99-based-standards] (PRIu16): Likewise.
27057         [C99-based-standards] (PRIx16): Likewise.
27058         [C99-based-standards] (PRIX16): Likewise.
27059         [C99-based-standards] (SCNd16): Likewise.
27060         [C99-based-standards] (SCNi16): Likewise.
27061         [C99-based-standards] (SCNo16): Likewise.
27062         [C99-based-standards] (SCNu16): Likewise.
27063         [C99-based-standards] (SCNx16): Likewise.
27064         [C99-based-standards] (PRIdLEAST16): Likewise.
27065         [C99-based-standards] (PRIiLEAST16): Likewise.
27066         [C99-based-standards] (PRIoLEAST16): Likewise.
27067         [C99-based-standards] (PRIuLEAST16): Likewise.
27068         [C99-based-standards] (PRIxLEAST16): Likewise.
27069         [C99-based-standards] (PRIXLEAST16): Likewise.
27070         [C99-based-standards] (SCNdLEAST16): Likewise.
27071         [C99-based-standards] (SCNiLEAST16): Likewise.
27072         [C99-based-standards] (SCNoLEAST16): Likewise.
27073         [C99-based-standards] (SCNuLEAST16): Likewise.
27074         [C99-based-standards] (SCNxLEAST16): Likewise.
27075         [C99-based-standards] (PRIdFAST16): Likewise.
27076         [C99-based-standards] (PRIiFAST16): Likewise.
27077         [C99-based-standards] (PRIoFAST16): Likewise.
27078         [C99-based-standards] (PRIuFAST16): Likewise.
27079         [C99-based-standards] (PRIxFAST16): Likewise.
27080         [C99-based-standards] (PRIXFAST16): Likewise.
27081         [C99-based-standards] (SCNdFAST16): Likewise.
27082         [C99-based-standards] (SCNiFAST16): Likewise.
27083         [C99-based-standards] (SCNoFAST16): Likewise.
27084         [C99-based-standards] (SCNuFAST16): Likewise.
27085         [C99-based-standards] (SCNxFAST16): Likewise.
27086         [C99-based-standards] (PRId32): Likewise.
27087         [C99-based-standards] (PRIi32): Likewise.
27088         [C99-based-standards] (PRIo32): Likewise.
27089         [C99-based-standards] (PRIu32): Likewise.
27090         [C99-based-standards] (PRIx32): Likewise.
27091         [C99-based-standards] (PRIX32): Likewise.
27092         [C99-based-standards] (SCNd32): Likewise.
27093         [C99-based-standards] (SCNi32): Likewise.
27094         [C99-based-standards] (SCNo32): Likewise.
27095         [C99-based-standards] (SCNu32): Likewise.
27096         [C99-based-standards] (SCNx32): Likewise.
27097         [C99-based-standards] (PRIdLEAST32): Likewise.
27098         [C99-based-standards] (PRIiLEAST32): Likewise.
27099         [C99-based-standards] (PRIoLEAST32): Likewise.
27100         [C99-based-standards] (PRIuLEAST32): Likewise.
27101         [C99-based-standards] (PRIxLEAST32): Likewise.
27102         [C99-based-standards] (PRIXLEAST32): Likewise.
27103         [C99-based-standards] (SCNdLEAST32): Likewise.
27104         [C99-based-standards] (SCNiLEAST32): Likewise.
27105         [C99-based-standards] (SCNoLEAST32): Likewise.
27106         [C99-based-standards] (SCNuLEAST32): Likewise.
27107         [C99-based-standards] (SCNxLEAST32): Likewise.
27108         [C99-based-standards] (PRIdFAST32): Likewise.
27109         [C99-based-standards] (PRIiFAST32): Likewise.
27110         [C99-based-standards] (PRIoFAST32): Likewise.
27111         [C99-based-standards] (PRIuFAST32): Likewise.
27112         [C99-based-standards] (PRIxFAST32): Likewise.
27113         [C99-based-standards] (PRIXFAST32): Likewise.
27114         [C99-based-standards] (SCNdFAST32): Likewise.
27115         [C99-based-standards] (SCNiFAST32): Likewise.
27116         [C99-based-standards] (SCNoFAST32): Likewise.
27117         [C99-based-standards] (SCNuFAST32): Likewise.
27118         [C99-based-standards] (SCNxFAST32): Likewise.
27119         [C99-based-standards] (PRId64): Likewise.
27120         [C99-based-standards] (PRIi64): Likewise.
27121         [C99-based-standards] (PRIo64): Likewise.
27122         [C99-based-standards] (PRIu64): Likewise.
27123         [C99-based-standards] (PRIx64): Likewise.
27124         [C99-based-standards] (PRIX64): Likewise.
27125         [C99-based-standards] (SCNd64): Likewise.
27126         [C99-based-standards] (SCNi64): Likewise.
27127         [C99-based-standards] (SCNo64): Likewise.
27128         [C99-based-standards] (SCNu64): Likewise.
27129         [C99-based-standards] (SCNx64): Likewise.
27130         [C99-based-standards] (PRIdLEAST64): Likewise.
27131         [C99-based-standards] (PRIiLEAST64): Likewise.
27132         [C99-based-standards] (PRIoLEAST64): Likewise.
27133         [C99-based-standards] (PRIuLEAST64): Likewise.
27134         [C99-based-standards] (PRIxLEAST64): Likewise.
27135         [C99-based-standards] (PRIXLEAST64): Likewise.
27136         [C99-based-standards] (SCNdLEAST64): Likewise.
27137         [C99-based-standards] (SCNiLEAST64): Likewise.
27138         [C99-based-standards] (SCNoLEAST64): Likewise.
27139         [C99-based-standards] (SCNuLEAST64): Likewise.
27140         [C99-based-standards] (SCNxLEAST64): Likewise.
27141         [C99-based-standards] (PRIdFAST64): Likewise.
27142         [C99-based-standards] (PRIiFAST64): Likewise.
27143         [C99-based-standards] (PRIoFAST64): Likewise.
27144         [C99-based-standards] (PRIuFAST64): Likewise.
27145         [C99-based-standards] (PRIxFAST64): Likewise.
27146         [C99-based-standards] (PRIXFAST64): Likewise.
27147         [C99-based-standards] (SCNdFAST64): Likewise.
27148         [C99-based-standards] (SCNiFAST64): Likewise.
27149         [C99-based-standards] (SCNoFAST64): Likewise.
27150         [C99-based-standards] (SCNuFAST64): Likewise.
27151         [C99-based-standards] (SCNxFAST64): Likewise.
27152         [C99-based-standards] (PRIdMAX): Likewise.
27153         [C99-based-standards] (PRIiMAX): Likewise.
27154         [C99-based-standards] (PRIoMAX): Likewise.
27155         [C99-based-standards] (PRIuMAX): Likewise.
27156         [C99-based-standards] (PRIxMAX): Likewise.
27157         [C99-based-standards] (PRIXMAX): Likewise.
27158         [C99-based-standards] (SCNdMAX): Likewise.
27159         [C99-based-standards] (SCNiMAX): Likewise.
27160         [C99-based-standards] (SCNoMAX): Likewise.
27161         [C99-based-standards] (SCNuMAX): Likewise.
27162         [C99-based-standards] (SCNxMAX): Likewise.
27163         [C99-based-standards] (PRIdPTR): Likewise.
27164         [C99-based-standards] (PRIiPTR): Likewise.
27165         [C99-based-standards] (PRIoPTR): Likewise.
27166         [C99-based-standards] (PRIuPTR): Likewise.
27167         [C99-based-standards] (PRIxPTR): Likewise.
27168         [C99-based-standards] (PRIXPTR): Likewise.
27169         [C99-based-standards] (SCNdPTR): Likewise.
27170         [C99-based-standards] (SCNiPTR): Likewise.
27171         [C99-based-standards] (SCNoPTR): Likewise.
27172         [C99-based-standards] (SCNuPTR): Likewise.
27173         [C99-based-standards] (SCNxPTR): Likewise.
27174         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27175         allow.
27176         * conform/data/stdint.h-data: Update comments to clarify
27177         requirements.
27178         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27179         type.
27180         [C99-based standards] (INT8_MAX): Likewise.
27181         [C99-based standards] (INT16_MIN): Likewise.
27182         [C99-based standards] (INT16_MAX): Likewise.
27183         [C99-based standards] (INT32_MIN): Likewise.
27184         [C99-based standards] (INT32_MAX): Likewise.
27185         [C99-based standards] (INT64_MIN): Likewise.
27186         [C99-based standards] (INT64_MAX): Likewise.
27187         [C99-based standards] (UINT8_MAX): Likewise.
27188         [C99-based standards] (UINT16_MAX): Likewise.
27189         [C99-based standards] (UINT32_MAX): Likewise.
27190         [C99-based standards] (UINT64_MAX): Likewise.
27191         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27192         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27193         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27194         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27195         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27196         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27197         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27198         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27199         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27200         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27201         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27202         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27203         [C99-based standards] (INT_FAST8_MIN): Likewise.
27204         [C99-based standards] (INT_FAST8_MAX): Likewise.
27205         [C99-based standards] (INT_FAST16_MIN): Likewise.
27206         [C99-based standards] (INT_FAST16_MAX): Likewise.
27207         [C99-based standards] (INT_FAST32_MIN): Likewise.
27208         [C99-based standards] (INT_FAST32_MAX): Likewise.
27209         [C99-based standards] (INT_FAST64_MIN): Likewise.
27210         [C99-based standards] (INT_FAST64_MAX): Likewise.
27211         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27212         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27213         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27214         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27215         [C99-based standards] (INTPTR_MIN): Likewise.
27216         [C99-based standards] (INTPTR_MAX): Likewise.
27217         [C99-based standards] (UINTPTR_MAX): Likewise.
27218         [C99-based standards] (INTMAX_MIN): Likewise.
27219         [C99-based standards] (INTMAX_MAX): Likewise.
27220         [C99-based standards] (UINTMAX_MAX): Likewise.
27221         [C99-based standards] (PTRDIFF_MIN): Likewise.
27222         [C99-based standards] (PTRDIFF_MAX): Likewise.
27223         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27224         [C99-based standards] (SIZE_MAX): Likewise.
27225         [C99-based standards] (WCHAR_MAX): Likewise.
27226         [C99-based standards] (WINT_MAX): Likewise.
27227         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27228         constraint on value.
27229         [C99-based standards] (WCHAR_MIN): Likewise.
27230         [C99-based standards] (WINT_MIN): Likewise.
27231         [C99-based standards] (*_t): Allow.
27232         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27233         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27234         Include math.h-data and complex.h-data.  Remove all expectations
27235         of math.h and complex.h contents.
27236         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27237         at end of line.
27238         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27239         (struct tm): Expect tag.
27240         [C99-based-standards] (wcstof): Expect function.
27241         [C99-based-standards] (wcstold): Likewise.
27242         [C99-based-standards] (wcstoll): Likewise.
27243         [C99-based-standards] (wcstoull): Likewise.
27244         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27245         macro-int-constant.  Specify type.
27246         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27247         constraint on value.
27248         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27249         Specify type.
27250         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27251         Specify value.
27252         [ISO C standards]: Do not allow headers.
27253         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27254         wcs[abcdefghijklmnopqrstuvwxyz]*.
27255         [ISO C standards] (*_t): Do not allow.
27256         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27257         Expect function.
27258         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27259         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27260         Specify type.
27261         [ISO C standards]: Do not allow headers.
27262         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27263         is[abcdefghijklmnopqrstuvwxyz]*.
27264         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27265         to[abcdefghijklmnopqrstuvwxyz]*.
27266         [ISO C standards] (*_t): Do not allow.
27267         * conform/data/stdalign.h-data: New file.
27268         * conform/data/stdbool.h-data: Likewise.
27269         * conform/data/stdnoreturn.h-data: Likewise.
27270
27271 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27272
27273         [BZ #14815]
27274         * manual/filesys.texi (Directory Entries): Typo fix.
27275         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27276
27277 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27278
27279         * elf/elf.h (EM_AARCH64): New macro.
27280         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27281         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27282         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27283         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27284         (R_AARCH64_TLSDESC): Likewise.
27285         (NT_ARM_TLS): Likewise.
27286         (NT_ARM_HW_BREAK): Likewise.
27287         (NT_ARM_HW_WATCH): Likewise.
27288
27289 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27290
27291         [BZ #14811]
27292         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27293         (__ieee754_powl): Saturate nonzero exponents with absolute value
27294         below 0x1p-79 to +/- 0x1p-79.
27295         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27296         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27297         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27298         nonzero exponents with absolute value below 0x1p-32 to +/-
27299         0x1p-32.
27300         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27301         (__ieee754_powl): Saturate nonzero exponents with absolute value
27302         below 0x1p-79 to +/- 0x1p-79.
27303         * math/libm-test.inc (pow_test): Add more tests.
27304
27305 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27306
27307         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27308         _dl_s390_cap_flags with kernel. Increase string length.
27309         (_dl_s390_platforms): Add z196 and zEC12.
27310
27311 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27312
27313         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27314         Change XOPEN21K to XOPEN2K.
27315
27316 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27317
27318         * string/memmove.c: Use memcpy when possible.
27319
27320 2012-11-06  Andreas Jaeger  <aj@suse.de>
27321
27322         * po/eo.po: Update from translation team.
27323
27324 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27325
27326         [BZ #14793]
27327         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27328         exponent and small x and y exponents, scale x or y up.  Increase
27329         by 2 the exponent used in scaling up.
27330         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27331         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27332         * math/libm-test.inc (fma_test): Add more tests.
27333         (fma_test_towardzero): Likewise.
27334         (fma_test_downward): Likewise.
27335         (fma_test_upward): Likewise.
27336
27337 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27338
27339         [BZ #14805]
27340         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27341         fenv_t *.
27342
27343         [BZ #14801]
27344         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27345         namespace for names of struct fields.
27346         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27347         fenv_t fields.
27348         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27349         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27350
27351 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27352
27353         [BZ #3665]
27354         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27355
27356 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27357
27358         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27359         PTR_DEMANGLE.
27360
27361         [BZ #5246]
27362         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27363         PTR_DEMANGLE.
27364
27365 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27366
27367         [BZ #14797]
27368         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27369         definitely overflow as x * y not x * y + z.
27370         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27371         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27372         * math/libm-test.inc (fma_test): Add more tests.
27373         (fma_test_towardzero): Likewise.
27374         (fma_test_downward): Likewise.
27375         (fma_test_upward): Likewise.
27376
27377 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27378
27379         [BZ #157]
27380
27381         * include/stub-tag.h: Remove file.
27382         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27383         '#include' of it.
27384         * manual/maint.texi (Porting): Don't reference it.
27385         * Makerules ($(objpfx)stubs): Likewise.
27386         * dirent/closedir.c: Don't include <stub-tag.h>.
27387         * dirent/dirfd.c: Likewise.
27388         * dirent/fdopendir.c: Likewise.
27389         * dirent/getdents.c: Likewise.
27390         * dirent/getdents64.c: Likewise.
27391         * dirent/opendir.c: Likewise.
27392         * dirent/readdir.c: Likewise.
27393         * dirent/readdir64.c: Likewise.
27394         * dirent/readdir64_r.c: Likewise.
27395         * dirent/readdir_r.c: Likewise.
27396         * dirent/rewinddir.c: Likewise.
27397         * dirent/seekdir.c: Likewise.
27398         * dirent/telldir.c: Likewise.
27399         * gmon/profil.c: Likewise.
27400         * grp/setgroups.c: Likewise.
27401         * inet/if_index.c: Likewise.
27402         * io/access.c: Likewise.
27403         * io/chdir.c: Likewise.
27404         * io/chmod.c: Likewise.
27405         * io/chown.c: Likewise.
27406         * io/close.c: Likewise.
27407         * io/dup.c: Likewise.
27408         * io/dup2.c: Likewise.
27409         * io/dup3.c: Likewise.
27410         * io/euidaccess.c: Likewise.
27411         * io/faccessat.c: Likewise.
27412         * io/fchdir.c: Likewise.
27413         * io/fchmod.c: Likewise.
27414         * io/fchmodat.c: Likewise.
27415         * io/fchown.c: Likewise.
27416         * io/fchownat.c: Likewise.
27417         * io/fcntl.c: Likewise.
27418         * io/flock.c: Likewise.
27419         * io/fstatfs.c: Likewise.
27420         * io/fstatfs64.c: Likewise.
27421         * io/fstatvfs.c: Likewise.
27422         * io/fstatvfs64.c: Likewise.
27423         * io/futimens.c: Likewise.
27424         * io/fxstat.c: Likewise.
27425         * io/fxstat64.c: Likewise.
27426         * io/fxstatat.c: Likewise.
27427         * io/fxstatat64.c: Likewise.
27428         * io/getcwd.c: Likewise.
27429         * io/isatty.c: Likewise.
27430         * io/lchmod.c: Likewise.
27431         * io/lchown.c: Likewise.
27432         * io/link.c: Likewise.
27433         * io/linkat.c: Likewise.
27434         * io/lseek.c: Likewise.
27435         * io/lseek64.c: Likewise.
27436         * io/lxstat64.c: Likewise.
27437         * io/mkdir.c: Likewise.
27438         * io/mkdirat.c: Likewise.
27439         * io/mkfifo.c: Likewise.
27440         * io/mkfifoat.c: Likewise.
27441         * io/open.c: Likewise.
27442         * io/open64.c: Likewise.
27443         * io/openat.c: Likewise.
27444         * io/openat64.c: Likewise.
27445         * io/pipe.c: Likewise.
27446         * io/pipe2.c: Likewise.
27447         * io/poll.c: Likewise.
27448         * io/posix_fadvise.c: Likewise.
27449         * io/posix_fadvise64.c: Likewise.
27450         * io/posix_fallocate.c: Likewise.
27451         * io/posix_fallocate64.c: Likewise.
27452         * io/read.c: Likewise.
27453         * io/readlink.c: Likewise.
27454         * io/readlinkat.c: Likewise.
27455         * io/rmdir.c: Likewise.
27456         * io/sendfile.c: Likewise.
27457         * io/sendfile64.c: Likewise.
27458         * io/statfs.c: Likewise.
27459         * io/statfs64.c: Likewise.
27460         * io/statvfs.c: Likewise.
27461         * io/statvfs64.c: Likewise.
27462         * io/symlink.c: Likewise.
27463         * io/symlinkat.c: Likewise.
27464         * io/ttyname.c: Likewise.
27465         * io/ttyname_r.c: Likewise.
27466         * io/umask.c: Likewise.
27467         * io/unlink.c: Likewise.
27468         * io/unlinkat.c: Likewise.
27469         * io/utime.c: Likewise.
27470         * io/utimensat.c: Likewise.
27471         * io/write.c: Likewise.
27472         * io/xmknod.c: Likewise.
27473         * io/xmknodat.c: Likewise.
27474         * io/xstat.c: Likewise.
27475         * io/xstat64.c: Likewise.
27476         * login/getpt.c: Likewise.
27477         * login/grantpt.c: Likewise.
27478         * login/unlockpt.c: Likewise.
27479         * math/e_acoshl.c: Likewise.
27480         * math/e_acosl.c: Likewise.
27481         * math/e_asinl.c: Likewise.
27482         * math/e_atan2l.c: Likewise.
27483         * math/e_atanhl.c: Likewise.
27484         * math/e_coshl.c: Likewise.
27485         * math/e_expl.c: Likewise.
27486         * math/e_fmodl.c: Likewise.
27487         * math/e_gammal_r.c: Likewise.
27488         * math/e_hypotl.c: Likewise.
27489         * math/e_j0l.c: Likewise.
27490         * math/e_j1l.c: Likewise.
27491         * math/e_jnl.c: Likewise.
27492         * math/e_lgammal_r.c: Likewise.
27493         * math/e_log10l.c: Likewise.
27494         * math/e_log2l.c: Likewise.
27495         * math/e_logl.c: Likewise.
27496         * math/e_powl.c: Likewise.
27497         * math/e_rem_pio2l.c: Likewise.
27498         * math/e_sinhl.c: Likewise.
27499         * math/e_sqrtl.c: Likewise.
27500         * math/fclrexcpt.c: Likewise.
27501         * math/fedisblxcpt.c: Likewise.
27502         * math/feenablxcpt.c: Likewise.
27503         * math/fegetenv.c: Likewise.
27504         * math/fegetexcept.c: Likewise.
27505         * math/fegetround.c: Likewise.
27506         * math/feholdexcpt.c: Likewise.
27507         * math/fesetenv.c: Likewise.
27508         * math/fesetround.c: Likewise.
27509         * math/feupdateenv.c: Likewise.
27510         * math/fgetexcptflg.c: Likewise.
27511         * math/fraiseexcpt.c: Likewise.
27512         * math/fsetexcptflg.c: Likewise.
27513         * math/ftestexcept.c: Likewise.
27514         * math/k_cosl.c: Likewise.
27515         * math/k_rem_pio2l.c: Likewise.
27516         * math/k_sinl.c: Likewise.
27517         * math/k_tanl.c: Likewise.
27518         * math/s_asinhl.c: Likewise.
27519         * math/s_atanl.c: Likewise.
27520         * math/s_cbrtl.c: Likewise.
27521         * math/s_erfl.c: Likewise.
27522         * math/s_expm1l.c: Likewise.
27523         * math/s_log1pl.c: Likewise.
27524         * math/s_tanhl.c: Likewise.
27525         * misc/acct.c: Likewise.
27526         * misc/brk.c: Likewise.
27527         * misc/chflags.c: Likewise.
27528         * misc/chroot.c: Likewise.
27529         * misc/fchflags.c: Likewise.
27530         * misc/fgetxattr.c: Likewise.
27531         * misc/flistxattr.c: Likewise.
27532         * misc/fremovexattr.c: Likewise.
27533         * misc/fsetxattr.c: Likewise.
27534         * misc/fsync.c: Likewise.
27535         * misc/ftruncate.c: Likewise.
27536         * misc/futimes.c: Likewise.
27537         * misc/futimesat.c: Likewise.
27538         * misc/getdomain.c: Likewise.
27539         * misc/getdtsz.c: Likewise.
27540         * misc/gethostid.c: Likewise.
27541         * misc/gethostname.c: Likewise.
27542         * misc/getloadavg.c: Likewise.
27543         * misc/getpagesize.c: Likewise.
27544         * misc/getsysstats.c: Likewise.
27545         * misc/getxattr.c: Likewise.
27546         * misc/gtty.c: Likewise.
27547         * misc/ioctl.c: Likewise.
27548         * misc/lgetxattr.c: Likewise.
27549         * misc/listxattr.c: Likewise.
27550         * misc/llistxattr.c: Likewise.
27551         * misc/lremovexattr.c: Likewise.
27552         * misc/lsetxattr.c: Likewise.
27553         * misc/lutimes.c: Likewise.
27554         * misc/madvise.c: Likewise.
27555         * misc/mincore.c: Likewise.
27556         * misc/mlock.c: Likewise.
27557         * misc/mlockall.c: Likewise.
27558         * misc/mmap.c: Likewise.
27559         * misc/mprotect.c: Likewise.
27560         * misc/msync.c: Likewise.
27561         * misc/munlock.c: Likewise.
27562         * misc/munlockall.c: Likewise.
27563         * misc/munmap.c: Likewise.
27564         * misc/preadv.c: Likewise.
27565         * misc/preadv64.c: Likewise.
27566         * misc/ptrace.c: Likewise.
27567         * misc/pwritev.c: Likewise.
27568         * misc/pwritev64.c: Likewise.
27569         * misc/readv.c: Likewise.
27570         * misc/reboot.c: Likewise.
27571         * misc/remap_file_pages.c: Likewise.
27572         * misc/removexattr.c: Likewise.
27573         * misc/revoke.c: Likewise.
27574         * misc/select.c: Likewise.
27575         * misc/setdomain.c: Likewise.
27576         * misc/setegid.c: Likewise.
27577         * misc/seteuid.c: Likewise.
27578         * misc/sethostid.c: Likewise.
27579         * misc/sethostname.c: Likewise.
27580         * misc/setregid.c: Likewise.
27581         * misc/setreuid.c: Likewise.
27582         * misc/setxattr.c: Likewise.
27583         * misc/sstk.c: Likewise.
27584         * misc/stty.c: Likewise.
27585         * misc/swapoff.c: Likewise.
27586         * misc/swapon.c: Likewise.
27587         * misc/sync.c: Likewise.
27588         * misc/syncfs.c: Likewise.
27589         * misc/syscall.c: Likewise.
27590         * misc/truncate.c: Likewise.
27591         * misc/ualarm.c: Likewise.
27592         * misc/usleep.c: Likewise.
27593         * misc/ustat.c: Likewise.
27594         * misc/utimes.c: Likewise.
27595         * misc/vhangup.c: Likewise.
27596         * misc/writev.c: Likewise.
27597         * posix/_exit.c: Likewise.
27598         * posix/alarm.c: Likewise.
27599         * posix/execve.c: Likewise.
27600         * posix/fexecve.c: Likewise.
27601         * posix/fork.c: Likewise.
27602         * posix/fpathconf.c: Likewise.
27603         * posix/getaddrinfo.c: Likewise.
27604         * posix/getegid.c: Likewise.
27605         * posix/geteuid.c: Likewise.
27606         * posix/getgid.c: Likewise.
27607         * posix/getgroups.c: Likewise.
27608         * posix/getlogin.c: Likewise.
27609         * posix/getlogin_r.c: Likewise.
27610         * posix/getpgid.c: Likewise.
27611         * posix/getpid.c: Likewise.
27612         * posix/getppid.c: Likewise.
27613         * posix/getresgid.c: Likewise.
27614         * posix/getresuid.c: Likewise.
27615         * posix/getsid.c: Likewise.
27616         * posix/getuid.c: Likewise.
27617         * posix/glob64.c: Likewise.
27618         * posix/nanosleep.c: Likewise.
27619         * posix/pathconf.c: Likewise.
27620         * posix/pause.c: Likewise.
27621         * posix/posix_madvise.c: Likewise.
27622         * posix/pread.c: Likewise.
27623         * posix/pread64.c: Likewise.
27624         * posix/pwrite.c: Likewise.
27625         * posix/pwrite64.c: Likewise.
27626         * posix/sched_getaffinity.c: Likewise.
27627         * posix/sched_getp.c: Likewise.
27628         * posix/sched_gets.c: Likewise.
27629         * posix/sched_primax.c: Likewise.
27630         * posix/sched_primin.c: Likewise.
27631         * posix/sched_rr_gi.c: Likewise.
27632         * posix/sched_setaffinity.c: Likewise.
27633         * posix/sched_setp.c: Likewise.
27634         * posix/sched_sets.c: Likewise.
27635         * posix/sched_yield.c: Likewise.
27636         * posix/setgid.c: Likewise.
27637         * posix/setlogin.c: Likewise.
27638         * posix/setpgid.c: Likewise.
27639         * posix/setresgid.c: Likewise.
27640         * posix/setresuid.c: Likewise.
27641         * posix/setsid.c: Likewise.
27642         * posix/setuid.c: Likewise.
27643         * posix/sleep.c: Likewise.
27644         * posix/spawni.c: Likewise.
27645         * posix/sysconf.c: Likewise.
27646         * posix/times.c: Likewise.
27647         * posix/wait.c: Likewise.
27648         * posix/wait3.c: Likewise.
27649         * posix/wait4.c: Likewise.
27650         * posix/waitpid.c: Likewise.
27651         * resolv/gai_sigqueue.c: Likewise.
27652         * resource/getpriority.c: Likewise.
27653         * resource/getrlimit.c: Likewise.
27654         * resource/getrusage.c: Likewise.
27655         * resource/nice.c: Likewise.
27656         * resource/setpriority.c: Likewise.
27657         * resource/setrlimit.c: Likewise.
27658         * resource/ulimit.c: Likewise.
27659         * rt/aio_cancel.c: Likewise.
27660         * rt/aio_fsync.c: Likewise.
27661         * rt/aio_read.c: Likewise.
27662         * rt/aio_sigqueue.c: Likewise.
27663         * rt/aio_suspend.c: Likewise.
27664         * rt/aio_write.c: Likewise.
27665         * rt/clock_getres.c: Likewise.
27666         * rt/clock_gettime.c: Likewise.
27667         * rt/clock_nanosleep.c: Likewise.
27668         * rt/clock_settime.c: Likewise.
27669         * rt/lio_listio.c: Likewise.
27670         * rt/mq_close.c: Likewise.
27671         * rt/mq_getattr.c: Likewise.
27672         * rt/mq_notify.c: Likewise.
27673         * rt/mq_open.c: Likewise.
27674         * rt/mq_receive.c: Likewise.
27675         * rt/mq_send.c: Likewise.
27676         * rt/mq_setattr.c: Likewise.
27677         * rt/mq_timedreceive.c: Likewise.
27678         * rt/mq_timedsend.c: Likewise.
27679         * rt/mq_unlink.c: Likewise.
27680         * rt/shm_open.c: Likewise.
27681         * rt/shm_unlink.c: Likewise.
27682         * rt/timer_create.c: Likewise.
27683         * rt/timer_delete.c: Likewise.
27684         * rt/timer_getoverr.c: Likewise.
27685         * rt/timer_gettime.c: Likewise.
27686         * rt/timer_settime.c: Likewise.
27687         * setjmp/__longjmp.c: Likewise.
27688         * setjmp/setjmp.c: Likewise.
27689         * signal/kill.c: Likewise.
27690         * signal/killpg.c: Likewise.
27691         * signal/raise.c: Likewise.
27692         * signal/sigaction.c: Likewise.
27693         * signal/sigaltstack.c: Likewise.
27694         * signal/sigblock.c: Likewise.
27695         * signal/sigignore.c: Likewise.
27696         * signal/sigintr.c: Likewise.
27697         * signal/signal.c: Likewise.
27698         * signal/sigpause.c: Likewise.
27699         * signal/sigpending.c: Likewise.
27700         * signal/sigqueue.c: Likewise.
27701         * signal/sigreturn.c: Likewise.
27702         * signal/sigset.c: Likewise.
27703         * signal/sigsetmask.c: Likewise.
27704         * signal/sigstack.c: Likewise.
27705         * signal/sigsuspend.c: Likewise.
27706         * signal/sigtimedwait.c: Likewise.
27707         * signal/sigvec.c: Likewise.
27708         * signal/sigwait.c: Likewise.
27709         * signal/sigwaitinfo.c: Likewise.
27710         * signal/sysv_signal.c: Likewise.
27711         * socket/accept.c: Likewise.
27712         * socket/accept4.c: Likewise.
27713         * socket/bind.c: Likewise.
27714         * socket/connect.c: Likewise.
27715         * socket/getpeername.c: Likewise.
27716         * socket/getsockname.c: Likewise.
27717         * socket/getsockopt.c: Likewise.
27718         * socket/isfdtype.c: Likewise.
27719         * socket/listen.c: Likewise.
27720         * socket/recv.c: Likewise.
27721         * socket/recvfrom.c: Likewise.
27722         * socket/recvmsg.c: Likewise.
27723         * socket/send.c: Likewise.
27724         * socket/sendmsg.c: Likewise.
27725         * socket/sendto.c: Likewise.
27726         * socket/setsockopt.c: Likewise.
27727         * socket/shutdown.c: Likewise.
27728         * socket/sockatmark.c: Likewise.
27729         * socket/socket.c: Likewise.
27730         * socket/socketpair.c: Likewise.
27731         * stdio-common/ctermid.c: Likewise.
27732         * stdio-common/cuserid.c: Likewise.
27733         * stdio-common/remove.c: Likewise.
27734         * stdio-common/rename.c: Likewise.
27735         * stdio-common/renameat.c: Likewise.
27736         * stdio-common/tempname.c: Likewise.
27737         * stdlib/getcontext.c: Likewise.
27738         * stdlib/makecontext.c: Likewise.
27739         * stdlib/setcontext.c: Likewise.
27740         * stdlib/swapcontext.c: Likewise.
27741         * stdlib/system.c: Likewise.
27742         * streams/fattach.c: Likewise.
27743         * streams/fdetach.c: Likewise.
27744         * streams/getmsg.c: Likewise.
27745         * streams/getpmsg.c: Likewise.
27746         * streams/putmsg.c: Likewise.
27747         * streams/putpmsg.c: Likewise.
27748         * sysdeps/unix/bsd/getpt.c: Likewise.
27749         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
27750         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
27751         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
27753         Likewise.
27754         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
27755         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
27756         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
27757         * sysvipc/msgctl.c: Likewise.
27758         * sysvipc/msgget.c: Likewise.
27759         * sysvipc/msgrcv.c: Likewise.
27760         * sysvipc/msgsnd.c: Likewise.
27761         * sysvipc/semctl.c: Likewise.
27762         * sysvipc/semget.c: Likewise.
27763         * sysvipc/semop.c: Likewise.
27764         * sysvipc/semtimedop.c: Likewise.
27765         * sysvipc/shmat.c: Likewise.
27766         * sysvipc/shmctl.c: Likewise.
27767         * sysvipc/shmdt.c: Likewise.
27768         * sysvipc/shmget.c: Likewise.
27769         * termios/tcdrain.c: Likewise.
27770         * termios/tcflow.c: Likewise.
27771         * termios/tcflush.c: Likewise.
27772         * termios/tcgetattr.c: Likewise.
27773         * termios/tcgetpgrp.c: Likewise.
27774         * termios/tcsendbrk.c: Likewise.
27775         * termios/tcsetattr.c: Likewise.
27776         * termios/tcsetpgrp.c: Likewise.
27777         * time/adjtime.c: Likewise.
27778         * time/clock.c: Likewise.
27779         * time/getitimer.c: Likewise.
27780         * time/gettimeofday.c: Likewise.
27781         * time/setitimer.c: Likewise.
27782         * time/settimeofday.c: Likewise.
27783         * time/stime.c: Likewise.
27784         * time/time.c: Likewise.
27785
27786 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
27787
27788         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
27789         /usr/old/bin.
27790
27791         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
27792         instead of spaces.
27793         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
27794
27795 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
27796
27797         [BZ #14796]
27798         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
27799         FE_TONEAREST before applying Dekker multiplication and Knuth
27800         addition.  Clear inexact exceptions and check for exact zero
27801         results afterwards.
27802         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27803         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
27804         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27805         * math/libm-test.inc (fma_test): Add more tests.
27806         (fma_test_towardzero): Likewise.
27807         (fma_test_downward): Likewise.
27808         (fma_test_upward): Likewise.
27809         * sysdeps/generic/math_private.h (default_libc_fesetround): New
27810         function.
27811         (libc_fesetround): New macro.
27812         (libc_fesetroundf): Likewise.
27813         (libc_fesetroundl): Likewise.
27814         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
27815         function.
27816         (libc_fesetround_387): Likewise.
27817         (libc_fesetroundf): New macro.
27818         (libc_fesetround): Likewise.
27819         (libc_fesetroundl): Likewise.
27820         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
27821         function.
27822         (libc_fesetroundf): New macro.
27823         (libc_fesetround): Likewise.
27824         (libc_fesetroundl): Likewise.
27825         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
27826         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
27827         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
27828         libm_hidden_ver.
27829         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
27830         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
27831         libm_hidden_def.
27832         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
27833         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
27834         libm_hidden_ver.
27835         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
27836         libm_hidden_def.
27837
27838         [BZ #3439]
27839         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
27840         integer constant usable in #if and use that to give value to enum
27841         constant.
27842         (FE_DIVBYZERO): Likewise.
27843         (FE_UNDERFLOW): Likewise.
27844         (FE_OVERFLOW): Likewise.
27845         (FE_INVALID): Likewise.
27846         (FE_INVALID_SNAN): Likewise.
27847         (FE_INVALID_ISI): Likewise.
27848         (FE_INVALID_IDI): Likewise.
27849         (FE_INVALID_ZDZ): Likewise.
27850         (FE_INVALID_IMZ): Likewise.
27851         (FE_INVALID_COMPARE): Likewise.
27852         (FE_INVALID_SOFTWARE): Likewise.
27853         (FE_INVALID_SQRT): Likewise.
27854         (FE_INVALID_INTEGER_CONVERSION): Likewise.
27855         (FE_TONEAREST): Likewise.
27856         (FE_TOWARDZERO): Likewise.
27857         (FE_UPWARD): Likewise.
27858         (FE_DOWNWARD): Likewise.
27859         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
27860         (FE_DIVBYZERO): Likewise.
27861         (FE_OVERFLOW): Likewise.
27862         (FE_UNDERFLOW): Likewise.
27863         (FE_INEXACT): Likewise.
27864         (FE_TONEAREST): Likewise.
27865         (FE_DOWNWARD): Likewise.
27866         (FE_UPWARD): Likewise.
27867         (FE_TOWARDZERO): Likewise.
27868         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
27869         (FE_UNDERFLOW): Likewise.
27870         (FE_OVERFLOW): Likewise.
27871         (FE_DIVBYZERO): Likewise.
27872         (FE_INVALID): Likewise.
27873         (FE_TONEAREST): Likewise.
27874         (FE_TOWARDZERO): Likewise.
27875         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
27876         (FE_OVERFLOW): Likewise.
27877         (FE_UNDERFLOW): Likewise.
27878         (FE_DIVBYZERO): Likewise.
27879         (FE_INEXACT): Likewise.
27880         (FE_TONEAREST): Likewise.
27881         (FE_TOWARDZERO): Likewise.
27882         (FE_UPWARD): Likewise.
27883         (FE_DOWNWARD): Likewise.
27884         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
27885         (FE_DIVBYZERO): Likewise.
27886         (FE_OVERFLOW): Likewise.
27887         (FE_UNDERFLOW): Likewise.
27888         (FE_INEXACT): Likewise.
27889         (FE_TONEAREST): Likewise.
27890         (FE_DOWNWARD): Likewise.
27891         (FE_UPWARD): Likewise.
27892         (FE_TOWARDZERO): Likewise.
27893
27894 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
27895
27896         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
27897
27898 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
27899
27900         * scripts/cross-test-ssh.sh (command): Use newlines to separate
27901         commands.  Quote $PWD.
27902         (blacklist_exports): Don't use remove_newlines.  Replace "declare
27903         -x" by "export".
27904         (remove_newlines): Remove.
27905
27906 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
27907
27908         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
27909         * stdlib/stdlib.h (atof): Moved to ...
27910         * include/bits/stdlib-float.h: Here.  New file.
27911         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
27912         * stdlib/bits/stdlib-float.h: New file.
27913         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
27914         -mno-sse -mno-mmx.
27915         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
27916         <xmmintrin.h>.
27917
27918 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27919
27920         * conform/conformtest.pl (@headers): Add fenv.h.
27921         * conform/data/fenv.h-data: New file.
27922         * include/fenv.h [_ISOMAC]: Disable all contents of file except
27923         include of <math/fenv.h>.
27924
27925         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
27926         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
27927         && !UNIX98].  Enables tests for XOPEN2K8.
27928         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
27929         POSIX2008]: Likewise.
27930
27931         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
27932         (struct rusage): Do not expect type or its members.
27933
27934         [BZ #3439]
27935         * math/math.h (FP_NAN): Define macro to integer constant usable in
27936         #if and use that to give value to enum constant.
27937         (FP_INFINITE): Likewise.
27938         (FP_ZERO): Likewise.
27939         (FP_SUBNORMAL): Likewise.
27940         (FP_NORMAL): Likewise.
27941
27942 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
27943
27944         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
27945         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
27946         arguments.
27947
27948 2012-11-02  Roland McGrath  <roland@hack.frob.com>
27949
27950         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
27951         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
27952         autoconf-time if not.
27953         * configure.in: Remove AC_PREREQ.
27954
27955 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27956
27957         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
27958         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
27959         of the internal implementation.
27960
27961 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27962
27963         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
27964         except include of <misc/sys/syslog.h>.
27965
27966 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
27967
27968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
27969         function returns with a NULL context exit with zero.
27970
27971 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27972
27973         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
27974
27975 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
27976
27977         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
27978         (run_program_cmd): This.
27979         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
27980         (tst_langinfo): New variable.  Use it.
27981
27982 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
27983
27984         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
27985         floating point opcodes.
27986
27987 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
27988
27989         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
27990         variable.
27991
27992         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
27993
27994         * sysdeps/mach/hurd/powerpc: Remove directory.
27995         * sysdeps/mach/powerpc: Likewise.
27996
27997 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
27998
27999         * scripts/check-local-headers.sh: Ignore c++ headers.
28000
28001 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28002
28003         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28004         __libc_cleanup_region_start argument.
28005
28006 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28007
28008         [BZ #14784]
28009         [BZ #14785]
28010         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28011         x * y using scaling, not as x * y + z.
28012         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28013         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28014         * math/libm-test.inc (fma_test): Add more tests.
28015         (fma_test_towardzero): Likewise.
28016         (fma_test_downward): Likewise.
28017         (fma_test_upward): Likewise.
28018
28019 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28020
28021         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28022
28023 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28024
28025         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28026         New variable.
28027
28028 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28029
28030         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28031
28032 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28033
28034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28035         Fix sort order.
28036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28037         Likewise.
28038
28039 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28040
28041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28042         Fix the order of the list for glibc 2.17.
28043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28044         Likewise.
28045
28046 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28047
28048         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28049
28050 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28051
28052         [BZ #14610]
28053         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28054         for low part of x being zero before using __atanl (y).
28055         * math/libm-test.inc (atan2_test): Add another test.
28056
28057         * manual/install.texi (Configuring and compiling): Document
28058         general use of test-wrapper and test-wrapper-env.
28059         * INSTALL: Regenerated.
28060
28061         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28062         (__fma): Do not extract and scale down low bits on after-rounding
28063         systems when result rounded to normal precision would have normal
28064         exponent.
28065         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28066         (__fmal): Do not extract and scale down low bits on after-rounding
28067         systems when result rounded to normal precision would have normal
28068         exponent.
28069         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28070         (__fmal): Do not extract and scale down low bits on after-rounding
28071         systems when result rounded to normal precision would have normal
28072         exponent.
28073         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28074         macro.
28075         (fma_test): Add more tests.
28076         (fma_test_towardzero): Likewise.
28077         (fma_test_downward): Likewise.
28078         (fma_test_upward): Likewise.
28079
28080 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28081
28082         * sysdeps/i386/tininess.h: Renamed to ...
28083         * sysdeps/x86/tininess.h: This.
28084         * sysdeps/x86_64/tininess.h: Removed.
28085
28086 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28087
28088         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28089         input.  Use $(build-program-cmd).
28090         ($(objpfx)tst-array1-static.out): Likewise.
28091         ($(objpfx)tst-array2.out): Likewise.
28092         ($(objpfx)tst-array3.out): Likewise.
28093         ($(objpfx)tst-array4.out): Likewise.
28094         ($(objpfx)tst-array5.out): Likewise.
28095         ($(objpfx)tst-array5-static.out): Likewise.
28096
28097 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28098
28099         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28100         if defined.
28101
28102         * nss/nsswitch.h (nss_interface_function): Provide new
28103         macro for use with NSS functions.
28104         * grp/initgroups.c: Use new macro.
28105         * nss/getXXbyYY.c: Likewise.
28106         * nss/getXXbyYY_r.c: Likewise.
28107         * nss/getXXent.c: Likewise.
28108         * nss/getXXent_r.c: Likewise.
28109         * sysdeps/posix/getaddrinfo.c: Likewise.
28110
28111 2012-10-30  Andreas Jaeger  <aj@suse.de>
28112
28113         * po/ru.po: Update Russion translation from translation project.
28114
28115 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28116
28117         [BZ #14152]
28118         [BZ #14783]
28119         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28120         result and shift together with sticky bit instead of replicating
28121         round-to-nearest rounding.
28122         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28123         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28124         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28125         missing underflow exceptions.
28126         (fma_test_towardzero): Add more tests.
28127         (fma_test_downward): Likewise.
28128         (fma_test_upward): Likewise.
28129
28130         [BZ #14047]
28131         * sysdeps/generic/tininess.h: New file.
28132         * sysdeps/i386/tininess.h: Likewise.
28133         * sysdeps/sh/tininess.h: Likewise.
28134         * sysdeps/x86_64/tininess.h: Likewise.
28135         * stdlib/tst-strtod-underflow.c: Likewise.
28136         * stdlib/tst-tininess.c: Likewise.
28137         * stdlib/strtod_l.c: Include <tininess.h>.
28138         (round_and_return): Do not set errno for exact underflow cases.
28139         Force an underflow exception when setting errno for underflow.
28140         Determine underflow based on rounding to normal precision if
28141         TININESS_AFTER_ROUNDING.
28142         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28143         ERANGE for exact underflow cases.
28144         * stdlib/Makefile (tests): Add tst-tininess and
28145         tst-strtod-underflow.
28146         ($(objpfx)tst-tininess): Use $(link-libm).
28147         ($(objpfx)tst-strtod-underflow): Likewise.
28148
28149 2012-10-30  Andreas Jaeger  <aj@suse.de>
28150
28151         [BZ#14767]
28152         * elf/Makefile (tests): Remove conditional for have-initfini-array
28153         since this is now always required and the variable does not exist
28154         anymore.
28155         (tests-static): Likewise.
28156         (modules-names): Likewise.
28157
28158         * po/eo.po: Add Esperanto translation from translation project.
28159
28160         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28161         merged with constructor/destructor.
28162         (init_array): Likewise.
28163         * elf/tst-array2dep.c (fini_array): Likewise.
28164         (init_array): Likewise.
28165
28166 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28167
28168         * manual/message.texi: Delete @cartouche tags.
28169
28170 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28171
28172         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28173         EOPNOTSUPP.
28174         * sysdeps/mach/hurd/fsync.c: Likewise.
28175
28176         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28177         [_POSIX_REALTIME_SIGNALS]: Change condition to
28178         [_POSIX_REALTIME_SIGNALS > 0].
28179
28180 2012-10-27  Andreas Jaeger  <aj@suse.de>
28181
28182         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28183         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28184         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28185         [__WORDSIZE != 64]: Likewise.
28186
28187 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28188
28189         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28190         *  iconvdata/tst-tables.sh: Likewise.
28191
28192 2012-10-25  David S. Miller  <davem@davemloft.net>
28193
28194         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28195         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28196         of strtoull.
28197
28198         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28199         ifunc-impl-list.c
28200         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28201         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28202         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28203         file.
28204
28205 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28206
28207         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28208         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28209         __getdirentries.
28210
28211 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28212             Jim Blandy  <jimb@codesourcery.com>
28213
28214         * scripts/cross-test-ssh.sh: New file.
28215         * manual/install.texi (Configuring and compiling): Document use of
28216         cross-test-ssh.sh.
28217         * INSTALL: Regenerated.
28218
28219 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28220
28221         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28222         EOPNOTSUPP.
28223
28224 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28225
28226         * Makeconfig (run-program-prefix): Fix comment.
28227
28228 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28229             Jim Blandy  <jimb@codesourcery.com>
28230
28231         * Makeconfig (test-wrapper): New variable,
28232         (test-wrapper-env): Likewise.
28233         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28234         (run-built-tests): Define to yes.
28235         (run-program-prefix): Use $(test-wrapper).
28236         (built-program-cmd): Likewise.
28237         * Rules (make-test-out): Use $(test-wrapper-env) and
28238         $(host-built-program-cmd).
28239         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28240         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28241         tst-pathopt.sh.
28242         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28243         $(test-wrapper-env) to tst-rtld-load-self.sh.
28244         ($(objpfx)order2.out): Use $(test-wrapper).
28245         ($(objpfx)tst-initorder.out): Likewise.
28246         ($(objpfx)tst-initorder2.out): Likewise.
28247         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28248         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28249         (test_wrapper_env): New variable.  Use it to run ld.so.
28250         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28251         Use it to run ld.so.
28252         (test_wrapper_env): Likewise.
28253         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28254         $(test-wrapper) to run-iconv-test.sh.
28255         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28256         (ICONV): Use $test_wrapper.
28257         * posix/Makefile ($(objpfx)globtest.out): Pass
28258         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28259         globtest.sh, not $(run-program-prefix).
28260         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28261         (test_wrapper): Likewise.
28262         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28263         set together with run_via_rtld_prefix.
28264         (run_program_prefix): Define in terms of test_wrapper and
28265         run_via_rtld_prefix.
28266
28267 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28268
28269         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28270         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28271         Targets removed.
28272
28273         [BZ #14743]
28274         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28275         Declare __clock_getres, __clock_gettime, __clock_settime,
28276         __clock_nanosleep, and __clock_getcpuclockid.
28277         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28278         Remove librt_hidden_def (clock_gettime).
28279         * sysdeps/unix/clock_gettime.c: Likewise.
28280         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28281         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28282         * rt/clock_getres.c: Define __clock_getres as an alias.
28283         * sysdeps/posix/clock_getres.c: Likewise.
28284         * rt/clock_settime.c: Define __clock_settime as an alias.
28285         * sysdeps/unix/clock_settime.c: Likewise.
28286         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28287         * sysdeps/unix/clock_nanosleep.c: Likewise.
28288         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28289         * rt/clock-compat.c: New file.
28290         * rt/Makefile (librt-routines): Add clock-compat and move
28291         $(clock-routines) to ...
28292         (routines): ... here, new variable.
28293         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28294         Don't add get_clockfreq here.
28295         * rt/Versions (libc: GLIBC_2.17): New version set.
28296         Add clock_* symbols here.
28297         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28298         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28299         (GLIBC_2.17): Add clock_* symbols.
28300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28301         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28302         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28304         Likewise.
28305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28306         Likewise.
28307         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28308         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28309         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28311         * NEWS: Mention the move.
28312
28313         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28314         Use __open, __read, __close rather than their public counterparts.
28315         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28316         (__get_clockfreq_via_cpuinfo): Likewise.
28317         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28318         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28319
28320         * config.h.in (HAVE_IFUNC): New #undef.
28321         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28322         was successful.
28323         * configure: Regenerated.
28324
28325 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28326
28327         * configure.in: Move READELF check to start of file.
28328         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28329         libc_cv_asm_gnu_indirect_function in the process.
28330         * configure: Regenerated.
28331
28332 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28333
28334         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28335         send the output to /dev/null.
28336         (libc_cv_cc_with_libunwind): Likewise.
28337         (libc_cv_as_noexecstack): Likewise.
28338         * configure: Regenerate.
28339
28340 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28341
28342         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28343
28344         * posix/globtest.sh (TMPDIR): Do not set.
28345         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28346         (testout): Likewise.
28347
28348 2012-10-24  Andreas Jaeger  <aj@suse.de>
28349
28350         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28351         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28352         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28353         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28354         posix_fadvise64, posix_fallocate64.
28355
28356         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28357         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28358         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28359         Likewise.
28360         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28361         Likewise.
28362         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28363
28364         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28365         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28366         <bits/fcntl-linux.h>.
28367         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28368
28369         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28370         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28371         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28372         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28373         [__WORDSIZE != 64]: Likewise.
28374
28375 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28376
28377         * Makeconfig (run-built-tests): New variable.
28378         * Rules [$(cross-compiling) = yes]: Change condition to
28379         [$(run-built-tests) = no].
28380         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28381         to [$(run-built-tests) = yes].
28382         * elf/Makefile [$(cross-compiling) = no]: Likewise
28383         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28384         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28385         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28386         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28387         * io/Makefile [$(cross-compiling) = no]: Likewise.
28388         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28389         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28390         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28391         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28392         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28393         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28394         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28395         * string/Makefile [$(cross-compiling) = no]: Likewise.
28396
28397         * posix/Makefile ($(objpfx)globtest.out): Pass
28398         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28399         $(rtld-installed-name).
28400         * posix/globtest.sh (elf_objpfx): Remove variable.
28401         (rtld_installed_name): Likewise.
28402         (library_path): Likewise.
28403         (run_program_prefix): New variable.  Use for running globtest
28404         binary.
28405
28406 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28407             Joseph Myers  <joseph@codesourcery.com>
28408
28409         * Makeconfig (host-built-program-cmd): New variable.
28410         * elf/Makefile (tst-stackguard1-ARGS): Use
28411         $(host-built-program-cmd).
28412         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
28413         (tst-spawn-ARGS): Likewise.
28414         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
28415
28416 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28417             Jim Blandy  <jimb@codesourcery.com>
28418
28419         * Makeconfig (run-via-rtld-prefix): New variable.
28420         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
28421         (built-program-cmd): Likewise.
28422
28423 2012-10-22  Andreas Jaeger  <aj@suse.de>
28424
28425         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
28426         __O_RSYNC if it exists, otherwise to O_SYNC.
28427
28428 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
28429             Joseph Myers  <joseph@codesourcery.com>
28430
28431         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
28432         /dev/null.
28433         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
28434         from /dev/null
28435         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
28436         /dev/null.
28437
28438 2012-10-22  Andreas Jaeger  <aj@suse.de>
28439
28440         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
28441         Define always.
28442         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
28443
28444         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28445         bits/fcntl-linux.h.
28446
28447         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
28448         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
28449
28450         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
28451         to __O_LARGEFILE.
28452         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
28453         to __O_LARGEFILE.
28454
28455 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
28456             Joseph Myers  <joseph@codesourcery.com>
28457
28458         * config.make.in (NM): New variable.
28459
28460 2012-10-21  Andreas Jaeger  <aj@suse.de>
28461
28462         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
28463         definitions and declarations that are provided by
28464         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28465
28466 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28467
28468         [BZ #14683]
28469         * elf/Makefile (tests-static): Add tst-leaks1-static.
28470         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
28471         ($(objpfx)tst-leaks1-static): New rule.
28472         ($(objpfx)tst-leaks1-static-mem): Likewise.
28473         (tst-leaks1-static-ENV): New macro.
28474         * elf/dl-open.c (dl_open_worker): Check the main application
28475         only if SHARED is defined.
28476         * elf/tst-leaks1-static.c: New file.
28477
28478 2012-10-20  Andreas Jaeger  <aj@suse.de>
28479
28480         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
28481         generic values for Linux.
28482         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
28483         and declarations that are provided by <bits/fcntl-linux.h> and
28484         include <bits/fcntl-linux.h>.
28485         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
28486         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
28487
28488 2012-10-20  Roland McGrath  <roland@hack.frob.com>
28489
28490         * io/fcntl.h: Move include of <bits/types.h> to the top and
28491         include it unconditionally.
28492
28493 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28494
28495         * wcsmbs/Makefile (tests-ifunc): New variable.
28496         (tests): Add $(tests-ifunc).
28497         * wcsmbs/test-wcschr-ifunc.c: New file.
28498         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
28499         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
28500         * wcsmbs/test-wcslen-ifunc.c: Likewise.
28501         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
28502         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
28503
28504         * string/Makefile (tests-ifunc): New variable.
28505         (tests): Add $(tests-ifunc).
28506         * string/test-memccpy.c (TEST_NAME): New macro.
28507         * string/test-memchr.c (TEST_NAME): Likewise.
28508         * string/test-memcmp.c (TEST_NAME): Likewise.
28509         * string/test-memcpy.c (TEST_NAME): Likewise.
28510         * string/test-memmem.c (TEST_NAME): Likewise.
28511         * string/test-memmove.c (TEST_NAME): Likewise.
28512         * string/test-memset.c (TEST_NAME): Likewise.
28513         * string/test-rawmemchr.c (TEST_NAME): Likewise.
28514         * string/test-stpcpy.c (TEST_NAME): Likewise.
28515         * string/test-stpncpy.c (TEST_NAME): Likewise.
28516         * string/test-strcasecmp.c (TEST_NAME): Likewise.
28517         * string/test-strcasestr.c (TEST_NAME): Likewise.
28518         * string/test-strcat.c (TEST_NAME): Likewise.
28519         * string/test-strchr.c (TEST_NAME): Likewise.
28520         * string/test-strcmp.c(TEST_NAME): Likewise.
28521         * string/test-strcpy.c (TEST_NAME): Likewise.
28522         * string/test-strcspn.c (TEST_NAME): Likewise.
28523         * string/test-strlen.c (TEST_NAME): Likewise.
28524         * string/test-strncasecmp.c (TEST_NAME): Likewise.
28525         * string/test-strncmp.c (TEST_NAME): Likewise.
28526         * string/test-strncpy.c (TEST_NAME): Likewise.
28527         * string/test-strnlen.c (TEST_NAME): Likewise.
28528         * string/test-strpbrk.c (TEST_NAME): Likewise.
28529         * string/test-strrchr.c (TEST_NAME): Likewise.
28530         * string/test-strspn.c (TEST_NAME): Likewise.
28531         * string/test-strstr.c (TEST_NAME): Likewise.
28532         * string/test-bcopy-ifunc.c: New file.
28533         * string/test-bzero-ifunc.c: Likewise.
28534         * string/test-memccpy-ifunc.c: Likewise.
28535         * string/test-memchr-ifunc.c: Likewise.
28536         * string/test-memcmp-ifunc.c: Likewise.
28537         * string/test-memcpy-ifunc.c: Likewise.
28538         * string/test-memmem-ifunc.c: Likewise.
28539         * string/test-memmove-ifunc.c: Likewise.
28540         * string/test-mempcpy-ifunc.c: Likewise.
28541         * string/test-memset-ifunc.c: Likewise.
28542         * string/test-rawmemchr-ifunc.c: Likewise.
28543         * string/test-stpcpy-ifunc.c: Likewise.
28544         * string/test-stpncpy-ifunc.c: Likewise.
28545         * string/test-strcasecmp-ifunc.c: Likewise.
28546         * string/test-strcasestr-ifunc.c: Likewise.
28547         * string/test-strcat-ifunc.c: Likewise.
28548         * string/test-strchr-ifunc.c: Likewise.
28549         * string/test-strchrnul-ifunc.c: Likewise.
28550         * string/test-strcmp-ifunc.c: Likewise.
28551         * string/test-strcpy-ifunc.c: Likewise.
28552         * string/test-strcspn-ifunc.c: Likewise.
28553         * string/test-strlen-ifunc.c: Likewise.
28554         * string/test-strncasecmp-ifunc.c: Likewise.
28555         * string/test-strncat-ifunc.c: Likewise.
28556         * string/test-strncmp-ifunc.c: Likewise.
28557         * string/test-strncpy-ifunc.c: Likewise.
28558         * string/test-strnlen-ifunc.c: Likewise.
28559         * string/test-strpbrk-ifunc.c: Likewise.
28560         * string/test-strrchr-ifunc.c: Likewise.
28561         * string/test-strspn-ifunc.c: Likewise.
28562         * string/test-strstr-ifunc.c: Likewise.
28563
28564         * debug/Makefile (tests-ifunc): New variable.
28565         (tests): Add $(tests-ifunc).
28566         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
28567         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
28568         * debug/test-stpcpy_chk-ifunc.c: New file.
28569         * debug/test-strcpy_chk-ifunc.c: Likewise.
28570
28571 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28572
28573         [BZ #13601]
28574         * elf/dl-load.c (open_verify): Retry read if the entire ELF
28575         header is not read in.
28576
28577 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
28578
28579         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
28580         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
28581         directly.  Pass built executable to script as
28582         $(built-program-cmd).
28583         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
28584         $testprogram without using LD_LIBRARY_PATH and $ldso.
28585
28586         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
28587         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
28588         $(rtld-installed-name).
28589         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
28590         (rtld_installed_name): Likewise.
28591         (library_path): Likewise.
28592         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
28593         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
28594         $(run-program-prefix) to tst-tables.sh.
28595         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
28596         it to run tst-table-from and tst-table-to.
28597         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
28598         Pass it to tst-table.sh.
28599         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
28600         $(run-program-prefix) to tst-gettext.sh.
28601         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
28602         tst-translit.sh.
28603         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
28604         tst-gettext2.sh.
28605         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
28606         to run tst-gettext.
28607         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
28608         to run tst-gettext2.
28609         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
28610         to run tst-translit.
28611         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
28612         $(run-program-prefix) to tst-mtrace.sh.
28613         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
28614         to run tst-mtrace.
28615         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
28616         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
28617         $(rtld-installed-name).
28618         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
28619         (rtld_installed_name): Likewise.
28620         (run_program_prefix): New variable.  Use it to run wordexp-test.
28621
28622         * Makeconfig (ARCH): Remove all definitions.
28623         (machine): Likewise.
28624         [ARCH]: Remove conditional code.
28625         [!objdir]: Give error.
28626         [!objdir] (objpfx): Remove.
28627         [!objdir] (common-objpfx): Likewise.
28628         [!objdir] (common-objdir): Likewise.
28629         * configure.in (config_makefile): Remove.  Hardcode Makefile in
28630         AC_CONFIG_FILES call.
28631         * configure: Regenerated.
28632
28633         [BZ #13888]
28634         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
28635         or TMPDIR.
28636         (testout): Likewise.
28637
28638         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
28639         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
28640         $(rtld-installed-name).
28641         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
28642         (rtld_installed_name): Likwise.
28643         (runit): Remove function.
28644         (run_getconf): New variable,  Use it for running getconf binary.
28645
28646 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
28647
28648         [BZ #14716]
28649         * string/test-memmem.c (check_result): New function.
28650         (do_one_test): Use it.
28651         (check1): New function.
28652         (test_main): Use it.
28653
28654 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
28655
28656         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
28657
28658 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
28659
28660         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
28661         (_G_LSEEK64): Likewise.
28662         (_G_MMAP64): Likewise.
28663         (_G_FSTAT64): Likewise.
28664         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
28665         (_G_LSEEK64): Likewise.
28666         (_G_MMAP64): Likewise.
28667         (_G_FSTAT64): Likewise.
28668         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
28669         unconditional.  Call __mmap64 directly.
28670         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
28671         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
28672         __lseek64 directly.
28673         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
28674         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
28675         __mmap64 directly.
28676         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
28677         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28678         __lseek64 directly.
28679         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
28680         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28681         __lseek64 directly.
28682         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
28683         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
28684         __lseek64 directly.
28685         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
28686         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
28687         __fxstat64 directly.
28688         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
28689         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
28690         unconditional.
28691         (freopen64) [!_G_OPEN64]: Remove conditional code.
28692         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
28693         unconditional.
28694         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
28695         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
28696         unconditional.
28697         (ftello64) [!_G_LSEEK64]: Remove conditional code.
28698         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
28699         unconditional.
28700         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28701         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
28702         unconditional.
28703         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
28704         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
28705         unconditional.
28706         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28707         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
28708         unconditional.
28709         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28710         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
28711         unconditional.
28712         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28713
28714 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28715
28716         [BZ #12140]
28717         * manual/memory.texi (Malloc Tunable Parameters): Add note
28718         about free list pointers overwriting some perturb bytes.
28719         Wording suggested by Roland McGrath.
28720
28721 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
28722
28723         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
28724         (lgamma_test): Likewise.
28725         (tgamma_test): Likewise.
28726
28727 2012-10-16  Florian Weimer  <fweimer@redhat.com>
28728
28729         [BZ #14700]
28730         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
28731         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
28732
28733 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
28734
28735         * NEWS: Mention BZ #14716.
28736         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
28737         when removing AVAILABLE1_USES_J macro.
28738
28739 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
28740
28741         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
28742         (__bswap_64): __uint64_t for unsigned 64-bit int.
28743
28744 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
28745
28746         * include/string.h (memmem): Declare libc hidden alias.
28747         * string/memmem.c (memmem): Define libc hidden alias.
28748         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
28749         __read, __close instead of open, read, close.
28750
28751 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
28752
28753         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
28754         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
28755         global and hidden.
28756         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
28757         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
28758         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
28759         Likewise.
28760         (__rawmemchr_sse2): Likewise.
28761         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
28762         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
28763         (__strchr_sse2): Likewise.
28764         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
28765         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
28766         (__strcasecmp_sse2): Likewise.
28767         (__strncasecmp_sse2): Likewise.
28768         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
28769         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
28770         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
28771         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
28772         (__strrchr_sse2): Likewise.
28773         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
28774         ifunc-impl-list.c.
28775         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
28776         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
28777         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
28778         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
28779         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
28780         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
28781         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28782         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28783         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
28784         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
28785         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
28786         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
28787         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
28788         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
28789         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
28790         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
28791         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
28792         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
28793         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
28794         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
28795         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
28796         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
28797         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
28798         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28799         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
28800         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28801         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
28802         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
28803         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
28804         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
28805
28806         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
28807         global and hidden.
28808         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
28809         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
28810         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
28811         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
28812         Likewise.
28813         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
28814         Likewise.
28815         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
28816         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
28817         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
28818         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
28819         ifunc-impl-list.c.
28820         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28821         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28822         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28823         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28824         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28825         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28826         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28827         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28828         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28829         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28830         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28831         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28832         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28833         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
28834         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
28835         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28836         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
28837         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
28838         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28839         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28840         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28841         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28842         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28843         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28844         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28845         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
28846         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
28847         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
28848         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
28849         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28850         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
28851         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28852         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28853         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
28854         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28855         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28856         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28857         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28858         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28859         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28860         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
28861
28862         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
28863         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
28864         * include/ifunc-impl-list.h: New file.
28865         * misc/ifunc-impl-list.c: Likewise.
28866         * misc/Makefile (routines): Add ifunc-impl-list.
28867         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
28868         * string/test-string.h: Include <ifunc-impl-list.h>.
28869         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
28870         TEST_NAME]: New variables.
28871         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
28872         are defined.
28873         (test_init): Call __libc_ifunc_impl_list to initialize
28874         func_list if TEST_IFUNC and TEST_NAME are defined.
28875
28876         * string/Makefile (strop-tests): Add bcopy and bzero.
28877         * string/test-bcopy.c: New file.
28878         * string/test-bzero.c: Likewise.
28879         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
28880         defined.
28881         * string/test-memset.c: Support bzero test if TEST_BZERO is
28882         defined.
28883         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
28884         __libc_memmove.
28885         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
28886         __libc_memset.
28887         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
28888         of memset.
28889
28890 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
28891
28892         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
28893         * configure: Regenerated.
28894
28895         * Makeconfig (+link-static-before-libc): Don't include
28896         $(link-static-libc).
28897
28898         * libio/libio.h (_IO_pos_t): Remove.
28899
28900 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28901
28902         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
28903         McGrath.
28904
28905 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28906
28907         * crypt/crypt-entry.c: Include fips-private.h.
28908         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
28909         * crypt/md5c-test.c (main): Tolerate disabled MD5.
28910         * sysdeps/unix/sysv/linux/fips-private.h: New file.
28911         * sysdeps/generic/fips-private.h: New file, dummy fallback.
28912
28913 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28914
28915         * crypt/crypt-private.h: Include stdbool.h.
28916         (_ufc_setup_salt_r): Return bool.
28917         * crypt/crypt-entry.c: Include errno.h.
28918         (__crypt_r): Return NULL with EINVAL for bad salt.
28919         * crypt/crypt_util.c (bad_for_salt): New.
28920         (_ufc_setup_salt_r): Check that salt is long enough and within
28921         the specified alphabet.
28922         * crypt/badsalttest.c: New file.
28923         * crypt/Makefile (tests): Add it.
28924         ($(objpfx)badsalttest): New.
28925
28926 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
28927
28928         * NEWS: Add entry for BZ #14602.
28929
28930 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28931
28932         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
28933         type-generic.
28934         * math/libm-test.inc: Update comment listing what functions and
28935         macros are tested.
28936         (isgreater_test): New function.
28937         (isgreaterequal_test): Likewise.
28938         (isless_test): Likewise.
28939         (islessequal_test): Likewise.
28940         (islessgreater_test): Likewise.
28941         (isunordered_test): Likewise.
28942         (main): Call the new functions.
28943
28944 2012-10-09  Roland McGrath  <roland@hack.frob.com>
28945
28946         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
28947         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
28948         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
28949         * sysdeps/i386/configure: Regenerated.
28950         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
28951         * sysdeps/mach/configure: Regenerated.
28952         * sysdeps/mach/hurd/configure: Regenerated.
28953         * sysdeps/powerpc/configure: Regenerated.
28954         * sysdeps/powerpc/powerpc32/configure: Regenerated.
28955         * sysdeps/powerpc/powerpc64/configure: Regenerated.
28956         * sysdeps/s390/s390-32/configure: Regenerated.
28957         * sysdeps/s390/s390-64/configure: Regenerated.
28958         * sysdeps/sh/configure: Regenerated.
28959         * sysdeps/sparc/configure: Regenerated.
28960         * sysdeps/unix/sysv/linux/configure: Regenerated.
28961         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
28962         * sysdeps/x86_64/configure: Regenerated.
28963
28964         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
28965         defined.  Don't check if MAP is NULL.
28966
28967 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28968
28969         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
28970         (_G_stat64): Likewise.
28971         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
28972         (_G_stat64): Likewise.
28973         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
28974         instead of struct _G_stat64.
28975         * libio/fileops.c (mmap_remap_check): Likewise.
28976         (decide_maybe_mmap): Likewise.
28977         (_IO_new_file_seekoff): Likewise.
28978         (_IO_file_stat): Likewise.
28979         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
28980         _G_off64_t.
28981         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
28982         instead of struct _G_stat64.
28983         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
28984
28985 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
28986
28987         [BZ #14602]
28988         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
28989         Replace with ...
28990         (CHECK_EOL): New macro.
28991         (two_way_short_needle): Check beginning of haystack for EOL.  Use
28992         CHECK_EOL.
28993         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
28994         Replace with CHECK_EOL.
28995         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
28996         Replace with CHECK_EOL.
28997
28998 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
28999
29000         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29001         type-generic.
29002         * math/libm-test.inc: Update comment listing what functions and
29003         macros are tested.
29004         (finite_test): New function.
29005         (isinf_test): Likewise.
29006         (isnan_test): Likewise.
29007         (fpclassify_test): Test subnormal input.
29008         (isfinite_test): Likewise.
29009         (isnormal_test): Likewise.
29010         (main): Call the new functions.
29011
29012 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29013
29014         [BZ #14660]
29015         * Makerules (%.dynsym): Force C locale when running
29016         $(OBJDUMP) --dynamic-syms.
29017
29018 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29019
29020         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29021         <stdint.h>.
29022
29023 2012-10-06  David S. Miller  <davem@davemloft.net>
29024
29025         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29026         upper 32-bits of the length value in %o2 since we use branch-on-register
29027         tests which consider the entire 64-bit register.
29028
29029 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29030
29031         * string/test-strstr.c (check2): Add a test for page boundary.
29032
29033 2012-10-05  David S. Miller  <davem@davemloft.net>
29034
29035         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29036         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29037         file.
29038         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29039         sysdep_routines.
29040         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29041         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29042         and bzero when HWCAP_SPARC_CRYPTO is present.
29043
29044 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29045
29046         [BZ #14602]
29047         * string/test-strstr.c (check2): New function.
29048         (test_main): Call check2.
29049
29050         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29051         and bug-strchr1.
29052         * string/bug-strcasestr1.c (do_test): Moved to ...
29053         * string/test-strcasestr.c (check1): Here.  New function.
29054         (do_one_test): Break out result checking code into ...
29055         (check_result): This.  New function.
29056         (do_one_test): Call check_result.
29057         (test_main): Call check1.
29058         * string/bug-strchr1.c (do_test): Moved to ...
29059         * string/test-strchr.c (check1): Here.  New function.
29060         (do_one_test): Break out result checking code into ...
29061         (check_result): This.  New function.
29062         (do_one_test): Call check_result.
29063         (test_main): Call check1.
29064         * string/bug-strstr1.c (main): Moved to ...
29065         * string/test-strstr.c (check1): Here.  New function.
29066         (do_one_test): Break out result checking code into ...
29067         (check_result): This.  New function.
29068         (do_one_test): Call check_result.
29069         (test_main): Call check1.
29070         * string/bug-strcasestr1.c: Removed.
29071         * string/bug-strchr1.c: Likewise.
29072         * string/bug-strstr1.c: Likewise.
29073
29074         * elf/Makefile (dl-routines): Add hwcaps.
29075         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29076         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29077         (_dl_important_hwcaps): Moved to ...
29078         * elf/dl-hwcaps.c: Here.  New file.
29079         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29080
29081         [BZ #14557]
29082         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29083         if IS_IN_rtld isn't defined.
29084
29085         * elf/dl-support.c (_dl_sysinfo_map): New.
29086         Include "get-dynamic-info.h" and "setup-vdso.h".
29087         (_dl_non_dynamic_init): Call setup_vdso.
29088         * elf/dynamic-link.h: Don't include <assert.h>.
29089         (elf_get_dynamic_info): Moved to ...
29090         * elf/get-dynamic-info.h: Here.  New file.
29091         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29092         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29093         * elf/setup-vdso.h: Here.  New file.
29094         * elf/rtld.c: Include "setup-vdso.h".
29095         (dl_main): Call setup_vdso.
29096
29097 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29098
29099         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29100         creal in comment listing functions tested.  List finite, isinf,
29101         isnan, isless, islessequal, isgreater, isgreaterequal,
29102         islessgreater, isunordered, lgamma_r and pow10 as functions and
29103         macros not tested.  Mention which functions not tested are aliases
29104         for other functions.  Fix typo.  Note that signs of NaNs are not
29105         tested.
29106
29107         * scripts/config.guess: Update from config.git.
29108         * scripts/config.sub: Likewise.
29109
29110 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29111
29112         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29113         * misc/madvise.c (madvise): Renamed to __madvise.
29114         Make madvise a weak alias.
29115         * include/sys/mman.h: Declare __madvise.
29116         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29117         * sysdeps/unix/syscalls.list
29118         (madvise): Make __madvise the strong name, and madvise a weak alias.
29119         * sysdeps/unix/sysv/linux/syscalls.list
29120         (madvise, mmap): Remove redundant entries.
29121         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29122         * malloc/malloc.c (mtrim): Likewise.
29123         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29124
29125 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29126
29127         * sysdeps/mach/hurd/dl-cache.c: File removed.
29128         * config.h.in (USE_LDCONFIG): New #undef.
29129         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29130         * configure: Regenerated.
29131         * elf/Makefile (dl-routines): Add dl-cache only under
29132         [$(use-ldconfig) = yes].
29133         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29134         cache on [USE_LDCONFIG].
29135         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29136         [USE_LDCONFIG].
29137         * elf/rtld.c (dl_main): Likewise.
29138
29139 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29140
29141         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29142         _SC_LEVEL4_CACHE_LINESIZE.
29143
29144 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29145
29146         * sysdeps/unix/bsd/confstr.h: File removed.
29147
29148 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29149
29150         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29151         sys/sdt-config.h.
29152
29153 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29154
29155         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29156         Make 'mapoff' field ElfW(Off) rather than off_t.
29157
29158 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29159
29160         * nscd/Makefile: Remove nscd-cflags and all its users.
29161         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29162         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29163
29164         [BZ #10631]
29165         * malloc.c (malloc_printerr): Clarify error message.
29166
29167 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29168
29169         [BZ #14648]
29170         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29171         Set bit_FMA_Usable if FMA is supported.
29172         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29173         macro.
29174         (bit_FMA4_Usable): Updated.
29175         (index_FMA_Usable): New macro.
29176         (CPUID_FMA): Likewise
29177         (HAS_FMA): Defined with bit_FMA_Usable.
29178
29179 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29180
29181         * bits/types.h (__swblk_t): Type removed.
29182         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29183         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29184         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29185         (__SWBLK_T_TYPE): Likewise.
29186         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29187         (__SWBLK_T_TYPE): Likewise.
29188         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29189         (__SWBLK_T_TYPE): Likewise.
29190         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29191         (__SWBLK_T_TYPE): Likewise.
29192
29193 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29194             Honza Horak <hhorak@redhat.com>
29195
29196         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29197         (xdr_mapname): Use YPMAXMAP as maxsize.
29198         (xdr_peername): Use YPMAXPEER as maxsize.
29199         (xdr_keydat): Use YPAXRECORD as maxsize.
29200         (xdr_valdat): Use YPMAXRECORD as maxsize.
29201
29202 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29203
29204         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29205
29206         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29207         * csu/init-first.c: ... here.
29208         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29209         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29210         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29211         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29212         * sysdeps/i386/init-first.c: File removed.
29213         * sysdeps/sh/init-first.c: File removed.
29214
29215 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29216
29217         [BZ #14645]
29218         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29219         if x * y might underflow to zero and z is zero.
29220         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29221         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29222         * math/libm-test.inc (min_subnorm_value): New variable.
29223         (fma_test): Add more tests.
29224         (fma_test_towardzero): Likewise.
29225         (fma_test_downward): Likewise
29226         (fma_test_upward): Likewise.
29227         (initialize): Set min_subnorm_value.
29228
29229 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29230
29231         [BZ #14638]
29232         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29233         0 + 0.
29234         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29235         mode for addition resulting in exact zero.
29236         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29237         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29238         exact 0 + 0.
29239         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29240         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29241         * math/libm-test.inc (fma_test): Add more tests.
29242         (fma_test_towardzero): New function.
29243         (fma_test_downward): Likewise.
29244         (fma_test_upward): Likewise.
29245         (main): Call the new functions.
29246
29247 2012-09-28  David S. Miller  <davem@davemloft.net>
29248
29249         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29250
29251 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29252
29253         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29254         instead of SIGALRM.
29255
29256         * sysdeps/gnu/_G_config.h: Moved to ...
29257         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29258         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29259         * sysdeps/generic/_G_config.h: ... here.
29260
29261         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29262
29263         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29264
29265         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29266         Conditionalize target on [libnss_test1.so-version].
29267
29268         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29269
29270         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29271         (elfobjdir): Move out of conditionals.
29272
29273         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29274         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29275         (__nss_lookup_function): Conditionalize label remove_from_tree on
29276         [!DO_STATIC_NSS || SHARED], matching its only use.
29277
29278 2012-09-28  David S. Miller  <davem@davemloft.net>
29279
29280         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29281         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29282         file.
29283         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29284         sysdep_routines.
29285         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29286         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29287         when HWCAP_SPARC_CRYPTO is present.
29288
29289 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29290
29291         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29292
29293 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29294
29295         [BZ #6530]
29296         * stdio-common/vfprintf.c (process_string_arg): Revert
29297         2000-07-22 change.
29298
29299 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29300
29301         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29302         for testcase.
29303         * stdio-common/tst-sprintf.c: Include <locale.h>
29304         (main): Test sprintf's handling of incomplete multibyte
29305         characters.
29306
29307 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29308
29309         * elf/dl-runtime.c (VERSYMIDX): Removed.
29310         * elf/dl-version.c (VERSYMIDX): Likewise.
29311         * elf/do-rel.h (VERSYMIDX): Likewise.
29312         (VALIDX): Likewise.
29313         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29314         * elf/rtld.c (VALIDX): Likewise.
29315         (ADDRIDX): Likewise.
29316         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29317         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29318         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29319         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29320         (VALIDX): Likewise.
29321         (ADDRIDX): Likewise.
29322
29323 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29324
29325         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29326
29327 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29328
29329         [BZ #11438]
29330         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29331         to global scope.
29332         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29333         addresses are in the same scope as 192.0.2/24.
29334         * posix/gai.conf: Document new scope table defaults.
29335
29336 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29337
29338         [BZ #5298]
29339         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29340         for ftell.  Compute offsets from write pointers instead.
29341         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29342
29343 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29344
29345         [BZ #14543]
29346         * libio/Makefile (tests): New test case tst-fseek.
29347         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29348         combination works in wide mode.
29349         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29350         state when the external buffer state changes.
29351
29352 2012-09-27  David S. Miller  <davem@davemloft.net>
29353
29354         [BZ #14376]
29355         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29356         pass reloc->r_addend in as the 'high' argument to
29357         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29358
29359         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29360
29361 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29362
29363         * rt/tst-aio2.c: Include <pthread.h>.
29364         * rt/tst-aio3.c: Likewise.
29365
29366 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29367
29368         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29369
29370 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29371
29372         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29373         contents on [SHARED].
29374
29375 2012-09-26  Marek Polacek  <polacek@redhat.com>
29376
29377         [BZ #14530]
29378         [BZ #13741]
29379         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29380         for C++ and GCC <4.3 as well as for non GCC compilers.
29381
29382 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29383
29384         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29385
29386 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29387
29388         * Makefile.in (all, install): Declare with .PHONY.
29389         Reported by Michael Hope <michael.hope@linaro.org>.
29390
29391 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29392
29393         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29394         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29395         system header.
29396         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29397         Likewise.
29398         (sydep_routines): Add the new and the internal functions.
29399         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29400         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29402         (GLIBC_2.17): Add the new function.
29403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29404         (GLIBC_2.17): Likewise.
29405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29406         (GLIBC_2.17): Likewise.
29407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
29408         (GLIBC_2.17): Likewise.
29409         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
29410
29411 2012-09-25  Alan Modra  <amodra@gmail.com>
29412
29413         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
29414         Add release barrier before setting once_control to say
29415         initialisation is done.  Add hints on lwarx.  Use macro in
29416         place of isync.
29417         (clear_once_control): Add release barrier.
29418
29419 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29420
29421         [BZ #13629]
29422         * math/s_clog.c (__clog): Handle more values close to |z| = 1
29423         specially.
29424         * math/s_clog10.c (__clog10): Likewise.
29425         * math/s_clog10f.c (__clog10f): Likewise.
29426         * math/s_clog10l.c (__clog10l): Likewise.
29427         * math/s_clogf.c (__clogf): Likewise.
29428         * math/s_clogl.c (__clogl): Likewise.
29429         * math/Makefile (libm-calls): Add x2y2m1.
29430         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
29431         (__x2y2m1): Likewise.
29432         (__x2y2m1l): Likewise.
29433         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
29434         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
29435         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
29436         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
29437         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
29438         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
29439         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
29440         * sysdeps/i386/fpu/libm-test-ulps: Update.
29441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29442
29443         [BZ #14621]
29444         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
29445         int as type of variable DEPTH.
29446         (glob): Use size_t instead of int as type of variables NEWCOUNT
29447         and OLD_PATHC.
29448
29449 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29450
29451         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
29452         Add s_sincosf-sse2.
29453         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
29454         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
29455         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
29456         macros for using routine as __sincosf_ia32.
29457         Use macro for function declaration and weak_alias.
29458         * sysdeps/i386/fpu/libm-test-ulps: Update.
29459
29460         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
29461         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29462
29463         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
29464         subnormal argument.
29465         * math/s_cexpf.c (__cexpf): Likewise.
29466         * math/s_csinf.c (__csinf): Likewise.
29467         * math/s_csinhf.c (__csinhf): Likewise.
29468         * math/s_ctanf.c (__ctanf): Likewise.
29469         * math/s_ctanhf.c (__ctanhf): Likewise.
29470         * math/s_ccosh.c (__ccoshf): Likewise.
29471         * math/s_cexp.c (__cexpl): Likewise.
29472         * math/s_csin.c (__csin): Likewise.
29473         * math/s_csinh.c (__csinh): Likewise.
29474         * math/s_ctan.c (__ctan): Likewise.
29475         * math/s_ctanh.c (ctanh): Likewise.
29476         * math/s_ccoshl.c (__ccoshl): Likewise.
29477         * math/s_cexpl.c (__cexpl): Likewise.
29478         * math/s_csinl.c (__csinl): Likewise.
29479         * math/s_csinhl.c (__csinhl): Likewise.
29480         * math/s_ctanl.c (__ctanl): Likewise.
29481         * math/s_ctanhl.c (__ctanhl): Likewise.
29482
29483 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29484
29485         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
29486         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
29487         (_IO_off_t): Define to __off_t, not _G_off_t.
29488         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
29489         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
29490         (_IO_wint_t): Define to wint_t, not _G_wint_t.
29491         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
29492         type of __dummy and __dummy2 fields.
29493         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
29494         (_G_ssize_t): Likewise.
29495         (_G_off_t): Likewise.
29496         (_G_pid_t): Likewise.
29497         (_G_uid_t): Likewise.
29498         (_G_wchar_t): Likewise.
29499         (_G_wint_t): Likewise.
29500         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
29501         (_G_ssize_t): Likewise.
29502         (_G_off_t): Likewise.
29503         (_G_pid_t): Likewise.
29504         (_G_uid_t): Likewise.
29505         (_G_wchar_t): Likewise.
29506         (_G_wint_t): Likewise.
29507         * sysdeps/mach/hurd/_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
29515 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29516
29517         * malloc/arena.c: Include malloc-sysdep.h.
29518         (shrink_heap): Use check_may_shrink_heap to decide if madvise
29519         is sufficient to shrink the heap or an unmap is needed.
29520         * sysdeps/generic/malloc-sysdep.h: New file.  Define
29521         new function check_may_shrink_heap.
29522         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
29523         new function check_may_shrink_heap.
29524
29525 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29526
29527         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
29528         comments.
29529
29530 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
29531
29532         * catgets/test-gencat.sh: Add "set -e".
29533         * elf/tst-pathopt.sh: Likewise.
29534         * grp/tst_fgetgrent.sh: Likewise.
29535         * iconvdata/run-iconv-test.sh: Likewise.
29536         * intl/tst-gettext.sh: Likewise.
29537         * intl/tst-gettext2.sh: Likewise.
29538         * intl/tst-gettext4.sh: Likewise.
29539         * intl/tst-gettext6.sh: Likewise.
29540         * intl/tst-translit.sh: Likewise.
29541         * io/ftwtest-sh: Likewise.
29542         * libio/test-freopen.sh: Likewise.
29543         * malloc/tst-mtrace.sh: Likewise.
29544         * posix/globtest.sh: Likewise.
29545         * posix/tst-getconf.sh: Likewise.
29546         * posix/wordexp-tst.sh: Likewise.
29547         * stdio-common/tst-printf.sh: Likewise.
29548         * stdio-common/tst-unbputc.sh: Likewise.
29549         * stdlib/tst-fmtmsg.sh: Likewise.
29550         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29551         * catgets/Makefile: Do not specify -e option when running
29552         testsuite shell scripts.
29553         * elf/Makefile: Likewise.
29554         * grp/Makefile: Likewise.
29555         * iconvdata/Makefile: Likewise.
29556         * intl/Makefile: Likewise.
29557         * io/Makefile: Likewise.
29558         * libio/Makefile: Likewise.
29559         * malloc/Makefile: Likewise.
29560         * posix/Makefile: Likewise.
29561         * stdio-common/Makefile: Likewise.
29562         * stdlib/Makefile: Likewise.
29563         * sysdeps/x86_64/Makefile: Likewise.
29564
29565         * io/ftwtest-sh: Add copyright header.
29566         * posix/globtest.sh: Likewise.
29567         * posix/tst-getconf.sh: Likewise.
29568         * posix/wordexp-tst.sh: Likewise.
29569         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29570
29571 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
29572
29573         [BZ #13679]
29574         * Makeconfig (+link): Defined as $(+link-static) if
29575         $(build-shared) isn't yes.
29576         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
29577         isn't yes.
29578         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
29579
29580         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
29581
29582         [BZ #14562]
29583         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
29584         new chunk size with MALLOC_ALIGN_MASK.
29585
29586 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
29587
29588         [BZ #5044]
29589         * stdio-common/printf_fphex.c: Include <stdbool.h> and
29590         <rounding-mode.h>.
29591         (__printf_fphex): Determine rounding using get_rounding_mode and
29592         round_away.
29593         * stdio-common/tst-printf-round.c (struct hex_test): New
29594         structure.
29595         (hex_tests): New variable.
29596         (test_hex_in_one_mode): New function.
29597         (do_test): Also run tests for hex float output.
29598
29599 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
29600
29601         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29602         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29603         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
29604         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29605         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29606         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
29607         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29608         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29609
29610 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
29611
29612         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
29613         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
29614         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
29615         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
29616
29617 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
29618
29619         [BZ #14579]
29620         * elf/rtld.c (dl_main): Limit the check for self loading to normal
29621         mode only.
29622         * elf/tst-rtld-load-self.sh: New test.
29623         * elf/Makefile: Run it.
29624
29625 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
29626
29627         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
29628         (tst-writev-ENV): Remove.
29629         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
29630
29631 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
29632
29633         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
29634
29635 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
29636
29637         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
29638         unconditional.
29639         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
29640         Likewise.
29641         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
29642         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
29643         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
29644         Likewise.
29645
29646 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
29647
29648         [BZ #14587]
29649         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
29650         * config.make.in (have-cpp-asm-debuginfo): Removed.
29651         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
29652         * configure: Regenerated.
29653
29654 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
29655
29656         [BZ #5044]
29657         * stdio-common/printf_fp.c: Include <stdbool.h> and
29658         <rounding-mode.h>.
29659         (___printf_fp): Determine rounding using get_rounding_mode and
29660         round_away.
29661         * stdio-common/tst-printf-round.c: New file.
29662         * stdio-common/Makefile (tests): Add tst-printf-round.
29663         (link-libm): New variable.
29664         ($(objpfx)tst-printf-round): Depend in $(link-libm).
29665
29666 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
29667
29668         [BZ #14576]
29669         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
29670         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
29671         Likewise.
29672         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
29673         Likewise.
29674
29675 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
29676
29677         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
29678         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29679         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29680         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29681
29682 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
29683
29684         [BZ #14518]
29685         * include/rounding-mode.h: New file.
29686         * sysdeps/generic/get-rounding-mode.h: Likewise.
29687         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
29688         * stdlib/strtod_l.c: Include <rounding-mode.h>.
29689         (MAX_VALUE): New macro.
29690         (MIN_VALUE): Likewise.
29691         (overflow_value): New function.
29692         (underflow_value): Likewise.
29693         (round_and_return): Use overflow_value and underflow_value to
29694         determine return values in overflow and underflow cases.  Use
29695         round_away to determine rounding depending on rounding mode.
29696         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
29697         determine return values in overflow and underflow cases.
29698         * stdlib/tst-strtod-round.c: Include <fenv.h>.
29699         (struct test_results): New structure.
29700         (struct test): Use struct test_results to store expected results
29701         for all rounding modes.
29702         (TEST): Include expected results for all rounding modes.
29703         (test_in_one_mode): New function.
29704         (do_test): Use test_in_one_mode to compute and check results.
29705         Check results for all rounding modes.
29706         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
29707         $(link-libm).
29708
29709 2012-12-09  Allan McRae  <allan@archlinux.org>
29710
29711         * sysdeps/i386/fpu/libm-test-ulps: Update
29712
29713 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
29714
29715         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
29716         (_G_int32_t): Likewise.
29717         (_G_uint16_t): Likewise.
29718         (_G_uint32_t): Likewise.
29719         (_G_HAVE_BOOL): Likewise.
29720         (_G_HAVE_ATEXIT): Likewise.
29721         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29722         (_G_HAVE_IO_FILE_OPEN): Likewise.
29723         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
29724         (_G_int32_t): Likewise.
29725         (_G_uint16_t): Likewise.
29726         (_G_uint32_t): Likewise.
29727         (_G_HAVE_BOOL): Likewise.
29728         (_G_HAVE_ATEXIT): Likewise.
29729         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29730         (_G_HAVE_IO_FILE_OPEN): Likewise.
29731         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
29732         (_G_int32_t): Likewise.
29733         (_G_uint16_t): Likewise.
29734         (_G_uint32_t): Likewise.
29735         (_G_HAVE_BOOL): Likewise.
29736         (_G_HAVE_ATEXIT): Likewise.
29737         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29738         (_G_HAVE_IO_FILE_OPEN): Likewise.
29739
29740 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
29741
29742         * csu/libc-tls.c: Update copyright years.
29743
29744 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
29745
29746         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
29747         [!_G_USING_THUNKS]: Remove conditional code.
29748         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
29749         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
29750
29751         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
29752         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
29753         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29754         (_G_VTABLE_LABEL_PREFIX): Likewise.
29755         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29756         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29757         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29758         (_G_VTABLE_LABEL_PREFIX): Likewise.
29759         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29760         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29761         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29762         (_G_VTABLE_LABEL_PREFIX): Likewise.
29763         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29764
29765 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
29766
29767         * libio/Makefile: Include ../Makeconfig before tests.
29768         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
29769         only if $(build-shared) is yes.
29770
29771         * iconv/gconv_db.c: Update copyright years.
29772
29773 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29774
29775         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
29776         unwind info if defined PIC. Fix special cases description.
29777         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
29778
29779         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
29780         DP_HI_MASK entry.
29781         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
29782
29783 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
29784
29785         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
29786
29787         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
29788         is NULL.
29789
29790         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
29791         (LDLIBS-tst-chk4): This.
29792         (LDFLAGS-tst-chk5): Renamed to ...
29793         (LDLIBS-tst-chk5): This.
29794         (LDFLAGS-tst-chk6): Renamed to ...
29795         (LDLIBS-tst-chk6): This.
29796         (LDFLAGS-tst-lfschk4): Renamed to ...
29797         (LDLIBS-tst-lfschk4): This.
29798         (LDFLAGS-tst-lfschk5): Renamed to ...
29799         (LDLIBS-tst-lfschk5): This.
29800         (LDFLAGS-tst-lfschk6): Renamed to ...
29801         (LDLIBS-tst-lfschk6): This.
29802
29803         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
29804         on $(common-objpfx)soversions.mk.
29805
29806 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
29807
29808         [BZ #10014]
29809         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
29810         example host name.
29811
29812 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29813
29814         * malloc/arena.c (arena_get_retry): New function that gets
29815         another arena for the caller to try its request on.
29816         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
29817         current arena cannot fulfill the request.
29818         (__libc_memalign): Likewise.
29819         (__libc_memalign): Likewise.
29820         (__libc_pvalloc): Likewise.
29821         (__libc_calloc): Likewise.
29822
29823 2012-09-05  John Tobey  <john.tobey@gmail.com>
29824
29825         [BZ #13542]
29826         * manual/arith.texi (Operations on Complex): Fix description
29827         of carg branch cut.
29828
29829 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29830
29831         [BZ #10014]
29832         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
29833         host name.
29834
29835         [BZ #10038]
29836         * manual/memory.texi (Memory): Make order of menu items match
29837         order of sections.
29838
29839 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29840
29841         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
29842         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
29843         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
29844
29845 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29846
29847         * csu/libc-tls.c (static_dtv): Renamed to ...
29848         (_dl_static_dtv): This.  Make it global.
29849         (_dl_initial_dtv): Removed.
29850         (__libc_setup_tls): Updated.
29851         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
29852         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
29853         DL_INITIAL_DTV.
29854
29855 2012-09-06  Petr Machata  <pmachata@redhat.com>
29856
29857         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
29858         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
29859         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
29860         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
29861
29862 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29863
29864         [BZ #14545]
29865         * csu/libc-tls.c (_dl_initial_dtv): New variable.
29866         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
29867         freeing dtv[-1].
29868
29869 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29870
29871         [BZ #14544]
29872         * Makeconfig (link-static-before-libc): Replace $(+prector)
29873         with $(+prectorT).
29874         (link-static-after-libc): Replace $(+postctor) with
29875         $(+postctorT).
29876         (link-bounded): Replace $(+prector)/$(+postctor) with
29877         $(+prectorT)/$(+postctorT).
29878         (+prectorT): New macro.
29879         (+postctorT): Likewise.
29880
29881 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29882
29883         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
29884         (round_str): Handle values above the maximum for IBM long double
29885         as inexact.
29886         * stdlib/tst-strtod-round.c (tests): Regenerated.
29887
29888 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29889
29890         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
29891         assembler flag.
29892         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
29893         zarch_nohighgprs around the zarch optimized routines.
29894         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
29895         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
29896         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
29897         for zarch.
29898
29899 2012-09-05  David S. Miller  <davem@davemloft.net>
29900
29901         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29902
29903         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
29904         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
29905         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
29906         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
29907         entries.
29908
29909 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29910
29911         * malloc/arena.c: Fold copyright years.
29912         * malloc/mcheck.c, malloc/memusage.c: Likewise.
29913
29914 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29915
29916         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
29917
29918 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29919
29920         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
29921
29922 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29923
29924         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
29925         change internal state upon failure.
29926
29927 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29928
29929         * malloc/mcheck.c (mcheck_check_all): Fix typo.
29930         * malloc/memusage.c (mmap): Likewise.
29931         (mmap64, mremap): Likewise.  Adjust name in comment.
29932
29933 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29934
29935         * libio/fileops.c: Fix typos in comments.
29936         * libio/oldfileops.c: Likewise.
29937         * libio/wfileops.c: Likewise.
29938
29939 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29940
29941         [BZ #1349]
29942         * malloc/Makefile (tests): Add tst-malloc-usable test case.
29943         (tst-malloc-usable-ENV): Set environment for test case.
29944         * malloc/hooks.c (malloc_check_get_size): New function to get
29945         requested size.
29946         * malloc/malloc.c (musable): Use malloc_check_get_size.
29947         * malloc/tst-malloc-usable.c: New test case.
29948
29949 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29950
29951         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
29952
29953 2012-09-05  Allan McRae  <allan@archlinux.org>
29954
29955         [BZ #13966]
29956         * configure.in (CXX_SYSINCLUDES): Use compiler output to
29957         determine header location.
29958         * configure: Regenerated.
29959
29960 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29961
29962         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
29963         float format.
29964         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
29965         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
29966         format.
29967         (test): Regenerate.
29968
29969 2012-09-04  David S. Miller  <davem@davemloft.net>
29970
29971         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
29972         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
29973         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
29974
29975 2012-09-04  Florian Weimer  <fweimer@redhat.com>
29976
29977         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
29978         failures.
29979
29980         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
29981
29982 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
29983
29984         [BZ #9914]
29985         * libio/iogetdelim.c: Include <limits.h>.
29986         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
29987         + len + 1 would overflow.
29988
29989 2012-09-03  Andreas Jaeger  <aj@suse.de>
29990
29991         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29992         * sysdeps/i386/fpu/libm-test-ulps: Update.
29993
29994 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29995
29996         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
29997         Add s_sinf-sse2, s_conf-sse2.
29998
29999         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30000         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30001         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30002         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30003
30004         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30005         for using routine as __sinf_ia32.
30006         Use macro for function declaration and weak_alias.
30007         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30008         for using routine as __cosf_ia32.
30009         Use macro for function declaration and weak_alias.
30010
30011         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30012         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30013
30014         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30015         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30016         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30017
30018         * math/libm-test.inc (cos_test): Add more test cases.
30019         (sin_test): Likewise.
30020         (sincos_test): Likewise.
30021
30022 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30023
30024         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30025         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30026         hidden.
30027         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30028
30029 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30030
30031         [BZ #14538]
30032         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30033         first element of the GOT.
30034         (elf_machine_load_address): Return the difference between
30035         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30036
30037 2012-09-01  Allan McRae  <allan@archlinux.org>
30038
30039         [BZ #13412]
30040         * configure.in (AWK): Require gawk version 3.0 or later.
30041         * configure: Regenerated.
30042
30043 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30044
30045         * sysdeps/unix/sysv/linux/kernel-features.h
30046         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30047         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30048         [__NR_clock_getres]: Make code unconditional.
30049         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30050         (clock_getcpuclockid): Remove code left unreachable by removal of
30051         conditionals.
30052         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30053         code unconditional.
30054         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30055         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30056         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30057         Make code unconditional.
30058         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30059         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30060         * sysdeps/unix/sysv/linux/clock_settime.c
30061         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30062         conditional code.
30063         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30064         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30065
30066 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30067
30068         [BZ #14476]
30069         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30070         scripts/test-installation.pl.
30071
30072         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30073         and $ld_so_version if it is set.
30074
30075 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30076
30077         [BZ #14516]
30078         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30079         failure if reading from procfs failed.
30080         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30081
30082 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30083
30084         * sysdeps/unix/sysv/linux/kernel-features.h
30085         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30086         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30087         Remove conditional code.
30088         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30089         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30090         Remove conditional code.
30091         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30092         * sysdeps/unix/sysv/linux/i386/fxstat.c
30093         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30094         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30095         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30096         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30097         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30098         * sysdeps/unix/sysv/linux/i386/lxstat.c
30099         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30100         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30101         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30102         Remove conditional code.
30103         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30104         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30105         Remove conditional code.
30106         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30107         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30108         <kernel-features.h>.
30109         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30110         Remove.
30111         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30112         Remove conditional code.
30113         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30114         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30115         Remove conditional.
30116
30117 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30118
30119         [BZ #5400]
30120         * NEWS: Add fixed bug number.
30121
30122 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30123
30124         [BZ #14519]
30125         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30126         underflowing exponent in case of negative sign.
30127         * stdlib/tst-strtod-round-data: Add more tests.
30128         * stdlib/tst-strtod-round.c (tests): Regenerated.
30129
30130         [BZ #3479]
30131         * stdlib/strtod_l.c (NDIG): Remove.
30132         (HEXNDIG): Likewise.
30133         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30134         smallest representable value.
30135         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30136         lie within an exact representation of 1/2 ulp of the result.
30137         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30138         unconditionally.
30139         (TENS_P9_IDX): Define unconditionally.
30140         (TENS_P9_SIZE): Likewise.
30141         (TENS_P10_IDX): Likewise.
30142         (TENS_P10_SIZE): Likewise.
30143         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30144         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30145         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30146         entries for 10^2^13 and 10^2^14.
30147         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30148         (TENS_P13_IDX): Define.
30149         (TENS_P13_SIZE): Likewise.
30150         (TENS_P14_IDX): Likewise.
30151         (TENS_P14_SIZE): Likewise.
30152         (_fpioconst_pow10): Change array size to
30153         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30154         unconditional.
30155         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30156         1024]: Add entries for 10^2^13 and 10^2^14.
30157         [LAST_POW10 > _LAST_POW10]: Remove #error.
30158         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30159         (_fpioconst_pow10): Change array size to
30160         FPIOCONST_POW10_ARRAY_SIZE.
30161         * stdlib/gen-fpioconst.c: New file.
30162         * stdlib/gen-tst-strtod-round.c: Likewise.
30163         * stdlib/tst-strtod-round-data: Likewise.
30164         * stdlib/tst-strtod-round.c: Likewise.
30165         * stdlib/Makefile (tests): Add tst-strtod-round.
30166
30167         [BZ #14459]
30168         * stdlib/strtod_l.c: Include <stdint.h>.
30169         (NDEBUG): Do not define.
30170         (round_and_return): Change EXPONENT parameter to type intmax_t.
30171         Rearrange calculations to avoid internal overflow possibilities.
30172         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30173         Rearrange calculations to avoid internal overflow possibilities.
30174         Assert that number fits inside MPNSIZE limbs.
30175         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30176         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30177         calculations and add assertions to avoid internal overflow
30178         possibilities.  Add casts to avoid signed/unsigned operations.
30179         * stdlib/tst-strtod-overflow.c: New file.
30180         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30181
30182 2012-08-25  Marek Polacek  <polacek@redhat.com>
30183
30184         * time/time.h: Fix some typos in comments.
30185
30186 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30187
30188         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30189         * posix/tst-rfc3484-2.c: Likewise.
30190         * posix/tst-rfc3484-3.c: Likewise.
30191
30192 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30193
30194         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30195         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30196
30197 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30198
30199         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30200         #include of fxstatat64.c.
30201
30202 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30203
30204         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30205         * shadow/getspent_r.c: Likewise.
30206         * shadow/getspnam.c: Likewise.
30207         * shadow/getspnam_r.c: Likewise.
30208         * gshadow/getsgent.c: Likewise.
30209         * gshadow/getsgent_r.c: Likewise.
30210         * gshadow/getsgnam.c: Likewise.
30211         * gshadow/getsgnam_r.c: Likewise.
30212         * inet/getnetbyad.c: Likewise.
30213         * inet/getnetbyad_r.c: Likewise.
30214         * inet/getnetbynm.c: Likewise.
30215         * inet/getnetbynm_r.c: Likewise.
30216         * inet/getnetent.c: Likewise.
30217         * inet/getnetent_r.c: Likewise.
30218         * inet/getproto.c: Likewise.
30219         * inet/getproto_r.c: Likewise.
30220         * inet/getprtent.c: Likewise.
30221         * inet/getprtent_r.c: Likewise.
30222         * inet/getprtname.c: Likewise.
30223         * inet/getprtname_r.c: Likewise.
30224         * inet/getrpcbyname.c: Likewise.
30225         * inet/getrpcbyname_r.c: Likewise.
30226         * inet/getrpcbynumber.c: Likewise.
30227         * inet/getrpcbynumber_r.c: Likewise.
30228         * inet/getrpcent.c: Likewise.
30229         * inet/getrpcent_r.c: Likewise.
30230         * inet/getaliasent.c: Likewise.
30231         * inet/getaliasent_r.c: Likewise.
30232         * inet/getaliasname.c: Likewise.
30233         * inet/getaliasname_r.c: Likewise.
30234         * nscd/getgrgid_r.c: Likewise.
30235         * nscd/getgrnam_r.c: Likewise.
30236         * nscd/gethstbyad_r.c: Likewise.
30237         * nscd/gethstbynm3_r.c: Likewise.
30238         * nscd/getpwnam_r.c: Likewise.
30239         * nscd/getpwuid_r.c: Likewise.
30240         * nscd/getsrvbynm_r.c: Likewise.
30241         * nscd/getsrvbypt_r.c: Likewise.
30242         * nscd/gai.c: Likewise.
30243
30244         * configure.in (build_nscd): New substituted variable, set
30245         by --disable-build-nscd and defaults to $use_nscd.
30246         * configure: Regenerated.
30247         * config.make.in (build-nscd): New substituted variable.
30248         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30249         Change conditional to require [$(build-nscd) = yes] as well.
30250         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30251
30252         [BZ# 13696]
30253         * configure.in (use_nscd): New substituted variable, set by
30254         --disable-nscd.  If enabled, define USE_NSCD.
30255         * configure: Regenerated.
30256         * config.h.in: Add USE_NSCD.
30257         * config.make.in (use-nscd): New substituted variable.
30258         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30259         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30260         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30261         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30262         (CFLAGS-getgrnam_r.c): Likewise.
30263         (CFLAGS-initgroups.c): Likewise.
30264         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30265         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30266         Variables removed.
30267         * inet/getnetgrent_r.c
30268         (nscd_setnetgrent): New function, broken out of ...
30269         (setnetgrent): ... here.  Call it.
30270         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30271         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30272         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30273         * nscd/Makefile (routines, aux): Move definitions after include of
30274         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30275         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30276         Conditionalize on [USE_NSCD].
30277         (is_nscd, nscd_init_cb): Likewise.
30278         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30279         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30280         * nss/nss_db/db-init.c: Likewise.
30281         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30282         [USE_NSCD].
30283         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30284         (make_request): Use it.
30285         (cache_valid_p): New function.
30286         (__check_pf): Use it.
30287         * NEWS: Add item for --disable-nscd.
30288
30289 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30290
30291         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30292         to support sed >= 4.2.1-20-ga9bf076.
30293         * configure: Regenerated.
30294
30295 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30296
30297         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30298         Conditionalize whole body on [IREL].
30299
30300 2012-08-22  Jeff Law <law@redhat.com>
30301
30302         [BZ #14505]
30303         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30304         if the family is PF_UNSPEC.
30305
30306 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30307
30308         * Makerules (lib-version): Rename from V.
30309         (install-lib-nosubdir): Change V to lib-version.
30310
30311 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30312
30313         [BZ #14252]
30314         * powerpc32/power6/wcschr.c: New file.
30315         * powerpc32/power6/wcscpy.c: New file.
30316         * powerpc32/power6/wcsrchr.c: New file.
30317         * powerpc64/power6/wcschr.c: New file.
30318         * powerpc64/power6/wcscpy.c: New file.
30319         * powerpc64/power6/wcsrchr.c: New file.
30320
30321 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30322
30323         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30324         (two_way_short_needle): Use it.
30325         * string/strstr.c (AVAILABLE1_USES_J): Define.
30326         * string/strcasestr.c: Likewise.
30327
30328         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30329         array references.
30330         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30331
30332         [BZ #11607]
30333         * NEWS: Add an entry.
30334         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30335         define their defaults.
30336         (two_way_short_needle): Detect end-of-string on-the-fly.
30337         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30338         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30339         * string/bug-strcasestr1.c: New test.
30340         * string/Makefile: Run it.
30341
30342 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30343
30344         [BZ #11607]
30345         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30346         the first character.
30347
30348 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30349
30350         * csu/elf-init.c (__libc_csu_irel): Function removed.
30351         * csu/libc-start.c (apply_irel): New function.
30352         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30353
30354 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30355
30356         * sysdeps/unix/sysv/linux/kernel-features.h
30357         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30358         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30359         <kernel-features.h>.
30360         [__NR_fadvise64_64]: Make code unconditional.
30361         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30362         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30363         !__NR_fadvise64_64)]: Likewise.
30364         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30365         !__NR_fadvise64_64))]: Likewise.
30366         [__NR_fadvise64]: Make code unconditional.
30367         [!__NR_fadvise64]: Remove conditional code.
30368         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30369         <kernel-features.h>.
30370         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30371         unconditional.
30372         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30373         conditional code.
30374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30375         not include <kernel-features.h>.
30376         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30377         unconditional.
30378         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30379         conditional code.
30380         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30381         include <kernel-features.h>.
30382         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30383         unconditional.
30384         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30385         conditional code.
30386
30387 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30388
30389         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30390         slight instruction rearrangements per scrollpipe analysis.
30391         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30392
30393 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30394
30395         * manual/syslog.texi (syslog; vsyslog, closelog):
30396         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30397         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30398
30399         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30400         DSOCAPS to match condition on defining it.
30401
30402 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30403
30404         * sysdeps/unix/sysv/linux/kernel-features.h
30405         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30407         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30408         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
30410         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30411         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
30413         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30414         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30415
30416         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
30417         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
30418
30419         * sysdeps/unix/sysv/linux/kernel-features.h
30420         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
30421         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
30422         unconditional.
30423         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30424         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
30425         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30426         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30427         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
30428         Make code unconditional.
30429         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30430         (__mmap64) [!__NR_mmap2]: Likewise.
30431         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
30432         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30433         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30434         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
30435         [__NR_mmap2]: Make code unconditional.
30436         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30437         (__mmap64) [!__NR_mmap2]: Likewise.
30438
30439 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30440
30441         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
30442
30443 2012-08-18  Andreas Jaeger  <aj@suse.de>
30444
30445         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
30446
30447 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30448
30449         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
30450         * include/unistd.h (__have_sock_cloexec): Likewise.
30451         (__have_pipe2): Likewise.
30452         (__have_dup3): Likewise.
30453
30454 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30455
30456         [BZ #9685]
30457         * include/unistd.h (__have_pipe2): Change define into an extern int.
30458         (__have_dup3): Likewise.
30459         * socket/have_sock_cloexec.c: Include fcntl.h.
30460         (__have_pipe2): New variable.
30461         (__have_dup3): Likewise.
30462
30463 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
30464
30465         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
30466
30467 2012-08-17  Marek Polacek  <polacek@redhat.com>
30468
30469         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
30470         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
30471
30472 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30473
30474         * configure.in: Add AC_SUBST for sysheaders.
30475         * configure: Regenerated.
30476         * config.make.in (sysheaders): New substituted variable.
30477
30478         * sysdeps/unix/mkfifo.c: Moved ...
30479         * sysdeps/posix/mkfifo.c: ... here.
30480         * sysdeps/unix/mkfifoat.c: Moved ...
30481         * sysdeps/posix/mkfifoat.c: ... here.
30482
30483         * sysdeps/unix/utime.c: Moved ...
30484         * sysdeps/posix/utime.c: ... here.
30485
30486         * sysdeps/unix/time.c: Moved ...
30487         * sysdeps/posix/time.c: ... here.
30488         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
30489         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
30490
30491         * sysdeps/unix/nice.c: Moved ...
30492         * sysdeps/posix/nice.c: ... here.
30493
30494         * sysdeps/unix/alarm.c: Moved ...
30495         * sysdeps/posix/alarm.c: ... here.
30496
30497         * intl/Makefile ($(codeset_mo)): Depend on the input file.
30498
30499 2012-08-17  Jeff Law <law@redhat.com>
30500
30501         * intl/Makefile (codeset_mo): New variable.
30502         ($(codeset_mo)): New target.
30503         (tst-codeset.out): Depend on that.  Remove explicit rule.
30504         (tst-gettext3.out, tst-gettext5.out): Likewise.
30505         (LOCPATH-ENV, tst-codeset-ENV): New variables.
30506         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
30507         * intl/tst-codeset.sh: Remove.
30508         * intl/tst-gettext3.sh: Likewise.
30509         * intl/tst-gettext5.sh: Likewise.
30510
30511 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30512
30513         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
30514         * sysdeps/unix/syscalls.list: ... here.
30515
30516         * sysdeps/posix/getaddrinfo.c
30517         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
30518         (gaiconf_init, gaiconf_reload): Use them.
30519         [!_STATBUF_ST_NSEC]
30520         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
30521         Define using time_t rather than struct timespec.
30522
30523         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
30524         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
30525         Macros removed.
30526         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
30527         [!NO_THREADS].
30528         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
30529         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
30530         Likewise.
30531
30532         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
30533         __libc_cleanup_push argument.
30534
30535         * bits/param.h: New file.
30536         * misc/sys/param.h: New file.
30537         * include/sys/param.h: New file.
30538         * misc/Makefile (headers): Add bits/param.h.
30539         * sysdeps/generic/sys/param.h: File removed.
30540         * sysdeps/unix/sysv/linux/bits/param.h: New file.
30541         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
30542         * sysdeps/mach/hurd/bits/param.h: New file.
30543         * sysdeps/mach/hurd/sys/param.h: File removed.
30544
30545         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
30546         last change.
30547
30548         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
30549         [_IO_MTSAFE_IO].
30550         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
30551         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
30552         New macros.
30553
30554         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
30555         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
30556         rather than -D_IO_MTSAFE_IO conditionally.
30557         * stdio-common/Makefile (CPPFLAGS): Likewise.
30558         * wcsmbs/Makefile (CPPFLAGS): Likewise.
30559         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
30560         Use $(libio-mtsafe).
30561         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
30562         of -D_IO_MTSAFE_IO.
30563         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
30564         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
30565         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
30566         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
30567         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
30568         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
30569         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
30570         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
30571         (CFLAGS-fread_u_chk.c): Likewise.
30572         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
30573         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
30574         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
30575         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
30576         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
30577         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
30578         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
30579         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
30580         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
30581
30582         * libio/Makefile: Test [$(libc-reentrant) = yes]
30583         instead of [$(filter %REENTRANT, $(defines)) nonempty].
30584
30585         * Makeconfig
30586         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
30587         * sysdeps/pthread/configure: File removed.
30588         * sysdeps/pthread/Makeconfig: New file.
30589         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
30590         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
30591
30592 2012-08-16  Gary Benson  <gbenson@redhat.com>
30593
30594         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
30595         unmapping the first object in a namespace.
30596
30597 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30598
30599         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
30600         (__internal_setnetgrent): ... this.  Add internal_function to
30601         definition.  Add libc_hidden_def.
30602         (setnetgrent): Update caller.
30603         (internal_endnetgrent): Renamed to ...
30604         (__internal_endnetgrent): ... this.  Add internal_function to
30605         definition.  Add libc_hidden_def.
30606         (endnetgrent): Update caller.
30607         (internal_getnetgrent_r): Renamed to ...
30608         (__internal_getnetgrent_r): ... this.  Add internal_function to
30609         definition.  Add libc_hidden_def.
30610         (__getnetgrent_r): Update caller.
30611         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
30612
30613 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30614
30615         * stdlib/longlong.h: Update from GCC.
30616
30617 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30618
30619         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
30620         on _QL, which is set by umul_ppmm but never used.
30621         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
30622         variables, which are set by GMP macros but never used.
30623         * stdio-common/_itowa.c (_itowa): Likewise.
30624         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
30625         * stdlib/mod_1.c (mpn_mod_1): Likewise.
30626
30627 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
30628
30629         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
30630         struct La_sh_regs is not constant.
30631         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
30632         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
30633         and struct La_sparc64_regs are not constant.
30634
30635 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30636
30637         * sysdeps/unix/sysv/linux/kernel-features.h
30638         (__ASSUME_POSIX_TIMERS): Remove.
30639         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30640         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30641         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
30642         Make code unconditional.
30643         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30644         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
30645         Make code unconditional.
30646         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30647         * sysdeps/unix/sysv/linux/clock_nanosleep.c
30648         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
30649         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30650         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
30651         Make code unconditional.
30652         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30653         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
30654         (__libc_missing_posix_timers): Remove.
30655
30656 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30657
30658         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
30659         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
30660
30661         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
30662
30663         * elf/dl-sym.c: Include <stdlib.h>.
30664
30665         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
30666         constants, which avoids warnings in 32-bit builds.
30667
30668         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
30669         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
30670
30671         * misc/lseek.c: File moved to ...
30672         * io/lseek.c: ... here.
30673
30674         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
30675
30676         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
30677         shifting LEN more than 31 bits at once.
30678
30679 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30680
30681         [BZ #14195]
30682         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
30683         segmentation fault for a case of two empty input strings.
30684         * string/test-strncasecmp.c (check1): Renamed to...
30685         (bz12205): ...this.
30686         (bz14195): Add new testcase for two empty input strings and N > 0.
30687         (test_main): Call new testcase, adapt for renamed function.
30688
30689 2012-08-15  Andreas Jaeger  <aj@suse.de>
30690
30691         [BZ #14090]
30692         * crypt/md5test2.c: New test, based on test supplied by Serge
30693         Belyshev <belyshev@depni.sinp.msu.ru>.
30694         * crypt/Makefile (xtests): Add md5test-giant..
30695         * crypt/Makefile ($(objpfx)md5test-giant): Add.
30696
30697 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30698
30699         [BZ #14090]
30700         * crypt/md5.c (md5_process_block): Don't assume the buffer
30701         length is less than 2**32.
30702         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
30703         length is less than 2**64.
30704
30705 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30706
30707         * string/str-two-way.h: Include <sys/param.h>.
30708         (MAX): Macro removed.
30709
30710         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
30711         Move #define and #undef of memmove to just before and after
30712         including <string.h>.
30713
30714         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
30715         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
30716         and after including <string.h>.  Move declarations of
30717         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
30718         to before #include "string/memmove.c".
30719
30720         * include/dirent.h: Declare __getdirentries.
30721
30722         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
30723         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
30724
30725 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
30726
30727         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
30728         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
30729         * sysdeps/i386/configure: Regenerated.
30730         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
30731         STABS_CURRENT_FILE, and STABS_FUN.
30732         (END): Remove call to STABS_FUN_END.
30733         (STABS_CURRENT_FILE1): Delete.
30734         (STABS_CURRENT_FILE): Likewise.
30735         (STABS_FUN): Likewise.
30736         (STABS_FUN_END): Likewise.
30737         (STABS_FUN2): Likewise.
30738         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
30739         * sysdeps/x86_64/configure: Regenerated.
30740
30741 2012-08-14  Roland McGrath  <roland@hack.frob.com>
30742
30743         * elf/dl-open.c: Include <atomic.h>.
30744         * elf/dl-lookup.c: Likewise.
30745
30746 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
30747
30748         * sysdeps/unix/sysv/linux/kernel-features.h
30749         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
30750         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
30751         unconditionally.
30752         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
30753         unconditionally.
30754         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
30755         condition on __ASSUME_CLONE_THREAD_FLAGS.
30756
30757 2012-08-14  Andreas Jaeger  <aj@suse.de>
30758
30759         * sysdeps/i386/fpu/libm-test-ulps: Update.
30760
30761 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
30762
30763         * include/atomic.h (atomic_exchange_and_add): Split into ...
30764         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
30765         New atomic macros.
30766
30767 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
30768
30769         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30770
30771 2012-08-13  Jeff Law <law@redhat.com>
30772
30773         * manual/stdio.texi (snprintf): Clarify handling of the trailing
30774         null byte in the output string.
30775
30776 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
30777
30778         * sysdeps/unix/sysv/linux/kernel-features.h
30779         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
30780         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
30781         (__ASSUME_ARG_MAX_STACK_BASED): Define.
30782         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
30783         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
30784         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
30785         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
30786
30787 2012-08-09  Jeff Law <law@redhat.com>
30788
30789         [BZ #13939]
30790         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
30791         When avoid_arena is set, don't retry in the that arena.  Pick the
30792         next one, whatever it might be.
30793         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
30794         (arena_lock): Pass in new parameter to arena_get2.
30795         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
30796         arena_get2.
30797         (__libc_malloc): Unify retrying after main arena failure with
30798         __libc_memalign version.
30799         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
30800
30801 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
30802
30803         [BZ #14166]
30804         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
30805         to __redirect_strstr.
30806         (__strstr_sse42): Use typeof __redirect_strstr.
30807         (__strstr_ia32): Likewise.
30808         (__libc_strstr): New prototype.
30809         (strstr): Renamed to ...
30810         (__libc_strstr): This.
30811         (strstr): New strong alias of __libc_strstr.
30812         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30813         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
30814         __redirect_time.
30815         Include <time.h>.
30816         (__libc_time): New prototype.
30817         (time_ifunc): Replace time with __libc_time.
30818         (time): New strong alias and hidden definition of __libc_time.
30819         (__GI_time): Remove strong alias.
30820         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
30821         Include <stddef.h>.
30822         (memmove): Redefined to __redirect_memmove.
30823         (__memmove_sse2): Use typeof __redirect_memmove.
30824         (__memmove_ssse3): Likewise.
30825         (__memmove_ssse3_back): Likewise.
30826         (__libc_memmove): New prototype.
30827         (memmove): Renamed to ...
30828         (__libc_memmove): This.
30829         (memmove): New strong alias of __libc_memmove.
30830
30831 2012-08-08  Mark Salter  <msalter@redhat.com>
30832
30833         * elf/elf.h
30834         (R_MN10300_TLS_GD): Define.
30835         (R_MN10300_TLS_LD): Likewise.
30836         (R_MN10300_TLS_LDO): Likewise.
30837         (R_MN10300_TLS_GOTIE): Likewise.
30838         (R_MN10300_TLS_IE): Likewise.
30839         (R_MN10300_TLS_LE): Likewise.
30840         (R_MN10300_TLS_DTPMOD): Likewise.
30841         (R_MN10300_TLS_DTPOFF): Likewise.
30842         (R_MN10300_TLS_TPOFF): Likewise.
30843         (R_MN10300_SYM_DIFF): Likewise.
30844         (R_MN10300_ALIGN): Likewise.
30845         (R_MN10300_NUM): Update.
30846
30847 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
30848
30849         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
30850         Remove.
30851
30852 2012-08-08  Roland McGrath  <roland@hack.frob.com>
30853
30854         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
30855
30856         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
30857         sysdeps/unix -> sysdeps/posix move.
30858         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
30859
30860 2012-08-07      Allan McRae     <allan@archlinux.org>
30861
30862         [BZ #14303]
30863         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
30864         (SUNOS_CPP): Likewise.
30865         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
30866         not found.
30867         (open_input): Call CPP using execvp.
30868
30869 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30870
30871         * sysdeps/unix/sysv/linux/kernel-features.h
30872         (__ASSUME_PROT_GROWSUPDOWN): Remove.
30873         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30874         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30875         (__ASSUME_WAITID_SYSCALL): Likewise.
30876         * sysdeps/unix/sysv/linux/dl-execstack.c
30877         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
30878         code unconditional.
30879         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
30880         conditional code.
30881         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
30882         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
30883         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
30884         code.
30885         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
30886         unconditional.
30887         [__ASSUME_WAITID_SYSCALL]: Likewise.
30888         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
30889
30890 2012-08-07  Roland McGrath  <roland@hack.frob.com>
30891
30892         * sysdeps/unix/closedir.c: Renamed to ...
30893         * sysdeps/posix/closedir.c: ... here.
30894         * sysdeps/unix/dirfd.c: Renamed to ...
30895         * sysdeps/posix/dirfd.c: ... here.
30896         * sysdeps/unix/dirstream.h: Renamed to ...
30897         * sysdeps/posix/dirstream.h: ... here.
30898         * sysdeps/unix/fdopendir.c: Renamed to ...
30899         * sysdeps/posix/fdopendir.c: ... here.
30900         * sysdeps/unix/opendir.c: Renamed to ...
30901         * sysdeps/posix/opendir.c: ... here.
30902         * sysdeps/unix/readdir.c: Renamed to ...
30903         * sysdeps/posix/readdir.c: ... here.
30904         * sysdeps/unix/readdir_r.c: Renamed to ...
30905         * sysdeps/posix/readdir_r.c: ... here.
30906         * sysdeps/unix/rewinddir.c: Renamed to ...
30907         * sysdeps/posix/rewinddir.c: ... here.
30908         * sysdeps/unix/seekdir.c: Renamed to ...
30909         * sysdeps/posix/seekdir.c: ... here.
30910         * sysdeps/unix/telldir.c: Renamed to ...
30911         * sysdeps/posix/telldir.c: ... here.
30912         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
30913         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
30914         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
30915         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
30916
30917         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
30918         * bits/fcntl.h: ... here.
30919
30920         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
30921         not 0.
30922         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
30923         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
30924         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
30925         (struct flock): Move l_start, l_len to the beginning.
30926         Use __pid_t for l_pid.
30927         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
30928         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
30929         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
30930         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
30931         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
30932         [__USE_LARGEFILE64] (struct flock64): New type.
30933         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
30934
30935         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
30936         * bits/dirent.h: ... here.
30937
30938         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
30939         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
30940
30941 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30942
30943         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
30944         Change from 2.6.0 to 2.6.16.
30945         * sysdeps/unix/sysv/linux/configure: Regenerated.
30946         * sysdeps/unix/sysv/linux/kernel-features.h
30947         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
30948         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
30949         version.
30950         (__ASSUME_UTIMES): Likewise.
30951         (__ASSUME_CLONE_STOPPED): Remove.
30952         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
30953         architectures, not kernel version.
30954         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
30955         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30956         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30957         (__ASSUME_WAITID_SYSCALL): Likewise.
30958         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
30959         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
30960         * README: State 2.6.16 as minimum Linux kernel version.  Do not
30961         refer to older versions.
30962
30963 2012-08-06  Roland McGrath  <roland@hack.frob.com>
30964
30965         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
30966         Define alphasort64 as an alias.
30967         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
30968         Define versionsort64 as an alias.
30969         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
30970         Define scandir64 as an alias.
30971         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
30972         Define scandirat64 as an alias.
30973         * dirent/alphasort64.c (alphasort64):
30974         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
30975         * dirent/versionsort64.c: Likewise.
30976         * dirent/scandir64.c: Likewise.
30977         * dirent/scandirat64.c: Likewise.
30978         * sysdeps/wordsize-64/alphasort.c: File removed.
30979         * sysdeps/wordsize-64/alphasort64.c: File removed.
30980         * sysdeps/wordsize-64/scandir.c: File removed.
30981         * sysdeps/wordsize-64/scandir64.c: File removed.
30982         * sysdeps/wordsize-64/scandirat.c: File removed.
30983         * sysdeps/wordsize-64/scandirat64.c: File removed.
30984         * sysdeps/wordsize-64/versionsort.c: File removed.
30985         * sysdeps/wordsize-64/versionsort64.c: File removed.
30986         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
30987         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
30988         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
30989         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
30990         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
30991         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
30992         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
30993         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
30994
30995         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
30996         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
30997         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
30998         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30999         [defined __arch64__ || defined __sparcv9]
31000         (__INO_T_MATCHES_INO64_T): New macro.
31001         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31002         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31003         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31004         * sysdeps/unix/sysv/linux/bits/dirent.h
31005         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31006         (_DIRENT_MATCHES_DIRENT64): New macro.
31007
31008         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31009         Define lockf64 as an alias.
31010         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31011         Define fseeko64 as an alias.
31012         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31013         Define ftello64 as an alias.
31014         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31015         Define _IO_fgetpos64 and fgetpos64 as aliases.
31016         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31017         Define _IO_fsetpos64 and fsetpos64 as aliases.
31018         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31019         Conditionalize body on this.
31020         * libio/fseeko64.c: Likewise.
31021         * libio/ftello64.c: Likewise.
31022         * libio/iofgetpos64.c: Likewise.
31023         * libio/iofsetpos64.c: Likewise.
31024         * sysdeps/wordsize-64/lockf.c: File removed.
31025         * sysdeps/wordsize-64/lockf64.c: File removed.
31026         * sysdeps/wordsize-64/fseeko.c: File removed.
31027         * sysdeps/wordsize-64/fseeko64.c: File removed.
31028         * sysdeps/wordsize-64/ftello.c: File removed.
31029         * sysdeps/wordsize-64/ftello64.c: File removed.
31030         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31031         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31032         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31033         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31034         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31035         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31036         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31037         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31038         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31039         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31040         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31041         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31042         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31043         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31044
31045         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31046         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31047         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31048         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31049         [defined __arch64__ || defined __sparcv9]
31050         (__OFF_T_MATCHES_OFF64_T): New macro.
31051         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31052         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31053         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31054         (__OFF_T_MATCHES_OFF64_T): New macro.
31055
31056 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31057
31058         * stdlib/secure-getenv.c (__secure_getenv): Replace
31059         GLIBC_2_16 with GLIBC_2_17.
31060
31061 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31062
31063         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31064         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31065
31066 2012-08-03  David S. Miller  <davem@davemloft.net>
31067
31068         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31069
31070 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31071
31072         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31073         Remove.
31074         (__ASSUME_CORRECT_SI_PID): Likewise.
31075         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31076         (__ASSUME_TMPFS_NAME): Likewise.
31077         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31078         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31079         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31080         (HAVE_AUX_SECURE): Make definition unconditional.
31081         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31082         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31083
31084 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31085
31086         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31087         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31088         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31089         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31090         __eloop_threshold instead of SYMLOOP_MAX.
31091
31092         * sysdeps/generic/eloop-threshold.h: New file.
31093         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31094         of MAXSYMLINKS.
31095         * elf/chroot_canon.c (chroot_canon): Likewise.
31096
31097 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31098
31099         [BZ #13717]
31100         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31101         Change to 2.6.0 everywhere.
31102         * sysdeps/unix/sysv/linux/configure: Regenerated.
31103         * sysdeps/unix/sysv/linux/kernel-features.h
31104         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31105         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31106         kernel versions.
31107         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31108         (__ASSUME_FUTEX_REQUEUE): Remove.
31109         (__ASSUME_STATFS64): Define unconditionally.
31110         (__ASSUME_AT_SECURE): Likewise.
31111         (__ASSUME_CORRECT_SI_PID): Likewise.
31112         (__ASSUME_TGKILL): Define without depending on kernel version for
31113         i386.
31114         (__ASSUME_UTIMES): Likewise.
31115         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31116         kernel version.
31117         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31118         (__ASSUME_TMPFS_NAME): Likewise.
31119         * README: Update reference to Linux kernel versions.
31120
31121 2012-08-02  Marek Polacek  <polacek@redhat.com>
31122
31123         [BZ# 14150]
31124         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31125         libc_cv_asm_type_prefix with %.
31126         * configure: Regenerated.
31127         * include/libc-symbols.h: Remove comment about
31128         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31129         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31130         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31131         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31132         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31133         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31134         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31135         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31136         * elf/tst-unique2mod1.c: Likewise.
31137         * elf/tst-unique1mod2.c: Likewise.
31138         * elf/tst-unique1mod1.c: Likewise.
31139         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31140         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31141         Replace ASM_TYPE_DIRECTIVE with .type.
31142         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31143         * sysdeps/i386/sysdep.h: Likewise.
31144         * sysdeps/x86_64/sysdep.h: Likewise.
31145         * sysdeps/sh/sysdep.h: Likewise.
31146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31147         Do not define ASM_TYPE_DIRECTIVE.
31148         * sysdeps/powerpc/sysdep.h: Likewise.
31149         * sysdeps/powerpc/powerpc32/sysdep.h:
31150         Replace ASM_TYPE_DIRECTIVE with .type.
31151         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31152         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31153         * sysdeps/i386/fpu/e_powf.S: Likewise.
31154         * sysdeps/i386/fpu/e_expl.S: Likewise.
31155         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31156         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31157         * sysdeps/i386/fpu/e_pow.S: Likewise.
31158         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31159         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31160         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31161         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31162         * sysdeps/i386/fpu/e_log2.S: Likewise.
31163         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31164         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31165         * sysdeps/i386/fpu/e_powl.S: Likewise.
31166         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31167         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31168         * sysdeps/i386/fpu/e_logl.S: Likewise.
31169         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31170         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31171         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31172         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31173         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31174         * sysdeps/i386/fpu/e_log.S: Likewise.
31175         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31176         * sysdeps/i386/fpu/e_logf.S: Likewise.
31177         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31178         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31179         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31180         * sysdeps/i386/fpu/e_log10.S: Likewise.
31181         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31182         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31183         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31184         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31185         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31186         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31187         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31188         * sysdeps/i386/i686/strtok.S: Likewise.
31189         * sysdeps/i386/i386-mcount.S: Likewise.
31190         * sysdeps/i386/strtok.S: Likewise.
31191         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31192         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31193         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31194         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31195         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31196         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31197         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31198         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31199         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31200         * sysdeps/x86_64/_mcount.S: Likewise.
31201         * sysdeps/x86_64/strtok.S: Likewise.
31202         * sysdeps/sh/_mcount.S: Likewise.
31203
31204 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31205
31206         * libio/iofopen.c: Include <fcntl.h>.
31207         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31208         (_IO_fopen64, fopen64): Define as aliases.
31209         * libio/iofopen64.c: Include <fcntl.h>.
31210         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31211         Conditionalize body on this.
31212         * sysdeps/wordsize-64/iofopen.c: File removed.
31213         * sysdeps/wordsize-64/iofopen64.c: File removed.
31214
31215 2012-08-01  Marek Polacek  <polacek@redhat.com>
31216
31217         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31218         Use dlfcn directly instead of a variable.
31219         (binfmt-subdir): Do not define.
31220         (dlfcn): Likewise.
31221
31222 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31223
31224         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31225         Remove all definitions.
31226         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31227         <kernel-features.h>.
31228         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31229         (miss_F_GETOWN_EX): Remove all definitions.
31230         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31231         macro definition.
31232         [!__ASSUME_FCNTL64]: Remove conditional code.
31233         [__ASSUME_FCNTL64]: Make code unconditional.
31234         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31235         <kernel-features.h>.
31236         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31237         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31238         (lockf64) [__NR_fcntl64]: Make code unconditional.
31239         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31240
31241         * sysdeps/unix/sysv/linux/kernel-features.h
31242         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31243         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31244         Make code unconditional.
31245         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31246         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31248         [__NR_vfork]: Make code unconditional.
31249         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31250         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31252         [__NR_vfork]: Make code unconditional.
31253         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31254         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31255
31256 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31257
31258         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31259         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31260
31261         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31262         Define mkstemp64 as an alias.
31263         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31264         Define mkstemps64 as an alias.
31265         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31266         Define mkostemp64 as an alias.
31267         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31268         Define mkostemps64 as an alias.
31269         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31270         Conditionalize body on this.
31271         * misc/mkostemp64.c: Likewise.
31272         * misc/mkostemps64.c: Likewise.
31273         * misc/mkstemps64.c: Likewise.
31274         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31275         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31276         * sysdeps/wordsize-64/mkostemp.c: File removed.
31277         * sysdeps/wordsize-64/mkstemp.c: File removed.
31278         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31279         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31280         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31281         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31282
31283         [BZ #14138]
31284         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31285         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31286         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31287         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31288
31289         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31290         compat_symbol macros from <shlib-compat.h> rather than the underlying
31291         default_symbol_version and symbol_version macros, so that DEFAULT
31292         lines in shlib-versions are respected.
31293         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31294
31295 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31296
31297         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31298         Declare with warn_unused_result.
31299         (setgid, setregid, setegid, setresgid): Likewise.
31300         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31301         Likewise.
31302         * WUR-REPORT: Remove set*id functions.
31303
31304 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31305
31306         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31307
31308 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31309
31310         [BZ #10191]
31311         * include/sys/socket.h (__libc_accept, __libc_accept4):
31312         Add attribute_hidden.
31313         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31314
31315         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31316         use of PTR_MANGLE.
31317         * inet/getnetgrent_r.c (setup): Likewise.
31318
31319         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31320
31321 2012-07-31  David S. Miller  <davem@davemloft.net>
31322
31323         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31324
31325 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31326
31327         [BZ #13629]
31328         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31329         value between 1.0 and 2.0 and smaller part has absolute value less
31330         than 1.0.
31331         * math/s_clog10.c (__clog10): Likewise.
31332         * math/s_clog10f.c (__clog10f): Likewise.
31333         * math/s_clog10l.c (__clog10l): Likewise.
31334         * math/s_clogf.c (__clogf): Likewise.
31335         * math/s_clogl.c (__clogl): Likewise.
31336         * math/libm-test.inc (clog_test): Add more tests.
31337         (clog10_test): Likewise.
31338         * sysdeps/i386/fpu/libm-test-ulps: Update.
31339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31340
31341 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31342
31343         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31344         Exit with zero in case no suitable GID is found, and write a
31345         message to standard error.
31346
31347 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31348
31349         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31350         rather than to 1.
31351         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31352         (MAXPATHLEN): Removed.
31353         (NOGROUP, NODEV): New macros.
31354         (setbit, clrbit, isset, isclr): New macros.
31355         (howmany, roundup, powerof2): New macros.
31356         (DEV_BSIZE): New macro.
31357
31358         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31359         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31360
31361         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31362         definition on [!__NO_LONG_DOUBLE_MATH].
31363
31364         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31365         PTR_MANGLE and PTR_DEMANGLE.
31366
31367         * socket/accept4.c (accept4): Rename to __libc_accept4.
31368         Define accept4 as a weak alias.
31369
31370         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31371         on [_DIRENT_HAVE_D_TYPE].
31372         * io/ftw.c (ftw_dir): Likewise.
31373
31374         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31375
31376         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31377
31378         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31379         Use the BSD numbers rather than the arbitrary ones we had.
31380         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31381         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31382         (SIGXCPU, SIGXFSZ): New macros.
31383         (_NSIG): Now 32.
31384
31385         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31386         initializer on [_LIBC_REENTRANT].
31387
31388         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31389         definitions inside [_POSIX_MAPPED_FILES].
31390
31391         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31392
31393         * dirent/opendir.c: Include <fcntl.h>.
31394
31395         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31396         (__libc_getspecific): Likewise.
31397         (__libc_key_create): Likewise.
31398
31399         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31400         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31401         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31402         (tmpfile64): Define as alias.
31403         * sysdeps/wordsize-64/tmpfile.c: File removed.
31404         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31405         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31406         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31407
31408         * stdio-common/vfscanf.c: Include <stdbool.h>.
31409         * nss/makedb.c: Likewise.
31410         * stdio-common/_i18n_number.h: Likewise.
31411         * argp/argp-help.c: Likewise.
31412         * posix/wordexp.c: Likewise.
31413         * sysdeps/posix/spawni.c: Likewise.
31414         * nss/nss_files/files-initgroups.c: Likewise.
31415         * stdio-common/reg-modifier.c: Include <stdlib.h>.
31416         * nss/nss_files/files-initgroups.c: Likewise.
31417         * nss/nss_db/db-netgrp.c: Likewise.
31418         * nss/nss_db/db-initgroups.c: Likewise.
31419         * io/fchmodat.c: Include <sys/stat.h>.
31420
31421         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
31422         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
31423
31424         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
31425         [HAVE_MMAP].
31426
31427         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
31428         Add multiple inclusion protection.
31429
31430 2012-07-27  David S. Miller  <davem@davemloft.net>
31431
31432         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31433
31434 2012-07-27  Gary Benson  <gbenson@redhat.com>
31435
31436         [BZ #14298]
31437         * elf/rtld.c: Include <stap-probe.h>.
31438         (dl_main): Added static probes "init_start" and "init_complete".
31439         * elf/dl-load.c: Include <stap-probe.h>.
31440         (lose): Take new parameter "nsid".
31441         Added static probe "map_failed".
31442         (_dl_map_object_from_fd): Pass namespace id to lose.
31443         Added static probe "map_start".
31444         (open_verify): Pass namespace id to lose.
31445         * elf/dl-open.c: Include <stap-probe.h>.
31446         (dl_open_worker) Added static probes "map_complete", "reloc_start"
31447         and "reloc_complete".
31448         * elf/dl-close.c: Include <stap-probe.h>.
31449         (_dl_close_worker): Added static probes "unmap_start" and
31450         "unmap_complete".
31451         * elf/rtld-debugger-interface.txt: New file documenting the above.
31452
31453 2012-07-26  Roland McGrath  <roland@hack.frob.com>
31454
31455         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
31456         rather than a string variable.
31457         * sunrpc/rpc_main.c (h_output): Likewise.
31458         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
31459
31460 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
31461
31462         * inet/check_native.c: New file.
31463
31464 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
31465
31466         [BZ #13629]
31467         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
31468         if larger part has absolute value 1.0.
31469         * math/s_clog10.c (__clog10): Likewise.
31470         * math/s_clog10f.c (__clog10f): Likewise.
31471         * math/s_clog10l.c (__clog10l): Likewise.
31472         * math/s_clogf.c (__clogf): Likewise.
31473         * math/s_clogl.c (__clogl): Likewise.
31474         * math/libm-test.inc (clog_test): Add more tests.
31475         (clog10_test): Likewise.
31476         * sysdeps/i386/fpu/libm-test-ulps: Update.
31477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31478
31479         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
31480         (pltexit): Likewise.
31481         (La_regs): Likewise.
31482         (La_retval): Likewise.
31483         (int_retval): Likewise.
31484         Update #error for removed macros to refer only to definitions in
31485         tst-audit.h.
31486         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
31487         macro.
31488         (pltexit): Likewise.
31489         (La_regs): Likewise.
31490         (La_retval): Likewise.
31491         (int_retval): Likewise.
31492         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
31493         macro.
31494         (pltexit): Likewise.
31495         (La_regs): Likewise.
31496         (La_retval): Likewise.
31497         (int_retval): Likewise.
31498         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
31499         macro.
31500         (pltexit): Likewise.
31501         (La_regs): Likewise.
31502         (La_retval): Likewise.
31503         (int_retval): Likewise.
31504         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
31505         macro.
31506         (pltexit): Likewise.
31507         (La_regs): Likewise.
31508         (La_retval): Likewise.
31509         (int_retval): Likewise.
31510         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
31511         macro.
31512         (pltexit): Likewise.
31513         (La_regs): Likewise.
31514         (La_retval): Likewise.
31515         (int_retval): Likewise.
31516         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
31517         macro.
31518         (pltexit): Likewise.
31519         (La_regs): Likewise.
31520         (La_retval): Likewise.
31521         (int_retval): Likewise.
31522         * sysdeps/generic/tst-audit.h: Update comment to refer only to
31523         macro definitions in tst-audit.h.
31524         * sysdeps/i386/tst-audit.h: New file.
31525         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
31526         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
31527         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
31528         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
31529         * sysdeps/sh/tst-audit.h: Likewise.
31530         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
31531         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
31532         * sysdeps/x86_64/tst-audit.h: Likewise.
31533
31534 2012-07-26  Andreas Jaeger  <aj@suse.de>
31535
31536         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
31537         ptrace.
31538
31539         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
31540         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
31541         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
31542         PTRACE_O_MASK.
31543         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
31544         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
31545         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
31546
31547         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
31548         value.
31549
31550         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
31551         _sigsys.
31552         (si_call_addr, si_syscall, si_arch): Define new macro.
31553         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
31554         _sigsys.
31555         (si_call_addr, si_syscall, si_arch): Define new marcro.
31556         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
31557         _sigsys.
31558         (si_call_addr, si_syscall, si_arch): Define new macro.
31559         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
31560         _sigsys.
31561         (si_call_addr, si_syscall, si_arch): Define new macro.
31562
31563 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31564
31565         [BZ #13717]
31566         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31567         Change to 2.4.21 where previously 2.4.1.
31568         * sysdeps/unix/sysv/linux/configure: Regenerated.
31569         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
31570         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
31571         Linux kernel version.
31572         (__ASSUME_STD_AUXV): Remove.
31573         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
31574         kernel version.
31575         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
31576         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
31577         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
31578         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
31579         (__ASSUME_NETLINK_SUPPORT): Likewise.
31580         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
31581         (__no_netlink_support): Remove conditional definition.
31582         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
31583         Remove.
31584         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31585         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
31586         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
31587         (if_nameindex_ioctl): Remove.
31588         (if_nameindex_netlink): Do not handle __no_netlink_support.
31589         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31590         code.
31591         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
31592         Remove conditional code.
31593         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31594         code.
31595         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
31596         unconditional.
31597         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31598         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
31599         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
31600         Remove.
31601         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
31602         [!__ASSUME_STD_AUXV]: Remove conditional code.
31603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
31604         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
31605         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
31606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
31607         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
31608         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31609         code.
31610         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
31612         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
31613         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31614         conditional code.
31615         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
31617         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31618         code.
31619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
31620         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31621         conditional code.
31622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
31623         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31624         code unconditional.
31625         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31626         conditional code.
31627         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31628         unconditional.
31629         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31630         conditional code.
31631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
31632         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31633         unconditional.
31634         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31635         conditional code.
31636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
31637         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31638         code unconditional.
31639         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31640         conditional code.
31641         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31642         unconditional.
31643         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31644         conditional code.
31645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
31646         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31647         code unconditional.
31648         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31649         conditional code.
31650         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31651         unconditional.
31652         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31653         conditional code.
31654
31655 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
31656
31657         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
31658         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
31659         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
31660         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
31661         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
31662         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
31663         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
31664         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
31665         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
31666         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
31667         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
31668         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
31669         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
31670         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
31671         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
31672         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
31673         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
31674         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
31675         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
31676         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
31677         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
31678         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
31679         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
31680
31681 2012-07-25  Florian Weimer  <fweimer@redhat.com>
31682
31683         * Versions.def: Add GLIBC_2.17.
31684         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
31685         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
31686         Introduce __libc_secure_getenv.
31687         * stdlib/Versions (2.17): Add secure_getenv
31688         (GLIBC_PRIVATE): Add __libc_secure_getenv.
31689         * stdlib/secure-getenv.c: Rename __secure_getenv to
31690         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
31691         symbol __secure_getenv for GLIBC_2.0.
31692         * stdlib/tst-secure-getenv.c: New.
31693         * stdlib/Makefile (tests): Add testcase.
31694         * manual/startup.texi (Environment Access): Document
31695         secure_getenv.
31696         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
31697         __libc_secure_getenv.
31698         * inet/ruserpass.c (ruserpass): Likewise.
31699         * malloc/mtrace.c (mtrace): Likewise.
31700         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
31701         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
31702         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
31703         * sysdeps/posix/tempname.c: Likewise.  Evaluate
31704         HAVE_SECURE_GETENV.
31705         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
31706         __secure_getenv to __libc_secure_getenv.
31707         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
31708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31709         Likewise.
31710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31711         Likewise.
31712         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
31713         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
31714         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31715         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
31716         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
31717         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31718         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
31719
31720 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31721
31722         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
31723         (struct La_i86_retval): Likewise.
31724         (struct La_x86_64_regs): Likewise.
31725         (struct La_x86_64_retval): Likewise.
31726         (struct La_x32_regs): Likewise.
31727         (struct La_x32_retval): Likewise.
31728         (struct La_ppc32_regs): Likewise.
31729         (struct La_ppc32_retval): Likewise.
31730         (struct La_ppc64_regs): Likewise.
31731         (struct La_ppc64_retval): Likewise.
31732         (struct La_sh_regs): Likewise.
31733         (struct La_sh_retval): Likewise.
31734         (struct La_s390_32_regs): Likewise.
31735         (struct La_s390_32_retval): Likewise.
31736         (struct La_s390_64_regs): Likewise.
31737         (struct La_s390_64_retval): Likewise.
31738         (struct La_sparc32_regs): Likewise.
31739         (struct La_sparc32_retval): Likewise.
31740         (struct La_sparc64_regs): Likewise.
31741         (struct La_sparc64_retval): Likewise.
31742         (struct audit_ifaces): Remove architecture-specific pltenter and
31743         pltexit members.
31744         * sysdeps/i386/ldsodefs.h: New file.
31745         * sysdeps/powerpc/ldsodefs.h: Likewise.
31746         * sysdeps/s390/ldsodefs.h: Likewise.
31747         * sysdeps/sh/ldsodefs.h: Likewise.
31748         * sysdeps/sparc/ldsodefs.h: Likewise.
31749         * sysdeps/x86_64/ldsodefs.h: Likewise.
31750
31751 2012-07-25  Marek Polacek  <polacek@redhat.com>
31752
31753         [BZ #6808]
31754         * math/libm-test.inc (yn_test): Add another test.
31755         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
31756         to ERANGE when the result is +-Inf.
31757         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
31758         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
31759         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
31760         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
31761
31762 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
31763
31764         * conform/data/time.h-data (NULL): Use macro-constant.  Require
31765         equal to 0.
31766         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
31767         clock_t.
31768         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
31769
31770 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
31771
31772         * configure.in <sysdeps resolving>: Correct printing
31773         Implies_before.
31774         * configure: Regenerate.
31775
31776 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
31777
31778         * math/w_ilogb.c: Include <limits.h>.
31779         * math/w_ilogbl.c: Likewise.
31780
31781 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31782
31783         * manual/lang.texi (__va_copy): Document primarily as ISO C99
31784         va_copy.  Document allowing for unavailable va_copy only as
31785         pre-C99 compatibility.
31786         * manual/string.texi (Copying and Concatenation): Use va_copy
31787         instead of __va_copy in concat example.
31788
31789 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
31790
31791         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
31792         (__sendto): Use create_address_port.  Initialize APORT and deallocate
31793         it if not null.
31794
31795         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
31796         with O_NOLINK passed to __file_name_lookup.
31797
31798         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
31799         with O_NOLINK passed to __file_name_lookup.
31800
31801         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
31802         negative N or less than NGIDS.
31803
31804         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
31805         type to string_t.  Set ERANGE as errno and return it if NAME is not big
31806         enough.  Use memcpy instead of strncpy.
31807
31808 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31809
31810         * elf/Makefile (check-data): Remove.
31811         (localplt.data): New vpath directive.
31812         ($(objpfx)check-localplt.out): Use localplt.data from vpath
31813         instead of $(check-data).
31814         * scripts/data/localplt-generic.data: Move to ...
31815         * sysdeps/generic/localplt.data: ... here.
31816         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
31817         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
31818         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
31819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
31820         ... here.
31821         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
31822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
31823         ... here.
31824         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
31825         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
31826         ... here.
31827         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
31828         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
31829         ... here.
31830         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
31831         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
31832         ... here.
31833         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
31834         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
31835         ... here.
31836
31837 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31838
31839         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
31840         PPC32 and PPC64 files.
31841         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
31842         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
31843
31844 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31845
31846         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
31847         __makecontext_ret to ...
31848         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
31849         ... here and call exit if uc_link is NULL.  New file.
31850         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
31851         __makecontext_ret.S.
31852         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
31853         __makecontext_ret to ...
31854         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
31855         ... here and call exit if uc_link is NULL.  New file.
31856         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
31857         __makecontext_ret.S.
31858
31859 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31860
31861         * elf/elf.h (R_390_IRELATIVE): New definition.
31862         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
31863         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
31864         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
31865         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
31866         (elf_machine_lazy_rel): Likewise.
31867         * sysdeps/s390/dl-irel.h: New file.
31868         * sysdeps/s390/s390-64/memcpy.S: New asm code.
31869         * sysdeps/s390/s390-64/memset.S: New asm code.
31870         * sysdeps/s390/s390-64/memcmp.S: New asm code.
31871         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
31872         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
31873         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
31874         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
31875         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
31876         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
31877         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
31878         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
31879         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
31880         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
31881         * sysdeps/s390/s390-32/memcpy.S: New asm code.
31882         * sysdeps/s390/s390-32/memset.S: New asm code.
31883         * sysdeps/s390/s390-32/memcmp.S: New asm code.
31884
31885 2012-07-17  Marek Polacek  <polacek@redhat.com>
31886
31887         [BZ #14349]
31888         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
31889         * sysdeps/s390/s390-64/configure.in: Likewise.
31890         * sysdeps/sparc/configure.in: Likewise.
31891         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
31892         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
31893         * sysdeps/i386/configure.in: Likewise.
31894         * sysdeps/x86_64/configure.in: Likewise.
31895         * sysdeps/sh/configure.in: Likewise.
31896         * sysdeps/s390/s390-32/configure: Regenerated.
31897         * sysdeps/s390/s390-64/configure: Likewise.
31898         * sysdeps/x86_64/configure: Likewise.
31899         * sysdeps/sh/configure: Likewise.
31900         * sysdeps/powerpc/powerpc64/configure: Likewise.
31901         * sysdeps/powerpc/powerpc32/configure: Likewise.
31902         * sysdeps/sparc/configure: Likwise.
31903         * sysdeps/i386/configure: Likewise.
31904
31905         * elf/dl-open.c: Comment fixes.
31906
31907 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
31908
31909         * Makefile [CXX] (check-data): Remove.
31910         [CXX] (c++-types.data): New vpath directive.
31911         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
31912         vpath.  Do not allow for C++ type data being missing.
31913         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
31914         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
31915         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
31916         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
31917         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
31918         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
31919         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
31920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
31921         ... here.
31922         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
31923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
31924         ... here.
31925         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
31926         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
31927         ... here.
31928         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
31929         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
31930         ... here.
31931         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
31932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
31933         ... here.
31934         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
31935         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
31936         ... here.
31937         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
31938         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
31939         ... here.
31940         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
31941         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
31942
31943         * elf/tls-macros.h (TLS_LE): Move architecture-specific
31944         definitions to architecture-specific files.
31945         (TLS_IE): Likewise.
31946         (TLS_LD): Likewise.
31947         (TLS_GD): Likewise.
31948         * sysdeps/i386/tls-macros.h: New file.
31949         * sysdeps/powerpc/tls-macros.h: Likewise.
31950         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
31951         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
31952         * sysdeps/sh/tls-macros.h: Likewise.
31953         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
31954         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
31955         * sysdeps/x86_64/tls-macros.h: Likewise.
31956
31957 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31958
31959         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
31960         zero value for regular exit case.
31961
31962         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
31963         (__start_context): Preserve zero value for regular exit case.
31964
31965 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31966             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31967
31968         * manual/setjmp.texi (setcontext): Clarify normal process
31969         termination when uc_link is the null pointer.
31970         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
31971         exit call.
31972
31973 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
31974
31975         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
31976         preprocessor.  Test for each exception mask separately.
31977
31978 2012-07-16  Andreas Jaeger  <aj@suse.de>
31979
31980         * po/ru.po: Update from translation team.
31981
31982 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
31983
31984         * conform/data/string.h-data (NULL): Use macro-constant.  Require
31985         equal to 0.
31986         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
31987         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
31988         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
31989         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
31990         [ISO || ISO99 || ISO11] (*_t): Do not allow.
31991
31992 2012-07-13  Andreas Jaeger  <aj@suse.de>
31993
31994         * po/fr.po: Update from translation team.
31995
31996 2012-07-12  Marek Polacek  <polacek@redhat.com>
31997
31998         [BZ #14173]
31999         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32000         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32001         loop condition.
32002
32003 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32004
32005         [BZ #13717]
32006         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32007         Change to 2.4.1 where previously 2.4.0.
32008         * sysdeps/unix/sysv/linux/configure: Regenerated.
32009         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32010         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32011         version.
32012         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32013         (__ASSUME_AT_CLKTCK): Remove.
32014         (__ASSUME_AT_PAGESIZE): Likewise.
32015         (__ASSUME_AT_XID): Likewise.
32016         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32017         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32018         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32019         unconditionally.
32020         (HAVE_AUX_PAGESIZE): Likewise.
32021         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32022         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32023         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32024
32025 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32026
32027         [BZ #14307]
32028         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32029         the temporary buffer used to invoke __gethostbyname2_r,
32030         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32031         host_data / struct gaih_addrtuple.
32032         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32033         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32034         header file nss/nsswitch.h.
32035         * nss/nsswitch.h (global scope): Add definition of implementation
32036         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32037         resolv/nss_dns/dns-host.c).
32038
32039 2012-07-11  Andreas Jaeger  <aj@suse.de>
32040
32041         * po/fr.po: Update from translation team.
32042
32043         * po/sv.po: Update from translation team
32044         * po/fr.po: Another update from translation team.
32045
32046 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32047
32048         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32049         for subnormals or multiply small sinh result by itself.
32050         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32051         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32052
32053 2012-07-11  David S. Miller  <davem@davemloft.net>
32054
32055         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32056
32057 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32058
32059         [BZ #14347]
32060         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32061         (INTERNAL_MARK): Shift it here.
32062
32063 2012-07-10  Marek Polacek  <polacek@redhat.com>
32064
32065         [BZ #14151]
32066         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32067         libc_cv_asm_global_directive with .globl.
32068         * configure: Regenerated.
32069         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32070         with .globl.
32071         * sysdeps/i386/configure: Regenerated.
32072         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32073         with .globl.
32074         * sysdeps/x86_64/configure: Regenerated.
32075         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32076         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32077         * elf/tst-unique2mod2.c: Likewise.
32078         * elf/tst-unique2mod1.c: Likewise.
32079         * elf/tst-unique1mod2.c: Likewise.
32080         * elf/tst-unique1mod1.c: Likewise.
32081         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32082         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32083         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32084         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32085         * sysdeps/mach/sysdep.h: Likewise.
32086         * sysdeps/i386/sysdep.h: Likewise.
32087         * sysdeps/i386/i386-mcount.S: Likewise.
32088         * sysdeps/x86_64/_mcount.S: Likewise.
32089         * sysdeps/x86_64/sysdep.h: Likewise.
32090         * sysdeps/sh/_mcount.S: Likewise.
32091         * sysdeps/sh/sysdep.h: Likewise.
32092         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32093         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32094         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32095         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32096         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32097         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32098         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32099         * locale/localeinfo.h: Likewise.
32100         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32101         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32102
32103 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32104
32105         [BZ #14336]
32106         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32107         system".
32108         * manual/message.texi (The Uniforum approach): Likewise.
32109         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32110         (glibc iconv Implementation): Likewise.
32111
32112 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32113
32114         [BZ #14337]
32115         * math/s_clog.c (__clog): Avoid scaling a value down where that
32116         could result in underflow.
32117         * math/s_clog10.c (__clog10): Likewise.
32118         * math/s_clog10f.c (__clog10f): Likewise.
32119         * math/s_clog10l.c (__clog10l): Likewise.
32120         * math/s_clogf.c (__clogf): Likewise.
32121         * math/s_clogl.c (__clogl): Likewise.
32122         * math/libm-test.inc (clog_test): Add more tests.
32123         (clog10_test): Likewise.
32124         * sysdeps/i386/fpu/libm-test-ulps: Update.
32125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32126
32127 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32128
32129         [BZ #14283]
32130         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32131         by 7 not 8 to examine high bit of fractional part.
32132
32133         [BZ #14042]
32134         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32135         for call to __mcount_internal.
32136         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32137         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32138         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32139
32140 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32141
32142         [BZ #14154]
32143         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32144         approximation for values within 0x1p-13f of an odd multiple of
32145         pi/4.
32146         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32147         exception.  Add more tests.
32148         * sysdeps/i386/fpu/libm-test-ulps: Update.
32149
32150         [BZ #6778]
32151         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32152         inputs and return -1 for them.  Do not check for +Inf in case not
32153         reachable for +Inf.
32154         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32155         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
32156         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32157         and return -1 for them.  Do not check for +Inf in case not
32158         reachable for +Inf.
32159         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32160         define.
32161         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32162         and return -1 for them.  Do not check for +Inf in case not
32163         reachable for +Inf.
32164         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32165         spurious underflow.
32166         * sysdeps/i386/fpu/libm-test-ulps: Update.
32167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32168
32169 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32170
32171         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32172
32173 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32174
32175         [BZ #14157]
32176         [BZ #14331]
32177         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32178         could result in spurious underflow.  Scale down values above
32179         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32180         * math/s_csqrtf.c (__csqrtf): Likewise.
32181         * math/s_csqrtl.c (__csqrtl): Likewise.
32182         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32183         spurious underflow.
32184         * sysdeps/i386/fpu/libm-test-ulps: Update.
32185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32186
32187 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32188
32189         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32190         xopen-msg.sed.
32191         * catgets/xopen-msg.awk: New file.
32192         * catgets/xopen-msg.sed: Removed.
32193
32194         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32195         po2text.sed.
32196         * intl/po2test.awk: New file.
32197         * intl/po2test.sed: Removed.
32198
32199 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32200
32201         [BZ #14328]
32202         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32203         or multiply small sinh result by itself.
32204         * math/s_ctanf.c (__ctanf): Likewise.
32205         * math/s_ctanh.c (__ctanh): Likewise.
32206         * math/s_ctanhf.c (__ctanhf): Likewise.
32207         * math/s_ctanhl.c (__ctanhl): Likewise.
32208         * math/s_ctanl.c (__ctanl): Likewise.
32209         * math/libm-test.inc (ctan_test_tonearest): New function.
32210         (ctan_test_towardzero): Likewise.
32211         (ctan_test_downward): Likewise.
32212         (ctan_test_upward): Likewise.
32213         (ctanh_test_tonearest): Likewise.
32214         (ctanh_test_towardzero): Likewise.
32215         (ctanh_test_downward): Likewise.
32216         (ctanh_test_upward): Likewise.
32217         (main): Call these new functions.
32218         * sysdeps/i386/fpu/libm-test-ulps: Update.
32219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32220
32221 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32222
32223         * .gitignore: Delete /ports entry.
32224
32225 2012-07-03  Andreas Jaeger  <aj@suse.de>
32226
32227         * po/bg.po: Update from translation team.
32228         * po/cs.po: Likewise.
32229         * po/de.po: Likewise.
32230         * po/hr.po: Likewise.
32231         * po/nl.pl: Likewise.
32232         * po/pl.po: Likewise.
32233         * po/vi.po: Likewise.
32234
32235 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32236
32237         * Makeconfig [!+link] (+link-before-libc): New variable.
32238         [!+link] (+link-after-libc): Likewise.
32239         [!+link] (+link-tests): Likewise.
32240         [!+link] (+link): Define in terms of $(+link-before-libc) and
32241         $(+link-after-libc).
32242         [!+link-static] (+link-static-before-libc): New variable.
32243         [!+link-static] (+link-static-after-libc): Likewise.
32244         [!+link-static] (+link-static-tests): Likewise.
32245         [!+link-static] (+link-static): Define in terms of
32246         $(+link-static-before-libc) and $(+link-static-after-libc).
32247         [build-shared] (link-libc-before-gnulib): New variable.
32248         [build-shared] (link-libc-tests): Likewise.
32249         [build-shared] (link-libc): Define in terms of
32250         $(link-libc-before-gnulib).
32251         [!build-shared] (link-libc-tests): New variable.
32252         (link-libc-static-tests): New variable.
32253         [!gnulib] (gnulib-arch): New variable.
32254         [!gnulib] (gnulib-tests): Likewise.
32255         [!gnulib] (static-gnulib-arch): Likewise.
32256         [!gnulib] (static-gnulib-tests): Likewise.
32257         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32258         Define with "=" instead of ":=".
32259         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32260         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32261         * Rules (binaries-all-notests): New variable.
32262         (binaries-all-tests): Likewise.
32263         (binaries-static-notests): Likewise.
32264         (binaries-static-tests): Likewise.
32265         (binaries-all): Define using $(binaries-all-notests) and
32266         $(binaries-all-tests).
32267         (binaries-static): Define using $(binaries-static-notests) and
32268         $(binaries-static-tests).
32269         (binaries-shared-tests): New variable.
32270         (binaries-shared-notests): Likewise.
32271         (binaries-shared): Remove variable.
32272         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32273         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32274         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32275         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32276         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32277         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32278         * elf/Makefile (sln-modules): New variable.
32279         (extra-objs): Add $(sln-modules:=.o).
32280         (ldconfig-modules): Add static-stubs.
32281         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32282         * elf/static-stubs.c: New file.
32283
32284         [BZ #14283]
32285         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32286         by 7 not 8 to examine high bit of fractional part.  Use volatile
32287         variables when splitting into final array of floats if
32288         __FLT_EVAL_METHOD__ != 0.
32289         * math/libm-test.inc (cos_test): Add another test.
32290         (sin_test): Likewise.
32291         * sysdeps/i386/fpu/libm-test-ulps: Update.
32292
32293         [BZ #14273]
32294         * math/libm-test.inc (cosh_test): Add more tests.
32295
32296         * version.h (RELEASE): Set to "development".
32297         (VERSION): Set to "2.16.90".
32298
32299 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32300
32301         * NEWS: Update copyright. Remove last-updated date.
32302         Mention math library bug fixes and timezone data changes.
32303         * README: Mention GNU/Hurd, x32, and HPPA support status.
32304
32305 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32306
32307         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32308
32309 2012-06-27  Andreas Jaeger  <aj@suse.de>
32310
32311         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32312
32313 2012-06-25  Andreas Jaeger  <aj@suse.de>
32314
32315         * sysdeps/s390/fpu/libm-test-ulps: Update.
32316
32317 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32318             Thomas Schwinge  <thomas@codesourcery.com>
32319
32320         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32321         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32322         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32323         fanotify_mark.
32324
32325 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32326
32327         * sysdeps/mach/start.c: Remove file.
32328         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32329         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32330         * sysdeps/sh/init-first.c: Likewise.
32331
32332         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32333         registers for frame unwinding purposes, add CFI directives.
32334         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32335         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32336         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32337         Likewise.
32338
32339         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32340         __fortify_fail returning.
32341         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32342
32343         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32344         sysdeps/sh/____longjmp_chk.S.
32345         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32346         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32347         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32348         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32349
32350         * sysdeps/sh/abort-instr.h: New file.
32351         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32352         process in case exit returns.
32353
32354         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32355         initialize the GOT register before use.
32356
32357         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32358         calculation of ARGC > 4.
32359
32360         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32361         meaningful names to some local labels.
32362
32363 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32364             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32365
32366         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32367         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32368         (__arch_compare_and_exchange_val_16_acq): Likewise.
32369         (__arch_compare_and_exchange_val_32_acq): Likewise.
32370         (atomic_exchange_and_add): Fix gUSA sequence.
32371         (atomic_add): Likewise.
32372         (atomic_add_negative): Likewise.
32373         (atomic_add_zero): Likewise.
32374         (atomic_bit_test_set): Likewise.
32375
32376 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32377
32378         [BZ #13579]
32379         * include/link.h (struct link_map): Add l_free_initfini.
32380         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32381         l_initfini.
32382         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32383         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32384         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32385         set.
32386
32387 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32388
32389         * configure.in: Use AC_LANG_SOURCE.
32390         * configure: Regenerate.
32391
32392 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32393
32394         * configure.in (libc_cv_localstatedir): New substituted variable.
32395         * configure: Regenerated.
32396         * config.make.in (localstatedir): New variable, substituted from
32397         libc_cv_localstatedir.
32398         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32399         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32400         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32401         * sysdeps/gnu/configure: Regenerated.
32402
32403 2012-06-21  Jeff Law  <law@redhat.com>
32404
32405         [BZ #14277]
32406         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32407         free.  Simplify list management for _LIBC case.
32408
32409 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
32410
32411         [BZ #14273]
32412         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
32413         Clear sign bit of 64-bit integer value before comparing against
32414         overflow value.
32415
32416         * sysdeps/mach/configure: Regenerated.
32417
32418 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
32419
32420         [BZ #14278]
32421         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
32422
32423 2012-06-21  Jeff Law  <law@redhat.com>
32424
32425         [BZ #13882]
32426         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
32427         uint16_t for elements in the "seen" array to avoid char overflows.
32428         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32429         * elf/dl-open.c (dl_open_worker): Likewise.
32430
32431 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
32432
32433         * scripts/list-sources.sh: Scan PORTS for translations.
32434         * po/libc.pot: Regenerated.
32435
32436 2012-06-21  Andreas Jaeger  <aj@suse.de>
32437
32438         [BZ #12194]
32439         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
32440         warning.
32441         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
32442         * bits/byteswap-16.h (__bswap_16): Likewise.
32443         * bits/byteswap.h (__bswap_constant_16): Likewise.
32444
32445 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
32446
32447         [BZ #14117]
32448         * sysdeps/i386/fpu_control.h: Removed.
32449         * sysdeps/x86_64/fpu_control.h: Moved to ...
32450         * sysdeps/x86/fpu_control.h: Here.
32451
32452         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
32453         (_FPU_SETCW): Likewise.
32454
32455 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
32456
32457         [BZ #14117]
32458         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
32459         * sysdeps/x86/fpu/bits/mathinline.h: This.
32460         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
32461
32462         [BZ #14050]
32463         [BZ #14117]
32464         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
32465         functions if __x86_64__ is defined.
32466
32467 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
32468
32469         * string/endian.h: Add !__ASSEMBLER__ condition for including
32470         conversion interfaces.
32471
32472 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
32473
32474         [BZ #14241]
32475         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
32476         of ABS(x) in calculating zero to negative powers other than odd
32477         integers.
32478         * math/libm-test.inc (pow_test): Add more tests.
32479
32480 2012-06-15  Andreas Jaeger  <aj@suse.de>
32481
32482         * manual/contrib.texi (Contributors): Update entry of Liubov
32483         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
32484         Machado Filho.
32485
32486 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
32487
32488         * string/string.h: Add __wur to GNU version of strerror_r.
32489
32490 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
32491
32492         [BZ #14229]
32493         * string/Makefile (tests): Add tst-strtok_r.
32494         * string/tst-strtok_r.c: New file.
32495         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
32496         RAX_LP/RDX_LP on SAVE_PTR.
32497
32498 2012-06-14  Roland McGrath  <roland@hack.frob.com>
32499
32500         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
32501
32502 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
32503
32504         * libm_test.inc (csqrt_test): Allow more spurious underflow
32505         exceptions.
32506         (j0_test): Likewise.
32507         (j1_test): Likewise.
32508         (y0_test): Likewise.
32509         (y1_test): Likewise.
32510
32511 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
32512
32513         * po/Makefile (libc.pot): Use UTF-8 charset.
32514
32515 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
32516
32517         [BZ #14210]
32518         Suppress sign-conversion warning from FD_SET.
32519         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
32520         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
32521         not unsigned long int.
32522         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
32523
32524 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
32525
32526         [BZ #14050]
32527         [BZ #14117]
32528         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
32529         __extern_always_inline instead of __extern_inline.
32530         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
32531         (__signbit): Likewise.
32532         (__signbitl): Support C++ namespace.
32533         (lrintf): New inline function.
32534         (lrint): Likewise.
32535         (llrintf): Likewise.
32536         (llrint): Likewise.
32537         (fmaxf): Likewise.
32538         (fmax): Likewise.
32539         (fminf): Likewise.
32540         (fmin): Likewise.
32541         (rint): Likewise.
32542         (rintf): Likewise.
32543         (ceil): Likewise.
32544         (ceilf): Likewise.
32545         (floor): Likewise.
32546         (floorf): Likewise.
32547         (nearbyint): Likewise.
32548         (nearbyintf): Likewise.
32549
32550 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
32551
32552         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
32553         non-default versions.
32554
32555 2012-06-11  Roland McGrath  <roland@hack.frob.com>
32556
32557         [BZ #14218]
32558         * manual/argp.texi (Argp): Reword argp_parse description slightly.
32559
32560 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
32561
32562         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
32563         (FE_UPWARD, FE_DOWNWARD): Don't define.
32564         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
32565         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
32566
32567         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
32568         reading it.
32569         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
32570         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
32571
32572 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32573
32574         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
32575         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
32576         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
32577         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
32578
32579 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
32580
32581         [BZ #14117]
32582         * sysdeps/i386/fpu/bits/fenv.h: Removed.
32583         * sysdeps/i386/fpu/Implies: New file.
32584         * sysdeps/x86_64/fpu/Implies: Likewise.
32585         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
32586         * sysdeps/x86/fpu/bits/fenv.h: This.
32587
32588         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
32589         __SSE_MATH__.
32590
32591 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32592
32593         [BZ #14134]
32594         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
32595         character 0xffff that matches the last element of the
32596         conversion table.
32597
32598 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32599
32600         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
32601         fmodl commit.
32602
32603 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32604
32605         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
32606         values higher than 25.6283.
32607
32608 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32609
32610         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
32611         subnormal exponent extraction and add some __builtin_expect.
32612         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
32613         Fix for subnormal mantissa calculation.
32614
32615 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
32616
32617         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
32618         cpu2 is -1 and errno is not ENOSYS.
32619
32620 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
32621
32622         [BZ #14117]
32623         * sysdeps/i386/i486/bits/string.h: Renamed to ...
32624         * sysdeps/x86/bits/string.h: This.
32625         * sysdeps/x86_64/bits/string.h: Removed.
32626
32627         * sysdeps/i386/i486/bits/string.h: Define inline functions only
32628         if not compiling for x86-64, but compiling for >= i486.
32629
32630         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
32631         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
32632
32633         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
32634         New macro from Linux kernel 3.4.0.
32635         (FP_XSTATE_MAGIC2): Likewise.
32636         (FP_XSTATE_MAGIC2_SIZE): Likewise.
32637         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
32638         (struct _fpx_sw_bytes): New struct.
32639         (struct _xsave_hdr): Likewise.
32640         (struct _ymmh_state): Likewise.
32641         (struct _xstate): Likewise.
32642
32643         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
32644         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
32645         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
32646         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
32647         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
32648         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
32649
32650         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
32651         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
32652         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
32653         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
32654         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
32655         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
32656
32657 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32658
32659         [BZ #13743]
32660         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
32661         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
32662         (sysdep_headers): Include sys/platform/ppc.h.
32663         * sysdeps/powerpc/test-gettimebase.c: Test for
32664         __ppc_get_timebase() to catch future ISA opcode/insn changes.
32665         * manual/Makefile (appendices): Include platform.texi.
32666         * manual/contrib.texi (Contributors): Update @node pointers.
32667         * manual/maint.texi (Maintenance): Likewise.
32668         (Platform): New node.
32669         * manual/platform.texi: New file.  Document the new features.
32670
32671 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32672             Jakub Jelinek  <jakub@redhat.com>
32673
32674         [BZ #14188]
32675         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
32676         where __builtin_expect is unavailable.
32677
32678 2012-06-03  David S. Miller  <davem@davemloft.net>
32679
32680         * stdlib/longlong.h: Updated from GCC.
32681
32682 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
32683
32684         [BZ #14042]
32685         * sysdeps/powerpc/powerpc32/mcount.c: New file.
32686         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
32687         __mcount_internal.
32688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
32689         (GLIBC_2.16): Likewise.
32690
32691 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32692
32693         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
32694
32695 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32696
32697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
32698         (default-abi): New variable.
32699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
32700         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
32701         variable.
32702         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
32703         Likewise.
32704         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
32705         Likewise.
32706         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
32707         Likewise.
32708
32709         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
32710         definition.  Document in comment.
32711
32712 2012-06-01  David S. Miller  <davem@davemloft.net>
32713
32714         * stdlib/longlong.h: Updated from GCC.
32715
32716 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32717
32718         [BZ #14117]
32719         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
32720         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
32721         sys/debugreg.h sys/io.h here.
32722         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
32723         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
32724         sys/io.h.
32725         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
32726         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
32727         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
32728         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
32729         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
32730         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
32731
32732         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
32733         Define only if __x86_64__ is defined.
32734
32735 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32736
32737         [BZ #14048]
32738         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
32739         Use int64_t for variable i.
32740         * math/libm-test.inc (fmod_test): Add more tests.
32741
32742         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
32743         z computation is not scheduled after fetestexcept.
32744         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
32745         Use math_force_eval instead of asm to ensure calculation scheduled
32746         before exception test.
32747         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
32748         Ensure a1 + u.d computation is not scheduled after fetestexcept.
32749
32750 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
32751
32752         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
32753         computation is not scheduled after fetestexcept.
32754
32755 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32756
32757         [BZ #14117]
32758         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
32759         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
32760
32761 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32762
32763         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
32764         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
32765
32766 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32767
32768         [BZ #14117]
32769         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
32770         <bits/wordsize.h>.
32771         (__WCHAR_MIN): Support __WORDSIZE == 64.
32772         (__WCHAR_MAX): Likewise.
32773
32774         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
32775         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
32776
32777         [BZ #14183]
32778         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
32779         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
32780
32781         [BZ #14117]
32782         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
32783         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
32784
32785         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
32786         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
32787
32788         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
32789         Defined to 1 if __x86_64__ isn't defined.
32790         (_STAT_VER_LINUX_OLD): New.
32791         (st_atime): Remove duplicate.
32792         (st_mtime): Likewise.
32793         (st_ctime): Likewise.
32794
32795 2012-05-31  David S. Miller  <davem@davemloft.net>
32796
32797         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
32798         entries.
32799
32800 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
32801
32802         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
32803         gen-libm-test.pl.
32804
32805         [BZ #14132]
32806         * elf/dl-reloc.c: Include <_itoa.h>.
32807         (_dl_reloc_bad_type): Remove use of INTUSE.
32808         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
32809         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
32810         * stdio-common/psiginfo.c (psiginfo): Likewise.
32811         * stdio-common/psignal.c (psignal): Likewise.
32812         * string/strsignal.c (strsignal): Likewise.
32813         * include/signal.h (_sys_siglist): Declare hidden proto.
32814         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
32815         INTVARDEF with libc_hidden_data_def.
32816         * stdio-common/itoa-udigits.c: Likewise.
32817         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
32818         (_itoa_lower_digits_internal): Remove declaration.
32819         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
32820         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
32821         (_sys_sigabbrev_internal): Remove aliases.
32822         (_sys_siglist): Define hidden alias.
32823
32824 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
32825
32826         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32827         bits/sysctl.h.
32828
32829 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32830
32831         [BZ #14117]
32832         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
32833         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
32834
32835         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
32836         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
32837         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
32838         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
32839         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
32840         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
32841
32842         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
32843         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
32844         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
32845
32846         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
32847         with __addr.
32848         (insw): Likewise.
32849         (insl): Likewise.
32850         (outsb): Likewise.
32851         (outsw): Likewise.
32852         (outsl): Likewise.
32853
32854         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
32855         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
32856         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
32857
32858         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
32859         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
32860         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
32861         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
32862         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
32863         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
32864
32865         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
32866         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
32867
32868         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
32869         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
32870
32871         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
32872         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
32873         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
32874
32875         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
32876         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
32877         to ...
32878         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
32879
32880         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
32881         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
32882         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
32883
32884         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
32885         for x86-64.
32886         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
32887
32888 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
32889
32890         * math/math.h (M_El): Use two more decimal places.
32891         (M_LOG2El): Likewise.
32892         (M_LOG10El): Likewise.
32893         (M_LN2l): Likewise.
32894         (M_LN10l): Likewise.
32895         (M_PIl): Likewise.
32896         (M_PI_2l): Likewise.
32897         (M_PI_4l): Likewise.
32898         (M_1_PIl): Likewise.
32899         (M_2_PIl): Likewise.
32900         (M_2_SQRTPIl): Likewise.
32901         (M_SQRT2l): Likewise.
32902         (M_SQRT1_2l): Likewise.
32903
32904 2012-05-31  David S. Miller  <davem@davemloft.net>
32905
32906         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
32907         values between float registers.
32908         * sysdeps/sparc/sparc64/memset.S: Likewise.
32909         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
32910
32911 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
32912
32913         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
32914         -D_FORTIFY_SOURCE=1.
32915         (CPPFLAGS-tst-longjmp_chk.c): Define.
32916         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
32917         (CPPFLAGS-tst-longjmp_chk2.c): Define.
32918         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
32919         CFLAGS-tst-wchar-h.c.
32920
32921 2012-05-31  Marek Polacek  <polacek@redhat.com>
32922
32923         [BZ #14132]
32924         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
32925         __endmntent_internal): Remove declaration.
32926         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
32927         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
32928         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
32929
32930 2012-05-30  David S. Miller  <davem@davemloft.net>
32931
32932         * sysdeps/sparc/sparc32/soft-fp/q_util.c
32933         (___Q_simulate_exceptions): Use real FP ops rather than writing
32934         into the %fsr.
32935         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
32936         Likewise.
32937
32938 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32939
32940         [BZ #14117]
32941         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
32942         * sysdeps/x86/bits/xtitypes.h: This.
32943
32944         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
32945         * sysdeps/x86/bits/wordsize.h: This.
32946
32947         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
32948         * sysdeps/x86/bits/huge_vall.h: This.
32949
32950         * sysdeps/i386/bits/select.h: Removed.
32951         * sysdeps/x86_64/bits/select.h: Renamed to ...
32952         * sysdeps/x86/bits/select.h: This.
32953
32954         * sysdeps/i386/bits/setjmp.h: Removed.
32955         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
32956         * sysdeps/x86/bits/setjmp.h: This.
32957
32958         * sysdeps/i386/bits/mathdef.h: Removed.
32959         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
32960         * sysdeps/x86/bits/mathdef.h: This.
32961
32962 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
32963
32964         [BZ #14132]
32965         * include/sys/socket.h (__connect_internal)
32966         (__libc_sa_len_internal): Remove declaration.
32967         (__connect, __libc_sa_len): Declare hidden_proto.
32968         (SA_LEN): Remove use of INTUSE.
32969         * socket/connect.c: Add libc_hidden_def.
32970         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
32971         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
32972         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
32973         alias.
32974         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
32975         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
32976         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
32977         of adding _internal alias.
32978
32979 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32980
32981         [BZ #14117]
32982         * sysdeps/i386/bits/link.h: Removed.
32983         * sysdeps/i386/bits/linkmap.h: Likewise.
32984         * sysdeps/x86_64/bits/link.h: Renamed to ...
32985         * sysdeps/x86/bits/link.h: This.
32986         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
32987         * sysdeps/x86/bits/linkmap.h: This.
32988
32989         * sysdeps/i386/bits/endian.h: Removed.
32990         * sysdeps/x86_64/bits/endian.h: Renamed to ...
32991         * sysdeps/x86/bits/endian.h: This.
32992
32993         * sysdeps/i386/bits/byteswap.h: Removed.
32994         * sysdeps/i386/bits/byteswap-16.h: Likewise.
32995         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
32996         * sysdeps/x86/bits/byteswap.h: This.
32997         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
32998         * sysdeps/x86/bits/byteswap-16.h: This.
32999         * sysdeps/i386/Implies: Add x86.
33000         * sysdeps/x86_64/Implies: Likewise.
33001
33002 2012-05-30  David S. Miller  <davem@davemloft.net>
33003
33004         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33005         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33006         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33007         (FP_TRAPPING_EXCEPTIONS): Define.
33008         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33009         (FP_TRAPPING_EXCEPTIONS): Define.
33010         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33011         subnormals only when inexact has been signalled or underflow
33012         exceptions are enabled.
33013         (_FP_PACK_CANONICAL): Likewise.
33014
33015 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33016
33017         [BZ #14183]
33018         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33019         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33020
33021 2012-05-30  Richard Henderson  <rth@twiddle.net>
33022
33023         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33024         with #ifndef NOT_IN_libc.
33025
33026         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33027         marked to avoid plt entry.
33028
33029 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33030
33031         [BZ #14112]
33032         * Makeconfig (default-abi): New macro.
33033         (abi-includes): Likewise.
33034         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33035         $(abi-$(default-abi)-lib-soname) for soname if defined.
33036         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33037         abi-variants.
33038         * Makefile (installed-stubs): Likewise.
33039         * include/stubs-biarch.h: Removed.
33040         * scripts/lib-names.awk: Only handle one library at a time.
33041         * scripts/soversions.awk: Remove WORDSIZE support.
33042         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33043         entries.
33044         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33045         Removed.
33046         (syscall-list-default-condition): Likewise.
33047         (syscall-list-default-condition): Likewise.
33048         (syscall-list-includes): Likewise.
33049         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33050         syscall-list-* with abi-*.  Handle undefined abi-variants.
33051         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33052         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33053         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33054         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33055         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33056         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33057         Removed.
33058         (syscall-list-32-options): Likewise.
33059         (syscall-list-32-condition): Likewise.
33060         (syscall-list-64-options): Likewise.
33061         (syscall-list-64-condition): Likewise.
33062         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33063         macro.
33064         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33065         Renamed to ...
33066         (abi-*): This.
33067         (abi-64-ld-soname): New macro.
33068         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33069         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33070         Renamed to ...
33071         (abi-*): This.
33072         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33073         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33074
33075 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33076
33077         * sysdeps/unix/sysv/linux/kernel-features.h
33078         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33079         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33080         include <kernel-features.h>.
33081         [!__NR_ftruncate64]: Remove conditional code.
33082         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33083         [__NR_ftruncate64]: Make code unconditional.
33084         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33085         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33086         include <kernel-features.h>.
33087         [!__NR_ftruncate64]: Remove conditional code.
33088         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33089         [__NR_ftruncate64]: Make code unconditional.
33090         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33092         include <kernel-features.h>.
33093         [!__NR_ftruncate64]: Remove conditional code.
33094         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33095         [__NR_ftruncate64]: Make code unconditional.
33096         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33098         include <kernel-features.h>.
33099         [!__NR_ftruncate64]: Remove conditional code.
33100         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33101         [__NR_ftruncate64]: Make code unconditional.
33102         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33103
33104         * configure.in (libc_cv_fpie): Weaken to a compile test using
33105         LIBC_TRY_CC_OPTION.
33106         * configure: Regenerated.
33107
33108 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33109
33110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33114         Refreshed.
33115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33116         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33117         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33121         Refreshed.
33122
33123 2012-05-27  David S. Miller  <davem@davemloft.net>
33124
33125         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33126         (___Q_zero): New.
33127         (__Q_simulate_exceptions): Return void.  Change to simulate
33128         exceptions by writing into the %fsr.
33129         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33130         (__Qp_handle_exceptions): Likewise.
33131         (numbers): Delete.
33132         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33133         __Qp_handle_exceptions.
33134         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33135         __Qp_handle_exceptions.
33136         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33137         as unused and give dummy FP_RND_NEAREST initializer.
33138         (FP_INHIBIT_RESULTS): Define.
33139         (___Q_simulate_exceptions): Update declaration.
33140         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33141         formatting.
33142         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33143         as unused and give dummy FP_RND_NEAREST initializer.
33144         (__Qp_handle_exceptions): Update declaration.
33145         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33146         formatting.
33147
33148 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33149
33150         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33151         the temporary FPU control word.
33152         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33153         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33154         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33155         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33156         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33157         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33158         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33159         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33160         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33161         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33162         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33163
33164 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33165
33166         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33167         fields.
33168
33169 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33170
33171         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33172         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33173         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33174         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33175         Likewise.
33176         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33177         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33178         Likewise.
33179
33180 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33181
33182         * po/h.po: Update from translation team.
33183
33184 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33185
33186         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33187
33188         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33189         handling of denormals.
33190         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33191         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33192         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33193         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33194         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33195         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33196         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33197         Likewise.
33198
33199 2012-05-26  Marek Polacek  <polacek@redhat.com>
33200
33201         [BZ #14152]
33202         * math/libm-test.inc (fma_test): Don't always expect underflow
33203         exception.
33204
33205 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33206
33207         [BZ #12416]
33208         * elf/tst-execstack.c: Include stackinfo.h.
33209         (do_test): Adjust test case to ensure that pthread_getattr_np
33210         behaviour remains the same after marking stack executable.
33211
33212 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33213
33214         * sysdeps/unix/sysv/linux/kernel-features.h
33215         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33216         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33217         kernel-features.h.
33218         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33219         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33220         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33221         kernel-features.h.
33222         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33223         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33224
33225 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33226
33227         * configure.in: Define the default includes to being none.
33228         * configure: Regenerated.
33229
33230 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33231
33232         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33233         * sysdeps/x86_64/setjmp.S: Likewise.
33234         * sysdeps/i386/bsd-setjmp.S: Likewise.
33235         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33236         * sysdeps/i386/setjmp.S: Likewise.
33237         * sysdeps/i386/__longjmp.S: Likewise.
33238         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33239         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33240
33241         * include/stap-probe.h: New file.
33242         * configure.in: Handle --enable-systemtap.
33243         * configure: Regenerated.
33244         * config.h.in (USE_STAP_PROBE): New #undef.
33245         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33246         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33247         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33248
33249 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33250
33251         [BZ #13717]
33252         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33253         to 2.4.0 where earlier.
33254         * sysdeps/unix/sysv/linux/configure: Regenerated.
33255         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33256         <kernel-features.h>.
33257         [__ASSUME_32BITUIDS]: Make code unconditional.
33258         [!__ASSUME_32BITUIDS]: Remove conditional code.
33259         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33260         <kernel-features.h>.
33261         [__ASSUME_32BITUIDS]: Make code unconditional.
33262         [!__ASSUME_32BITUIDS]: Remove conditional code.
33263         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33264         [__ASSUME_32BITUIDS]: Make code unconditional.
33265         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33266         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33267         <kernel-features.h>.
33268         [__ASSUME_32BITUIDS]: Make code unconditional.
33269         [!__ASSUME_32BITUIDS]: Remove conditional code.
33270         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
33271         <kernel-features.h>.
33272         [__ASSUME_32BITUIDS]: Make code unconditional.
33273         [!__ASSUME_32BITUIDS]: Remove conditional code.
33274         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
33275         <kernel-features.h>.
33276         [__ASSUME_32BITUIDS]: Make code unconditional.
33277         [!__ASSUME_32BITUIDS]: Remove conditional code.
33278         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
33279         <kernel-features.h>.
33280         [__ASSUME_32BITUIDS]: Make code unconditional.
33281         [!__ASSUME_32BITUIDS]: Remove conditional code.
33282         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33283         <kernel-features.h>.
33284         [__ASSUME_32BITUIDS]: Make code unconditional.
33285         [!__ASSUME_32BITUIDS]: Remove conditional code.
33286         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33287         <kernel-features.h>.
33288         [__ASSUME_32BITUIDS]: Make code unconditional.
33289         [!__ASSUME_32BITUIDS]: Remove conditional code.
33290         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33291         <kernel-features.h>.
33292         [__ASSUME_32BITUIDS]: Make code unconditional.
33293         [!__ASSUME_32BITUIDS]: Remove conditional code.
33294         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33295         <kernel-features.h>.
33296         [__ASSUME_32BITUIDS]: Make code unconditional.
33297         [!__ASSUME_32BITUIDS]: Remove conditional code.
33298         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33299         <kernel-features.h>.
33300         [__ASSUME_32BITUIDS]: Make code unconditional.
33301         [!__ASSUME_32BITUIDS]: Remove conditional code.
33302         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33303         <kernel-features.h>.
33304         [__ASSUME_32BITUIDS]: Make code unconditional.
33305         [!__ASSUME_32BITUIDS]: Remove conditional code.
33306         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33307         <kernel-features.h>.
33308         [__NR_setresgid] (__setresgid): Do not declare.
33309         [__ASSUME_32BITUIDS]: Make code unconditional.
33310         [!__ASSUME_32BITUIDS]: Remove conditional code.
33311         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33312         <kernel-features.h>.
33313         [__NR_setresuid] (__setresuid): Do not declare.
33314         [__ASSUME_32BITUIDS]: Make code unconditional.
33315         [!__ASSUME_32BITUIDS]: Remove conditional code.
33316         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.c: Do not include
33321         <kernel-features.h>.
33322         [__ASSUME_32BITUIDS]: Make code unconditional.
33323         [!__ASSUME_32BITUIDS]: Remove conditional code.
33324         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33325         <kernel-features.h>.
33326         [__ASSUME_32BITUIDS]: Make code unconditional.
33327         [!__ASSUME_32BITUIDS]: Remove conditional code.
33328         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33329         <kernel-features.h>.
33330         [__ASSUME_32BITUIDS]: Make code unconditional.
33331         [!__ASSUME_32BITUIDS]: Remove conditional code.
33332         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33333         <kernel-features.h>.
33334         [__ASSUME_32BITUIDS]: Make code unconditional.
33335         [!__ASSUME_32BITUIDS]: Remove conditional code.
33336         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33337         <kernel-features.h>.
33338         [__ASSUME_32BITUIDS]: Make code unconditional.
33339         [!__ASSUME_32BITUIDS]: Remove conditional code.
33340         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33341         <kernel-features.h>.
33342         [__ASSUME_32BITUIDS]: Make code unconditional.
33343         [!__ASSUME_32BITUIDS]: Remove conditional code.
33344         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33345         <kernel-features.h>.
33346         [__ASSUME_32BITUIDS]: Make code unconditional.
33347         [!__ASSUME_32BITUIDS]: Remove conditional code.
33348         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33349         <kernel-features.h>.
33350         [__ASSUME_32BITUIDS]: Make code unconditional.
33351         [!__ASSUME_32BITUIDS]: Remove conditional code.
33352         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33353         <kernel-features.h>.
33354         [__ASSUME_32BITUIDS]: Make code unconditional.
33355         [!__ASSUME_32BITUIDS]: Remove conditional code.
33356         * sysdeps/unix/sysv/linux/kernel-features.h
33357         (__ASSUME_SETRESUID_SYSCALL): Remove.
33358         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33359         (__ASSUME_32BITUIDS): Likewise.
33360         (__ASSUME_LDT_WORKS): Likewise.
33361         (__ASSUME_O_DIRECTORY): Likewise.
33362         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33363         architecture but not kernel version.
33364         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33365         (__ASSUME_MMAP2_SYSCALL): Likewise.
33366         (__ASSUME_STAT64_SYSCALL): Likewise.
33367         (__ASSUME_IPC64): Likewise.
33368         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33369         <kernel-features.h>.
33370         [__ASSUME_32BITUIDS]: Make code unconditional.
33371         [!__ASSUME_32BITUIDS]: Remove conditional code.
33372         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33373         <kernel-features.h>.
33374         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33375         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33376         132096]: Remove conditional code.
33377         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33378         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33379         <kernel-features.h>.
33380         [__ASSUME_32BITUIDS]: Make code unconditional.
33381         [!__ASSUME_32BITUIDS]: Remove conditional code.
33382         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33383         <kernel-features.h>.
33384         [__ASSUME_32BITUIDS]: Make code unconditional.
33385         [!__ASSUME_32BITUIDS]: Remove conditional code.
33386         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33387         <kernel-features.h>.
33388         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33389         unconditional.
33390         (__setresgid): Do not declare.
33391         [__ASSUME_32BITUIDS]: Make code unconditional.
33392         [!__ASSUME_32BITUIDS]: Remove conditional code.
33393         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33394         <kernel-features.h>.
33395         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33396         unconditional.
33397         (__setresuid): Do not declare.
33398         [__ASSUME_32BITUIDS]: Make code unconditional.
33399         [!__ASSUME_32BITUIDS]: Remove conditional code.
33400         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33401         <kernel-features.h>.
33402         [__ASSUME_32BITUIDS]: Make code unconditional.
33403         [!__ASSUME_32BITUIDS]: Remove conditional code.
33404         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33405         <kernel-features.h>.
33406         [__ASSUME_32BITUIDS]: Make code unconditional.
33407         [!__ASSUME_32BITUIDS]: Remove conditional code.
33408
33409 2012-05-25  Richard Henderson  <rth@twiddle.net>
33410
33411         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
33412         dl_hwcap to ifunc resolver.
33413         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
33414         elf_ifunc_invoke.
33415         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
33416         dl_hwcap to ifunc resolver.
33417         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
33418
33419 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33420
33421         [BZ #14153]
33422         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
33423         for |x| <= 2**-26, not 2**-57.
33424         * math/libm-test.inc (acos_test): Do not allow spurious underflow
33425         exception.
33426
33427 2012-05-24  Jeff Law  <law@redhat.com>
33428
33429         * stdio-common/Makefile (tests): Add bug25.
33430         * stdio-common/bug25.c: New test.
33431
33432 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33433
33434         [BZ #13576]
33435         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
33436         multiple of MALLOC_ALIGNMENT in size.
33437         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
33438
33439 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33440
33441         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
33442         Require >= 256.
33443         (FILENAME_MAX): Use macro-int-constant.
33444         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
33445         (_IOFBF): Use macro-int-constant.
33446         (_IOLBF): Likewise.
33447         (_IONBF): Likewise.
33448         (SEEK_CUR): Likewise.
33449         (SEEK_END): Likewise.
33450         (SEEK_SET): Likewise.
33451         (TMP_MAX): Likewise.
33452         (EOF): Use macro-int-constant.  Require < 0.
33453         (NULL): Use macro-constant.  Require == 0.
33454         (stdin): Require type to be FILE *.
33455         (stdout): Likewise.
33456         (stderr): Likewise.
33457         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
33458         macro-int-constant.
33459         (EXIT_SUCCESS): Likewise.
33460         (NULL): Use macro-constant.  Require == 0.
33461         (RAND_MAX): Use macro-int-constant.
33462         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
33463         [C99-based standards] (strtof): Require function.
33464         [C99-based standards] (strtold): Likewise.
33465         [C99-based standards] (strtoll): Likewise.
33466         [C99-based standards] (strtoull): Likewise.
33467         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33468         [ISO || ISO99 || ISO11] (limits.h): Likewise.
33469         [ISO || ISO99 || ISO11] (math.h): Likewise.
33470         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
33471         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33472         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33473
33474 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
33475
33476         [BZ #14132]
33477         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
33478         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
33479         * intl/dgettext.c (DCGETTEXT): Likewise.
33480         * intl/gettext.c (DCGETTEXT): Likewise.
33481         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
33482         * posix/regex_internal.h (gettext): Likewise.
33483         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
33484         Remove declaration.
33485         * include/argz.h (__argz_count_internal)
33486         (__argz_stringify_internal): Remove declaration.
33487         (__argz_count, __argz_stringify): Declare hidden proto.
33488         * intl/dcgettext.c: Remove use of INTDEF.
33489         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
33490         * string/argz-stringify.c: Likewise.
33491         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33492         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33493         Declare hidden proto.
33494         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33495         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33496         Declare hidden proto.
33497         * include/stdio.h (__asprintf_internal): Don't declare.
33498         (__asprintf): Don't define as macro.  Declare hidden proto.
33499         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
33500         (__fsetlocking): Declare hidden proto.
33501         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
33502         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
33503         hidden proto.
33504         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
33505         (_IO_setlinebuf): Remove use of INTUSE.
33506         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
33507         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
33508         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
33509         Remove declaration.
33510         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
33511         (_IO_do_flush): Remove use of INTUSE.
33512         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
33513         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
33514         (_IO_adjust_column, _IO_least_wmarker)
33515         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
33516         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
33517         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
33518         (_IO_default_doallocate, _IO_wdefault_doallocate)
33519         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
33520         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
33521         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
33522         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
33523         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
33524         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
33525         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
33526         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
33527         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
33528         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
33529         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
33530         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
33531         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
33532         proto.
33533         (_IO_flush_all_internal, _IO_adjust_column_internal)
33534         (_IO_default_uflow_internal, _IO_default_finish_internal)
33535         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
33536         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
33537         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
33538         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
33539         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
33540         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
33541         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
33542         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
33543         (_IO_file_close_internal, _IO_file_close_it_internal)
33544         (_IO_file_underflow_internal, _IO_file_overflow_internal)
33545         (_IO_file_init_internal, _IO_file_attach_internal)
33546         (_IO_file_fopen_internal, _IO_file_read_internal)
33547         (_IO_file_sync_internal, _IO_file_seek_internal)
33548         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
33549         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
33550         (_IO_str_underflow_internal, _IO_str_overflow_internal)
33551         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
33552         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
33553         (_IO_list_all_internal, _IO_link_in_internal)
33554         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
33555         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
33556         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
33557         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
33558         (_IO_do_write_internal, _IO_padn_internal)
33559         (_IO_getline_info_internal, _IO_getline_internal)
33560         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
33561         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
33562         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
33563         (_IO_vfscanf_internal, _IO_vfprintf_internal)
33564         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
33565         (_IO_init_internal, _IO_un_link_internal): Don't declare.
33566         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
33567         with libc_hidden_ver, remove use of INTUSE.
33568         * libio/genops.c: Likewise.
33569         * libio/freopen.c: Likewise.
33570         * libio/freopen64.c: Likewise.
33571         * libio/iofclose.c: Likewise.
33572         * libio/iofdopen.c: Likewise.
33573         * libio/iofflush.c: Likewise.
33574         * libio/iofflush_u.c: Likewise.
33575         * libio/iofgets.c: Likewise.
33576         * libio/iofgets_u.c: Likewise.
33577         * libio/iofopen.c: Likewise.
33578         * libio/iofopncook.c: Likewise.
33579         * libio/iofread.c: Likewise.
33580         * libio/iofread_u.c: Likewise.
33581         * libio/ioftell.c: Likewise.
33582         * libio/iofwrite.c: Likewise.
33583         * libio/iogetline.c: Likewise.
33584         * libio/iogets.c: Likewise.
33585         * libio/iogetwline.c: Likewise.
33586         * libio/iopadn.c: Likewise.
33587         * libio/iopopen.c: Likewise.
33588         * libio/ioseekoff.c: Likewise.
33589         * libio/ioseekpos.c: Likewise.
33590         * libio/iosetbuffer.c: Likewise.
33591         * libio/iosetvbuf.c: Likewise.
33592         * libio/ioungetc.c: Likewise.
33593         * libio/ioungetwc.c: Likewise.
33594         * libio/iovdprintf.c: Likewise.
33595         * libio/iovsprintf.c: Likewise.
33596         * libio/iovsscanf.c: Likewise.
33597         * libio/memstream.c: Likewise.
33598         * libio/obprintf.c: Likewise.
33599         * libio/oldfileops.c: Likewise.
33600         * libio/oldiofclose.c: Likewise.
33601         * libio/oldiofdopen.c: Likewise.
33602         * libio/oldiofopen.c: Likewise.
33603         * libio/oldiopopen.c: Likewise.
33604         * libio/oldstdfiles.c: Likewise.
33605         * libio/putc.c: Likewise.
33606         * libio/setbuf.c: Likewise.
33607         * libio/setlinebuf.c: Likewise.
33608         * libio/stdfiles.c: Likewise.
33609         * libio/strops.c: Likewise.
33610         * libio/vasprintf.c: Likewise.
33611         * libio/vscanf.c: Likewise.
33612         * libio/vsnprintf.c: Likewise.
33613         * libio/vswprintf.c: Likewise.
33614         * libio/wfiledoalloc.c: Likewise.
33615         * libio/wfileops.c: Likewise.
33616         * libio/wgenops.c: Likewise.
33617         * libio/wmemstream.c: Likewise.
33618         * libio/wstrops.c: Likewise.
33619         * libio/__fpurge.c: Likewise.
33620         * libio/__fsetlocking.c: Likewise.
33621         * assert/assert.c: Likewise.
33622         * debug/fgets_chk.c: Likewise.
33623         * debug/fgets_u_chk.c: Likewise.
33624         * debug/fread_chk.c: Likewise.
33625         * debug/fread_u_chk.c: Likewise.
33626         * debug/gets_chk.c: Likewise.
33627         * debug/obprintf_chk.c: Likewise.
33628         * debug/vasprintf_chk.c: Likewise.
33629         * debug/vdprintf_chk.c: Likewise.
33630         * debug/vsnprintf_chk.c: Likewise.
33631         * debug/vsprintf_chk.c: Likewise.
33632         * malloc/mtrace.c: Likewise.
33633         * misc/error.c: Likewise.
33634         * misc/syslog.c: Likewise.
33635         * stdio-common/asprintf.c: Likewise.
33636         * stdio-common/fxprintf.c: Likewise.
33637         * stdio-common/getw.c: Likewise.
33638         * stdio-common/isoc99_fscanf.c: Likewise.
33639         * stdio-common/isoc99_scanf.c: Likewise.
33640         * stdio-common/isoc99_vfscanf.c: Likewise.
33641         * stdio-common/isoc99_vscanf.c: Likewise.
33642         * stdio-common/isoc99_vsscanf.c: Likewise.
33643         * stdio-common/printf-prs.c: Likewise.
33644         * stdio-common/printf_fp.c: Likewise.
33645         * stdio-common/printf_fphex.c: Likewise.
33646         * stdio-common/printf_size.c: Likewise.
33647         * stdio-common/putw.c: Likewise.
33648         * stdio-common/scanf.c: Likewise.
33649         * stdio-common/sprintf.c: Likewise.
33650         * stdio-common/tmpfile.c: Likewise.
33651         * stdio-common/vfprintf.c: Likewise.
33652         * stdio-common/vfscanf.c: Likewise.
33653         * stdlib/strfmon_l.c: Likewise.
33654         * sunrpc/openchild.c: Likewise.
33655         * sunrpc/xdr_stdio.c: Likewise.
33656         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
33657         * sysdeps/mach/hurd/tmpfile.c: Likewise.
33658
33659 2012-05-24  Roland McGrath  <roland@hack.frob.com>
33660
33661         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
33662
33663         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
33664         in the third column, to generate for the shared library an IFUNC
33665         that uses _dl_vdso_vsym.
33666         * Makerules (COMPILE.c, compile-stdin.c): New variables.
33667         * Makeconfig (object-suffixes-noshared): New variable.
33668
33669         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
33670         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
33671         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
33672         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
33673
33674         [BZ #14132]
33675         * include/sys/time.h (__gettimeofday): Remove macro.
33676         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
33677         * time/gettimeofday.c (__gettimeofday): Remove #undef.
33678         Remove INTDEF.
33679         (__gettimeofday): Add libc_hidden_def.
33680         (gettimeofday): Add libc_hidden_weak.
33681         * sysdeps/mach/gettimeofday.c: Likewise.
33682         * sysdeps/posix/gettimeofday.c: Likewise.
33683         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
33684         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
33685         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
33686         (__gettimeofday_internal): Remove strong_alias.
33687         (__gettimeofday): Add libc_hidden_def.
33688         (gettimeofday): Add libc_hidden_weak.
33689         * sysdeps/unix/syscalls.list (gettimeofday):
33690         Remove __gettimeofday_internal alias.
33691
33692 2012-05-24  Daniel Jacobowitz  <drow@false.org>
33693             H.J. Lu  <hongjiu.lu@intel.com>
33694
33695         [BZ #12495]
33696         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
33697         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
33698         (largebin_index_32_big): New.
33699         (largebin_index): Use it for 16-byte alignment.
33700         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
33701         correction with front_misalign.
33702
33703 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33704
33705         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
33706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
33707         Likewise.
33708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
33709         Likewise.
33710         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33711         Likewise.
33712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
33713         Likewise.
33714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
33715         Likewise.
33716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
33717         Likewise.
33718         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
33719         Likewise.
33720         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
33721         Likewise.
33722         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
33723         Likewise.
33724         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
33725         Likewise.
33726         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
33727         Likewise.
33728         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
33729         Likewise.
33730
33731         * scripts/data/c++-types-x32-linux-gnu.data: New file.
33732         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
33733
33734 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33735
33736         [BZ #10846]
33737         [BZ #14036]
33738         * math/libm-test.inc (exp_test): Add test from bug 14036.
33739         (pow_test): Add test from bug 10846.
33740
33741         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
33742         and other flags.
33743         (special_function): Do not include flags in test name.
33744         (parse_args): Likewise.
33745         * sysdeps/i386/fpu/libm-test-ulps: Update.
33746         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33747         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
33748         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
33749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33750
33751         * math/gen-libm-test.pl (%beautify): Add entries for underflow
33752         exceptions.
33753         * math/libm-test.inc ("Philosophy"): Update comment about
33754         exception testing.
33755         (UNDERFLOW_EXCEPTION): New macro.
33756         (UNDERFLOW_EXCEPTION_OK): Likewise.
33757         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
33758         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
33759         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
33760         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
33761         (INVALID_EXCEPTION_OK): Update value.
33762         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
33763         (OVERFLOW_EXCEPTION_OK): Likewise.
33764         (IGNORE_ZERO_INF_SIGN): Likewise.
33765         (test_exceptions): Handle underflow exceptions.
33766         (acos_test): Update for underflow exception expectations.
33767         (cexp_test): Likewise.
33768         (clog_test): Likewise.
33769         (clog10_test): Likewise.
33770         (csqrt_test): Likewise.
33771         (ctan_test): Likewise.
33772         (ctanh_test): Likewise.
33773         (exp_test): Likewise.
33774         (exp10_test): Likewise.
33775         (exp2_test): Likewise.
33776         (expm1_test): Likewise.
33777         (fma_test): Likewise.
33778         (j0_test): Likewise.
33779         (jn_test): Likewise.
33780         (nexttoward_test): Likewise.
33781         (pow_test): Likewise.
33782         (scalbn_test): Likewise.
33783         (scalbln_test): Likewise.
33784         (tan_test): Likewise.
33785         (y1_test): Likewise.
33786         * sysdeps/i386/fpu/libm-test-ulps: Update.
33787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33788
33789 2012-05-23  David S. Miller  <davem@davemloft.net>
33790
33791         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
33792         (__libc_sigaction): Remove unused local variables.
33793
33794 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33795
33796         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
33797
33798 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
33799
33800         mktime: avoid signed integer overflow
33801         * time/mktime.c (__mktime_internal): Do not mishandle the case
33802         where diff == INT_MIN.
33803
33804         mktime: simplify computation of average
33805         * time/mktime.c (ranged_convert): Use new time_t_avg function
33806         instead of rolling our own (probably-slower) code.
33807
33808         mktime: do not assume signed right shift propagates sign bit
33809         * time/mktime.c (isdst_differ): New static function.
33810         (__mktime_internal): No need to normalize tm_isdst now.
33811         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
33812         tm_isdst values.
33813
33814         mktime: merge another wrapv change from gnulib
33815         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
33816         from some compilers.
33817
33818         mktime: remove incorrect attempt at unusual arithmetics
33819         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
33820         The code didn't really work on such machines anyway.
33821         (TYPE_MINIMUM): Assume two's complement.
33822         (twos_complement_arithmetic): Verify that long_int and time_t
33823         are two's complement (or unsigned, in the latter case).
33824
33825         mktime: check signed shifts on long_int and time_t, too
33826         * time/mktime.c (SHR): Check that shifts work as desired
33827         on the types long_int and time_t too, as SHR is used on
33828         such types.
33829
33830         mktime: do not assume 'long' is wide enough
33831         * time/mktime.c (verify): Move decl up.
33832         (long_int): New type.
33833         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
33834         to remove assumption in the code that 'long' is wide enough to
33835         store year values.  This assumption is not true on x32 and on
33836         some non-glibc platforms.
33837
33838         mktime: merge wrapv change from gnulib
33839         * time/mktime.c (WRAPV): New macro.
33840         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
33841         (guess_time_tm, __mktime_internal): Do not assume that signed
33842         integer overflow wraps around; modern compilers generate code
33843         where this assumption is no longer valid.
33844
33845 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33846
33847         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33848         Replace "jmp L(pseudo_end)" with "ret".
33849         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
33850         Likewise.
33851
33852 2012-05-23  Andreas Jaeger  <aj@suse.de>
33853
33854         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
33855         * sysdeps/unix/sysv/linux/poll.c: Remove file.
33856
33857 2012-05-23  Andreas Jaeger  <aj@suse.de>
33858             Maximilian Attems  <max@stro.at>
33859
33860         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
33861         New macros.
33862
33863 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33864
33865         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
33866         code so that pseudo_end is just ret and the stack pointer is
33867         correct also for static library in error case.
33868
33869 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
33870
33871         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
33872         move to syscalls.list.
33873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
33874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
33875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
33876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
33877
33878         * manual/install.texi (Running make install): Do not mention Linux
33879         kernel version for which pt_chown is not needed.
33880         (Linux): Do not mention problems with nscd with 2.0 kernels.
33881         * INSTALL: Regenerated.
33882
33883 2012-05-23  Andreas Jaeger  <aj@suse.de>
33884
33885         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
33886         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
33887         macro.
33888         * sysdeps/unix/sysv/linux/s390/bits/mman.h
33889         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33890         * sysdeps/unix/sysv/linux/sh/bits/mman.h
33891         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33892         * sysdeps/unix/sysv/linux/i386/bits/mman.h
33893         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33894         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
33895         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33896         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
33897         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33898         * sysdeps/unix/sysv/linux/bits/in.h
33899         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
33900
33901 2012-05-22  Roland McGrath  <roland@hack.frob.com>
33902
33903         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
33904         (PREPARE_VERSION): Just use assert instead, it will be elided
33905         under [NDEBUG] anyway.
33906
33907 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33908
33909         * sysdeps/unix/sysv/linux/Makefile: Include
33910         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
33911         (sysdep_routines): Remove sysctl.
33912         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
33913         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
33914         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
33915         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
33916         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
33917
33918 2012-05-22  Andreas Jaeger  <aj@suse.de>
33919
33920         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
33921         that pseudo_end is just ret and the stack pointer is correct also
33922         for static library in error case.
33923
33924 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
33925
33926         [BZ #14122]
33927         * nss/nsswitch.c (defconfig_entries): New variable.
33928         (__nss_database_lookup): Don't leak defconfig entries.
33929         (nss_parse_service_list): Don't leak on error paths.
33930         (free_database_entries): New function.
33931         (free_defconfig): New function.
33932         (free_mem): Move common code to free_database_entries.
33933
33934 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33935
33936         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
33937         Add arch_prctl.
33938         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
33939
33940         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33941         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
33942         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
33943         New macro.
33944         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
33945         (INTERNAL_SYSCALL_TYPES): Likewise.
33946         (LOAD_ARGS_TYPES_[1-6]): Likewise.
33947         (LOAD_REGS_TYPES_[1-6]): Likewise.
33948         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
33949         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
33950
33951 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33952
33953         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
33954         copysignl for GLIBC_2_0.
33955         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
33956         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
33957         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
33958         logbl for GLIBC_2_0.
33959         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
33960         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
33961
33962 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33963
33964         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
33965         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
33966
33967         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33968         Use "neg %eax".
33969
33970         * time/mktime.c: Update copyright years.
33971
33972 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33973
33974         mktime: merge comment-quoting-style change from gnulib
33975         * time/mktime.c: Quote 'like this' in comments.
33976         The GNU coding standards suggest that we no longer quote `like this',
33977         as "`" and "'" are typically rendered asymmetrically nowadays.
33978         The typical gnulib style is to quote 'like this' when quoting
33979         code, and "like this" when quoting English.
33980
33981         * time/mktime.c (compile-command): Add "-I.".
33982
33983         mktime: merge mktime-internal.h change from gnulib
33984         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
33985
33986         mktime: merge time_r change from gnulib
33987         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
33988
33989         mktime: merge DEBUG change from gnulib
33990         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
33991         case system <time.h> has a #define.
33992
33993         mktime: merge <sys/types.h> change from gnulib
33994         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
33995         since <time.t> is now guaranteed to define time_t.
33996
33997         mktime: merge HAVE_CONFIG_H change from gnulib
33998         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
33999
34000 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34001
34002         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34003         Use "neg %eax".
34004
34005         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34006         __rlim_t cast.
34007         (struct rusage): Use anonymous union to pad each field to
34008         __syscall_slong_t.
34009
34010 2012-05-21  David S. Miller  <davem@davemloft.net>
34011
34012         * Makefules (o-iterator): Remove .s cases.
34013         (compile-command.s): Delete.
34014         (COMPILE.s): Delete.
34015         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34016
34017 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34018
34019         * configure.in (libc_cv_predef_stack_protector): Only consider
34020         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34021         * configure: Regenerated.
34022
34023 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34024
34025         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34026         New macro.  Use R*LP on int and pointer.
34027         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34028         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34029         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34030         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34031
34032         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34033         [__WORDSIZE_TIME64_COMPAT32] instead of
34034         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34035         (struct utmp): Likewise.
34036         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34037         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34038         Renamed to ...
34039         (__WORDSIZE_TIME64_COMPAT32): This.
34040         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34041         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34042         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34043         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34044         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34045         (__WORDSIZE_TIME64_COMPAT32): New macro.
34046
34047 2012-05-21  Andreas Jaeger  <aj@suse.de>
34048
34049         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34050         only if [SHARED]. Add prototype for __wcschr_ia32.
34051
34052 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34053
34054         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34055         of %rbp unmolested in the jmp_buf while mangling the low bits.
34056         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34057         unmolested high bits of %rbp while demangling the low bits.
34058         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34059
34060 2012-05-21  Andreas Jaeger  <aj@suse.de>
34061
34062         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34063         * sunrpc/svc_simple.c: Use it for registerrpc.
34064         * sunrpc/xcrypt.c: Use it for passwd2des.
34065
34066         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34067
34068 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34069
34070         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34071         Don't define if [__SYSCALL_WORDSIZE != 32].
34072         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34073         New macro.
34074
34075 2012-05-21  Bruno Haible  <bruno@clisp.org>
34076             Andreas Jaeger  <aj@suse.de>
34077
34078         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34079         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34080         inptr and inend for must_buffer_ch.
34081         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34082         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34083         * stdio-common/Makefile (tests): Remove bug15.
34084         (bug15-ENV): Remove macro.
34085         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34086         anymore.
34087
34088 2012-05-19  Andreas Jaeger  <aj@suse.de>
34089             Roland McGrath  <roland@hack.frob.com>
34090
34091         * manual/contrib.texi: Completely rewritten. It contains now an
34092         alphabetical list of contributors and their contributions.
34093
34094 2012-05-21  Richard Henderson  <rth@twiddle.net>
34095
34096         * misc/getauxval.c (__getauxval): Use unsigned long int.
34097         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34098         (getauxval): Use unsigned long int.
34099
34100 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34101
34102         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34103
34104 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34105
34106         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34107         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34108         __alignof__ (long double).
34109
34110 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34111
34112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34113
34114 2012-05-20  Richard Henderson  <rth@twiddle.net>
34115
34116         * misc/getauxval.c: New file.
34117         * misc/sys/auxv.h: New file.
34118         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34119         (routines): Add getauxval.
34120         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34121         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34122         * elf/dl-sysdep.c (_dl_auxv): Remove.
34123         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34124         * elf/dl-support.c (_dl_auxv): New variable.
34125         (_dl_aux_init): Initialize it.
34126         * manual/startup.texi (Auxiliary Vector): New node.
34127         * sysdeps/generic/bits/hwcap.h: New file.
34128         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34129         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34130         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34131         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34132         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34133         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34135         Update.
34136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34137         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34139         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34140         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34141         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34142         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34144
34145 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34146
34147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34148
34149 2012-05-19  David S. Miller  <davem@davemloft.net>
34150
34151         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34152
34153 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34154
34155         [BZ #14123]
34156         * math/s_ccosh.c: Include <float.h>
34157         (__ccosh): Avoid internal overflow calculating sinh and cosh
34158         values before multiplying by sin and cos values.
34159         * math/s_ccoshf.c: Likewise.
34160         * math/s_ccoshl.c: Likewise.
34161         * math/s_csin.c: Likewise.
34162         * math/s_csinf.c: Likewise.
34163         * math/s_csinl.c: Likewise.
34164         * math/s_csinh.c: Likewise.
34165         * math/s_csinhf.c: Likewise.
34166         * math/s_csinhl.c: Likewise.
34167         * math/libm-test.inc (ccos_test): Add more tests.
34168         (ccosh_test): Likewise.
34169         (csin_test): Likewise.
34170         (csinh_test): Likewise.
34171         * sysdeps/i386/fpu/libm-test-ulps: Update.
34172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34173
34174 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34175
34176         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34177         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34178
34179         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34180
34181 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34182
34183         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34184         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34185         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34186         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34187         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34188         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34189         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34190         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34191         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34192         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34193         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34194         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34195         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34196         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34197         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34198         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34199         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34200         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34201         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34202         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34203         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34204         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34205         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34206         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34207         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34208         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34209         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34210         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34211         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34212         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34213         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34214
34215 2012-05-18  Andreas Jaeger  <aj@suse.de>
34216
34217         * csu/.gitignore: Delete.
34218
34219 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34220
34221         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34222         (timex): Use __syscall_slong_t.
34223
34224 2012-05-18  Andreas Jaeger  <aj@suse.de>
34225             Carlos O'Donell  <carlos_odonell@mentor.com>
34226
34227         * manual/install.texi (Configuring and compiling): Update
34228         description about files modified in the source directory.
34229         * INSTALL: Regenerated.
34230
34231 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34232
34233         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34234         value.  Use "or" to set return value to -1.
34235         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34236         negate return value.
34237
34238 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34239
34240         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34241         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34242         failure if the compiler has Graphite support disabled.
34243         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34244         Likewise.
34245         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34246         (CFLAGS-memmove.c): Likewise.
34247         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34248         Likewise.
34249
34250 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34251
34252         * sysdeps/x86_64/x32/_itoa.h: New file.
34253
34254         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34255         getdents system call only if kernel and user dirents have the
34256         same d_ino and d_off.
34257
34258         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34259         LLONG_MAX != LONG_MAX.
34260         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34261         (_fitoa_word): Likewise.
34262
34263         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34264         years.
34265         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34266         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34267         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34268
34269         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34270         include <bits/wordsize.h>.  Check __x86_64__ instead of
34271         __WORDSIZE.
34272         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34273         if __x86_64__ is defined.  Use anonymous union on fpstate.
34274
34275         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34276         anonymous union.
34277
34278 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34279
34280         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34281         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34282         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34283         Refer to _rtld_local_ro instead of _rtld_global_ro.
34284         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34285         Likewise.
34286         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34287         Likewise.
34288         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34289         Likewise.
34290         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34291         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34292         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34293
34294         * sysdeps/powerpc/powerpc32/dl-machine.c
34295         (__elf_machine_runtime_setup) [PROF]: Don't reference
34296         _dl_prof_resolve.
34297
34298 2012-05-18  Andreas Jaeger  <aj@suse.de>
34299
34300         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34301         function only available for GCCs before 3.4 since GCC 3.4
34302         introduced a builtin.
34303         (lrint): Likewise.
34304         (llrintf): Likewise.
34305         (llrint): Likewise.
34306         (fmaxf): Likewise.
34307         (fmax): Likewise.
34308         (fminf): Likewise.
34309         (fmin): Likewise.
34310         (rint): Likewise.
34311         (rintf): Likewise.
34312         (nearbyint): Likewise.
34313         (nearbyintf): Likewise.
34314         (ceil): Likewise.
34315         (ceilf): Likewise.
34316         (floor): Likewise.
34317         (floorf): Likewise.
34318
34319 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34320
34321         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34322         on both fields and cast pointer to __syscall_ulong_t.
34323
34324         * bits/types.h (__fsword_t): New type.
34325         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34326         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34327         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34328         (__FSWORD_T_TYPE): Likewise.
34329         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34330         (__FSWORD_T_TYPE): Likewise.
34331         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34332         (__FSWORD_T_TYPE): Likewise.
34333         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34334         (__FSWORD_T_TYPE): Likewise.
34335         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34336         __SWORD_TYPE with __fsword_t.
34337         (statfs64): Likewise.
34338
34339 2012-05-17  David S. Miller  <davem@davemloft.net>
34340
34341         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34342
34343 2012-05-17  Andreas Jaeger  <aj@suse.de>
34344
34345         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34346         warning.
34347
34348 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34349
34350         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34351
34352 2012-05-17  Andreas Jaeger  <aj@suse.de>
34353
34354         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34355         when it is used.
34356
34357 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34358
34359         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34360
34361 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34362
34363         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34364         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34365
34366 2012-05-17  Andreas Jaeger  <aj@suse.de>
34367             Carlos O'Donell  <carlos_odonell@mentor.com>
34368
34369         [BZ #14059]
34370         * sysdeps/x86_64/multiarch/init-arch.h
34371         (bit_YMM_Usable): Rename to...
34372         (bit_AVX_Usable): ... this.
34373         (bit_FMA4_Usable): New macro.
34374         (bit_XMM_state): New macro.
34375         (bit_YMM_state): New macro.
34376         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34377         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34378         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34379         (CPUID_OSXSAVE): New macro.
34380         (CPUID_AVX): New macro.
34381         (CPUID_FMA4): New macro.
34382         (index_YMM_Usable): Rename to...
34383         (index_AVX_Usable): ... this.
34384         (HAS_AVX): Use HAS_ARCH_FEATURE.
34385         (HAS_FMA4): Likewise.
34386         (HAS_YMM_USABLE): Remove.
34387         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34388         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34389         are present.
34390         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34391         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34392         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34393         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34394         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34395
34396 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34397
34398         * math/libm-test.c: Support platforms without multiple rounding modes.
34399         * math/bug-nextafter.c: Support platforms without FP exceptions.
34400         * math/bug-nexttoward.c: Likewise.
34401         * math/test-fenv.c: Likewise.
34402         * math/test-misc.c: Likewise.
34403         * stdlib/bug-getcontext.c: Likewise.
34404
34405 2012-05-17  Andreas Jaeger  <aj@suse.de>
34406
34407         * manual/examples/search.c (critter_cmp): Change signature to
34408         avoid warnings.
34409         * manual/string.texi (Collation Functions): Likewise.
34410
34411 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34412
34413         * bits/types.h: Fold copyright years.
34414         * bits/typesizes.h: Likewise.
34415         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
34416         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34417         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
34418         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
34419         * time/time.h: Likewise.
34420
34421 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
34422
34423         [BZ #208]
34424         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
34425         in instead of returning them.  Return void.
34426         (__libc_mallinfo): Accumulate over all arenas.
34427         (__malloc_stats): Adjust for change in int_mallinfo interface.
34428
34429 2012-05-16  Roland McGrath  <roland@hack.frob.com>
34430
34431         [BZ #10375]
34432         * configure.in (NM): Add AC_CHECK_TOOL for it.
34433         (libc_extra_cflags): New substituted variable.
34434         Check for -fstack-protector being used implicitly.
34435         * configure: Regenerated.
34436         * config.make.in (config-extra-cflags): New variable,
34437         gets @libc_extra_cflags@.
34438         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
34439
34440         [BZ #10375]
34441         * configure.in: Check for _FORTIFY_SOURCE being predefined.
34442         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
34443         * configure: Regenerated.
34444         * config.make.in (CPPUNDEFS): New substituted variable.
34445         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
34446         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
34447         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
34448
34449 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34450
34451         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
34452         (mq_attr): Use __syscall_slong_t.
34453
34454 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34455
34456         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
34457         Check __x86_64__ instead of __WORDSIZE.
34458         (_STAT_VER_LINUX): Likewise.
34459         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
34460         __syscall_ulong_t and __syscall_slong_t.
34461         (stat64): Likewise.
34462
34463 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34464
34465         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
34466
34467 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34468
34469         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
34470
34471 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34472
34473         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
34474         __syscall_ulong_t.
34475
34476         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
34477         include <bits/wordsize.h>.  Check __x86_64__ instead of
34478         __WORDSIZE.
34479         (greg_t): Use "__extension__ long long int" if __x86_64__ is
34480         defined.
34481         (mcontext_t): Replace "unsigned long" with "unsigned long long".
34482
34483         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
34484         include <bits/wordsize.h>.  Check __x86_64__ instead of
34485         __WORDSIZE.
34486         (user_regs_struct): Use "__extension__ unsigned long long"
34487         instead of "unsigned long" if __x86_64__ is defined.
34488         (user): Likewise.  Pad after pointer field if __ILP32__ is
34489         defined.
34490
34491 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
34492
34493         * configure.in (makeinfo): Require version 4.5 or later.  Allow
34494         versions 5 to 9.
34495         * configure: Regenerated.
34496         * manual/install.texi (texinfo): Increase version requirement to
34497         4.5 or later.
34498         * INSTALL: Regenerated.
34499
34500         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
34501
34502 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34503
34504         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
34505
34506         * sysdeps/x86_64/x32/ffs.c: New file.
34507
34508         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
34509         __syscall_ulong_t.
34510         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
34511         defined.  Use __syscall_ulong_t.
34512         (shminfo): Use __syscall_ulong_t.
34513         (shm_info): Likewise.
34514
34515         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
34516         __syscall_ulong_t.
34517
34518         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
34519         <bits/wordsize.h>.
34520         (msgqnum_t): Use __syscall_ulong_t.
34521         (msglen_t): Likewise.
34522         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
34523         __syscall_ulong_t.
34524
34525         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
34526         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34527
34528         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
34529
34530         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
34531         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
34532
34533         * sysvipc/sys/msg.h (msgbuf): Replace long int with
34534         __syscall_slong_t.
34535
34536         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
34537         include <bits/wordsize.h>.  Check __x86_64__ instead of
34538         __WORDSIZE.
34539
34540         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
34541         "unsigned long long int" if __x86_64__ is defined.
34542         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
34543
34544         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
34545         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34546         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
34547
34548         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
34549         <stdint.h>.
34550         (GET_PC): Cast to uintptr_t first.
34551         (GET_FRAME): Likewise.
34552         (GET_STACK): Likewise.
34553
34554         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
34555         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
34556         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
34557         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
34558         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
34559         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
34560         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
34561         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
34562         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
34563         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
34564         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
34565         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
34566         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
34567         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
34568         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
34569         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
34570         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
34571         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
34572         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
34573         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
34574         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
34575         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
34576         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
34577         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
34578         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
34579         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
34580         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
34581         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
34582         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
34583
34584 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
34585
34586         * Makerules (+depfiles): Also collect depfiles from .oS in
34587         $(extra-objs).
34588         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
34589         .oS, $(libnldbl-routines)).
34590
34591         * Makerules (native-compile-mkdep-flags): Define.
34592         * sunrpc/Makefile (extra-objs): Add $(addprefix
34593         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
34594         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
34595         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
34596         calling $(make-target-directory).
34597
34598 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34599
34600         * bits/types.h (__snseconds_t): Removed.
34601         * time/time.h (struct timespec): Replace __snseconds_t with
34602         __syscall_slong_t.
34603         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
34604         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
34605         Likewise.
34606         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34607         (__SNSECONDS_T_TYPE): Likewise.
34608         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34609         (__SNSECONDS_T_TYPE): Likewise.
34610         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34611         (__SNSECONDS_T_TYPE): Likewise.
34612
34613 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34614
34615         * sysdeps/mach/hurd/bits/typesizes.h
34616         (__SYSCALL_SLONG_TYPE): New macro.
34617         (__SYSCALL_ULONG_TYPE): Likewise.
34618
34619 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34620
34621         * bits/types.h (__syscall_slong_t): New type.
34622         (__syscall_ulong_t): Likewise.
34623
34624         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
34625         (__SYSCALL_ULONG_TYPE): Likewise.
34626         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34627         (__SYSCALL_SLONG_TYPE): Likewise.
34628         (__SYSCALL_ULONG_TYPE): Likewise.
34629         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34630         (__SYSCALL_SLONG_TYPE): Likewise.
34631         (__SYSCALL_ULONG_TYPE): Likewise.
34632         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34633         (__SYSCALL_SLONG_TYPE): Likewise.
34634         (__SYSCALL_ULONG_TYPE): Likewise.
34635
34636 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34637
34638         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
34639         Add sigaltstack-offsets.sym.
34640         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
34641         <sigaltstack-offsets.h>.
34642         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
34643         longjmp_msg pointer.
34644         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
34645         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
34646         signal stack.
34647         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
34648
34649 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34650
34651         * elf/stackguard-macros.h: Remove file.
34652         * sysdeps/generic/stackguard-macros.h: New file.
34653         * sysdeps/i386/stackguard-macros.h: Likewise.
34654         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
34655         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
34656         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
34657         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
34658         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
34659         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
34660         * sysdeps/x86_64/stackguard-macros.h: Likewise.
34661         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
34662         <elf/stackguard-macros.h>.
34663
34664         [BZ #14109]
34665         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
34666         __aligned__ in attribute.
34667         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
34668         (gregset_t): Likewise.
34669
34670 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34671
34672         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
34673         * sysdeps/x86_64/64/Implies-after: Here.  New file.
34674         * sysdeps/x86_64/x32/Implies-after: New file.
34675
34676 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34677
34678         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
34679         and access return value for _dl_profile_fixup.  Use R10_LP to
34680         load frame size.
34681
34682 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34683
34684         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
34685
34686 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34687
34688         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
34689         * sysdeps/x86_64/x32/sysdep.h: New file.
34690
34691 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34692
34693         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
34694         * sysdeps/x86_64/setjmp.S: Likewise.
34695
34696 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34697
34698         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
34699         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
34700         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
34701         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
34702         remove unused global constant.
34703
34704 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
34705
34706         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
34707         include of <not-cancel.h>.
34708
34709 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34710
34711         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
34712
34713 2012-05-15  Jeff Law  <law@redhat.com>
34714             Andreas Jaeger  <aj@suse.de>
34715
34716         [BZ #13594]
34717         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
34718         out from...
34719         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
34720         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
34721         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
34722         code changing __hst_map_handle.map.
34723
34724 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34725
34726         * configure.in (sysnames): Look for Implies-before and Implies-after
34727         files.
34728         * configure: Regenerated.
34729
34730 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34731
34732         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
34733         8-byte data alignment with LP_SIZE alignment.
34734
34735 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34736
34737         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
34738         into R10_LP.
34739
34740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34741
34742         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
34743
34744 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34745
34746         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
34747         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
34748         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
34749         Likewise.
34750         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34751
34752 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34753
34754         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
34755         (stackinfo_sub_sp): Likewise.
34756
34757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34758
34759         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
34760         RAX_LP.
34761
34762 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34763
34764         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
34765         into R*_LP.
34766
34767 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34768
34769         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
34770         sizes into R*_LP.
34771
34772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34773
34774         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
34775
34776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34777
34778         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
34779         into R11_LP and load __x86_64_shared_cache_size_half into
34780         R8_LP.
34781
34782 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34783
34784         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
34785         R8_LP.
34786
34787 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34788
34789         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
34790         logb for POWER7.
34791         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
34792         logbf for POWER7.
34793         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
34794         logbl for POWER7.
34795         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
34796         powerpc32/power7/fpu/s_logb.c via #include.
34797         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
34798         powerpc32/power7/fpu/s_logbf.c via #include.
34799         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
34800         powerpc32/power7/fpu/s_logbl.c via #include.
34801
34802 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34803
34804         * README.libm: Remove file.
34805
34806 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34807
34808         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
34809         count for x32.  Use R*_LP and omit operand-size suffix.
34810
34811 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34812
34813         * shlib-versions: Move x86_64-.*-linux.* entries to ...
34814         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
34815         * sysdeps/x86_64/x32/shlib-versions: New file.
34816
34817 2012-05-14  Roland McGrath  <roland@hack.frob.com>
34818
34819         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
34820         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
34821         Use _dl_fatal_printf instead.
34822
34823 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34824
34825         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
34826         set if not set by the user.  Do not allow for being unset.
34827         * sysdeps/unix/sysv/linux/configure: Regenerated.
34828
34829 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34830
34831         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
34832         the `q' suffix from lea and replace .quad with ASM_ADDR.
34833
34834 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34835
34836         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
34837         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
34838         instead of $17.
34839         (PTR_DEMANGLE): Likewise.
34840
34841 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34842
34843         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
34844         (LP_OP): Likewise.
34845         (ASM_ADDR): Likewise.
34846         (RAX_LP): Likewise.
34847         (RBP_LP): Likewise.
34848         (RBX_LP): Likewise.
34849         (RCX_LP): Likewise.
34850         (RDI_LP): Likewise.
34851         (RSI_LP): Likewise.
34852         (RSP_LP): Likewise.
34853         (R8_LP): Likewise.
34854         (R9_LP): Likewise.
34855         (R10_LP): Likewise.
34856         (R10_LP): Likewise.
34857         (R11_LP): Likewise.
34858         (R12_LP): Likewise.
34859         (R13_LP): Likewise.
34860         (R14_LP): Likewise.
34861         (R15_LP): Likewise.
34862
34863 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34864
34865         * sysdeps/x86_64/x32/dl-machine.h: New file.
34866
34867 2012-05-14  Andreas Jaeger  <aj@suse.de>
34868
34869         * manual/Makefile (subdir): Remove export of subdir.
34870         (all): Remove target.
34871         (.PHONY): Remove all from list.
34872         (mkinstalldirs): Remove.
34873         (.PHONY): Remove installdirs from list.
34874         ($(inst_infodir)/libc.info): Use make-target-directory.
34875         (installdirs): Remove.
34876         (subdir_%): Remove.
34877         (glibc-targets): Remove.
34878         (lib): Remove.
34879         (stubs): Remove.
34880         ($(objpfx)stubs ../po/manual.pot): Remove.
34881         ($(objpfx)stamp%): Remove.
34882         (make-target-directory): Remove.
34883         (subdir_install): Remove.
34884         (routines): Remove.
34885         (aux): Remove.
34886         (sources): Remove.
34887         (objects): Remove.
34888         (headers): Remove.
34889
34890         [BZ #13750]
34891         * manual/.gitignore: Remove, it's not needed anymore.
34892         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
34893         all files in it.
34894         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
34895         directory.
34896         (texis): Renamed to $(objpfx)texis.
34897         (texis-path): New, contains path to generated files.
34898         (chapters.%): Use texis-path for complete path, add extra argument
34899         libc-texinfo.sh.
34900         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
34901         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
34902         (summary,texi, stamp-summary): Use complete path of
34903         files. Generate files in build dir.
34904         (dir-add.texi): Build in build dir.
34905         (libm-err.texi,stamp-libm-err): Likewise.
34906         (version.texi, stamp-version): Likewise.
34907         (.%c.texi): Likewise.
34908         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
34909         (mostlyclean): Remove target.
34910         (realclean): Remove target.
34911         (generated): Add new variable with contents from mostlyclean and
34912         realclean, remove entries duplicated in common-mostlyclean, add
34913         stamp-libm-err and stamp-version.
34914         (generated-dirs): Add libc directory.
34915         ($(inst_infodir)/libc.info): Install files from build dir.
34916
34917         * manual/install.texi (Configuring and compiling): Adjust since
34918         the info files are not part of the tar ball anymore.
34919
34920 2012-05-14  Andreas Jaeger  <aj@suse.de>
34921
34922         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
34923         variable.
34924
34925 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34926
34927         [BZ #13717]
34928         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34929         to 2.2.0 where earlier.
34930         * sysdeps/unix/sysv/linux/configure: Regenerated.
34931         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
34932         Remove conditional code.
34933         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
34934         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
34935         Remove conditional code.
34936         [!__NR_lchown]: Likewise.
34937         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34938         [__NR_lchown]: Likewise.
34939         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
34940         comment referencing __ASSUME_LCHOWN_SYSCALL.
34941         * sysdeps/unix/sysv/linux/i386/sigaction.c
34942         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
34943         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
34944         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
34945         Remove conditional code.
34946         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
34947         (__protocol_available): Remove #if 0 code.
34948         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
34949         conditional code.
34950         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
34951         * sysdeps/unix/sysv/linux/kernel-features.h
34952         (__ASSUME_GETCWD_SYSCALL): Don't define.
34953         (__ASSUME_REALTIME_SIGNALS): Likewise.
34954         (__ASSUME_PREAD_SYSCALL): Likewise.
34955         (__ASSUME_PWRITE_SYSCALL): Likewise.
34956         (__ASSUME_POLL_SYSCALL): Likewise.
34957         (__ASSUME_LCHOWN_SYSCALL): Likewise.
34958         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
34959         non-SPARC.
34960         (__ASSUME_SIOCGIFNAME): Don't define.
34961         (__ASSUME_MSG_NOSIGNAL): Likewise.
34962         (__ASSUME_SENDFILE): Define unconditionally.
34963         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
34964         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
34965         conditional code.
34966         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
34967         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
34968         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34969         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34970         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
34971         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34972         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
34974         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34975         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
34977         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34978         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
34980         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34981         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
34983         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34984         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
34986         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34987         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
34989         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34990         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
34992         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34993         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
34995         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34996         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34997         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
34998         Remove conditional code.
34999         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35000         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35001         Remove conditional code.
35002         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35003         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35004         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35005         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35006         Remove conditional code.
35007         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35008         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35009         Remove conditional code.
35010         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35011         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35012         Remove conditional code.
35013         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35014         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35015         Remove conditional code.
35016         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35017         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35018         Remove conditional code.
35019         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35020         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35021         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35022         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35023         * sysdeps/unix/sysv/linux/sigaction.c
35024         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35025         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35026         * sysdeps/unix/sysv/linux/sigpending.c
35027         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35028         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35029         * sysdeps/unix/sysv/linux/sigprocmask.c
35030         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35031         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35032         * sysdeps/unix/sysv/linux/sigsuspend.c
35033         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35034         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35035         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35036         (__libc_missing_rt_sigs): Remove.
35037         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35038         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35039         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35040         Remove conditional code.
35041         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35042         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35043         return 1.
35044         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35045         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35046         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35047         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35048
35049 2012-05-14  Andreas Jaeger  <aj@suse.de>
35050
35051         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35052         it's not used in glibc.
35053         (__coshm1): Likewise.
35054         (__acosh1p): Likewise.
35055         (__sgn): Likewise.
35056
35057         * manual/string.texi (Copying and Concatenation): Add missing
35058         variable in concat example.
35059         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35060
35061 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35062
35063         [BZ #14103]
35064         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35065         __builtin_clzl with __builtin_clzll.
35066
35067 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35068
35069         [BZ #14104]
35070         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35071         libc_freeres_ptr.
35072
35073 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35074
35075         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35076         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35077         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35078         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35079
35080 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35081
35082         * NEWS: Update ia64 info.
35083
35084 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35085
35086         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35087         used as bcopy.
35088
35089 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35090
35091         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35092         * sysdeps/unix/syscalls.list (dup3): Likewise.
35093         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35094         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35095
35096 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35097
35098         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35099         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35100
35101 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35102
35103         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35104         thread pointer.
35105         (TLS_IE): Use mov/add instead of movq/addq to load thread
35106         pointer.
35107         (TLS_GD_PREFIX): New.
35108         (TLS_GD): Use it.
35109
35110 2012-05-11  David S. Miller  <davem@davemloft.net>
35111
35112         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35113         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35114         (_FPU_SETCW): Likewise.
35115
35116 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35117
35118         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35119         is 32-byte aligned.
35120
35121 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35122
35123         [BZ #11837]
35124         * iconvdata/gb18030.c: Update tables.
35125         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35126         characters specially.
35127         (BODY for TO_LOOP): Add encoding of missing ranges.
35128
35129 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35130
35131         [BZ #13673]
35132         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35133         * sysdeps/mach/hurd/dup3.c: Likewise.
35134         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35135         * sysdeps/powerpc/memmove.c:: Likewise.
35136
35137 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35138
35139         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35140         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35141
35142 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35143
35144         * elf/elf.h (R_X86_64_RELATIVE64): New.
35145         (R_X86_64_NUM): Updated.
35146         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35147         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35148         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35149         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35150         tst-quad1pie tst-quad2pie
35151         (modules-names): Add tst-quadmod1 tst-quadmod2.
35152         ($(objpfx)tst-quad1): New dependency.
35153         ($(objpfx)tst-quad2): Likewise.
35154         ($(objpfx)tst-quad1pie): Likewise.
35155         ($(objpfx)tst-quad2pie): Likewise.
35156         * sysdeps/x86_64/tst-quad1.c: New file.
35157         * sysdeps/x86_64/tst-quad1pie.c: New file.
35158         * sysdeps/x86_64/tst-quad2.c: Likewise.
35159         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35160         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35161         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35162         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35163         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35164
35165 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35166
35167         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35168         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35169         * streams/stropts.h (t_scalar_t): Define type.
35170
35171         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35172         (_PATH_PRESERVE): Set to "/var/lib".
35173         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35174
35175         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35176         instead of int.
35177
35178         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35179         if __dir_mkfile succeeded.
35180
35181         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35182         checking for _hurd_dtablesize.  Unlock it right after having
35183         finished _hurd_dtable allocation.
35184
35185 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35186
35187         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35188         * sysdeps/mach/hurd/configure: Regenerated.
35189         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35190         special-casing to...
35191         * sysdeps/gnu/configure.in: ... this new file.
35192         * sysdeps/unix/sysv/linux/configure: Regenerated.
35193         * sysdeps/gnu/configure: New generated file.
35194
35195         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35196         for Linux: use nsec instead of usec, as well as:
35197         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35198         members of type struct timespec.
35199         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35200         New macros.
35201         (struct stat64): Likewise.
35202         (_STATBUF_ST_NSEC): New macro.
35203         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35204
35205         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35206         __strtoul_internal rather than strtoul.
35207
35208 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35209
35210         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35211         and reject them.
35212
35213 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35214
35215         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35216         which preserves existing values.
35217         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35218
35219 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35220
35221         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35222         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35223         greater than FD_SETSIZE.
35224
35225 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35226
35227         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35228         allocated, call __vm_protect to finish enabling the existing space, and
35229         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35230         allocate the remainder.
35231
35232 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35233
35234         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35235         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35236
35237 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35238
35239         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35240         sysdeps/mach/hurd/readlink.c.
35241
35242         * posix/tst-sysconf.c (posix_options): Only use
35243         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35244         _POSIX_SYNCHRONIZED_IO when they are defined
35245         * sysdeps/mach/hurd/bits/posix_opt.h:
35246         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35247         (_XOPEN_REALTIME): Undefine macro.
35248         (_XOPEN_REALTIME_THREADS): Undefine macro.
35249         (_XOPEN_SHM): Undefine macro.
35250         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35251         macro to -1.
35252         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35253         macro to -1.
35254         (_POSIX_ASYNC_IO): Undefine macro.
35255         (_POSIX_PRIORITIZED_IO): Undefine macro.
35256         (_POSIX_SPIN_LOCKS): Define macro to -1.
35257
35258         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35259         SA_NODEFER, SA_RESETHAND.
35260         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35261         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35262         F_DUPFD_CLOEXEC.
35263
35264 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35265
35266         * elf/Makefile (pldd-modules): Define unconditionally.
35267
35268 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35269
35270         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35271
35272 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35273
35274         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35275         Return ENOENT when name is empty.
35276         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35277
35278 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35279
35280         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35281
35282         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35283
35284 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35285
35286         Fix mlock in all cases except non-readable pages.
35287         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35288         instead of VM_PROT_ALL as parameter to __vm_wire function.
35289
35290         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35291         (__mkdir): When path is `/', just fail with EEXIST.
35292         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35293
35294 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35295
35296         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35297         <sys/uio.h> (for writev).
35298         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35299         and <sys/param.h> (for MIN).
35300
35301 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35302
35303         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35304         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35305         if interrupted.
35306
35307 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35308
35309         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35310         Depend on against $(link-rpcuserlibs).
35311
35312 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35313
35314         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35315         (__libc_stack_end): Do not use attribute_relro.
35316         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35317         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35318         to libthread-provided value.
35319         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35320         attribute_relro.
35321
35322 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35323
35324         [BZ #3748]
35325         * bits/libc-lock.h (__libc_once_get): New macro.
35326         * sysdeps/mach/bits/libc-lock.h: Likewise.
35327         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35328         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35329         instead of using implementation details.
35330
35331         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35332         * libio/freopen.c: Likewise.
35333         * libio/freopen64.c: Likewise.
35334         * misc/syslog.c: Likewise.
35335         * nscd/connections.c: Likewise.
35336         * nscd/netgroupcache.c: Likewise.
35337         * sysdeps/posix/getcwd.c: Likewise.
35338
35339 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35340
35341         * math/w_ilogbf.c: Add #include <limits.h>.
35342
35343 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35344
35345         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35346         path instead of returning without unlocking.
35347
35348         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35349         immediate-write ioctls.
35350         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35351
35352 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35353
35354         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35355         __builtin_frame_address instead of making assumptions about the
35356         location of the return address relative to DATA.  Force early load of
35357         the return address.
35358         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35359         __builtin_frame_address.
35360
35361         dup3 for GNU Hurd.
35362         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35363         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35364         implement dup3 and do some further code clean-ups.
35365         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35366         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35367
35368 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35369
35370         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35371
35372         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35373         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35374         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35375         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35376         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35377         d->port.lock.
35378
35379         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35380         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35381         when handler == SIG_ERR, not when handler != SIG_ERR.
35382
35383 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35384
35385         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35386         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35387         definitions.
35388
35389         accept4 for GNU Hurd.
35390         * include/sys/socket.h (__libc_accept4): New prototype.
35391         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35392         to implement __libc_accept4.
35393         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35394         __libc_accept4.
35395         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35396
35397         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35398         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35399         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35400         signal-defines.sym.
35401
35402 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35403
35404         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35405
35406 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35407
35408         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
35409         assertion on O_CLOEXEC flag.
35410         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
35411         * hurd/intern-fd.c: Likewise.
35412         * hurd/port2fd.c: Likewise.
35413
35414 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35415
35416         [BZ #3906]
35417         * bits/in.h (IPV6_PKTINFO): Define new macro.
35418         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
35419
35420 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35421
35422         [BZ #13954]
35423         [BZ #13955]
35424         [BZ #13956]
35425         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
35426         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35427         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
35428         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35429         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35430         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35431         * math/libm-test.inc (logb_test) : Additional logb tests.
35432
35433 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
35434             Andreas Jaeger  <aj@suse.de>
35435
35436         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
35437         * configure: Regenerated.
35438         * config.h.in (LINK_OBSOLETE_RPC): New macro.
35439         * config.make.in (link-obsolete-rpc): New substituted variable.
35440         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
35441         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
35442         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35443         (shared-only-routines): Don't set it under [link-obsolete-rpc],
35444         so that libc.a contains the symbols.
35445         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35446         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
35447         * sunrpc/auth_none.c: Likewise.
35448         * sunrpc/auth_unix.c: Likewise.
35449         * sunrpc/authdes_prot.c: Likewise.
35450         * sunrpc/authuxprot.c: Likewise.
35451         * sunrpc/clnt_gen.c: Likewise.
35452         * sunrpc/clnt_perr.c: Likewise.
35453         * sunrpc/clnt_raw.c: Likewise.
35454         * sunrpc/clnt_simp.c: Likewise.
35455         * sunrpc/clnt_tcp.c: Likewise.
35456         * sunrpc/clnt_udp.c: Likewise.
35457         * sunrpc/clnt_unix.c: Likewise.
35458         * sunrpc/des_crypt.c: Likewise.
35459         * sunrpc/des_soft.c: Likewise.
35460         * sunrpc/get_myaddr.c: Likewise.
35461         * sunrpc/key_call.c: Likewise.
35462         * sunrpc/key_prot.c: Likewise.
35463         * sunrpc/netname.c: Likewise.
35464         * sunrpc/pm_getmaps.c: Likewise.
35465         * sunrpc/pm_getport.c: Likewise.
35466         * sunrpc/pmap_clnt.c: Likewise.
35467         * sunrpc/pmap_prot.c: Likewise.
35468         * sunrpc/pmap_prot2.c: Likewise.
35469         * sunrpc/pmap_rmt.c: Likewise.
35470         * sunrpc/publickey.c: Likewise.
35471         * sunrpc/rpc_cmsg.c: Likewise.
35472         * sunrpc/rpc_common.c: Likewise.
35473         * sunrpc/rpc_dtable.c: Likewise.
35474         * sunrpc/rpc_prot.c: Likewise.
35475         * sunrpc/rpc_thread.c: Likewise.
35476         * sunrpc/rtime.c: Likewise.
35477         * sunrpc/svc.c: Likewise.
35478         * sunrpc/svc_auth.c: Likewise.
35479         * sunrpc/svc_raw.c: Likewise.
35480         * sunrpc/svc_run.c: Likewise.
35481         * sunrpc/svc_tcp.c: Likewise.
35482         * sunrpc/svc_udp.c: Likewise.
35483         * sunrpc/svc_unix.c: Likewise.
35484         * sunrpc/svcauth_des.c: Likewise.
35485         * sunrpc/xcrypt.c: Likewise.
35486         * sunrpc/xdr.c: Likewise.
35487         * sunrpc/xdr_array.c: Likewise.
35488         * sunrpc/xdr_float.c: Likewise.
35489         * sunrpc/xdr_intXX_t.c: Likewise.
35490         * sunrpc/xdr_mem.c: Likewise.
35491         * sunrpc/xdr_rec.c: Likewise.
35492         * sunrpc/xdr_ref.c: Likewise.
35493         * sunrpc/xdr_sizeof.c: Likewise.
35494         * sunrpc/xdr_stdio.c: Likewise.
35495
35496 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35497
35498         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
35499         change.  Update copyright years.
35500
35501 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35502
35503         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
35504
35505 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
35506             Joseph Myers  <joseph@codesourcery.com>
35507             Paul Pluzhnikov  <ppluzhnikov@google.com>
35508
35509         [BZ #14012]
35510         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
35511         requiring rpcgen.
35512         [cross-compiling] (extra-libs): Likewise.
35513         [cross-compiling] (extra-libs-others): Likewise.
35514         [cross-compiling] (librpcsvc-routines): Likewise.
35515         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
35516         [cross-compiling] (omit-deps): Likewise.
35517         (sunrpc-CPPFLAGS): New variable.
35518         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
35519         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
35520         (cross-rpcgen-objs): New variable.
35521         (extra-objs): Append $(cross-rpcgen-objs).
35522         ($(cross-rpcgen-objs)): New rule.
35523         ($(objpfx)cross-rpcgen): Likewise.
35524         (rpcgen-cmd): Define to use $(built-program-file).  Expand
35525         comment.
35526         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
35527         ($(objpfx)x%.stmp): Likewise.
35528         * sunrpc/proto.h [IS_IN_build] (_): Define.
35529         [IS_IN_build] (_libc_intl_domainname): Likewise.
35530
35531 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35532
35533         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
35534         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
35535         and R_X86_64_TPOFF64.
35536
35537 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35538
35539         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
35540         sysdeps/unix/sysv/syscalls.list.
35541         (stime): Likewise.
35542         (utime): Likewise.
35543         * sysdeps/unix/sysv/syscalls.list: Remove file.
35544
35545 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
35546
35547         [BZ #3440]
35548         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
35549         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
35550         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
35551         (__LC_IDENTIFICATION): Make these macros useful in #if
35552         expressions, as required by C99.
35553
35554 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
35555
35556         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
35557         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
35558         after this.
35559
35560 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
35561
35562         * stdlib/longlong.h: Updated from GCC.
35563
35564 2012-05-09  Andreas Jaeger  <aj@suse.de>
35565
35566         * nscd/nscd.c (run_modes): Make named enum, reorder so that
35567         default is first entry.
35568         (run_mode): Set type.
35569         (main): Remove informal message about syslog.
35570         (options): Fix typo.
35571
35572         [BZ #14053]
35573         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
35574         to asm.
35575         (lrint): Likewise.
35576         (llrintf): Likewise.
35577         (llrint): Likewise.
35578         (rint): Likewise.
35579         (rintf): Likewise.
35580         (nearbyint): Likewise.
35581         (nearbyintf): Likewise.
35582
35583 2012-05-09  Andreas Jaeger  <aj@suse.de>
35584             Pedro Alves  <palves@redhat.com>
35585
35586         * nscd/nscd.c (run_mode): Use enum.
35587         (main): Cleanup coding style issue.
35588
35589 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
35590             Andreas Jaeger  <aj@suse.de>
35591
35592         * nscd/nscd.c (go_background): Replaced with...
35593         (run_mode): ... this.
35594         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
35595         (options): Add -F --foreground.
35596         (main): Implement it.
35597         (parse_opt): Parse it.
35598
35599 2012-05-09  Andreas Jaeger  <aj@suse.de>
35600
35601         [BZ #14083]
35602         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
35603         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
35604         -Wconversion warning.
35605         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
35606         Likewise.
35607
35608 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
35609
35610         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
35611         == 0.
35612         (LC_ALL): Use macro-int-constant.
35613         (LC_COLLATE): Likewise.
35614         (LC_CTYPE): Likewise.
35615         (LC_MESSAGES): Likewise.
35616         (LC_MONETARY): Likewise.
35617         (LC_NUMERIC): Likewise.
35618         (LC_TIME): Likewise.
35619         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
35620         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35621         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35622         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
35623         Specify type.
35624         [C99-based standards] (float_t): Expect type.
35625         [C99-based standards] (double_t): Expect type.
35626         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
35627         type.
35628         [C99-based standards] (HUGE_VALL): Likewise.
35629         [C99-based standards] (INFINITY): Likewise.
35630         [C99-based standards] (NAN): Likewise.
35631         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
35632         [C99-based standards] (FP_NAN): Likewise.
35633         [C99-based standards] (FP_NORMAL): Likewise.
35634         [C99-based standards] (FP_SUBNORMAL): Likewise.
35635         [C99-based standards] (FP_ZERO): Likewise.
35636         [C99-based standards] (FP_FAST_FMA): Use
35637         optional-macro-int-constant.  Specify type.  Require == 1.
35638         [C99-based standards] (FP_FAST_FMAF): Likewise.
35639         [C99-based standards] (FP_FAST_FMAL): Likewise.
35640         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
35641         [C99-based standards] (FP_ILOGBNAN): Likewise.
35642         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
35643         Specify type.
35644         [C99-based standards] (MATH_ERREXCEPT): Likewise.
35645         [C99-based standards] (math_errhandling): Specify type.
35646         [ISO99 || ISO11] (signgam): Do not allow.
35647         [non-C99-based standards] (copysignf): Do not allow.
35648         [non-C99-based standards] (exp2f): Likewise.
35649         [non-C99-based standards] (log2f): Likewise.
35650         [non-C99-based standards] (modff): Allow.
35651         [non-C99-based standards] (erff): Do not allow.
35652         [non-C99-based standards] (erfcf): Likewise.
35653         [non-C99-based standards] (gammaf): Likewise.
35654         [non-C99-based standards] (hypotf): Likewise.
35655         [non-C99-based standards] (j0f): Likewise.
35656         [non-C99-based standards] (j1f): Likewise.
35657         [non-C99-based standards] (jnf): Likewise.
35658         [non-C99-based standards] (lgammaf): Likewise.
35659         [non-C99-based standards] (tgammaf): Likewise.
35660         [non-C99-based standards] (y0f): Likewise.
35661         [non-C99-based standards] (y1f): Likewise.
35662         [non-C99-based standards] (ynf): Likewise.
35663         [non-C99-based standards] (isnanf): Likewise.
35664         [non-C99-based standards] (acoshf): Likewise.
35665         [non-C99-based standards] (asinhf): Likewise.
35666         [non-C99-based standards] (atanhf): Likewise.
35667         [non-C99-based standards] (cbrtf): Likewise.
35668         [non-C99-based standards] (expm1f): Likewise.
35669         [non-C99-based standards] (ilogbf): Likewise.
35670         [non-C99-based standards] (log1pf): Likewise.
35671         [non-C99-based standards] (logbf): Likewise.
35672         [non-C99-based standards] (nextafterf): Likewise.
35673         [non-C99-based standards] (remainderf): Likewise.
35674         [non-C99-based standards] (rintf): Likewise.
35675         [non-C99-based standards] (scalbf): Likewise.
35676         [non-C99-based standards] (copysignl): Likewise.
35677         [non-C99-based standards] (exp2l): Likewise.
35678         [non-C99-based standards] (log2l): Likewise.
35679         [non-C99-based standards] (modfl): Allow.
35680         [non-C99-based standards] (erfl): Do not allow.
35681         [non-C99-based standards] (erfcl): Likewise.
35682         [non-C99-based standards] (gammal): Likewise.
35683         [non-C99-based standards] (hypotl): Likewise.
35684         [non-C99-based standards] (j0l): Likewise.
35685         [non-C99-based standards] (j1l): Likewise.
35686         [non-C99-based standards] (jnl): Likewise.
35687         [non-C99-based standards] (lgammal): Likewise.
35688         [non-C99-based standards] (tgammal): Likewise.
35689         [non-C99-based standards] (y0l): Likewise.
35690         [non-C99-based standards] (y1l): Likewise.
35691         [non-C99-based standards] (ynl): Likewise.
35692         [non-C99-based standards] (isnanl): Likewise.
35693         [non-C99-based standards] (acoshl): Likewise.
35694         [non-C99-based standards] (asinhl): Likewise.
35695         [non-C99-based standards] (atanhl): Likewise.
35696         [non-C99-based standards] (cbrtl): Likewise.
35697         [non-C99-based standards] (expm1l): Likewise.
35698         [non-C99-based standards] (ilogbl): Likewise.
35699         [non-C99-based standards] (log1pl): Likewise.
35700         [non-C99-based standards] (logbl): Likewise.
35701         [non-C99-based standards] (nextafterl): Likewise.
35702         [non-C99-based standards] (remainderl): Likewise.
35703         [non-C99-based standards] (rintl): Likewise.
35704         [non-C99-based standards] (scalbl): Likewise.
35705         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35706         [non-C99-based standards] (FP_*): Do not allow.
35707         [C99-based standards] (FP_*): Change to
35708         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35709         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35710         allow.
35711         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
35712         (SIG_ERR): Likewise.
35713         [X/Open-based standards] (SIG_HOLD): Likewise.
35714         (SIG_IGN): Likewise.
35715         (SIGABRT): Use macro-int-constant.  Specify type.  Require
35716         positive value.
35717         (SIGFPE): Likewise.
35718         (SIGILL): Likewise.
35719         (SIGINT): Likewise.
35720         (SIGSEGV): Likewise.
35721         (SIGTER): Likewise.
35722         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
35723         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
35724         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
35725         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
35726         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
35727         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
35728         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
35729         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
35730         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
35731         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
35732         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
35733         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
35734         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
35735         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
35736         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
35737         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
35738         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
35739         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
35740         [X/Open-based standards] (SIGTRAP): Likewise.
35741         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
35742         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
35743         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
35744         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
35745         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35746         allow.
35747
35748 2012-05-08  Ian Wienand  <ianw@vmware.com>
35749
35750         [BZ #14080]
35751         * time/tzset.c (__tzset_parse_tz): Update default rules for
35752         daylight time changes in the Energy Policy Act of 2005.
35753
35754 2012-05-09  Andreas Jaeger  <aj@suse.de>
35755
35756         [BZ #13983]
35757         * elf/ldconfig.c (parse_conf): Change string to make clear that
35758         ldconfig only issued a warning if ld.so.conf does not exist.
35759
35760 2012-05-08  David S. Miller  <davem@davemloft.net>
35761
35762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
35763         movxtod instead of popping the value on the stack.
35764
35765         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35766
35767 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
35768
35769         * config.h.in: Add HAVE_ARM_PCS_VFP.
35770
35771 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
35772
35773         [BZ #13979]
35774         * include/features.h: Warn if user requests __FORTIFY_SOURCE
35775         checking but the checks are disabled for any reason.
35776
35777 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
35778
35779         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
35780         and ELF64_R_TYPE with ELFW(R_TYPE).
35781
35782 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
35783
35784         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
35785         (ulimit): Likewise.
35786
35787         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
35788         (settimeofday): Likewise.
35789
35790 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
35791
35792         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
35793         a struct th_u2 inside the union, and move tu_block/tu_code into
35794         a new th_u3 union of tu_block/tu_code inside of that.  Move
35795         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
35796         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
35797         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
35798         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
35799         (th_stuff): Change to th_u1.tu_stuff.
35800         (th_data): Define.
35801         (th_msg): Change to th_u1.th_u2.tu_data.
35802
35803 2012-05-07  David S. Miller  <davem@davemloft.net>
35804
35805         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35806
35807         [BZ #14074]
35808         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
35809         (SETUP_PIC_REG): Use it.
35810         (SETUP_PIC_REG_LEAF): Use it.
35811
35812 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
35813
35814         [BZ #13885]
35815         [BZ #13923]
35816         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35817         USE_AS_EXPM1L.
35818         (EXPL_FINITE): Likewise.
35819         (FLDLOG): Likewise.
35820         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35821         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35822         e_expl.S.
35823         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35824         USE_AS_EXPM1L.
35825         (EXPL_FINITE): Likewise.
35826         (FLDLOG): Likewise.
35827         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35828         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35829         e_expl.S.
35830         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
35831         test of -max_value argument for long double.
35832         * sysdeps/i386/fpu/libm-test-ulps: Update.
35833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35834
35835 2012-05-06  David S. Miller  <davem@davemloft.net>
35836
35837         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
35838         quad soft-float symbols whose references which are compiler
35839         generated.
35840         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
35841
35842 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
35843
35844         [BZ #13884]
35845         [BZ #13914]
35846         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35847         USE_AS_EXP10L.
35848         (EXPL_FINITE): Likewise.
35849         (FLDLOG): Likewise.
35850         (c0): Likewise.
35851         (c1): Likewise.
35852         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35853         Adjust comments for base varying.
35854         (__expl_finite): Change alias to EXPL_FINITE.
35855         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
35856         e_expl.S.
35857         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
35858         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
35859         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
35860         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
35861         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35862         USE_AS_EXP10L.
35863         (EXPL_FINITE): Likewise.
35864         (FLDLOG): Likewise.
35865         (c0): Likewise.
35866         (c1): Likewise.
35867         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35868         Adjust comments for base varying.
35869         (__expl_finite): Change alias to EXPL_FINITE.
35870         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
35871         tests for bugs.
35872         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35873
35874         [BZ #14064]
35875         * math/libm-test.inc (check_float_internal): Correct ulp
35876         calculation for subnormal expected results.
35877
35878 2012-05-06  Andreas Jaeger  <aj@suse.de>
35879
35880         * Makeconfig (+math-flags): New, set to -frounding-math.
35881         (+cflags): Add +math-flags so that all of glibc gets compiled with
35882         it.
35883
35884         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
35885
35886 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
35887
35888         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
35889         Disable one test.
35890
35891         [BZ #13787]
35892         [BZ #13922]
35893         [BZ #14036]
35894         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
35895         (__ieee754_expl): Allow for and saturate large arguments.
35896         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
35897         (u_threshold): Likewise.
35898         (__exp): Call __ieee754_exp before checking for overflow and
35899         underflow.
35900         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
35901         (u_threshold): Likewise.
35902         (__expf): Call __ieee754_expf before checking for overflow and
35903         underflow.
35904         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
35905         (u_threshold): Likewise.
35906         (__expl): Call __ieee754_expl before checking for overflow and
35907         underflow.
35908         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
35909         (__ieee754_expl): Allow for and saturate large arguments.
35910         * math/libm-test.inc (exp_test): Add another test.  Do not allow
35911         missing overflow exception on overflow.
35912         (expm1_test): Do not allow missing overflow exception on overflow.
35913
35914         * sysdeps/i386/fpu/e_expl.c: Move to ...
35915         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
35916         rather than using inline asm.
35917         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
35918         * sysdeps/x86_64/fpu/e_expl.S: Copy from
35919         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
35920
35921         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
35922         (nice): Likewise.
35923         (poll): Likewise.
35924         (signal): Likewise.
35925         (time): Likewise.
35926         (times): Likewise.
35927
35928 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
35929
35930         * sysdeps/unix/syscalls.list (adjtime): Add entry from
35931         sysdeps/unix/common/syscalls.list.
35932         (fchmod): Likewise.
35933         (fchown): Likewise.
35934         (ftruncate): Likewise.
35935         (getrusage): Likewise.
35936         (gettimeofday): Likewise.
35937         (setpgid): Likewise.
35938         (setregid): Likewise.
35939         (setreuid): Likewise.
35940         (sigaction): Likewise.
35941         (truncate): Likewise.
35942         (vhangup): Likewise.
35943         * sysdeps/unix/common/syscalls.list: Remove file.
35944         * sysdeps/unix/bsd/Implies: Don't include unix/common.
35945         * sysdeps/unix/sysv/linux/Implies: Likewise.
35946
35947 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
35948
35949         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
35950         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
35951         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
35952         Moved to ...
35953         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
35954         Here.
35955         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
35956         to ...
35957         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
35958         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
35959         to ...
35960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
35961         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
35962         to ...
35963         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
35964         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
35965         to ...
35966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
35967         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
35968         to ...
35969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
35970         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
35971         to ...
35972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
35973         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
35974         to ...
35975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
35976         Here.
35977         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
35978         to ...
35979         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
35980         Here.
35981         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
35982         to ...
35983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
35984         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
35985         Moved to ...
35986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
35987         Here.
35988         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
35989         to ...
35990         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
35991
35992 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
35993
35994         * sysdeps/unix/common/bits/dirent.h: Remove file.
35995         * sysdeps/unix/common/bits/fcntl.h: Likewise.
35996
35997         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
35998         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
35999         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36000         * sysdeps/unix/bsd/isatty.c: Likewise.
36001         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36002         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36003         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36004
36005 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36006
36007         [BZ #13563]
36008         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36009         long double comparison inaccuracies.
36010         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36012
36013 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36014
36015         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36016         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36017
36018 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36019
36020         [BZ #14049]
36021         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36022         nonzero digits before rounding a hex value.
36023         * stdlib/tst-strtod.c (tests): Add another test.
36024
36025 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36026
36027         * sysdeps/s390/fpu/libm-test-ulps: Update.
36028
36029 2012-05-03  Andreas Jaeger  <aj@suse.de>
36030
36031         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36032         does not get optimized out.
36033         (malloc_opt_barrier): New.
36034
36035 2012-05-03  Andreas Jaeger  <aj@suse.de>
36036             Roland McGrath  <roland@hack.frob.com>
36037
36038         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36039         intermediate file deletion.
36040         (generated): Add .symlist files.
36041
36042 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36043
36044         [BZ #13775]
36045         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36046         Redirect under this condition.
36047         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36048         [__USE_GNU] (__dprintf_chk): Not under this condition.
36049         [__USE_GNU] (__vdprintf_chk): Likewise.
36050         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36051         under this condition.
36052         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36053         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36054         [__USE_XOPEN2K8] (vdprintf): Likewise.
36055         [__USE_GNU] (__dprintf_chk): Not under this condition.
36056         [__USE_GNU] (__vdprintf_chk): Likewise.
36057         [__USE_GNU] (dprintf): Likewise.
36058         [__USE_GNU] (vdprintf): Likewise.
36059
36060 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36061
36062         * elf/Makefile (common-generated): Set this instead of generated for
36063         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36064         $(all-built-dso)-derived lists.
36065
36066 2012-05-03  Andreas Jaeger  <aj@suse.de>
36067
36068         * sysdeps/i386/fpu/libm-test-ulps: Update.
36069
36070         * FAQ: Removed.
36071         * FAQ.in: Likewise.
36072         * scripts/gen-FAQ.pl: Likewise.
36073         * manual/install.texi (Installation): Point to online location of
36074         FAQ.
36075         * Makefile (files-for-dist): Remove FAQ.
36076         (FAQ): Remove.
36077
36078 2012-05-02  Allan McRae  <allan@archlinux.org>
36079
36080         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36081         (LDFLAGS-reldepmod5.so): Likewise.
36082         (LDFLAGS-reldep6mod1.so): Likewise.
36083         (LDFLAGS-reldep6mod4.so): Likewise.
36084         (LDFLAGS-reldep8mod3.so): Likewise.
36085         (LDFLAGS-unload4mod1.so): Likewise.
36086         (LDFLAGS-unload4mod2.so): Likewise.
36087         (LDFLAGS-tst-initorder): Likewise.
36088         (LDFLAGS-tst-initordera2.so): Likewise.
36089         (LDFLAGS-tst-initordera3.so): Likewise.
36090         (LDFLAGS-tst-initordera4.so): Likewise.
36091         (LDFLAGS-tst-initorderb2.so): Likewise.
36092         (LDFLAGS-noload): Likewise.
36093         (LDFLAGS-next): Likewise.
36094         (LDFLAGS-order2mod1.so): Likewise.
36095         (LDFLAGS-order2mod2.so): Likewise.
36096         (LDFLAGS-tst-initorder2): Likewise.
36097         (LDFLAGS-tst-initorder2a.so): Likewise.
36098         (LDFLAGS-tst-initorder2b.so): Likewise.
36099         (LDFLAGS-tst-initorder2c.so): Likewise.
36100         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36101
36102 2012-05-02  David S. Miller  <davem@davemloft.net>
36103
36104         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36105
36106 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36107
36108         [BZ #14055]
36109         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36110
36111 2012-05-02  Andreas Jaeger  <aj@suse.de>
36112
36113         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36114         since we manipulate rounding mode.
36115         (CPPFLAGS-test-idouble.c): Likewise.
36116         (CPPFLAGS-test-ifloat.c): Likewise.
36117         (CFLAGS-test-ldouble.c): Likewise.
36118         (CFLAGS-test-double.c): Likewise.
36119         (CFLAGS-test-float.c): Likewise.
36120         (CFLAGS-test-misc.c): Likewise.
36121         (CFLAGS-test-test-fenv.c): Likewise.
36122
36123 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36124
36125         [BZ #2550]
36126         [BZ #2570]
36127         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36128         comparisons to determine direction to adjust input.
36129
36130 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36131
36132         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36133         output to the target.
36134
36135         * scripts/localplt.awk: New file.
36136         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36137         (check-localplt-CFLAGS): Variable removed.
36138         ($(all-built-dso:=.jmprel)): New static pattern rule.
36139         (generated): Add those targets.
36140         (localplt-built-dso): New variable.
36141         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36142
36143         * elf/check-localplt.c: File removed.
36144
36145         * scripts/check-execstack.awk: New file.
36146         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36147         (check-execstack-CFLAGS): Variable removed.
36148         ($(objpfx)check-execstack.h): Target removed.
36149         ($(objpfx)execstack-default): New target.
36150         (generated): Add that instead of check-execstack.h.
36151         ($(all-built-dso:=.phdr)): New static pattern rule.
36152         (generated): Add those targets.
36153         * elf/check-execstack.c: File removed.
36154
36155         * scripts/check-textrel.awk: New file.
36156         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36157         (check-textrel-CFLAGS): Variable removed.
36158         (all-built-dso): Use := to define.o
36159         ($(all-built-dso:=.dyn)): New static pattern rule.
36160         (generated): Add those targets.
36161         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36162         * config.make.in (READELF): New substituted variable.
36163         * elf/check-textrel.c: File removed.
36164
36165 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36166
36167         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36168         allow.
36169         * conform/data/ctype.h-data [C99-based standards] (isblank):
36170         Expect function.
36171         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36172         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36173         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36174         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36175         Specify type.  Require positive value.
36176         (EILSEQ): Likewise.
36177         (ERANGE): Likewise.
36178         [ISO || POSIX] (EILSEQ): Do not expect.
36179         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36180         Specify type.  Require positive value.
36181         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36182         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36183         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36184         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36185         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36186         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36187         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36188         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36189         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36190         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36191         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36192         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36193         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36194         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36195         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36196         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36197         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36198         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36199         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36200         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36201         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36202         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36203         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36204         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36205         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36206         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36207         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36208         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36209         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36210         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36211         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36212         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36213         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36214         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36215         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36216         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36217         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36218         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36219         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36220         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36221         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36222         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36223         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36224         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36225         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36226         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36227         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36228         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36229         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36230         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36231         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36232         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36233         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36234         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36235         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36236         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36237         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36238         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36239         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36240         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36241         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36242         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36243         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36244         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36245         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36246         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36247         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36248         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36249         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36250         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36251         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36252         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36253         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36254         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36255         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36256         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36257         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36258         Require >= 2.
36259         (FLT_ROUNDS): Expect as macro, not constant.
36260         (FLT_MANT_DIG): Use macro-int-constant.
36261         (DBL_MANT_DIG): Likewise.
36262         (LDBL_MANT_DIG): Likewise.
36263         (FLT_DIG): Likewise.
36264         (DBL_DIG): Likewise.
36265         (LDBL_DIG): Likewise.
36266         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36267         (DBL_MIN_EXP): Likewise.
36268         (LDBL_MIN_EXP): Likewise.
36269         (FLT_MAX_EXP): Use macro-int-constant.
36270         (DBL_MAX_EXP): Likewise.
36271         (LDBL_MAX_EXP): Likewise.
36272         (FLT_MAX_10_EXP): Likewise.
36273         (DBL_MAX_10_EXP): Likewise.
36274         (LDBL_MAX_10_EXP): Likewise.
36275         (FLT_MAX): Use macro-constant.
36276         (DBL_MAX): Likewise.
36277         (LDBL_MAX): Likewise.
36278         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36279         (DBL_EPSILON): Likewise.
36280         (LDBL_EPSILON): Likewise.
36281         (FLT_MIN): Likewise.
36282         (DBL_MIN): Likewise.
36283         (LDBL_MIN): Likewise.
36284         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36285         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36286         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36287         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36288         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36289         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36290         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36291         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36292         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36293         [ISO11] (FLT_TRUE_MIN): Likewise.
36294         [ISO11] (LDBL_TRUE_MIN): Likewise.
36295         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36296         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36297         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36298         (SCHAR_MAX): Likewise.
36299         (UCHAR_MAX): Likewise.
36300         (CHAR_MIN): Likewise.
36301         (CHAR_MAX): Likewise.
36302         (MB_LEN_MAX): Use macro-int-constant.
36303         (SHRT_MIN): Use macro-int-constant.  Specify type.
36304         (SHRT_MAX): Likewise.
36305         (USHRT_MAX): Likewise.
36306         (INT_MAX): Likewise.
36307         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36308         bound negative.
36309         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36310         bound with "U".
36311         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36312         bound with "L".
36313         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36314         bound negative.  Suffix upper bound with "L".
36315         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36316         bound with "UL".
36317         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36318         Specify type.
36319         [C99-based standards] (LLONG_MAX): Likewise.
36320         [C99-based standards] (ULLONG_MAX): Likewise.
36321         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36322         == 0.
36323         [ISO11] (max_align_t): Require type.
36324         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36325
36326         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36327         from $CFLAGS, without defining away __attribute__ calls.
36328         (checknamespace): Use $CFLAGS_namespace.
36329
36330         * conform/conformtest.pl (@keywords): Only include C99 keywords
36331         for standards based on C99 or C11.
36332
36333         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36334         Disable tests.
36335         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36336         UNIX98]: Likewise.
36337
36338         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36339         usability of symbols in #if.
36340
36341         * conform/conformtest.pl: If macro or constant types start
36342         "promoted:", expect the symbol to be of the following type
36343         promoted by the integer promotions.
36344
36345         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36346         in one place.  Also handle "macro-constant".
36347
36348         * conform/conformtest.pl: Only accept expected macro values with
36349         "==".  Parse all "macro" lines in one place.
36350         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36351
36352         * conform/conformtest.pl: Handle braced types on "constant" lines
36353         instead of handling "typed-constant".
36354         * conform/data/signal.h-data: Use "constant" instead of
36355         "typed-constant".
36356
36357         * conform/conformtest.pl: Handle "optional-" at start of lines in
36358         one place rather than duplicating several cases.  Handle each
36359         format of "macro" line with initial "optional-".
36360
36361         * conform/conformtest.pl: Only accept expected constant or
36362         optional-constant values with "==".  Parse all "constant" lines in
36363         one place.  Parse all "optional-constant" lines in one place.
36364         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36365         * conform/data/fmtmsg.h-data: Likewise.
36366         * conform/data/netinet/in.h-data: Likewise.
36367         * conform/data/tar.h-data: Likewise.
36368         * conform/data/limits.h-data: Use "==" form on "constant" and
36369         "optional-constant" lines.
36370
36371         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36372         Use -std=c99 for XOPEN2K.
36373         (@knownproblems): Remove.
36374         (newtoken): Don't check %isknown.
36375
36376         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36377         Do not expect macro.
36378         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36379         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36380         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36381         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36382         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36383         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36384         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36385         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36386         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36387         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36388         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36389         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36390         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36391         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36392         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36393         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36394         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36395         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36396         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36397         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36398         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36399         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36400         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36401         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36402         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36403         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36404         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36405         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36406         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36407         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
36408         [XPG3] (acosh): Likewise.
36409         [XPG3] (asinh): Likewise.
36410         [XPG3] (atanh): Likewise.
36411         [XPG3] (cbrt): Likewise.
36412         [XPG3] (expm1): Likewise.
36413         [XPG3] (ilogb): Likewise.
36414         [XPG3] (log1p): Likewise.
36415         [XPG3] (logb): Likewise.
36416         [XPG3] (nextafter): Likewise.
36417         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
36418         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
36419         [XPG3] (remainder): Likewise.
36420         [XPG3] (rint): Likewise.
36421         [XPG3 || XPG4 || UNIX98] (round): Likewise.
36422         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
36423         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
36424         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
36425         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
36426         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
36427         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
36428         [UNIX98 || XOPEN2K] (scalb): Expect.
36429         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
36430         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
36431         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
36432         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
36433         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
36434         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
36435         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
36436         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
36437         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
36438         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
36439         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
36440         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
36441         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
36442         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
36443         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
36444         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
36445         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
36446         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
36447         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
36448         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
36449         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
36450         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
36451         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
36452         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
36453         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
36454         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
36455         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
36456         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
36457         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
36458         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
36459         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
36460         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
36461         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
36462         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
36463         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
36464         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
36465         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
36466         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
36467         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
36468         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
36469         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
36470         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
36471         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
36472         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
36473         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
36474         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
36475         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
36476         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
36477         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
36478         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
36479         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
36480         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
36481         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
36482         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
36483         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
36484         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
36485         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
36486         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
36487         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
36488         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
36489         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
36490         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
36491         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
36492         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
36493         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
36494         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
36495         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
36496         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
36497         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
36498         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
36499         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
36500         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
36501         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
36502         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
36503         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
36504         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
36505         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
36506         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
36507         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
36508         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
36509         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
36510         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
36511         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
36512         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
36513         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
36514         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
36515         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
36516         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
36517         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
36518         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
36519         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
36520         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
36521         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
36522         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
36523         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
36524         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
36525         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
36526         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
36527         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
36528         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
36529         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
36530         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
36531         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
36532         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
36533         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
36534         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
36535         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
36536         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
36537         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
36538         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
36539         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
36540         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
36541         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
36542         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
36543         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
36544         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
36545         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
36546         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
36547         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
36548         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
36549         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
36550         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
36551         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
36552         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
36553         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
36554         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
36555         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
36556         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
36557         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
36558         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
36559         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
36560         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
36561         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
36562         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
36563         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
36564         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
36565         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
36566
36567         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
36568         _XOPEN_SOURCE_EXTENDED for XPG4.
36569
36570         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
36571
36572         * Makeconfig (localtime): Remove variable.
36573         (inst_localtime-file): Likewise.
36574
36575 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36576
36577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
36578         Update.
36579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36580         Update.
36581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
36582         Update.
36583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
36584         Update.
36585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
36586         Update.
36587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
36588         Update.
36589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36590         Update.
36591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
36592         Update.
36593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36594         Update.
36595
36596 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36597
36598         [BZ #2550]
36599         [BZ #2570]
36600         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
36601         comparisons to determine direction to adjust input.
36602         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
36603         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
36604         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
36605         Likewise.
36606         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
36607         Likewise.
36608         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
36609         Likewise.
36610         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
36611         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
36612         Likewise.
36613         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
36614         Likewise.
36615         * math/libm-test.inc (nexttoward_test): Add more tests.
36616
36617 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36618
36619         [BZ #14040]
36620         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
36621         in version GLIBC_2.1, not GLIBC_2.0.
36622         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
36623         Likewise.
36624
36625 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
36626
36627         [BZ #13942]
36628         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
36629         (1 - x) * (1 + x).
36630         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36631         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
36632         * math/libm-test.inc (acos_test): Add more tests.
36633         (asin_test): Likewise.
36634         * sysdeps/i386/fpu/libm-test-ulps: Update.
36635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36636
36637         [BZ #14034]
36638         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
36639         of square root.
36640         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
36641         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36642         * math/libm-test.inc (acos_test_tonearest): New function.
36643         (acos_test_towardzero): Likewise.
36644         (acos_test_downward): Likewise.
36645         (acos_test_upward): Likewise.
36646         (asin_test_tonearest): Likewise.
36647         (asin_test_towardzero): Likewise.
36648         (asin_test_downward): Likewise.
36649         (asin_test_upward): Likewise.
36650         (main): Call the new functions.
36651         * sysdeps/i386/fpu/libm-test-ulps: Update.
36652         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36653
36654         [BZ #13884]
36655         [BZ #13924]
36656         * math/e_exp10.c: Include <float.h>.
36657         (__ieee754_exp10): Handle underflow here rather than multiplying
36658         large negative argument by M_LN10.
36659         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
36660         of __ieee754_expf.
36661         * math/e_exp10l.c: Include <float.h>.
36662         (__ieee754_exp10l): Handle underflow here rather than multiplying
36663         large negative argument by M_LN10l.
36664         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
36665         spurious overflow exception on underflow.
36666
36667 2012-04-29  Marek Polacek  <polacek@redhat.com>
36668
36669         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
36670         (__fortify_function): New macro.
36671         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
36672         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
36673         __extern_always_inline.
36674         * libio/bits/stdio2.h: Likewise.
36675         * libio/bits/stdio.h: Likewise.
36676         * string/string.h: Likewise.
36677         * string/bits/string3.h: Likewise.
36678         * include/stdio.h: Likewise.
36679         * stdlib/bits/stdlib.h: Likewise.
36680         * stdlib/stdlib.h: Likewise.
36681         * rt/bits/mqueue2.h: Likewise.
36682         * rt/mqueue.h: Likewise.
36683         * posix/bits/unistd.h: Likewise.
36684         * posix/unistd.h: Likewise.
36685         * io/bits/poll2.h: Likewise.
36686         * io/bits/fcntl2.h: Likewise.
36687         * io/fcntl.h: Likewise.
36688         * io/sys/poll.h: Likewise.
36689         * misc/bits/syslog.h: Likewise.
36690         * misc/bits/syslog-ldbl.h: Likewise.
36691         * misc/sys/syslog.h: Likewise.
36692         * socket/bits/socket2.h: Likewise.
36693         * socket/sys/socket.h: Likewise.
36694         * debug/tst-chk1.c: Likewise.
36695         * wcsmbs/bits/wchar2.h: Likewise.
36696         * wcsmbs/bits/wchar-ldbl.h: Likewise.
36697         * wcsmbs/wchar.h: Likewise.
36698
36699 2012-04-29  Andreas Jaeger  <aj@suse.de>
36700
36701         * Makerules (tests): Remove enable-check-abi protection.
36702         (check-abi-warn): Remove.
36703         (check-abi-%): Remove check-abi-warn usage.
36704
36705         * configure.in: Remove check-abi configure option.
36706         * configure: Regenerated.
36707         * config.make.in (enable-check-abi): Remove.
36708
36709 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
36710
36711         [BZ #14033]
36712         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
36713         double functions to double *_finite functions.
36714
36715         [BZ #13941]
36716         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
36717         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
36718         LDBL_MIN_EXP.
36719         * stdio-common/Makefile (tests): Add tst-sprintf3.
36720         * stdio-common/tst-sprintf3.c: New file.
36721
36722         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
36723         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
36724
36725 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36726
36727         * conform/conformtest.pl: Remove duplicate typed-constant
36728         handling.
36729
36730 2012-04-28  David S. Miller  <davem@davemloft.net>
36731
36732         * Makerules (%.abilist): Add vpath on sysdep_dirs.
36733         (check-abi-%): Remove AWK script prerequisite and explicit
36734         abilist directory.
36735         (check-abi): Rewrite to just diff the symlist with the abilist.
36736         (config-tls, config-abi-config): Delete, no longer used.
36737         (update-abi-%): Remove AWK script and explicit abilist directory.
36738         (update-abi): Rewrite to simply compare and conditionally copy the
36739         symlist and the sysdep abilist file.  Remove update-abi-config
36740         checks.
36741         * abilist/ld.abilist: Remove.
36742         * abilist/libBrokenLocale.abilist: Remove.
36743         * abilist/libanl.abilist: Remove.
36744         * abilist/libcrypt.abilist: Remove.
36745         * abilist/libdl.abilist: Remove.
36746         * abilist/librt.abilist: Remove.
36747         * abilist/libthread_db.abilist: Remove.
36748         * abilist/libutil.abilist: Remove.
36749         * scripts/extract-abilist.awk: Remove.
36750         * scripts/merge-abilist.awk: Remove.
36751         * sysdeps/generic/libcidn.abilist: New file.
36752         * sysdeps/generic/libnss_compat.abilist: New file.
36753         * sysdeps/generic/libnss_db.abilist: New file.
36754         * sysdeps/generic/libnss_dns.abilist: New file.
36755         * sysdeps/generic/libnss_files.abilist: New file.
36756         * sysdeps/generic/libnss_hesiod.abilist: New file.
36757         * sysdeps/generic/libnss_nis.abilist: New file.
36758         * sysdeps/generic/libnss_nisplus.abilist: New file.
36759         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
36760         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
36761         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
36762         file.
36763         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
36764         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
36765         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
36766         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
36767         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
36768         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
36769         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
36770         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
36771         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
36772         file.
36773         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
36774         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
36775         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
36776         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
36777         file.
36778         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
36779         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
36780         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
36781         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
36782         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
36783         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
36784         file.
36785         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
36786         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
36787         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
36788         file.
36789         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
36790         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
36791         New file.
36792         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
36793         New file.
36794         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
36795         New file.
36796         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
36797         New file.
36798         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
36799         New file.
36800         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
36801         New file.
36802         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
36803         New file.
36804         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
36805         New file.
36806         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
36807         New file.
36808         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
36809         New file.
36810         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
36811         New file.
36812         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
36813         New file.
36814         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
36815         New file.
36816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
36817         file.
36818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
36819         New file.
36820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
36821         New file.
36822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
36823         file.
36824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
36825         New file.
36826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
36827         New file.
36828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
36829         file.
36830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
36831         New file.
36832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36833         New file.
36834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
36835         New file.
36836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
36837         New file.
36838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
36839         New file.
36840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
36841         New file.
36842         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
36843         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
36844         file.
36845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
36846         New file.
36847         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
36848         file.
36849         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
36850         file.
36851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
36852         file.
36853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
36854         file.
36855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
36856         file.
36857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
36858         New file.
36859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
36860         file.
36861         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
36862         file.
36863         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
36864         New file.
36865         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
36866         file.
36867         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
36868         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
36869         file.
36870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
36871         New file.
36872         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
36873         file.
36874         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
36875         file.
36876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
36877         file.
36878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
36879         file.
36880         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
36881         file.
36882         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
36883         New file.
36884         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
36885         file.
36886         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
36887         file.
36888         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
36889         New file.
36890         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
36891         file.
36892         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36893         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
36894         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
36895         file.
36896         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
36897         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
36898         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
36899         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
36900         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
36901         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
36902         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
36903         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
36904         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
36905         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
36906         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
36907         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
36908         file.
36909         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
36910         New file.
36911         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
36912         file.
36913         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
36914         file.
36915         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
36916         file.
36917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
36918         file.
36919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
36920         file.
36921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
36922         New file.
36923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
36924         New file.
36925         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
36926         file.
36927         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
36928         New file.
36929         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
36930         file.
36931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
36932         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
36933         file.
36934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
36935         New file.
36936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
36937         file.
36938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
36939         file.
36940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
36941         file.
36942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
36943         file.
36944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
36945         file.
36946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
36947         New file.
36948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
36949         New file.
36950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
36951         file.
36952         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
36953         New file.
36954         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
36955         file.
36956
36957 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36958
36959         * conform/conformtest.pl: Fix typo in handling typed-constant from
36960         allow-header.
36961
36962 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36963
36964         * README: Cut down references to pre-2.6 Linux kernels and
36965         Linuxthreads.  Update lists of configurations in libc and ports
36966         and sort alphabetically.  Say "or newer" with Linux kernel version
36967         requirements.
36968
36969         * config.h.in [IS_IN_build]: Allow compiling without optimization.
36970
36971 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
36972
36973         [BZ #887]
36974         * math/libm-test.inc (logb_test_downward): New test to expose
36975         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
36976         rounding mode.
36977
36978 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36979
36980         [BZ #14027]
36981         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
36982         to be done.
36983         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
36984         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
36985
36986 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
36987
36988         * sysdeps/unix/i386/brk.S: Remove file.
36989         * sysdeps/unix/i386/dl-brk.S: Likewise.
36990         * sysdeps/unix/i386/pipe.S: Likewise.
36991         * sysdeps/unix/i386/sigreturn.S: Likewise.
36992         * sysdeps/unix/i386/syscall.S: Likewise.
36993         * sysdeps/unix/i386/vfork.S: Likewise.
36994         * sysdeps/unix/i386/wait.S: Likewise.
36995
36996         * sysdeps/unix/common/tcsendbrk.c: Move to ...
36997         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
36998
36999         * configure.in (arm*-none*): Do not allow without
37000         --enable-hacker-mode.
37001         (netbsd*): Remove case setting base_os.
37002         (386bsd*): Likewise.
37003         (freebsd*): Likewise.
37004         (bsdi*): Likewise.
37005         (osf*): Likewise.
37006         (sunos*): Likewise.
37007         (ultrix*): Likewise.
37008         (newsos*): Likewise.
37009         (dynix*): Likewise.
37010         (*bsd*): Likewise.
37011         (sysv*): Likewise.
37012         (isc*): Likewise.
37013         (esix*): Likewise.
37014         (sco*): Likewise.
37015         (minix*): Likewise.
37016         (irix4*): Likewise.
37017         (irix6*): Likewise.
37018         (solaris[2-9]*): Likewise.
37019         (none): Likewise.
37020         * configure: Regenerated.
37021
37022 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37023
37024         [BZ #11521]
37025         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37026         overflow or cancellation in calculating denominator.
37027         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37028         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37029         down expression to avoid unexpected rounding in newer GCCs.
37030         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37031
37032 2012-04-26  David S. Miller  <davem@davemloft.net>
37033
37034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37035         long-double compat symbols.
37036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37045         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37047         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37048         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37049
37050 2012-04-25  David S. Miller  <davem@davemloft.net>
37051
37052         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37053         HWCAP_* values only after the memory barriers have been defined.
37054         (atomic_full_barrier): Define.
37055         (atomic_read_barrier): Define.
37056         (atomic_write_barrier): Define.
37057
37058 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37059
37060         * shlib-versions: Add libgcc_s version information.
37061         * sysdeps/generic/libgcc_s.h: Remove.
37062         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37063         libgcc_s.h.
37064         * sysdeps/gnu/unwind-resume.c: Likewise.
37065         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37066
37067 2012-04-25  David S. Miller  <davem@davemloft.net>
37068
37069         * sysdeps/unix/sparc/brk.S: Delete.
37070         * sysdeps/unix/sparc/dl-brk.S: Delete.
37071         * sysdeps/unix/sparc/pipe.S: Delete.
37072         * sysdeps/unix/sparc/sysdep.S: Delete.
37073         * sysdeps/unix/sparc/sysdep.h: Delete.
37074         * sysdeps/unix/sparc/vfork.S: Delete.
37075         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37076         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37077         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37078         (ret_ERRVAL, r0, r1, MOVE): Define.
37079         (JUMPTARGET): Remove.
37080         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37081         sysdeps/unix/sparc/sysdep.h
37082         (ENTRY, END): Remove.
37083         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37084
37085 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37086
37087         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37088         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37089         -DIS_IN_build.
37090
37091         * timezone/README: Update upstream location and email address for
37092         tzcode and tzdata.
37093         * timezone/zdump.c: Update from tzcode 2012b.
37094         * timezone/zic.c: Likewise.
37095
37096         * configure.in (libc_cv_as_needed): Remove test.
37097         * configure: Regenerated.
37098         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37099         conditional definition.
37100         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37101         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37102         * config.make.in (have-as-needed): Remove variable.
37103
37104 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37105             Paul Pluzhnikov  <ppluzhnikov@google.com>
37106
37107         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37108         strings correctly.
37109
37110 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37111
37112         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37113         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37114         * sysdeps/sh/strlen.S: Likewise.
37115
37116 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37117
37118         * sysdeps/unix/fork.S: Remove file.
37119         * sysdeps/unix/i386/fork.S: Likewise.
37120         * sysdeps/unix/sparc/fork.S: Likewise.
37121
37122         * sysdeps/unix/system.c: Remove file.
37123         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37124
37125         * sysdeps/unix/getegid.S: Remove file.
37126         * sysdeps/unix/geteuid.S: Likewise.
37127
37128 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37129
37130         * scripts/check-localplt.awk: New file.
37131         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37132         of diff.
37133         * scripts/data/localplt-generic.data: Add a comment.
37134
37135         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37136         NODE when __dir_mkfile failed.
37137         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37138         Reported by Ludovic Courtès <ludo@gnu.org>.
37139
37140 2012-04-24  Andreas Jaeger  <aj@suse.de>
37141
37142         * Makerules (common-clean): Also remove gen-as-const-headers
37143         files.
37144
37145 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37146
37147         * Makerules (native-compile): Do not change working directory for
37148         build.  Use $(OUTPUT_OPTION) in command.
37149         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37150
37151 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37152
37153         [BZ #13886]
37154         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37155         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37156         * math/libm-test.inc (floor_test): Add more tests.
37157         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37158
37159 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37160
37161         * sysdeps/unix/getdents.c: Remove file.
37162         * sysdeps/unix/sysv/getdents.c: Likewise.
37163         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37164
37165         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37166         sysdeps/unix/mman/syscalls.list.
37167         (mmap): Likewise.
37168         (mprotect): Likewise.
37169         (msync): Likewise.
37170         (munmap): Likewise.
37171         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37172         * sysdeps/unix/mman/syscalls.list: Remove.
37173         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37174
37175         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37176         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37177         * configure: Regenerated.
37178         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37179         $(libgcc_s_suffix).
37180         * config.make.in (libgcc_s_suffix): Remove variable.
37181
37182 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37183
37184         * sysdeps/unix/sysv/gethostname.c: Move to ...
37185         * sysdeps/posix/gethostname.c: ... here.
37186
37187         * sysdeps/unix/execve.S: Remove file.
37188
37189         * sysdeps/unix/_exit.S: Remove file.
37190
37191 2012-04-23  Andreas Jaeger  <aj@suse.de>
37192
37193         [BZ #13739]
37194         * manual/Makefile: Remove make dist support, there's no
37195         need for a stand-alone documentation tar ball.
37196         (TEXI2DVI): Define always, it's not in Makeconfig.
37197         (dist): Removed.
37198         (tar-it): Removed.
37199         (edition): Removed.
37200         (glibc-doc-$(edition).tar): Removed
37201         (%.Z): Removed.
37202         (%.gz): Removed.
37203         (%.uu): Removed.
37204         (ETAGS): Remove, it's in Makeconfig.
37205         (move-if-change): Remove, it's in Makeconfig.
37206
37207 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37208
37209         [BZ #13970]
37210         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37211         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37212         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37213         (strtod_l, strtof_l, strtold_l): Remove __wur.
37214         It is not necessarily an error to ignore strtol's return value.
37215         One can reliably look at the stored endptr to decide whether
37216         the number had valid syntax.
37217
37218 2012-04-21  Andreas Jaeger  <aj@suse.de>
37219
37220         [BZ #13739]
37221         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37222
37223 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37224
37225         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37226         * sysdeps/unix/sysv/Versions: Remove file.
37227
37228 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37229
37230         [BZ #13927]
37231         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37232
37233 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37234
37235         [BZ #7064]
37236         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37237         version from __vm86.
37238
37239 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37240
37241         * sysdeps/unix/common/lxstat.c: Remove file.
37242         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37243
37244         * sysdeps/unix/sysv/Makefile: Remove file.
37245
37246         * sysdeps/unix/sysv/direct.h: Remove file.
37247
37248         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37249         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37250         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37251         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37252         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37253         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37254         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37255
37256         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37257
37258         * sysdeps/unix/xmknod.c: Remove file.
37259         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37260
37261         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37262
37263         * sysdeps/unix/sysv/i386/time.S: Remove file.
37264
37265         * sysdeps/unix/fxstat.c: Remove file.
37266         * sysdeps/unix/xstat.c: Likewise.
37267         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37268
37269         * sysdeps/unix/sysv/sigaction.c: Remove file.
37270
37271         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37272         (sysdep_headers): Remove variable.
37273         [termio.h not in sysdep_headers] (generated): Likewise.
37274         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37275         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37276         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37277         * sysdeps/unix/sysv/tcflow.c: Likewise.
37278         * sysdeps/unix/sysv/tcflush.c: Likewise.
37279         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37280         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37281         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37282         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37283         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37284
37285         * sysdeps/unix/siglist.c: Remove file.
37286
37287         * sysdeps/unix/getppid.S: Remove file.
37288
37289         * sysdeps/unix/mkdir.c: Remove file.
37290         * sysdeps/unix/rmdir.c: Likewise.
37291
37292 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37293
37294         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37295         ERR_MAX value.
37296         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37297         errlist-compat value.
37298
37299 2012-04-18  David S. Miller  <davem@davemloft.net>
37300
37301         * sysdeps/generic/memcopy.h (reg_char): Delete.
37302         * debug/strcat_chk.c: Use char, not reg_char.
37303         * debug/strcpy_chk.c: Likewise.
37304         * debug/strncat_chk.c: Likewise.
37305         * debug/strncpy_chk.c: Likewise.
37306         * string/memchr.c: Likewise.
37307         * string/memrchr.c: Likewise.
37308         * string/rawmemchr.c: Likewise.
37309         * string/strcat.c: Likewise.
37310         * string/strchr.c: Likewise.
37311         * string/strchrnul.c: Likewise.
37312         * string/strcmp.c: Likewise.
37313         * string/strcpy.c: Likewise.
37314         * string/strncat.c: Likewise.
37315         * string/strncmp.c: Likewise.
37316         * string/strncpy.c: Likewise.
37317
37318 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37319
37320         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37321         __builtin_memcopy is called when src and dest ranges are known to not
37322         overlap.
37323
37324 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37325
37326         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37327         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37328         fwd_align_merge macro call.
37329         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37330         bwd_align_merge macro call.
37331         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37332
37333 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37334
37335         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37336         bwd_align_merge macros.
37337         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37338         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37339         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37340
37341 2012-04-18  David S. Miller  <davem@davemloft.net>
37342
37343         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37344
37345 2012-04-18  Andreas Jaeger  <aj@suse.de>
37346
37347         [BZ# 6794]
37348         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37349         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37350         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37351
37352         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37353         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37354         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37355
37356         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37357         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37358         Adjust for changed ldbl-128 files.
37359
37360         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37361         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37362         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37363
37364 2012-04-17  David S. Miller  <davem@davemloft.net>
37365
37366         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37367
37368 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37369
37370         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37371         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37372         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37373         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37374         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37375         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37376
37377 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37378
37379         [BZ #6794]
37380         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37381         * math/libm-test.inc: Add ilogb errno and exception tests.
37382         * math/w_ilogb.c: New file: ilogb wrapper.
37383         * math/w_ilogbf.c: New file: ilogbf wrapper.
37384         * math/w_ilogbl.c: New file: ilogbl wrapper.
37385         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37386         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37387         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37388         exception being thrown with 0.0 as argument.
37389         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37390         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37391         exception being thrown with 0.0 as argument.
37392         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37393         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37394         exception being thrown with 0.0 as argument.
37395         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37396         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37397         exception being thrown with 0.0 as argument.
37398         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37399         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37400         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37401         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37402         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37403         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37404         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37405         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37406         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37407
37408 2012-04-17  Petr Baudis  <pasky@ucw.cz>
37409
37410         * include/sys/uio.h: Change __vector to __iovec to avoid clash
37411         with altivec.
37412
37413 2012-04-16  Marek Polacek  <polacek@redhat.com>
37414
37415         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
37416
37417 2012-04-16  Marek Polacek  <polacek@redhat.com>
37418
37419         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
37420         operands of fdivp instruction.
37421
37422 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37423
37424         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
37425         * elf/tst-auditmod3b.c: Likewise.
37426         * elf/tst-auditmod4b.c: Likewise.
37427         * elf/tst-auditmod5b.c: Likewise.
37428         * elf/tst-auditmod6b.c: Likewise.
37429         * elf/tst-auditmod6c.c: Likewise.
37430         * elf/tst-auditmod7b.c: Likewise.
37431         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
37432         * sysdeps/x86_64/preconfigure.in: Likewise.
37433         * sysdeps/x86_64/preconfigure: Regenerated.
37434
37435 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37436
37437         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
37438         __ILP32__.
37439
37440 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
37441
37442         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37443         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
37444
37445 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
37446
37447         [BZ #13973]
37448         * locale/iso-639.def: Fix gl language name. Spotted by
37449         Yaron Shahrabani.
37450
37451 2012-04-12  Roland McGrath  <roland@hack.frob.com>
37452
37453         [BZ #2074]
37454         * libio/libio.h (__io_write_fn): Update comment.
37455
37456 2012-04-12  Petr Baudis  <pasky@ucw.cz>
37457
37458         [BZ #2074]
37459         * stdio.texi (Hook Functions): The user provided writer function
37460         is not allowed to return -1.
37461
37462 2012-04-11  David S. Miller  <davem@davemloft.net>
37463
37464         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37465
37466 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
37467
37468         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
37469         Add a leading slash to rtkaio.
37470
37471 2012-04-11  Jim Meyering  <meyering@redhat.com>
37472
37473         [BZ #11959]
37474         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
37475         It is not necessarily an error to ignore fwrite's return
37476         value.  One can reliably use ferror to test for errors after
37477         the fact.
37478
37479 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37480
37481         * bits/types.h (__snseconds_t): New type.
37482         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
37483
37484         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
37485         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37486         (__SNSECONDS_T_TYPE): Likewise.
37487         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37488         (__SNSECONDS_T_TYPE): Likewise.
37489         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37490         (__SNSECONDS_T_TYPE): Likewise.
37491
37492 2012-04-10  Andreas Jaeger  <aj@suse.de>
37493
37494         [BZ #2636]
37495         * manual/time.texi (Processor Time): Return type of times is
37496         elapsed real time since an arbitrary point in the past.
37497         (CPU Time): Move CLK_TCK from here...
37498         (Processor Time): ...to here.  Correct description.
37499         * manual/conf.texi (Constants for Sysconf): Correct description of
37500         _SC_CLK_TCK.
37501
37502 2012-04-10  David S. Miller  <davem@davemloft.net>
37503
37504         [BZ #13967]
37505         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
37506         where the is a gap between DT_REL(A) and DT_JMPREL.
37507
37508 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37509
37510         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
37511         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37512         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37513
37514 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
37515
37516         * elf/dl-support.c (_dl_inhibit_cache): New variable.
37517         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
37518         (dl_main): Handle --inhibit-cache.
37519         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
37520         _dl_inhibit_cache.
37521         * elf/dl-load.c (_dl_map_object): Use it.
37522         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
37523
37524 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37525
37526         [BZ #13872]
37527         * sysdeps/i386/fpu/e_powl.S (p78): New object.
37528         (__ieee754_powl): Saturate large exponents rather than testing for
37529         overflow of y*log2(x).
37530         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37531         * math/libm-test.inc (pow_test): Do not permit spurious overflow
37532         exceptions.
37533
37534         [BZ #11521]
37535         * math/s_ctan.c: Include <float.h>.
37536         (__ctan): Avoid internal overflow or cancellation in calculating
37537         denominator.
37538         * math/s_ctanf.c: Likewise.
37539         * math/s_ctanl.c: Likewise.
37540         * math/s_ctanh.c: Likewise.
37541         * math/s_ctanhf.c: Likewise.
37542         * math/s_ctanhl.c: Likewise.
37543         * math/libm-test.inc (ctan_test): Add more tests.
37544         (ctanh_test): Likewise.
37545         * sysdeps/i386/fpu/libm-test-ulps: Update.
37546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37547
37548 2012-04-09  Andreas Jaeger  <aj@suse.de>
37549
37550         [BZ #6894]
37551         * manual/filesys.texi (Directory Entries): Mention that d_namlen
37552         is an optional BSD extension.
37553
37554         [BZ #10254]
37555         * manual/stdio.texi (Opening Streams): Document additional fopen
37556         parameters.
37557
37558 2012-04-09  Roland McGrath  <roland@hack.frob.com>
37559
37560         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
37561         %eax without telling the compiler.
37562
37563 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
37564
37565         [BZ # 13963]
37566         * manual/install.texi: Use sourceware.org.
37567
37568 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37569
37570         [BZ #13873]
37571         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
37572         (__ieee754_pow): Generate overflow and underflow using huge*huge
37573         and tiny*tiny rather than just returning constant infinity or zero
37574         for large exponents.
37575         * math/libm-test.inc (pow_test): Require overflow exceptions for
37576         applicable cases of large exponents.
37577
37578         [BZ #706]
37579         * sysdeps/i386/fpu/e_pow.S (p10): New object.
37580         (__ieee754_pow): Use iterative multiplication algorithm only for
37581         integer exponents with absolute value below 1024.  Check for odd
37582         integer exponents when using algorithm for real exponents.
37583         * math/libm-test.inc (pow_test): Add more tests.
37584         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37585
37586 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
37587
37588         [BZ #13705]
37589         * math/libm-test.inc (exp_test): Do not allow overflow exception
37590         on underflow test.
37591
37592 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
37593
37594         [BZ #13705]
37595         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
37596         instead of __kernel_standard_f.
37597
37598 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
37599
37600         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
37601         * sysdeps/x86_64/memset_chk.S: Likewise.
37602
37603 2012-04-08  Andreas Jaeger  <aj@suse.de>
37604
37605         [BZ #10153]
37606         * manual/startup.texi (Environment Access): Describe return value
37607         for putenv and setenv.
37608
37609         [BZ #6895]
37610         * manual/filesys.texi (Directory Entries): Add description for
37611         DT_LNK.
37612
37613         [BZ #6890]
37614         * manual/filesys.texi (Directory Entries): Clarify that it's file
37615         system not operating system in the description of DT_UNKNOWN.
37616
37617         [BZ #6578]
37618         * manual/syslog.texi (closelog): Fix reference, it's openlog.
37619
37620 2012-04-08  Stephen Compall  <s11@member.fsf.org>
37621
37622         [BZ #6649]
37623         * manual/llio.texi (Opening and Closing Files): Add cross
37624         reference to explain mode argument.
37625
37626 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
37627
37628         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
37629         * sysdeps/x86_64/memset_chk.S: Likewise.
37630
37631 2012-04-07  David S. Miller  <davem@davemloft.net>
37632
37633         * elf/elf.h (R_SPARC_WDISP10): Define.
37634         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
37635         R_SPARC_SIZE32.
37636         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
37637         R_SPARC_SIZE64 and R_SPARC_H34.
37638
37639 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
37640
37641         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
37642         conditions and remove no longer applicable assertion.
37643
37644 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37645
37646         * bits/byteswap.h: Include <features.h>.
37647         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37648         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37649
37650 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37651
37652         * bits/byteswap.h (__bswap_16): Removed.
37653         Include <bits/byteswap-16.h> to get __bswap_16.
37654         * sysdeps/i386/bits/byteswap.h: Likewise.
37655         * sysdeps/s390/bits/byteswap.h: Likewise.
37656         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37657         * bits/byteswap-16.h: New file.
37658         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37659         * sysdeps/s390/bits/byteswap-16.h: Likewise.
37660         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
37661         * string/Makefile (headers): Add bits/byteswap-16.h.
37662
37663 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
37664
37665         [BZ #13895]
37666         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
37667         extra indirection.
37668         * nss/Makefile (tests-static, tests): Add tst-nss-static.
37669         * nss/tst-nss-static.c: New.
37670
37671 2012-04-06  Robert Millan  <rmh@gnu.org>
37672
37673         [BZ #6486]
37674         * manual/llio.texi (File Position Primitive): lseek
37675         refers to WHENCE when it really means OFFSET.
37676
37677 2012-04-06  Andreas Jaeger  <aj@suse.de>
37678
37679         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
37680         strncmp declarations.
37681
37682         * abilist/libc.abilist: Add __poll and __ppoll.
37683
37684 2012-04-05  David S. Miller  <davem@davemloft.net>
37685
37686         * scripts/check-local-headers.sh: Accept a host triplet in the
37687         path matched by the exclude regexp.
37688
37689         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
37690         definition.
37691         * sysdeps/powerpc/powerpc32/dl-machine.h
37692         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
37693         * sysdeps/s390/s390-32/dl-machine.h
37694         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37695         * sysdeps/sparc/sparc32/dl-machine.h
37696         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37697         * sysdeps/sparc/sparc64/dl-machine.h
37698         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37699
37700         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
37701         lazy binding.
37702         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
37703         undefined symbol errors.
37704
37705         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
37706         DT_NEEDED entries.
37707
37708 2012-04-05  Michael Matz  <matz@suse.de>
37709
37710         [BZ #13592]
37711         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
37712
37713 2012-04-05  Andreas Jaeger  <aj@suse.de>
37714
37715         [BZ #13908]
37716         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
37717         comment.
37718
37719 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37720
37721         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
37722         which ROUND is no valid rounding mode.
37723
37724 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37725
37726         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
37727         read again.
37728         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
37729
37730 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37731
37732         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
37733         an exception using FPU order intentionally.
37734
37735 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37736
37737         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
37738         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
37739         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
37740         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
37741
37742 2012-04-05  Simon Josefsson  <simon@josefsson.org>
37743
37744         [BZ #12340]
37745         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
37746         EINVAL when BUFLEN is too smal.
37747
37748 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
37749
37750         [BZ #13553]
37751         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
37752         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
37753
37754 2012-04-03  Andreas Jaeger  <aj@suse.de>
37755
37756         [BZ #13938]
37757         * manual/setjmp.texi (System V contexts): Fix sentence.
37758
37759         [BZ #13926]
37760         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
37761         New macro for this case.
37762         [!__GNUC__] (__bswap_64): New inline function for this case.
37763         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37764         * bits/byteswap.h: Likewise.
37765         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
37766         ull, guard with __GLIBC_HAVE_LONG_LONG.
37767
37768         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
37769         __GLIBC_HAVE_LONG_LONG.
37770
37771         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
37772         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
37773
37774 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37775
37776         [BZ #13691]
37777         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
37778         inptr and inend, rather than using last_ch.
37779
37780 2012-04-02  David S. Miller  <davem@davemloft.net>
37781
37782         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
37783         * stdio-common/printf-parse.h (read_int): Change return type to
37784         'int', return -1 on INT_MAX overflow.
37785         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
37786         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
37787         overflows INT_MAX.  Check for overflow of in-format-string precision
37788         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
37789         SIZE_MAX not INT_MAX for integer overflow test.
37790         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
37791         skip the construct in the format string but do not record anything.
37792         * stdio-common/bug22.c: Adjust to test both width/prevision
37793         INT_MAX overflow as well as total length INT_MAX overflow.  Check
37794         explicitly for proper errno values.
37795
37796 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
37797
37798         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
37799         CHAR_MAX.
37800         * string/test-strcmp.c [! WIDE]: Likewise.
37801         * time/tst-mktime2.c: Likewise for INT_MAX.
37802         * string/test-string.h: #include <sys/param.h> for MIN.
37803
37804         * csu/init-first.c (__libc_init_first): Call __ctype_init.
37805         * sysdeps/i386/init-first.c (init): Likewise.
37806         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
37807         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
37808         * sysdeps/sh/init-first.c (init): Likewise.
37809
37810 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
37811
37812         * po/ru.po: Update from translation team.
37813         * po/vi.po: Likewise.
37814
37815 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
37816
37817         * resolv/nss_dns/dns-host.c: Merge copyright years.
37818
37819 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37820
37821         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
37822         Optimize memcpy with prefetch if
37823         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
37824         src, dst pointers have unequal 16 byte alignments.
37825
37826 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
37827
37828         [BZ #13928]
37829         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
37830         from a CNAME entry and return the minimum ttl for the query.
37831         (gaih_getanswer_slice): Likewise.
37832
37833 2012-03-30  Jeff Law  <law@redhat.com>
37834
37835         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
37836         due to long keys.
37837         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
37838         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
37839
37840         * resolv/nss_dns/dns-host.c: Update copyright year.
37841
37842 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
37843
37844         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
37845         requests to save a system call.  Fix check that all bytes are sent.
37846
37847         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
37848         comments for sendmmsg.
37849
37850 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37851
37852         [BZ #13691]
37853         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
37854         with only 1 character between 0x0041 and 0x01b0.
37855         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
37856         * wcsmbs/tst-mbsnrtowcs.c: New file.
37857
37858 2012-03-29  David S. Miller  <davem@davemloft.net>
37859
37860         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
37861         small copies by hand.
37862
37863 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37864
37865         [BZ #13761]
37866         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
37867         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
37868         group memberships.
37869
37870 2012-03-28  David S. Miller  <davem@davemloft.net>
37871
37872         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
37873         that branches into memcpy.
37874         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
37875         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
37876         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37877         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
37878         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
37879         bits.
37880         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
37881         implementation too.
37882         * sysdeps/sparc/mempcpy.S: New file.
37883
37884         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
37885         the IFUNC routine in the libc case.
37886         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
37887
37888         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
37889         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
37890         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
37891         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
37892         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
37893         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
37894         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
37895         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
37896
37897         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
37898         loop to 256 bytes instead of 64 bytes and fix test signedness.
37899
37900         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
37901         * sysdeps/sparc/sparc32/Makefile: rather than here...
37902         * sysdeps/sparc/sparc64/Makefile: and here.
37903
37904 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
37905
37906         * malloc/mallocbug.c: Avoid warnings about unused variables.
37907
37908 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
37909
37910         [BZ #13760]
37911         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
37912         in the right place. Discard and retry query if response is
37913         larger than input buffer size.
37914
37915 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
37916
37917         [BZ #369]
37918         [BZ #2678]
37919         [BZ #3866]
37920         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
37921         x for large integer exponent.
37922         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
37923         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
37924         sign of result as needed afterwards.
37925         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
37926         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
37927         result for underflowing pow the same as for overflow.
37928         (__kernel_standard_l): Handle powl overflow and underflow here
37929         rather than calling __kernel_standard.
37930         * math/libm-test.inc (pow_test): Add more tests.
37931
37932         [BZ #3868]
37933         [BZ #13879]
37934         [BZ #13910]
37935         [BZ #13911]
37936         [BZ #13912]
37937         [BZ #13913]
37938         [BZ #13915]
37939         [BZ #13916]
37940         [BZ #13917]
37941         [BZ #13918]
37942         [BZ #13919]
37943         [BZ #13920]
37944         [BZ #13921]
37945         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
37946         * sysdeps/ieee754/k_standard.c: Include <float.h>.
37947         (__kernel_standard_l): New function.
37948         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
37949         __kernel_standard.
37950         * math/w_acosl.c (__acosl): Likewise.
37951         * math/w_asinl.c (__asinl): Likewise.
37952         * math/w_atan2l.c (__atan2l): Likewise.
37953         * math/w_atanhl.c (__atanhl): Likewise.
37954         * math/w_coshl.c (__coshl): Likewise.
37955         * math/w_exp10l.c (__exp10l): Likewise.
37956         * math/w_exp2l.c (__exp2l): Likewise.
37957         * math/w_fmodl.c (__fmodl): Likewise.
37958         * math/w_hypotl.c (__hypotl): Likewise.
37959         * math/w_j0l.c (__j0l, __y0l): Likewise.
37960         * math/w_j1l.c (__j1l, __y1l): Likewise.
37961         * math/w_jnl.c (__jnl, __ynl): Likewise.
37962         * math/w_lgammal.c (__lgammal): Likewise.
37963         * math/w_log10l.c (__log10l): Likewise.
37964         * math/w_log2l.c (__log2l): Likewise.
37965         * math/w_logl.c (__logl): Likewise.
37966         * math/w_powl.c (__powl): Likewise.
37967         * math/w_remainderl.c (__remainderl): Likewise.
37968         * math/w_scalbl.c (sysv_scalbl): Likewise.
37969         * math/w_sinhl.c (__sinhl): Likewise.
37970         * math/w_sqrtl.c (__sqrtl): Likewise.
37971         * math/w_tgammal.c (__tgammal): Likewise.
37972         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
37973         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
37974         * math/libm-test.inc (acos_test): Add more tests.
37975         (acosh_test): Likewise.
37976         (asin_test): Likewise.
37977         (atanh_test): Likewise.
37978         (exp_test): Likewise.
37979         (exp10_test): Likewise.
37980         (exp2_test): Likewise.
37981         (expm1_test): Likewise.
37982         (lgamma_test): Likewise.
37983         (log_test): Likewise.
37984         (log10_test): Likewise.
37985         (log1p_test): Likewise.
37986         (log2_test): Likewise.
37987         (pow_test): Do not allow some spurious overflow exceptions.
37988         (sqrt_test): Add more tests.
37989         (tgamma_test): Likewise.
37990         (y0_test): Likewise.
37991         (y1_test): Likewise.
37992         (yn_test): Likewise.
37993
37994 2012-03-27  Anton Blanchard  <anton@samba.org>
37995
37996         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
37997         MAP_HUGETLB.
37998         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
37999         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38000         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38001
38002 2012-03-27  David S. Miller  <davem@davemloft.net>
38003
38004         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38005
38006         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38007         have-as-vis3 check.
38008
38009 2012-03-27  Andreas Jaeger  <aj@suse.de>
38010
38011         * sysdeps/x86_64/elf/configure.in: Moved to ...
38012         * sysdeps/x86_64/configure.in: ... here.
38013         * sysdeps/x86_64/elf/start.S: Moved to ...
38014         * sysdeps/x86_64/start.S: ... here.
38015         * sysdeps/x86_64/elf/configure: Delete.
38016
38017         * sysdeps/x86_64/configure.in: Merge contents from
38018         sysdeps/i386/configure.in (without i686 check).
38019
38020         * sysdeps/i386/elf/Versions: Merge into ...
38021         * sysdeps/i386/Versions: ... this.
38022         * sysdeps/i386/elf/Versions: Delete file.
38023         * sysdeps/i386/elf/start.S: Moved to ...
38024         * sysdeps/i386/start.S: ...here.
38025         * sysdeps/i386/elf/configure.in: Merge into...
38026         * sysdeps/i386/configure.in: ...here.
38027         * sysdeps/i386/elf/configure.in: Delete file.
38028         * sysdeps/i386/elf/configure: Delete file.
38029
38030         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38031         * debug/backtracesyms.c: ... here.
38032         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38033         * debug/backtracesymsfd.c: ... here.
38034         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38035         * sysdeps/generic/ifunc-sel.h: ... here.
38036
38037         * sysdeps/unix/i386/start.c: Delete file.
38038         * sysdeps/unix/sparc/start.c: Delete file.
38039         * sysdeps/unix/start.c: Delete file.
38040
38041         * sysdeps/sh/elf/configure.in: Moved to ...
38042         * sysdeps/sh/configure.in: ... here.
38043         * sysdeps/sh/elf/start.S: Moved to ...
38044         * sysdeps/sh/start.S: ... here.
38045         * sysdeps/sh/elf/configure: Delete file.
38046
38047         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38048         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38049         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38050         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38051         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38052         * sysdeps/powerpc/powerpc64/start.S: here.
38053         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38054         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38055         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38056         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38057         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38058
38059         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38060         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38061         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38062         * sysdeps/powerpc/powerpc32/start.S: ... here.
38063         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38064         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38065         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38066
38067         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38068         * sysdeps/powerpc/ifunc-sel.h: ... here.
38069         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38070         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38071
38072         * sysdeps/sparc/elf/configure.in: Moved to ...
38073         * sysdeps/sparc/configure.in: ... here.
38074         * sysdeps/sparc/elf/configure: Delete file.
38075         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38076         * sysdeps/sparc/sparc32/start.S: ... here.
38077         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38078         * sysdeps/sparc/sparc64/start.S: ... here.
38079         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38080         * sysdeps/sparc/sparc32/Makefile: ... this.
38081         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38082         * sysdeps/sparc/sparc64/Makefile: ... this.
38083
38084         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38085         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38086         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38087         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38088         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38089         * sysdeps/s390/s390-32/setjmp.S: ... here.
38090         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38091         * sysdeps/s390/s390-32/configure.in: ... here.
38092         * sysdeps/s390/s390-32/elf/configure: Delete file.
38093         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38094         * sysdeps/s390/s390-32/start.S: ... here.
38095
38096         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38097         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38098         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38099         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38100         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38101         * sysdeps/s390/s390-64/setjmp.S: ... here.
38102         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38103         * sysdeps/s390/s390-64/configure.in: ... here
38104         * sysdeps/s390/s390-64/elf/configure: Delete file.
38105         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38106         * sysdeps/s390/s390-64/start.S: ... here.
38107         * sysdeps/s390/s390-64/elf/configure: Delete.
38108
38109         * configure.in: Remove support for elf directories in sysdeps.
38110
38111         * configure: Regenerated.
38112         * sysdeps/i386/configure: Regenerated.
38113         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38114         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38115         * sysdeps/s390/s390-32/configure: Regenerated.
38116         * sysdeps/s390/s390-64/configure: Regenerated.
38117         * sysdeps/sh/configure: Regenerated.
38118         * sysdeps/sparc/configure: Regenerated.
38119         * sysdeps/x86_64/configure: Regenerated.
38120
38121 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38122
38123         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38124
38125         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38126         denormal result into account.
38127
38128 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38129
38130         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38131         Reported by Allan McRae <allan@archlinux.org>.
38132
38133 2012-03-23  Jeff Law  <law@redhat.com>
38134
38135         * nss/getnssent.c (__nss_getent): Fix typo.
38136
38137 2012-03-23  David S. Miller  <davem@davemloft.net>
38138
38139         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38140
38141 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38142
38143         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38144         to pad to uint64_t for each field.
38145         (dl_tls_index): Replace unsigned long with uint64_t.
38146
38147 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38148         Paul Pluzhnikov  <ppluzhnikov@google.com>
38149
38150         [BZ #6528]
38151         * grp/Makefile (otherlibs): Don't set it.
38152         * inet/Makefile (otherlibs): Likewise.
38153         * login/Makefile (otherlibs): Likewise.
38154         * nscd/Makefile (otherlibs): Likewise.
38155         * posix/Makefile (otherlibs): Likewise.
38156         * pwd/Makefile (otherlibs): Likewise.
38157         * rt/Makefile (otherlibs): Likewise.
38158         * sunrpc/Makefile (otherlibs): Likewise.
38159         * nss/Makefile (otherlibs): Likewise.
38160         Add libnss_files to routines and static-only-routines.
38161         ($(objpfx)getent): Remove rule.
38162         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38163         static-only-routines.
38164
38165 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38166
38167         [BZ #13892]
38168         * math/s_cexp.c: Include <float.h>.
38169         (__cexp): Handle exp result overflowing not necessarily
38170         overflowing both real and imaginary parts of result.
38171         * math/s_cexpf.c: Likewise.
38172         * math/s_cexpl.c: Likewise.
38173         * math/libm-test.inc (cexp_test): Add more tests.
38174         * sysdeps/i386/fpu/libm-test-ulps: Update.
38175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38176
38177 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38178
38179         * include/link.h (ELFW): New macro.
38180         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38181         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38182
38183 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38184
38185         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38186         with uint64_t.
38187
38188 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38189
38190         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38191         declaration.
38192         (struct La_x32_retval): Likewise.
38193
38194 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38195
38196         * sysdeps/x86_64/preconfigure.in: New file.
38197         * sysdeps/x86_64/preconfigure: New generated file.
38198
38199 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38200
38201         [BZ #13824]
38202         * math/e_exp2l.c: Include <float.h>.
38203         (__ieee754_exp2l): Handle overflow and underflow cases
38204         separately.  Only pass fractional part of argument to
38205         __ieee754_expl.
38206         * math/libm-test.inc (exp2_test): Add more tests.
38207
38208         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38209         negating x to take absolute value.
38210         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38211         Likewise.
38212         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38213         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38214         Likewise.
38215         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38216         computing low part if x was negated.
38217         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38218
38219 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38220
38221         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38222         la_x32_gnu_pltexit.
38223         (pltexit): Cast int_retval to ptrdiff_t.
38224         * elf/tst-auditmod3b.c: Likewise.
38225         * elf/tst-auditmod4b.c: Likewise.
38226         * elf/tst-auditmod5b.c: Likewise.
38227         * elf/tst-auditmod6b.c: Likewise.
38228         * elf/tst-auditmod6c.c: Likewise.
38229         * elf/tst-auditmod7b.c: Likewise.
38230
38231         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38232         and x32_gnu_pltexit.
38233
38234         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38235         __ELF_NATIVE_CLASS.
38236         (La_x32_regs): New macro.
38237         (La_x32_retval): Likewise.
38238         (la_x32_gnu_pltenter): New function prototype.
38239         (la_x32_gnu_pltexit): Likewise.
38240
38241 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38242
38243         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38244         exponent.
38245
38246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38247
38248         * configure.in (libc_cv_cc_nofma): Check for option to disable
38249         generation of FMA instructions.
38250         * configure: Regenerate.
38251         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38252         * sysdeps/ieee754/dbl-64/Makefile: New file.
38253         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38254         Remove brandred-fma4.
38255         (CFLAGS-brandred-fma4.c): Remove.
38256         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38257         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38258         define.
38259         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38260         define.
38261
38262 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38263
38264         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38265         LLONG_MAX != LONG_MAX.
38266         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38267         (_fitoa_word): Likewise.
38268         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38269         LLONG_MAX != LONG_MAX.
38270         * stdio-common/_itowa.h: Include <_itoa.h>.
38271         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38272         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38273         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38274         only if not defined.
38275         (_ITOA_WORD_TYPE): Likewise.
38276         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38277         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38278
38279 2012-03-21  David S. Miller  <davem@davemloft.net>
38280
38281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38282
38283 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38284
38285         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38286         of x86_64 when setting libc_cv_slibdir, libdir and
38287         libc_cv_localedir.
38288         * sysdeps/unix/sysv/linux/configure: Regenerated.
38289
38290 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38291
38292         * manual/lang.texi (Old Varargs): Remove section.
38293         (How Variadic): Update menu.
38294         (va_start): Do not mention varargs.h.
38295
38296 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38297             Joseph Myers  <joseph@codesourcery.com>
38298
38299         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38300         link test.
38301         * configure: Regenerated.
38302
38303 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38304
38305         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38306         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38307         conformtest.pl
38308
38309 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38310
38311         * NOTES: Remove.
38312         * Makefile (files-for-dist): Remove NOTES.
38313         (NOTES): Remove rule.
38314         * README: Don't refer to NOTES.
38315         * manual/creature.texi: Don't include macros.texi.
38316         * manual/intro.texi (creature.texi): Remove comment referring to
38317         NOTES.
38318
38319         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38320         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38321         * configure: Regenerated.
38322         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38323         LIBC_TRY_CC_OPTION.
38324         (libc_cv_as_i686): Likewise.
38325         (libc_cv_cc_avx): Likewise.
38326         (libc_cv_cc_sse2avx): Likewise.
38327         (libc_cv_cc_fma4): Likewise.
38328         (libc_cv_cc_novzeroupper): Likewise.
38329         * sysdeps/i386/configure: Regenerated.
38330
38331         [BZ #13883]
38332         * sysdeps/i386/fpu/s_cexp.S: Remove.
38333         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38334         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38335         * math/libm-test.inc (cexp_test): Add more tests.
38336         * sysdeps/i386/fpu/libm-test-ulps: Update.
38337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38338
38339 2012-03-21  Allan McRae  <allan@archlinux.org>
38340
38341         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38342
38343 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38344
38345         [BZ #13871]
38346         * math/w_exp2.c: Do not include <float.h>.
38347         (o_threshold, u_threshold): Remove.
38348         (__exp2): Calculate result before checking finiteness and calling
38349         __kernel_standard.
38350         * math/w_exp2f.c: Likewise.
38351         * math/w_exp2l.c: Likewise.
38352         * math/libm-test.inc (exp2_test): Require overflow exception for
38353         1e6 input.
38354
38355         [BZ #3866]
38356         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38357         range of signed 64-bit integers before using fistpll.  Remove
38358         checks for whether integers fit in mantissa bits.
38359         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38360         the range of signed 32-bit integers before using fistpl.  Remove
38361         checks for whether integers fit in mantissa bits.
38362         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38363         (__ieee754_powl): Test for y outside the range of signed 64-bit
38364         integers before using fistpll.  Reduce 64-bit values to 63-bit
38365         ones as needed.
38366         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38367         divide-by-zero is raised for zero to large negative powers.
38368         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38369         (__ieee754_powl): Test for y outside the range of signed 64-bit
38370         integers before using fistpll.  Reduce 64-bit values to 63-bit
38371         ones as needed.
38372         * math/libm-test.inc (pow_test): Add more tests.
38373
38374 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38375
38376         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38377         <stdio-common/_itoa.h>.
38378         * debug/segfault.c: Likewise.
38379         * elf/dl-cache.c: Likewise.
38380         * elf/dl-minimal.c: Likewise.
38381         * elf/dl-misc.c: Likewise.
38382         * elf/dl-sysdep.c: Likewise.
38383         * elf/dl-version.c: Likewise.
38384         * elf/rtld.c: Likewise.
38385         * hurd/hurdsock.c: Likewise.
38386         * hurd/lookup-retry.c: Likewise.
38387         * malloc/malloc.c: Likewise.
38388         * malloc/mtrace.c: Likewise.
38389         * nscd/nscd_getgr_r.c: Likewise.
38390         * nscd/nscd_getpw_r.c: Likewise.
38391         * nscd/nscd_getserv_r.c: Likewise.
38392         * posix/getopt_init.c: Likewise.
38393         * posix/wordexp.c: Likewise.
38394         * stdio-common/_itoa.c: Likewise.
38395         * stdio-common/printf_fphex.c: Likewise.
38396         * stdio-common/vfprintf.c: Likewise.
38397         * string/_strerror.c: Likewise.
38398         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38399         * sysdeps/i386/i686/hp-timing.h: Likewise.
38400         * sysdeps/mach/_strerror.c: Likewise.
38401         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38402         * sysdeps/mach/hurd/sethostid.c: Likewise.
38403         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38404         * sysdeps/mach/xpg-strerror.c: Likewise.
38405         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38406         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38407         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
38408         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
38409         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38410         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
38411         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
38412         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
38413         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
38414         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
38415         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
38416         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
38417         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
38418         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
38419         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
38420         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
38421         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
38422         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
38423         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
38424         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
38425         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
38426
38427         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
38428
38429         * stdio-common/_itoa.h: Moved to ...
38430         * sysdeps/generic/_itoa.h: Here.
38431
38432         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
38433
38434         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
38435         instead of "_itoa.h" and "_itowa.h".
38436         * stdio-common/vfprintf.: Likewise.
38437
38438 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38439
38440         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
38441         <bits/wordsize.h>.
38442         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
38443         (__signbit): Likwise.
38444         (llrintf): Likwise.
38445         (llrint): Likwise.
38446
38447 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38448
38449         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
38450         __WORDSIZE != 64.
38451
38452 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
38453
38454         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
38455         OVERFLOW_EXCEPTION_OK.
38456         * math/libm-test.inc ("Philosophy"): Update comment about
38457         exception testing.
38458         (OVERFLOW_EXCEPTION): Define.
38459         (OVERFLOW_EXCEPTION_OK): Likewise.
38460         (INVALID_EXCEPTION_OK): Renumber.
38461         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38462         (IGNORE_ZERO_INF_SIGN): Likewise.
38463         (test_exceptions): Handle FE_OVERFLOW.
38464         (exp10_test): Expect overflow exceptions.
38465         (exp2_test): Likewise.
38466         (expm1_test): Likewise.
38467         (nextafter_test): Likewise.
38468         (pow_test): Likewise.
38469         (scalbn_test): Likewise.
38470         (scalbln_test): Likewise.
38471
38472 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38473
38474         * sysdeps/x86_64/bits/atomic.h
38475         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
38476         64bit integer.
38477         (atomic_exchange_acq): Likewise.
38478         (__arch_exchange_and_add_body): Likewise.
38479         (__arch_add_body): Likewise.
38480         (atomic_add_negative): Likewise.
38481         (atomic_add_zero): Likewise.
38482
38483 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38484
38485         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
38486         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
38487
38488 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38489
38490         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
38491         Check __x86_64__ instead of __WORDSIZE.
38492
38493 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38494
38495         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
38496
38497 2012-03-19  David S. Miller  <davem@davemloft.net>
38498
38499         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38500
38501         * sysdeps/sparc/fpu/fenv_private.h: New file.
38502         * sysdeps/sparc/fpu/math_private.h: Use it.
38503         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
38504         Remove.
38505         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
38506         (libc_feholdexcept_setroundl): Remove.
38507         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
38508         Remove.
38509         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
38510         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
38511
38512 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38513
38514         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
38515         int64_t instead of long int.
38516         (INSERT_WORDS64): Likwise.
38517
38518 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38519
38520         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
38521         _Unwind_GetCFA return to _Unwind_Ptr first.
38522
38523 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
38524
38525         [BZ #13629]
38526         * math/s_clog.c: Include <float.h>.
38527         (__clog): Scale large or subnormal inputs.
38528         * math/s_clogf.c: Likewise.
38529         * math/s_clogl.c: Likewise.
38530         * math/s_clog10.c: Include <float.h>.
38531         (M_LOG10_2): Define.
38532         (__clog10): Scale large or subnormal inputs.
38533         * math/s_clog10f.c: Likewise.
38534         * math/s_clog10l.c: Likewise.
38535         * math/libm-test.inc (clog_test): Add more tests.
38536         (clog10_test): Likewise.
38537         * sysdeps/i386/fpu/libm-test-ulps: Update.
38538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38539
38540         [BZ #11451]
38541         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
38542         x and y.
38543         * math/libm-test.inc (atan2_test): Add another test.
38544
38545         * Makerules (common-objdir-compile): Remove.
38546         * sysdeps/unix/Makefile (config-generated): Do not add
38547         $(unix-generated) to variable.
38548         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
38549         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
38550         Remove rule.
38551         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
38552         Likewise.
38553         [generic bits/local_lim.h] (before-compile): Do not append to
38554         variable.
38555         [generic bits/local_lim.h] (common-generated): Likewise.
38556         [generic sys/param.h] (before-compile): Do not append to variable.
38557         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
38558         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
38559         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
38560         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
38561         include.
38562         [generic sys/param.h] (sys/param.h-includes): Remove variable.
38563         [generic sys/param.h] (sys/param.h-includes): Remove rule.
38564         [generic sys/param.h] ($(addprefix
38565         $(common-objpfx),$(sys/param.h-includes))): Likewise.
38566         [generic sys/param.h] (common-generated): Do not append to
38567         variable.
38568         [generic sys/param.h] (sysdep_headers): Likewise.
38569         [generic bits/errno.h] (before-compile): Do not append to
38570         variable.
38571         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
38572         rule.
38573         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
38574         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
38575         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
38576         [generic bits/errno.h] (common-generated): Do not append to
38577         variable.
38578         [generic bits/ioctls.h] (before-compile): Do not append to
38579         variable.
38580         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
38581         rule.
38582         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
38583         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
38584         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
38585         rule.
38586         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
38587         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
38588         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
38589         [generic bits/ioctls.h] (common-generated): Do not append to
38590         variable.
38591         [generic sys/syscall.h] (syscall.h): Remove variable.
38592         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
38593         rule.
38594         [generic sys/syscall.h] (before-compile): Do not append to
38595         variable.
38596         [generic sys/syscall.h] (common-generated): Likewise.
38597         * sysdeps/unix/errnos-tmpl.c: Remove file.
38598         * sysdeps/unix/errnos.awk: Likewise.
38599         * sysdeps/unix/ioctls-tmpl.c: Likewise.
38600         * sysdeps/unix/ioctls.awk: Likewise.
38601         * sysdeps/unix/mk-local_lim.c: Likewise.
38602         * sysdeps/unix/snarf-ioctls: Likewise.
38603
38604 2012-03-19  Richard Henderson  <rth@twiddle.net>
38605
38606         * sysdeps/i386/fpu/fenv_private.h: New file.
38607         * sysdeps/i386/fpu/math_private.h: Use it.
38608         (math_opt_barrier, math_force_eval): Remove.
38609         (libc_feholdexcept_setround_53bit): Remove.
38610         (libc_feupdateenv_53bit): Remove.
38611         * sysdeps/x86_64/fpu/math_private.h: Likewise.
38612         (math_opt_barrier, math_force_eval): Remove.
38613         (libc_feholdexcept): Remove.
38614         (libc_feholdexcept_setround): Remove.
38615         (libc_fetestexcept, libc_fesetenv): Remove.
38616         (libc_feupdateenv_test): Remove.
38617         (libc_feupdateenv, libc_feholdsetround): Remove.
38618         (libc_feresetround): Remove.
38619
38620         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
38621         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
38622
38623         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
38624         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
38625         (libc_feupdateenv_testl): New.
38626         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
38627         (libc_feupdateenv_testf): New.
38628         (libc_feupdateenv): Use libc_feupdateenv_test.
38629         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
38630         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
38631
38632         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
38633         (libc_feholdsetroundf, libc_feholdsetroundl): New.
38634         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
38635         (libc_feresetround_noex): New.
38636         (libc_feresetround_noexf): New.
38637         (libc_feresetround_noexl): New.
38638         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
38639         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
38640         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
38641         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
38642         SET_RESTORE_ROUND.
38643         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
38644         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
38645         (__cos): Likewise.
38646         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
38647         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
38648         SET_RESTORE_ROUND_NOEX.
38649         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
38650         SET_RESTORE_ROUND_NOEXF.
38651         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
38652         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
38653         (libc_feholdsetroundf): New.
38654         (libc_feresetround, libc_feresetroundf): New.
38655
38656         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
38657         (libc_feholdexcept_setround_53bit): Convert from macro to function.
38658         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
38659
38660         * sysdeps/generic/math_private.h: Include <fenv.h>.
38661         (default_libc_feholdexcept): New.
38662         (default_libc_feholdexcept_setround): New.
38663         (default_libc_fesetenv, default_libc_feupdateenv): New.
38664         (libc_feholdexcept): Only define if undefined.
38665         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
38666         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
38667         (libc_feholdexcept_setroundl): Likewise.
38668         (libc_feholdexcept_setround_53bit): Likewise.
38669         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
38670         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
38671         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
38672         (libc_feupdateenv_53bit): Likewise.
38673         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
38674         (libc_feholdexcept): Convert from macro to inline function.
38675         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
38676         (libc_fesetenv, libc_feupdateenv): Likewise.
38677
38678         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
38679         not previously defined.
38680         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
38681         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
38682         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
38683         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
38684         * sysdeps/ieee754/flt-32/math_private.h: New file.
38685         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
38686         math_private.h below SET_FLOAT_WORD.
38687         (__isnan, __isinf_ns, __finite): Remove.
38688         (__isnanf, __isinf_nsf, __finitef): Remove.
38689
38690 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
38691
38692         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38693
38694 2012-03-17  David S. Miller  <davem@davemloft.net>
38695
38696         [BZ #6471]
38697         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
38698         for 2.16.
38699
38700 2012-03-16  David S. Miller  <davem@davemloft.net>
38701
38702         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
38703         warnings.
38704
38705         [BZ #6471]
38706         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
38707         properly.
38708         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
38709         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
38710         sysdep_routines when subdir is sysvipc.
38711         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
38712         __getshmlba helper.
38713
38714         * sysdeps/sparc/fpu/libm-test/ulps: Update.
38715
38716 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38717
38718         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
38719         [__LP64__].
38720
38721 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38722
38723         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
38724         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
38725         (__lround): Renamed to ...
38726         (__llround): This.  Replace long int with long long int.
38727         Define lround functions as aliases of llround functions.
38728         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
38729
38730 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38731
38732         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
38733         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
38734         adresses to uintptr_t.  Replace "long int" and "unsigned long
38735         int" with "greg_t" on va_arg.
38736
38737 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38738
38739         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
38740         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
38741
38742         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
38743         Move e_machine check before EI_CLASS check.  Handle x32
38744         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
38745         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
38746         SKIP_EM_IA_64 and include
38747         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
38748
38749         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
38750         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
38751         (add_system_dir): New macro.
38752
38753         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
38754         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
38755
38756 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38757
38758         [BZ #2551]
38759         [BZ #2552]
38760         [BZ #2553]
38761         [BZ #2554]
38762         [BZ #2562]
38763         [BZ #2563]
38764         [BZ #2565]
38765         [BZ #2566]
38766         [BZ #2576]
38767         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
38768         (y0): Likewise.
38769         * math/w_j0f.c (j0f): Likewise.
38770         (y0f): Likewise.
38771         * math/w_j0l.c (__j0l): Likewise.
38772         (__y0l): Likewise.
38773         * math/w_j1.c (j1): Likewise.
38774         (y1): Likewise.
38775         * math/w_j1f.c (j1f): Likewise.
38776         (y1f): Likewise.
38777         * math/w_j1l.c (__j1l): Likewise.
38778         (__y1l): Likewise.
38779         * math/w_jn.c (jn): Likewise.
38780         (yn): Likewise.
38781         * math/w_jnf.c (jnf): Likewise.
38782         (ynf): Likewise.
38783         * math/w_jnl.c (__jnl): Likewise.
38784         (__ynl): Likewise.
38785         * math/libm-test.inc (j0_test): Add more tests.
38786         (j1_test): Likewise.
38787         (jn_test): Likewise.  Add trailing semicolon to existing test.
38788         (y0_test): Likewise.
38789         (y1_test): Likewise.
38790         * sysdeps/i386/fpu/libm-test-ulps: Update.
38791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38792
38793         [BZ #13851]
38794         [BZ #13854]
38795         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
38796         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
38797         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
38798         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
38799         (__tanl): Set errno for infinite argument.
38800         * sysdeps/i386/fpu/mptan.c: Remove.
38801         * sysdeps/i386/fpu/s_tan.S: Likewise.
38802         * sysdeps/i386/fpu/s_tanl.S: Likewise.
38803         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
38804         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
38805         * math/libm-test.inc (tan_test): Add more tests and enable more
38806         tests for double and long double.
38807         * sysdeps/i386/fpu/libm-test-ulps: Update.
38808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38809
38810 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
38811
38812         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
38813         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
38814
38815 2012-03-16  Roland McGrath  <roland@hack.frob.com>
38816
38817         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
38818         * configure.in: Use it for both main tree and add-ons.
38819         * configure: Regenerated.
38820
38821 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38822
38823         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
38824
38825 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38826
38827         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
38828         in comment.
38829
38830         [BZ #13851]
38831         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
38832         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
38833         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
38834         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
38835         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
38836         infinite argument.
38837         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
38838         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
38839         != 0 for prec == 2.
38840         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
38841         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
38842         * sysdeps/i386/fpu/s_cosl.S: Likewise.
38843         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
38844         * sysdeps/i386/fpu/s_sinl.S: Likewise.
38845         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
38846         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
38847         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
38848         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
38849         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
38850         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
38851         * math/libm-test.inc (cos_test): Add more tests and enable more
38852         tests for long double.
38853         (sin_test): Likewise.
38854         (sincos_test): Likewise.
38855         * sysdeps/i386/fpu/libm-test-ulps: Update.
38856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38857
38858 2012-03-16  David S. Miller  <davem@davemloft.net>
38859
38860         * sysdeps/sparc/fpu/math_private.h: New file.
38861
38862 2012-03-15  David S. Miller  <davem@davemloft.net>
38863
38864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
38865         file.
38866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
38867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
38868         file.
38869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
38870         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
38871         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
38872         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
38873         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
38874         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
38875         sysdep routines.
38876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
38877
38878         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
38879         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
38880
38881         * sysdeps/sparc/sparc-ifunc.h: New file.
38882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
38883         sparc-ifunc.h
38884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
38885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
38886         Likewise.
38887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
38888         Likewise.
38889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
38890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
38891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
38893         Likewise.
38894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
38896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
38898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
38899         Likewise.
38900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
38901         Likewise.
38902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
38904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
38905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
38906         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
38907         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
38908         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
38909         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
38910         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
38911         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
38912         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
38913         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
38914         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
38915         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
38916         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
38917         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
38918         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
38919         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
38920         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
38921         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
38922         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
38923         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
38924         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
38925         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
38926
38927 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
38928
38929         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
38930         scaling.
38931         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38932
38933 2012-03-15  Andreas Jaeger  <aj@suse.de>
38934
38935         [BZ #13852]
38936         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
38937         ieee754/flt-32 implementation for sin, cos and sincos.
38938         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
38939         * sysdeps/i386/fpu/s_cosf.S: Likewise.
38940         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
38941         * sysdeps/i386/fpu/s_sinf.S: Likewise.
38942         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
38943         ieee754/flt-32 implementation for tan.
38944
38945         * math/libm-test.inc (cos_test): Enable some large input tests for
38946         float as well
38947         (sin_test): Likewise.
38948         (sincos_test): Likewise.
38949         (tan_test): Add tests for large input.
38950
38951         * sysdeps/i386/fpu/libm-test-ulps: Update.
38952
38953 2012-03-15  Andreas Jaeger  <aj@suse.de>
38954
38955         [BZ #13658]
38956         * math/libm-test.inc (cos_test): Add more test cases.
38957         (sin_test): Likewise.
38958         (sincos_test): Likewise.
38959
38960 2012-03-15  Andreas Jaeger  <aj@suse.de>
38961
38962         [BZ #13837]
38963         * math/libm-test.inc (cos_test): Add a test case for large input
38964         value.
38965         (sin_test): Likewise.
38966         (sincos_test): Likewise.
38967
38968 2012-03-15  Andreas Jaeger  <aj@suse.de>
38969             Joseph Myers  <joseph@codesourcery.com>
38970
38971         [BZ #13658]
38972         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
38973         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
38974         * sysdeps/i386/fpu/branred.c: Likewise.
38975         * sysdeps/i386/fpu/dosincos.c: Likewise.
38976         * sysdeps/i386/fpu/mpa.c: Likewise.
38977         * sysdeps/i386/fpu/s_cos.S: Likewise.
38978         * sysdeps/i386/fpu/s_sin.S: Likewise.
38979         * sysdeps/i386/fpu/s_sincos.S: Likewise.
38980         * sysdeps/i386/fpu/sincos32.c: Likewise.
38981
38982         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
38983         Define.
38984         (libc_feupdateenv_53bit): Define.
38985         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
38986         Define.
38987         (libc_feupdateenv_53bit): Define.
38988
38989         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
38990         53 bit (without extend i386 double precision).
38991
38992         * math/libm-test.inc (sincos_test): Add tests for large input.
38993         (sin): Likewise.
38994         (cos): Likewise.
38995
38996         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
38997
38998 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
38999
39000         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39001
39002 2012-03-15  David S. Miller  <davem@davemloft.net>
39003
39004         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39005         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39006         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39007         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39008         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39009         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39010         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39011         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39012         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39013         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39014         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39015         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39016         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39017         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39018         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39020         file.
39021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39023         file.
39024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39026         file.
39027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39029         file.
39030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39031         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39032         fmin/fmax sysdep routines.
39033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39034
39035 2012-03-14  David S. Miller  <davem@davemloft.net>
39036
39037         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39038         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39039         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39040         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39041         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39042         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39043         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39044         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39045         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39046         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39047         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39048         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39049         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39050         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39051         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39052         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39053         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39054         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39055         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39056         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39057         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39058         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39059         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39060         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39061         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39062         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39063         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39064         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39065         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39066         routines.
39067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39068         file.
39069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39071         file.
39072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39074         file.
39075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39077         file.
39078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39080         file.
39081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39083         file.
39084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39085         file.
39086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39087         file.
39088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39089         file.
39090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39091         New file.
39092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39093         file.
39094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39095         file.
39096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39098         file.
39099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39101         file.
39102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39104         file.
39105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39107         VIS3 routines.
39108
39109         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39110         New file.
39111
39112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39113
39114         * sysdeps/sparc/configure.in: New file.
39115         * sysdeps/sparc/configure: Generate.
39116         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39117         * configure: Regenerate.
39118         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39119         * config.make.in (have-as-vis3): New.
39120         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39121         available use -Av9d instead of -Av9a.
39122         * sysdeps/sparc/sparc64/Makefile: Likewise.
39123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39125         New file.
39126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39127         file.
39128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39129         New file.
39130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39131         file.
39132         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39133         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39134         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39135         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39136         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39137
39138         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39139         fzeros/fnegs to load 0x80000000 into a float register instead of
39140         using the stack.
39141         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39142
39143 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39144
39145         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39146         bits/syscall.h.
39147         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39148         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39149         ($(inst_includedir)/bits/syscall.h): Remove rule.
39150         ($(objpfx)bits/syscall.d): Include instead of
39151         $(objpfx)syscall-list.d.
39152         (generated): Change syscall-list.h and syscall-list.d to
39153         bits/syscall.h and bits/syscall.d.
39154
39155 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39156
39157         [BZ #13846]
39158         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39159
39160 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39161
39162         [BZ #13841]
39163         * math/s_csqrt.c: Include <float.h>.
39164         (__csqrt): Scale large or subnormal inputs.
39165         * math/s_csqrtf.c: Likewise.
39166         * math/s_csqrtl.c: Likewise.
39167         * math/libm-test.inc (csqrt_test): Add more tests.
39168         * sysdeps/i386/fpu/libm-test-ulps: Update.
39169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39170
39171         [BZ #13840]
39172         * math/libm-test.inc (hypot_test): Add more tests.
39173
39174 2012-03-13  David S. Miller  <davem@davemloft.net>
39175
39176         [BZ #13840]
39177         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39178         double-precision for the calculation instead of scaling.
39179
39180 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39181
39182         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39183         manipulate bits before adding and subtracting TWO52[sx].
39184         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39185         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39186         Likewise.
39187         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39188
39189 2012-03-13  David S. Miller  <davem@davemloft.net>
39190
39191         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39192         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39193         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39194         rtld-global-offsets.h
39195         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39196
39197         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39198         large parameters.
39199
39200         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39201
39202         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39203         'err' in the ifdef scope in which it is actually used.
39204
39205         * nss/nss_db/db-init.c: Include string.h
39206
39207 2012-03-12  David S. Miller  <davem@davemloft.net>
39208
39209         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39210         masking out of the most significant byte of random value used.
39211         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39212         Fix coding style in previous change.
39213
39214         * sysdeps/unix/sysv/linux/kernel-features.h
39215         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39216         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39217         expression.
39218         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39219         later.
39220
39221 2012-03-11  David S. Miller  <davem@davemloft.net>
39222
39223         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39224         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39225         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39226         for 'resultvar' otherwise things get truncated on 64-bit.
39227
39228         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39229         Fix masking out of the most significant byte of random value used.
39230
39231         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39232
39233 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39234
39235         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39236
39237 2012-03-09  David S. Miller  <davem@davemloft.net>
39238
39239         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39240         variables with appropriate CPP guards.
39241         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39242         from the frame pointer, not the stack pointer.  Correct layout
39243         comments.  Fix test on resulting framesize and the management of
39244         the outregs buffer for pltexit.  Preserve floating point return
39245         values across _dl_call_pltexit call.
39246         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39247         framesize and the management of the outregs buffer for pltexit.
39248         Preserve floating point return values across _dl_call_pltexit
39249         call.
39250         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39251         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39252         (la_sparc64_gnu_pltexit): New functions.
39253         (print_exit): Fix format string for return register value.
39254
39255 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39256
39257         * sunrpc/Makefile (others): Add rpcgen.
39258         ($(objpfx)rpcgen): Remove special build rule and dependency on
39259         libc.
39260         * sunrpc/rpcgen.c: New file.
39261
39262 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39263
39264         [BZ #13673]
39265         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39266         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39267         * sysdeps/i386/crti.S: Likewise.
39268         * sysdeps/i386/crtn.S: Likewise.
39269         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39270         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39271         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39272         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39273         * sysdeps/sh/crti.S: Likewise.
39274         * sysdeps/sh/crtn.S: Likewise.
39275         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39276
39277         [BZ #13673]
39278         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39279         with URL.
39280         * locale/programs/locfile-kw.gperf: Likewise.
39281         * locale/programs/charmap-kw.h: Regenerated.
39282         * locale/programs/locfile-kw.h: Likewise.
39283
39284         [BZ #13673]
39285         * intl/plural.y: Replace FSF snail mail address with URL.
39286         * intl/plural.c: Regenerated.
39287
39288 2012-03-09  Richard Henderson  <rth@twiddle.net>
39289
39290         * include/math_private.h: Remove file.
39291         * math/math_private.h: Move file ...
39292         * sysdeps/generic/math_private.h: ... here.
39293
39294         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39295         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39296         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39297
39298         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39299         and <math_private.h>.
39300         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39301         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39302         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39303         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39304         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39305         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39306         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39307         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39308         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39309         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39310         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39311         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39312         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39313         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39314         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39315         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39316         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39317         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39318         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39319         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39320         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39321         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39322         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39323         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39324         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39325         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39326         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39327         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39328         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39329         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39330         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39331         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39332         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39333         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39334         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39335         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39336         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39337         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39338         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39339         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39340         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39341         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39342         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39343         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39344         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39345         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39346         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39347         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39348         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39349         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39350         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39351         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39352         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39353         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39354         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39355         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39356         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39357         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39358         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39359         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39360         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39361         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39362         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39363         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39364         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39365         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39366         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39367         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39368         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39369         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39370         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39371         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39372         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39373         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39374         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39375         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39376         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39377         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39378         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39379         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39380         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39381         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39382         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39383         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39384         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39385         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39386         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39387         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39388         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39389         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39390         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39391         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39392         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39393         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39394         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39395         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39396         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39397         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39398         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39399         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39400         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39401         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39402         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39403         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39404         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39405         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39406         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39407         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
39408         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39409         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39410         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39411         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39412         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
39413         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39414         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
39415         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39416         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39417         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39418         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39419         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39420         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39421         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39422         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39423         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
39424         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39425         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39426         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
39427         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
39428         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39429         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
39430         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
39431         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39432         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
39433         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
39434         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
39435         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
39436         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
39437         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
39438         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
39439         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
39440         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39441         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
39442         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
39443         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
39444         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
39445         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
39446         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
39447         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
39448         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
39449         * sysdeps/ieee754/k_standard.c: Likewise.
39450         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
39451         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
39452         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
39453         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
39454         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
39455         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
39456         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
39457         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
39458         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
39459         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
39460         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
39461         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
39462         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
39463         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
39464         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
39465         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
39466         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
39467         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
39468         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
39469         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
39470         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
39471         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
39472         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
39473         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
39474         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
39475         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
39476         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
39477         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
39478         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
39479         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
39480         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
39481         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
39482         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
39483         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
39484         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
39485         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
39486         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
39487         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
39488         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
39489         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
39490         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
39491         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
39492         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
39493         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
39494         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
39495         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
39496         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
39497         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
39498         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
39499         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
39500         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
39501         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
39502         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
39503         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
39504         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
39505         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
39506         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
39507         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
39508         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
39509         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
39510         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
39511         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
39512         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
39513         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
39514         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
39515         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
39516         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
39517         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
39518         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
39519         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
39520         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
39521         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
39522         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
39523         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
39524         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
39525         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
39526         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
39527         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
39528         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39529         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
39530         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
39531         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
39532         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
39533         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
39534         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
39535         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
39536         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
39537         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
39538         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39539         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
39540         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
39541         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
39542         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
39543         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
39544         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
39545         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
39546         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
39547         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
39548         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
39549         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
39550         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
39551         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
39552         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
39553         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
39554         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
39555         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
39556         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
39557         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
39558         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
39559         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
39560         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
39561         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
39562         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
39563         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
39564         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
39565         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
39566         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
39567         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
39568         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
39569         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
39570         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
39571         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
39572         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
39573         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
39574         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
39575         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
39576         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
39577         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
39578         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
39579         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
39580         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
39581         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
39582         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
39583         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
39584         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
39585         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
39586         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
39587         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
39588         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
39589         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
39590         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
39591         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
39592         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
39593         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
39594         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
39595         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
39596         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
39597         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
39598         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
39599         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
39600         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
39601         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
39602         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
39603         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
39604         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
39605         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
39606         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
39607         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
39608         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
39609         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
39610         * sysdeps/ieee754/s_lib_version.c: Likewise.
39611         * sysdeps/ieee754/s_matherr.c: Likewise.
39612         * sysdeps/ieee754/s_signgam.c: Likewise.
39613         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
39614         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
39615         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
39616         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
39617         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
39618         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39619         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
39620         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
39621         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
39622         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
39623         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
39624         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
39625         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
39626         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
39627         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
39628         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
39629         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
39630         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
39631         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
39632         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
39633         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
39634
39635 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39636
39637         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
39638         * sunrpc/rpc_main.c: Likewise.
39639         * sunrpc/rpc_svcout.c: Likewise.
39640
39641 2012-03-09  David S. Miller  <davem@davemloft.net>
39642
39643         * include/math_private.h: New file.
39644
39645 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39646
39647         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
39648         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
39649         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
39650         from <bits/socket_type.h>.
39651         (enum __socket_type): Don't define here.
39652         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
39653         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39654         bits/socket_type.h.
39655
39656         [BZ #13566]
39657         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
39658         checking __USE_GNU.
39659
39660         * Makerules ($(inst_includedir)/%.h): New rule.
39661         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
39662         (install-others): Remove variable setting.
39663         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
39664
39665 2012-03-08  Richard Henderson  <rth@twiddle.net>
39666
39667         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
39668         from macro to inline function; merge with the
39669         !__LIBC_INTERNAL_MATH_INLINES version.
39670         (__ieee754_sqrtf): Likewise.
39671
39672         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
39673         to inline function.
39674         (__rintf, __floor, __floorf): Likewise.
39675
39676         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
39677         macro to inline function.
39678         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
39679
39680         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
39681         not <math/math_private.h>.
39682
39683 2012-03-08  David S. Miller  <davem@davemloft.net>
39684
39685         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
39686         copyright year.
39687         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
39688
39689 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
39690
39691         * resolv/gai_misc.c (handle_requests): Fix struct timespec
39692         normalization.
39693         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
39694         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
39695
39696 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
39697
39698         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
39699         be defined individually, they must be defined as a block.  Define
39700         S for printing a string instead of hidint the different by using a
39701         macro for adding the 'l'.
39702         * stdio-common/tst-fphex-wide.c: Adjust.
39703
39704 2012-03-07  Marek Polacek  <polacek@redhat.com>
39705
39706         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
39707
39708 2012-03-08  Marek Polacek  <polacek@redhat.com>
39709
39710         [BZ #13806]
39711         * stdio-common/Makefile (tests): Add tst-fphex-wide.
39712         * stdio-common/tst-fphex.c: Define a few macros to make the
39713         test reusable.  Use them.
39714         * stdio-common/tst-fphex-wide.c: New file.
39715
39716 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
39717
39718         [BZ #6911]
39719         * manual/macros.texi (gnusystems): New macro.
39720         (nongnusystems): Likewise.
39721         (gnulinuxhurdsystems): Likewise.
39722         (gnuhurdsystems): Likewise..
39723         (gnulinuxsystems): Likewise.
39724         * manual/charset.texi: Use new macros or @theglibc{} to refer to
39725         variants of the GNU system, not "GNU system".
39726         * manual/conf.texi: Likewise.
39727         * manual/errno.texi: Likewise.  Update example of errno macro
39728         expansion.
39729         * manual/filesys.texi: Likewise.
39730         (getumask): Document as specific to GNU/Hurd.
39731         * manual/install.texi: Likewise.  Reword some references to
39732         GNU/Linux.
39733         * manual/intro.texi: Likewise.
39734         * manual/io.texi: Likewise.
39735         (File Name Portability): Detail which constraints are inapplicable
39736         to all GNU systems and which are only inapplicable to GNU/Hurd.
39737         * manual/job.texi: Likewise.
39738         * manual/llio.texi: Likewise.
39739         (O_NOCTTY): Document as present on GNU/Linux.
39740         * manual/maint.texi: Likewise.
39741         * manual/memory.texi: Likewise.
39742         * manual/pattern.texi: Likewise.
39743         * manual/pipe.texi: Likewise.
39744         * manual/process.texi: Likewise.
39745         * manual/resource.texi: Likewise.
39746         (RUSAGE_CHILDREN): Remove statement about specifying a particular
39747         child on GNU/Hurd.
39748         * manual/setjmp.texi: Likewise.
39749         * manual/signal.texi: Likewise.
39750         * manual/startup.texi: Likewise.
39751         * manual/stdio.texi: Likewise.
39752         * manual/terminal.texi: Likewise.
39753         (ONLCR): Document as POSIX.
39754         (OXTABS): Document availability on GNU/Linux as XTABS.
39755         (ONOEOT): Document availability separately from other bits.
39756         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
39757         * manual/time.texi: Likewise.
39758         * manual/users.texi: Likewise.
39759         * INSTALL: Regenerated.
39760         * sysdeps/gnu/errlist.c: Regenerated.
39761
39762         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
39763         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
39764         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
39765         puts.
39766         * configure: Regenerated.
39767
39768 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
39769
39770         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
39771         default includes instead of AC_HEADER_CHECK.
39772         * sysdeps/i386/configure: Regenerated.
39773
39774         [BZ #10716]
39775         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
39776         * math/s_cacoshf.c (__cacoshf): Likewise.
39777         * math/s_cacoshl.c (__cacoshl): Likewise.
39778         * math/s_casinh.c (__casinh): Set signs of result from argument.
39779         * math/s_casinhf.c (__casinhf): Likewise.
39780         * math/s_casinhl.c (__casinhl): Likewise.
39781         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
39782         (casinh_test): Add more tests.
39783         * sysdeps/i386/fpu/libm-test-ulps: Update.
39784         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39785
39786 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
39787
39788         * po/zh_TW.po: Update from translation team.
39789
39790         * login/Makefile (distribute): Remove variable.
39791         * catgets/Makefile: Likewise.
39792         * mach/Makefile: Likewise.
39793         * malloc/Makefile: Likewise.
39794         * misc/Makefile: Likewise.
39795         * iconv/Makefile: Likewise.
39796         * nscd/Makefile: Likewise.
39797         * hurd/Makefile: Likewise.
39798         * manual/Makefile: Likewise.
39799         * locale/Makefile: Likewise.
39800         * intl/Makefile: Likewise.
39801         * conform/Makefile: Likewise.
39802         * nss/Makefile: Likewise.
39803         * time/Makefile: Likewise.
39804         * soft-fp/Makefile: Likewise.
39805         * dirent/Makefile: Likewise.
39806         * gmon/Makefile: Likewise.
39807         * po/Makefile: Likewise.
39808         * rt/Makefile: Likewise.
39809         * socket/Makefile: Likewise.
39810         * math/Makefile: Likewise.
39811         * signal/Makefile: Likewise.
39812         * debug/Makefile: Likewise.
39813         * elf/Makefile: Likewise.
39814         * timezone/Makefile: Likewise.
39815         * stdlib/Makefile: Likewise.
39816         * iconvdata/Makefile: Likewise.
39817         * sunrpc/Makefile: Likewise.
39818         * io/Makefile: Likewise.
39819         * argp/Makefile: Likewise.
39820         * inet/Makefile: Likewise.
39821         * hesiod/Makefile: Likewise.
39822         * grp/Makefile: Likewise.
39823         * csu/Makefile: Likewise.
39824         * wctype/Makefile: Likewise.
39825         * crypt/Makefile: Likewise.
39826         * libio/Makefile: Likewise.
39827         * string/Makefile: Likewise.
39828         * nis/Makefile: Likewise.
39829         * resolv/Makefile: Likewise.
39830         * stdio-common/Makefile: Likewise.
39831         * wcsmbs/Makefile: Likewise.
39832         * dlfcn/Makefile: Likewise.
39833         * posix/Makefile: Likewise.
39834
39835         [BZ #6959]
39836         * timezone/Makefile: Don't install timezone files, just the programs
39837         and scripts.
39838
39839 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
39840
39841         * nss/databases.def: Add missing gshadow entry.
39842
39843         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
39844
39845 2012-03-06  Marek Polacek  <polacek@redhat.com>
39846
39847         [BZ #13726]
39848         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
39849         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
39850         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
39851         * stdio-common/tst-long-dbl-fphex.c: New file.
39852
39853 2012-03-06  David S. Miller  <davem@davemloft.net>
39854
39855         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39856         (set_obp_int): New function.
39857         (get_obp_int): New function.
39858         (__get_clockfreq_via_dev_openprom): Likewise.
39859         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
39860         Avoid unused variable warnings on 'val' and use builtin_expect.
39861         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
39862         __builtin_expect.
39863         (INLINE_CLONE_SYSCALL): Likewise.
39864
39865 2012-03-05  David S. Miller  <davem@davemloft.net>
39866
39867         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39868
39869 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
39870
39871         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39872
39873         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
39874         only for |x| >= 40.
39875         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39876
39877 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
39878
39879         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
39880         Replace gettimeofday with __vdso_gettimeofday.
39881
39882         * sysdeps/unix/sysv/linux/x86_64/init-first.c
39883         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
39884         __vdso_clock_gettime and __vdso_getcpu.
39885
39886         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
39887         time with __vdso_time.
39888
39889 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39890
39891         * manual/lang.texi (size_t): Note types to which size_t may be
39892         equivalent with the GNU C Library, but do not describe when
39893         differences between them are significant.
39894
39895 2012-03-05  Andreas Jaeger  <aj@suse.de>
39896
39897         * sysdeps/i386/fpu/libm-test-ulps: Update.
39898
39899 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39900
39901         [BZ #3976]
39902         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
39903         (__ieee754_pow): Save and restore rounding mode and use
39904         round-to-nearest for main computations.
39905         * math/libm-test.inc (pow_test_tonearest): New function.
39906         (pow_test_towardzero): Likewise.
39907         (pow_test_downward): Likewise.
39908         (pow_test_upward): Likewise.
39909         (main): Call the new functions.
39910         * sysdeps/i386/fpu/libm-test-ulps: Update.
39911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39912
39913         [BZ #3976]
39914         * math/libm-test.inc (cosh_test_tonearest): New function.
39915         (cosh_test_towardzero): Likewise.
39916         (cosh_test_downward): Likewise.
39917         (cosh_test_upward): Likewise.
39918         (sinh_test_tonearest): Likewise.
39919         (sinh_test_towardzero): Likewise.
39920         (sinh_test_downward): Likewise.
39921         (sinh_test_upward): Likewise.
39922         (main): Call the new functions.
39923         * sysdeps/i386/fpu/libm-test-ulps: Update.
39924         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39925
39926 2012-03-05  Tom de Vries  <tom@codesourcery.com>
39927
39928         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
39929         default stack guard is set in last bytes.
39930         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
39931
39932 2012-03-05  Kees Cook  <keescook@chromium.org>
39933
39934         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
39935
39936         [BZ #13656]
39937         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
39938         possibly allocate from heap instead of stack.
39939         * stdio-common/bug-vfprintf-nargs.c: New file.
39940         * stdio-common/Makefile (tests): Add nargs overflow test.
39941
39942 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
39943
39944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39945
39946 2012-03-03  Marek Polacek  <polacek@redhat.com>
39947
39948         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
39949         * math/math_private.h: Likewise.
39950         * stdlib/tst-strtod.c: Likewise.
39951         * sysdeps/i386/i486/bits/atomic.h: Likewise.
39952         * sysdeps/x86_64/bits/atomic.h: Likewise.
39953
39954 2012-03-02  David S. Miller  <davem@davemloft.net>
39955
39956         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
39957         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
39958         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
39959         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
39960         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
39961         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
39962         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
39963         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
39964
39965 2012-03-02  Roland McGrath  <roland@hack.frob.com>
39966
39967         [BZ #13792]
39968         * manual/examples/README: New file, says the example source files
39969         can be used under GPL>=2.
39970         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
39971         line containing just "*/".
39972         * manual/examples/add.c: Add copyright header (GPL>=2).
39973         * manual/examples/argp-ex1.c: Likewise.
39974         * manual/examples/argp-ex2.c: Likewise.
39975         * manual/examples/argp-ex3.c: Likewise.
39976         * manual/examples/argp-ex4.c: Likewise.
39977         * manual/examples/atexit.c: Likewise.
39978         * manual/examples/db.c: Likewise.
39979         * manual/examples/dir.c: Likewise.
39980         * manual/examples/dir2.c: Likewise.
39981         * manual/examples/execinfo.c: Likewise.
39982         * manual/examples/filecli.c: Likewise.
39983         * manual/examples/filesrv.c: Likewise.
39984         * manual/examples/fmtmsgexpl.c: Likewise.
39985         * manual/examples/genpass.c: Likewise.
39986         * manual/examples/inetcli.c: Likewise.
39987         * manual/examples/inetsrv.c: Likewise.
39988         * manual/examples/isockad.c: Likewise.
39989         * manual/examples/longopt.c: Likewise.
39990         * manual/examples/memopen.c: Likewise.
39991         * manual/examples/memstrm.c: Likewise.
39992         * manual/examples/mkfsock.c: Likewise.
39993         * manual/examples/mkisock.c: Likewise.
39994         * manual/examples/mygetpass.c: Likewise.
39995         * manual/examples/pipe.c: Likewise.
39996         * manual/examples/popen.c: Likewise.
39997         * manual/examples/rprintf.c: Likewise.
39998         * manual/examples/search.c: Likewise.
39999         * manual/examples/select.c: Likewise.
40000         * manual/examples/setjmp.c: Likewise.
40001         * manual/examples/sigh1.c: Likewise.
40002         * manual/examples/sigusr.c: Likewise.
40003         * manual/examples/stpcpy.c: Likewise.
40004         * manual/examples/strdupa.c: Likewise.
40005         * manual/examples/strftim.c: Likewise.
40006         * manual/examples/strncat.c: Likewise.
40007         * manual/examples/subopt.c: Likewise.
40008         * manual/examples/swapcontext.c: Likewise.
40009         * manual/examples/termios.c: Likewise.
40010         * manual/examples/testopt.c: Likewise.
40011         * manual/examples/testpass.c: Likewise.
40012         * manual/examples/timeval_subtract.c: Likewise.
40013
40014         [BZ #13792]
40015         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40016         function to ...
40017         * manual/timeval_subtract.c.texi: ... here, new file.
40018
40019 2012-03-02  David S. Miller  <davem@davemloft.net>
40020
40021         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40022
40023 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40024
40025         [BZ #3976]
40026         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40027         (__sin): Save and restore rounding mode and use round-to-nearest
40028         for all computations.
40029         (__cos): Save and restore rounding mode and use round-to-nearest
40030         for all computations.
40031         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40032         <fenv.h>.
40033         (tan): Save and restore rounding mode and use round-to-nearest for
40034         all computations.
40035         * math/libm-test.inc (cos_test_tonearest): New function.
40036         (cos_test_towardzero): Likewise.
40037         (cos_test_downward): Likewise.
40038         (cos_test_upward): Likewise.
40039         (sin_test_tonearest): Likewise.
40040         (sin_test_towardzero): Likewise.
40041         (sin_test_downward): Likewise.
40042         (sin_test_upward): Likewise.
40043         (tan_test_tonearest): Likewise.
40044         (tan_test_towardzero): Likewise.
40045         (tan_test_downward): Likewise.
40046         (tan_test_upward): Likewise.
40047         (main): Call the new functions.
40048         * sysdeps/i386/fpu/libm-test-ulps: Update.
40049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40050
40051         [BZ #10135]
40052         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40053         small n, then large n, before computing and testing k+n.
40054         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40055         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40056         Likewise.
40057         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40058         Likewise.
40059         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40060         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40061         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40062         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40063         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40064         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40065         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40066         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40067         * math/libm-test.inc (scalbn_test): Add more tests.
40068         (scalbln_test): Likewise.
40069
40070         * manual/filesys.texi (mode_t): Describe constraints on size and
40071         signedness, not exact equivalence to a particular type.
40072         (ino_t): Likewise.
40073         (ino64_t): Likewise.
40074         (dev_t): Likewise.
40075         (nlink_t): Likewise.
40076         (blkcnt_t): Likewise.
40077         (blkcnt64_t): Likewise.
40078         * manual/llio.texi (off_t): Likewise.
40079
40080         [BZ #3976]
40081         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40082         (__ieee754_exp): Save and restore rounding mode and use
40083         round-to-nearest for all computations.
40084         * math/libm-test.inc (exp_test_tonearest): New function.
40085         (exp_test_towardzero): Likewise.
40086         (exp_test_downward): Likewise.
40087         (exp_test_upward): Likewise.
40088         (main): Call the new functions.
40089         * sysdeps/i386/fpu/libm-test-ulps: Update.
40090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40091
40092 2012-03-01  Chris Demetriou  <cgd@google.com>
40093
40094         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40095         have predictable order.
40096
40097 2012-03-01  David S. Miller  <davem@davemloft.net>
40098
40099         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40100
40101         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40102         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40103         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40104         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40105
40106         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40107         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40108         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40109         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40110         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40111         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40112         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40113         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40114         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40115
40116         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40117
40118         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40119         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40120         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40121
40122         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40123         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40124         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40125         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40126         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40127         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40128         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40129         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40130         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40131         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40132         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40133         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40134         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40135         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40136         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40137         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40138         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40139         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40140         * sysdeps/sparc/elf/configure: Regenerated.
40141
40142 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40143
40144         * configure.in (AS, LD): Require binutils 2.20 or later.
40145         * configure: Regenerated.
40146         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40147         as required minimum version.
40148         * INSTALL: Regenerated.
40149
40150         [BZ #2541]
40151         [BZ #4108]
40152         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40153         before squaring exponent.
40154         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40155         bottom long double and 27 bits of top long double before squaring
40156         exponent.
40157         * math/libm-test.inc (erfc_test): Add more tests.
40158         * sysdeps/i386/fpu/libm-test-ulps: Update.
40159         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40161
40162 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40163
40164         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40165         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40166         containing bit-fields.
40167         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40168         * soft-fp/single.h (_FP_UNION_S): Likewise.
40169         * soft-fp/double.h (_FP_UNION_D): Likewise.
40170
40171 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40172
40173         [BZ #13786]
40174         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40175         not include ../strcmp.S.
40176         [USE_AS_STRNCASECMP_L]: Likewise.
40177         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40178         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40179         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40180         (__strncasecmp_l_ia32): Define as alias to
40181         __strncasecmp_l_nonascii.
40182
40183         [BZ #5794]
40184         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40185         * sysdeps/i386/fpu/libm-test-ulps: Update.
40186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40187
40188         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40190
40191 2012-02-29  Jeff Law  <law@redhat.com>
40192
40193         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40194         out of bounds read.
40195
40196 2012-02-29  Marek Polacek  <polacek@redhat.com>
40197
40198         [BZ #13706]
40199         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40200         * elf/Makefile: Add rules to run tst-unused-dep.out.
40201
40202 2012-02-28  David S. Miller  <davem@davemloft.net>
40203
40204         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40205         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40206         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40207         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40208         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40209         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40210
40211 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40212
40213         * math/libm-test.inc (llround_test): Move one test from
40214         lround_test.  Use TEST_f_L in moved test.
40215         (lround_test): Move misplaced test to llround_test.  Add testcase
40216         from bug 2561.
40217
40218 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40219
40220         * sysdeps/x86_64/fpu/e_expf.S: New file.
40221         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40222
40223 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40224
40225         [BZ #13637]
40226         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40227         of remain_len that may cause incomplete multi-byte character and
40228         false match.
40229         * posix/bug-regex33.c: New file.
40230         * posix/Makefile (tests): Add bug-regex33.
40231
40232 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40233
40234         * manual/macros.texi: New file.
40235         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40236         * manual/libc.texinfo: Include macros.texi.
40237         * manual/creatute.texi: Likewise.
40238         * manual/install.texi: Likewise.
40239         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40240         @glibcadj{} in references to the GNU C Library.
40241         * manual/charset.texi: Likewise.
40242         * manual/conf.texi: Likewise.
40243         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40244         when not using those macros.
40245         * manual/creature.texi: Likewise.
40246         * manual/crypt.texi: Likewise.
40247         * manual/errno.texi: Likewise.
40248         * manual/filesys.texi: Likewise.
40249         * manual/header.texi: Likewise.
40250         * manual/install.texi: Likewise.
40251         * manual/intro.texi: Likewise.
40252         * manual/io.texi: Likewise.
40253         * manual/job.texi: Likewise.
40254         * manual/lang.texi: Likewise.
40255         * manual/libc.texiinfo: Likewise.
40256         * manual/llio.texi: Likewise.
40257         * manual/locale.texi: Likewise.
40258         * manual/maint.texi: Likewise.
40259         * manual/math.texi: Likewise.
40260         * manual/memory.texi: Likewise.
40261         * manual/message.texi: Likewise.
40262         * manual/nss.texi: Likewise.
40263         * manual/pattern.texi: Likewise.
40264         * manual/process.texi: Likewise.
40265         * manual/resource.texi: Likewise.
40266         * manual/search.texi: Likewise.
40267         * manual/setjmp.texi: Likewise.
40268         * manual/signal.texi: Likewise.
40269         * manual/socket.texi: Likewise.
40270         * manual/startup.texi: Likewise.
40271         * manual/stdio.texi: Likewise.
40272         * manual/string.texi: Likewise.
40273         * manual/sysinfo.texi: Likewise.
40274         * manual/syslog.texi: Likewise.
40275         * manual/terminal.texi: Likewise.
40276         * manual/time.texi: Likewise.
40277         * manual/users.texi: Likewise.
40278         * INSTALL: Regenerated.
40279         * NOTES: Regenerated.
40280         * sysdeps/gnu/errlist.c: Regenerated.
40281
40282 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40283
40284         * include/dirent.h: Include <dirstream.h> before
40285         <dirent/dirent.h>.
40286
40287 2012-02-28  David S. Miller  <davem@davemloft.net>
40288
40289         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40290         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40291         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40292         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40293
40294 2012-02-27  David S. Miller  <davem@davemloft.net>
40295
40296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40297         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40298         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40299         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40300
40301         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40302         frame pointer instead of stack pointer relative arg slot.
40303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40304         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40305         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40306
40307 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40308
40309         [BZ #3992]
40310         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40311
40312 2012-02-27  David S. Miller  <davem@davemloft.net>
40313
40314         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40315         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40316         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40317         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40318         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40319         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40320         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40321         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40322
40323 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40324
40325         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40326         later.  Allow versions 5-9.
40327         * configure: Regenerated.
40328         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40329         required minimum version and 4.6 as recommended version.  Do not
40330         mention bugs in GCC 2.7 and 2.8.
40331         * INSTALL: Regenerated.
40332
40333 2012-02-27  David S. Miller  <davem@davemloft.net>
40334
40335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40337         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40339         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40340         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40341         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40342         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40343
40344         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40345         manipulate bits before adding and subtracting TWO112[sx].
40346         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40347
40348 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40349
40350         [BZ #13775]
40351         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40352         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40353         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40354         being in POSIX, because they are in 1003.1-2008.
40355
40356         * rt/tst-aio.c: Include <fcntl.h>.
40357         * rt/tst-aio7.c: Likewise.
40358         * rt/tst-aio64.c: Likewise.
40359
40360         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40361
40362 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40363
40364         * manual/install.texi (--with-headers): Describe headers as
40365         interface headers, not private headers.
40366         (Specific advice for GNU/Linux systems): Describe use of headers
40367         from "make headers_install", not private headers from older
40368         kernels.
40369         * INSTALL: Regenerated.
40370         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40371         Change to 2.6.19.
40372         * sysdeps/unix/sysv/linux/configure: Regenerated.
40373
40374         * manual/llio.texi (fclean): Remove documentation.
40375
40376         * manual/Makefile (libc-texi-generated): New variable.  Include
40377         version.texi.
40378         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40379         $(libc-texi-generated), not duplicated list of files.
40380         (version.texi, stamp-version): New rules.
40381         (realclean): Remove $(libc-texi-generated), not individual files
40382         from that list.  Do not remove dir-add.texinfo.
40383         * manual/libc.texinfo: Comment out uses of edition numbers and
40384         references to printed manual.  Remove last-updated dates.
40385         (EDITION): Comment out.
40386         (ISBN): Likewise.
40387         (VERSION, UPDATED): Remove.
40388         (version.texi): Include.
40389
40390 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40391
40392         * sysdeps/posix/spawni.c: Include <signal.h>.
40393         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40394         * sysdeps/pthread/aio_fsync.c: Likewise.
40395
40396 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40397
40398         * conform/Makefile (tests): Run only when not cross-compiling and
40399         when fast-check is not defined.
40400
40401         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40402         * conform/data/limits.h-data: Fixes for POSIX2008.
40403         * conform/run-conformtest.sh: Run all tests.
40404         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40405         headers.
40406         * include/bits/dlfcn.h: Likewise.
40407         * include/langinfo.h: Likewise.
40408         * include/monetary.h: Likewise.
40409         * include/sys/poll.h: Likewise.
40410
40411         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
40412         for __USE_GNU.
40413         * posix/spawn.h: Define __need_sigset_t.
40414         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
40415         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
40416         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
40417         to get sigevent_t only.
40418         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
40419         only for __USE_GNU.
40420         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40421         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
40422         process_vm_writev only for __USE_GNU.
40423         * termios/termios.h: Declare tcgetsid also for POSIX2008.
40424
40425         * conform/Makefile: For now ignore errors from run-conformtest.
40426         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
40427         POSIX to avoid namespace pollution.  Don't prepend headers.
40428         * conform/data/aio.h-data: Fixes for POSIX testing.
40429         * conform/data/fcntl.h-data: Likewise.
40430         * conform/data/glob.h-data: Likewise.
40431         * conform/data/grp.h-data: Likewise.
40432         * conform/data/pthread.h-data: Likewise.
40433         * conform/data/pwd.h-data: Likewise.
40434         * conform/data/signal.h-data: Likewise.
40435         * conform/data/spawn.h-data: Likewise.
40436         * conform/data/stdio.h-data: Likewise.
40437         * conform/data/stdlib.h-data: Likewise.
40438         * conform/data/stropts.h-data: Likewise.
40439         * conform/data/sys/mman.h-data: Likewise.
40440         * conform/data/sys/stat.h-data: Likewise.
40441         * conform/data/sys/types.h-data: Likewise.
40442         * conform/data/sys/wait.h-data: Likewise.
40443         * conform/data/time.h-data: Likewise.
40444         * conform/data/unistd.h-data: Likewise.
40445         * conform/data/utime.h-data: Likewise.
40446
40447         * io/sys/stat.h: fchmod was always in POSIX.
40448         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
40449         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
40450         * rt/aio.h: Define __need_timespec before including <time.h>.
40451         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
40452         struct.  Add forward declaration of pthread_attr_t and use it in
40453         sigevent.
40454         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
40455         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
40456         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
40457         always remove CLK_TCK definition.
40458
40459 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
40460
40461         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
40462
40463 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
40464
40465         * conform/run-conformtest.sh: New file.
40466         * conform/Makefile: Run run-conformtest for tests.
40467         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
40468         support.
40469
40470         * conform/data/uchar.h-data: New file.
40471         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
40472         * conform/data/arpa/inet.h-data: Likewise.
40473         * conform/data/assert.h-data: Likewise.
40474         * conform/data/complex.h-data: Likewise.
40475         * conform/data/cpio.h-data: Likewise.
40476         * conform/data/ctype.h-data: Likewise.
40477         * conform/data/dirent.h-data: Likewise.
40478         * conform/data/dlfcn.h-data: Likewise.
40479         * conform/data/errno.h-data: Likewise.
40480         * conform/data/fcntl.h-data: Likewise.
40481         * conform/data/float.h-data: Likewise.
40482         * conform/data/fmtmsg.h-data: Likewise.
40483         * conform/data/fnmatch.h-data: Likewise.
40484         * conform/data/ftw.h-data: Likewise.
40485         * conform/data/glob.h-data: Likewise.
40486         * conform/data/grp.h-data: Likewise.
40487         * conform/data/iconv.h-data: Likewise.
40488         * conform/data/inttypes.h-data: Likewise.
40489         * conform/data/langinfo.h-data: Likewise.
40490         * conform/data/libgen.h-data: Likewise.
40491         * conform/data/limits.h-data: Likewise.
40492         * conform/data/locale.h-data: Likewise.
40493         * conform/data/math.h-data: Likewise.
40494         * conform/data/monetary.h-data: Likewise.
40495         * conform/data/mqueue.h-data: Likewise.
40496         * conform/data/ndbm.h-data: Likewise.
40497         * conform/data/net/if.h-data: Likewise.
40498         * conform/data/netdb.h-data: Likewise.
40499         * conform/data/netinet/in.h-data: Likewise.
40500         * conform/data/nl_types.h-data: Likewise.
40501         * conform/data/poll.h-data: Likewise.
40502         * conform/data/pthread.h-data: Likewise.
40503         * conform/data/pwd.h-data: Likewise.
40504         * conform/data/regex.h-data: Likewise.
40505         * conform/data/sched.h-data: Likewise.
40506         * conform/data/search.h-data: Likewise.
40507         * conform/data/semaphore.h-data: Likewise.
40508         * conform/data/setjmp.h-data: Likewise.
40509         * conform/data/signal.h-data: Likewise.
40510         * conform/data/spawn.h-data: Likewise.
40511         * conform/data/stdarg.h-data: Likewise.
40512         * conform/data/stdio.h-data: Likewise.
40513         * conform/data/stdlib.h-data: Likewise.
40514         * conform/data/string.h-data: Likewise.
40515         * conform/data/strings.h-data: Likewise.
40516         * conform/data/stropts.h-data: Likewise.
40517         * conform/data/sys/ipc.h-data: Likewise.
40518         * conform/data/sys/mman.h-data: Likewise.
40519         * conform/data/sys/msg.h-data: Likewise.
40520         * conform/data/sys/resource.h-data: Likewise.
40521         * conform/data/sys/select.h-data: Likewise.
40522         * conform/data/sys/sem.h-data: Likewise.
40523         * conform/data/sys/shm.h-data: Likewise.
40524         * conform/data/sys/socket.h-data: Likewise.
40525         * conform/data/sys/stat.h-data: Likewise.
40526         * conform/data/sys/statvfs.h-data: Likewise.
40527         * conform/data/sys/time.h-data: Likewise.
40528         * conform/data/sys/timeb.h-data: Likewise.
40529         * conform/data/sys/times.h-data: Likewise.
40530         * conform/data/sys/types.h-data: Likewise.
40531         * conform/data/sys/uio.h-data: Likewise.
40532         * conform/data/sys/un.h-data: Likewise.
40533         * conform/data/sys/utsname.h-data: Likewise.
40534         * conform/data/sys/wait.h-data: Likewise.
40535         * conform/data/syslog.h-data: Likewise.
40536         * conform/data/tar.h-data: Likewise.
40537         * conform/data/termios.h-data: Likewise.
40538         * conform/data/utime.h-data: Likewise.
40539         * conform/data/utmpx.h-data: Likewise.
40540         * conform/data/varargs.h-data: Likewise.
40541         * conform/data/wchar.h-data: Likewise.
40542         * conform/data/wctype.h-data: Likewise.
40543         * conform/data/wordexp.h-data: Likewise.
40544
40545         * include/stropts.h: New file.
40546         * include/uchar.h: New file.
40547         * include/aio.h: Changes to allow conformtest.pl to use the headers.
40548         * include/assert.h: Likewise.
40549         * include/ctype.h: Likewise.
40550         * include/dirent.h: Likewise.
40551         * include/dlfcn.h: Likewise.
40552         * include/fcntl.h: Likewise.
40553         * include/fnmatch.h: Likewise.
40554         * include/glob.h: Likewise.
40555         * include/grp.h: Likewise.
40556         * include/libio.h: Likewise.
40557         * include/locale.h: Likewise.
40558         * include/math.h: Likewise.
40559         * include/net/if.h: Likewise.
40560         * include/netdb.h: Likewise.
40561         * include/netinet/in.h: Likewise.
40562         * include/pthread.h: Likewise.
40563         * include/pwd.h: Likewise.
40564         * include/regex.h: Likewise.
40565         * include/sched.h: Likewise.
40566         * include/search.h: Likewise.
40567         * include/setjmp.h: Likewise.
40568         * include/signal.h: Likewise.
40569         * include/stdio.h: Likewise.
40570         * include/stdlib.h: Likewise.
40571         * include/string.h: Likewise.
40572         * include/sys/cdefs.h: Likewise.
40573         * include/sys/mman.h: Likewise.
40574         * include/sys/msg.h: Likewise.
40575         * include/sys/resource.h: Likewise.
40576         * include/sys/select.h: Likewise.
40577         * include/sys/socket.h: Likewise.
40578         * include/sys/stat.h: Likewise.
40579         * include/sys/statvfs.h: Likewise.
40580         * include/sys/time.h: Likewise.
40581         * include/sys/times.h: Likewise.
40582         * include/sys/uio.h: Likewise.
40583         * include/sys/utsname.h: Likewise.
40584         * include/sys/wait.h: Likewise.
40585         * include/termios.h: Likewise.
40586         * include/time.h: Likewise.
40587         * include/ulimit.h: Likewise.
40588         * include/unistd.h: Likewise.
40589         * include/utime.h: Likewise.
40590         * include/wchar.h: Likewise.
40591         * include/wctype.h: Likewise.
40592         * include/wordexp.h: Likewise.
40593
40594         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
40595
40596         * time/time.h: TIME_UTC must be a macro.
40597         Make timespec_get available for ISO C11 only as well.
40598
40599 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
40600
40601         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
40602         Reported by Peng Haitao <penght@cn.fujitsu.com>.
40603
40604 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40605
40606         * configure.in: Use -o not -a in test for unsupported multi-arch.
40607
40608 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40609
40610         * manual/texinfo.tex: Update to version 2012-01-19.16.
40611
40612 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40613
40614         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
40615
40616 2012-02-24  Roland McGrath  <roland@hack.frob.com>
40617
40618         [BZ #13738]
40619         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
40620         * manual/fdl-1.3.texi: New file.
40621         * manual/fdl-1.1.texi: File removed.
40622
40623         [BZ #13738]
40624         * manual/libc.texinfo (FDL_VERSION): New @set.
40625         Use it for mention of FDL in cover text.
40626         (Documentation License): Use it in @include file name.
40627
40628 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40629             Roland McGrath  <roland@hack.frob.com>
40630
40631         [BZ #5461]
40632         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
40633         (not LONG_LONG_MAX and LONG_LONG_MIN.
40634         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
40635         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
40636         name.
40637         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
40638
40639 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40640
40641         [BZ #2547]
40642         [BZ #11365]
40643         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
40644         manipulate bits before adding and subtracting TWO23[sx].
40645         * math/libm-test.inc (nearbyint_test): Add more tests.
40646
40647 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40648
40649         [BZ #2548]
40650         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
40651         bits before adding and subtracting TWO23[sx].
40652         * math/libm-test.inc (rint_test): Add more tests.
40653         (rint_test_tonearest): Likewise.
40654         (rint_test_towardzero): Likewise.
40655         (rint_test_downward): Likewise.
40656         (rint_test_upward: Likewise.
40657
40658 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40659
40660         [BZ #10110]
40661         * include/stdc-predef.h: New file.  Extracted from features.h.
40662         * include/features.h: Include stdc-predef.h.
40663         * Makefile (headers): Add stdc-predef.h.
40664         * CONFORMANCE (Compiler limitations): Update.
40665
40666 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40667
40668         * manual/libc.texinfo (VERSION, UPDATED): Revert.
40669
40670 2012-02-21  David S. Miller  <davem@davemloft.net>
40671
40672         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
40673         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40674
40675 2012-02-20  David S. Miller  <davem@davemloft.net>
40676
40677         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
40678         using a normal save/restore sequence, rather than allocating a
40679         dummy stack frame just to store a frame pointer and restore.
40680         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40681
40682 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40683
40684         * manual/install.texi: Fix stray word in line-wrapped comment.
40685
40686 2012-02-20  David S. Miller  <davem@davemloft.net>
40687
40688         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
40689         both binutils and gcc support GOTDATA.
40690
40691         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
40692         "rd %pc" in the PIC register setup sequences.
40693
40694         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
40695         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
40696         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40697         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
40698         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40699         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40700         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40701         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40702         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
40703         (SYSCALL_ERROR_HANDLER): Likewise.
40704         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40705         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40706         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
40707         (SYSCALL_ERROR_HANDLER): Likewise.
40708
40709         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
40710         (HAVE_GCC_GOTDATA): New.
40711         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
40712         relocation support in both binutils and gcc.
40713         * sysdeps/sparc/elf/configure: Regenerate.
40714
40715         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
40716         * sysdeps/sparc/sparc32/elf/configure: Delete.
40717         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
40718         * sysdeps/sparc/sparc64/elf/configure: Delete.
40719         * sysdeps/sparc/elf/configure.in: New file.
40720         * sysdeps/sparc/elf/configure: Generate.
40721
40722         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
40723         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
40724         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
40725         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
40726         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
40727
40728 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40729
40730         * manual/install.texi: Do not mention specific glibc version
40731         numbers.
40732         * manual/libc.texinfo (VERSION, UPDATED): Update.
40733         (@copying): Use @copyright{} and range of years.
40734
40735 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40736
40737         [BZ #13695]
40738         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
40739         [crti.S not in sysdirs] (generated): Do not append.
40740         [crti.S not in sysdirs] (omit-deps): Likewise.
40741         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
40742         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
40743         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
40744         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
40745         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
40746         Likewise.
40747         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
40748         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
40749         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
40750         * csu/defs.awk: Remove file.
40751         * sysdeps/generic/initfini.c: Likewise.
40752         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
40753         variable.
40754         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
40755         Likewise.
40756
40757 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40758
40759         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
40760         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
40761         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
40762         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
40763         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
40764         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
40765         <bits/epoll.h>.
40766         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
40767         (__EPOLL_PACKED): Define to empty if not defined by
40768         <bits/epoll.h>.
40769         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
40770         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40771         bits/epoll.h.
40772
40773 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40774
40775         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
40776         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
40777         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
40778         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
40779         <bits/timerfd.h>.
40780         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
40781         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40782         bits/timerfd.h.
40783
40784 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40785
40786         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
40787         in C locale.
40788         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40789         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
40790         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
40791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40792
40793 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
40794
40795         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
40796         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40797
40798 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
40799
40800         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
40801         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
40802         defined.
40803         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
40804         Likewise.
40805         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
40806         entry for 2.16.
40807
40808 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
40809
40810         * math/w_acos.c: Use non-signaling floating-point comparisons.
40811         * math/w_acosf.c: Likewise.
40812         * math/w_acosh.c: Likewise.
40813         * math/w_acoshf.c: Likewise.
40814         * math/w_acoshl.c: Likewise.
40815         * math/w_acosl.c: Likewise.
40816         * math/w_asin.c: Likewise.
40817         * math/w_asinf.c: Likewise.
40818         * math/w_asinl.c: Likewise.
40819         * math/w_atanh.c: Likewise.
40820         * math/w_atanhf.c: Likewise.
40821         * math/w_atanhl.c: Likewise.
40822         * math/w_exp2.c: Likewise.
40823         * math/w_exp2f.c: Likewise.
40824         * math/w_exp2l.c: Likewise.
40825         * math/w_j0.c: Likewise.
40826         * math/w_j0f.c: Likewise.
40827         * math/w_j0l.c: Likewise.
40828         * math/w_j1.c: Likewise.
40829         * math/w_j1f.c: Likewise.
40830         * math/w_j1l.c: Likewise.
40831         * math/w_jn.c: Likewise.
40832         * math/w_jnf.c: Likewise.
40833         * math/w_log.c: Likewise.
40834         * math/w_log10.c: Likewise.
40835         * math/w_log10f.c: Likewise.
40836         * math/w_log10l.c: Likewise.
40837         * math/w_log2.c: Likewise.
40838         * math/w_log2f.c: Likewise.
40839         * math/w_log2l.c: Likewise.
40840         * math/w_logf.c: Likewise.
40841         * math/w_logl.c: Likewise.
40842         * math/w_sqrt.c: Likewise.
40843         * math/w_sqrtf.c: Likewise.
40844         * math/w_sqrtl.c: Likewise.
40845         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40846         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
40847         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40848         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
40849         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
40850
40851 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40852
40853         [BZ #9739]
40854         * manual/string.texi (strnlen): Use correct parameter name in
40855         equivalent expression.
40856
40857 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40858
40859         [BZ #11174]
40860         * manual/users.texi (seteuid): Consistently use neweuid for
40861         argument name.
40862
40863 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40864
40865         [BZ #13704]
40866         * manual/nss.texi (Services in the NSS configuration): Correct
40867         list of services in example configuration file.
40868
40869 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
40870
40871         [BZ #11322]
40872         * manual/arith.texi: Remove statements about negative zero
40873         behaving identically to zero.
40874
40875 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40876
40877         [BZ #5993]
40878         * manual/install.texi: Do not document upgrading from libc5.
40879
40880 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40881
40882         [BZ #4596]
40883         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
40884
40885 2012-02-18  David S. Miller  <davem@davemloft.net>
40886
40887         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
40888         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
40889         %o7 across the call.
40890         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
40891         instead.
40892         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
40893         SETUP_PIC_REG_LEAF.
40894         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40895         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
40896         * sysdeps/sparc/crtn.S: Likewise.
40897
40898 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
40899
40900         * aout/Makefile: Remove.
40901
40902 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
40903
40904         [BZ #13058]
40905         * manual/examples/argp-ex1.c (main): Format definition in GNU
40906         style.
40907         * manual/examples/argp-ex2.c (main): Likewise.
40908         * manual/examples/argp-ex3.c (main): Likewise.
40909         * manual/examples/argp-ex4.c (main): Likewise.
40910         * manual/examples/longopt.c (main): Use new-style prototype
40911         definition.
40912         * manual/examples/strncat.c (main): Specify return type and use
40913         (void) for arguments.
40914         * manual/examples/subopt.c (main): Use char **argv argument.
40915
40916 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40917
40918         [BZ #5077]
40919         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
40920         rounding modes.
40921
40922 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
40923
40924         [BZ #6907]
40925         * manual/string.texi (strchr): Change when strchrnul is
40926         recommended.
40927
40928 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
40929
40930         [BZ #174]
40931         * manual/locale.texi (setlocale): Document LOCPATH.
40932
40933 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40934
40935         [BZ #10210]
40936         * manual/process.texi (execle): Move @dots{} before last argument.
40937
40938 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
40939
40940         [BZ #12047]
40941         * manual/charset.texi (Generic Charset Conversion): Fix typo
40942         (LC_TYPE -> LC_CTYPE).
40943
40944 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
40945
40946         [BZ #5805]
40947         * manual/arith.texi (scalbn): Use @var{} on parameter names.
40948         (scalbnf): Likewise.
40949         (scalbnl): Likewise.
40950         (scalbln): Likewise.
40951         (scalblnf): Likewise.
40952         (scalblnl): Likewise.
40953         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
40954         (vwarnx): Likewise.
40955         (verr): Likewise.
40956         (verrx): Likewise.
40957         * manual/filesys.texi (telldir): Use braces around return type.
40958         * manual/llio.texi (mmap): Add space after comma.
40959         (mmap64): Likewise.
40960         * manual/math.texi (jn): Use @var{} on parameter names.
40961         (jnf): Likewise.
40962         (jnl): Likewise.
40963         (yn): Likewise.
40964         (ynf): Likewise.
40965         (ynl): Likewise.
40966         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
40967         line.
40968         * manual/resource.texi (ulimit): Use @dots{} instead of literal
40969         "...".
40970         (sched_get_priority_min): Remove semicolon on @deftypefun line.
40971         (sched_get_priority_max): Likewise.
40972         * manual/signal.texi (sigvec): Add space after comma.
40973         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
40974         names.
40975         (if_indextoname): Likewise.
40976         (if_freenameindex): Likewise.
40977         (sendto): Use ',' instead of '.' in prototype.
40978         * manual/startup.texi (syscall): Use @dots{} instead of literal
40979         "...".
40980         * manual/stdio.texi (__fpending): Separate initial words of
40981         paragraph from @deftypefun line.
40982         * manual/syslog.texi (syslog): Use @dots{} instead of literal
40983         "...".
40984         (vsyslog): Use @var{} on parameter names.
40985         * manual/terminal.texi (stty): Use @var{} on parameter names.
40986         * manual/users.texi (getutmp): Use @var{} on parameter names.
40987         (getutmpx): Likewise.
40988
40989 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40990
40991         [BZ #6884]
40992         * manual/stdio.texi (fopen): Fix typos in description of
40993         ",ccs=STRING".
40994
40995 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
40996
40997         [BZ #4026]
40998         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
40999         get clock_id definition.
41000
41001 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41002
41003         [BZ #4822]
41004         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41005         (madvise): Cast every argument to void on its own.
41006
41007 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41008
41009         [BZ #9902]
41010         * manual/startup.texi (Exit Status): Fix typo.
41011
41012 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41013
41014         [BZ #10140]
41015         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41016         * manual/examples/argp-ex2.c: Likewise.
41017         * manual/examples/argp-ex3.c: Likewise.
41018
41019 2012-02-16  Richard Henderson  <rth@redhat.com>
41020
41021         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41022         * sysdeps/s390/s390-32/initfini.c: Remove.
41023         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41024         * sysdeps/s390/s390-64/initfini.c: Remove.
41025
41026 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41027
41028         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41029         compiler output for sysdeps/generic/initfini.c.
41030         * sysdeps/sh/elf/initfini.c: Remove file.
41031
41032 2012-02-16  David S. Miller  <davem@davemloft.net>
41033
41034         [BZ #11494]
41035         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41036
41037         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41038         * sysdeps/sparc/crti.S: New file.
41039         * sysdeps/sparc/crtn.S: New file.
41040         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41041         * sysdeps/sparc/sparc64/Makefile: Likewise.
41042
41043 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41044
41045         [BZ #3335]
41046         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41047
41048 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41049
41050         [BZ #4822]
41051         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41052
41053         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41054         (write, read, close): Likewise.
41055         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41056
41057 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41058
41059         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41060         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41061         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41062         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41063         <bits/signalfd.h>.
41064         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41065         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41066         bits/signalfd.h.
41067
41068 2012-02-14  Marek Polacek  <polacek@redhat.com>
41069
41070         * sysdeps/x86_64/crti.S: New file.
41071         * sysdeps/x86_64/crtn.S: New file.
41072         * sysdeps/x86_64/elf/initfini.c: Remove file.
41073
41074 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41075
41076         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41077         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41078         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41079         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41080         <bits/inotify.h>.
41081         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41082         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41083         bits/inotify.h.
41084
41085 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41086
41087         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41088         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41089         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41090         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41091         <bits/eventfd.h>.
41092         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41093         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41094         bits/eventfd.h.
41095
41096 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41097
41098         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41099         __feraiseexcept instead of feraiseexcept.
41100
41101         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41102         nanosleep invocations.
41103         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41104         strings, and add error checking for a nanosleep invocations.
41105
41106 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41107
41108         Replace FSF snail mail address with URLs, as per GNU coding standards.
41109         Most of the snail mail addresses were wrong anyway, and omitting
41110         them makes the source code easier to maintain.  Almost all of the
41111         changes are to license notices and to locale LC_IDENTIFICATION
41112         addresses, except for this one:
41113         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41114         not its snail mail address.
41115
41116 2012-02-09  Richard Henderson  <rth@twiddle.net>
41117
41118         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41119         of kernel-features.h.
41120
41121         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41122
41123 2012-02-08  Marek Polacek  <polacek@redhat.com>
41124
41125         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41126         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41127         * sysdeps/gnu/_G_config.h: Likewise.
41128         * sysdeps/generic/_G_config.h: Likewise.
41129
41130 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41131
41132         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41133         tests.
41134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41135
41136         * sysdeps/powerpc/powerpc32/crti.S: New file.
41137         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41138         * sysdeps/powerpc/powerpc64/crti.S: New file.
41139         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41140
41141         * Makeconfig (have-initfini): Don't set.
41142         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41143         * configure.in (nopic_initfini): Don't substitute.
41144         * config.h.in (HAVE_INITFINI): Don't #undef.
41145         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41146         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41147
41148 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41149
41150         Support crti.S and crtn.S provided directly by architectures.
41151         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41152         [crti.S in sysdirs] (omit-deps): Likewise.
41153         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41154         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41155         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41156         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41157         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41158         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41159         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41160         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41161         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41162         compiler output for sysdeps/generic/initfini.c.
41163         * sysdeps/i386/elf/Makefile: Remove file.
41164         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41165
41166 2012-02-07  Marek Polacek  <polacek@redhat.com>
41167
41168         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41169         * sysdeps/gnu/_G_config.h: Likewise.
41170         * sysdeps/mach/hurd/_G_config.h: Likewise.
41171
41172 2012-02-07  Marek Polacek  <polacek@redhat.com>
41173
41174         * math/Makefile (tests): Add tst-CMPLX2.
41175         * math/tst-CMPLX2.c: New file.
41176
41177 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41178
41179         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41180
41181         * math/libm-test.inc (jn_test): Add missing L suffix.
41182
41183 2012-02-06  Marek Polacek  <polacek@redhat.com>
41184
41185         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41186         * sysdeps/i386/fpu/e_powf.S: Likewise.
41187         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41188         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41189         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41190         * sysdeps/i386/fpu/e_pow.S: Likewise.
41191         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41192         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41193         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41194         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41195         * sysdeps/i386/fpu/e_log2.S: Likewise.
41196         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41197         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41198         * sysdeps/i386/fpu/e_powl.S: Likewise.
41199         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41200         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41201         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41202         * sysdeps/i386/fpu/e_logl.S: Likewise.
41203         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41204         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41205         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41206         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41207         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41208         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41209         * sysdeps/i386/fpu/e_log.S: Likewise.
41210         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41211         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41212         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41213         * sysdeps/i386/fpu/e_logf.S: Likewise.
41214         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41215         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41216         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41217         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41218         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41219         * sysdeps/i386/fpu/e_log10.S: Likewise.
41220         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41221         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41222         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41223         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41224         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41225         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41226         * sysdeps/i386/asm-syntax.h: Likewise.
41227         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41228         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41229         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41230         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41231         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41232         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41233         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41234         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41235         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41236         * sysdeps/powerpc/sysdep.h: Likewise.
41237         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41238         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41239
41240 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41241
41242         [BZ #411]
41243         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41244
41245 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41246
41247         * sysdeps/i386/sysdep.h: Include <features.h>.
41248         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41249         version.
41250
41251 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41252
41253         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41254         Define.
41255         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41256         LOAD_PIC_REG_STR.
41257
41258 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41259
41260         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41261         (SETUP_PIC_REG): Use GET_PC_THUNK.
41262         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41263         macro.
41264
41265 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41266
41267         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41268         for non-PIC compilation.
41269         (SETUP_PIC_REG): Add .p2align directive.
41270         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41271         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41272         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41273         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41274         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41275         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41276         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41277         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41278         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41279         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41280         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41281         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41282         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41283         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41284         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41285         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41286         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41287         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41288         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41289         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41290         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41291         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41292         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41293         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41294         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41295         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41296         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41297         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41298         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41299         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41300         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41301         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41302         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41303         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41304         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41305         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41306         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41307         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41308         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41309         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41310         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41311
41312 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41313
41314         * math/tst-CMPLX.c: Include <stdio.h>.
41315
41316 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41317
41318         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41319         float.
41320         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41321         * sysdeps/sparc/bits/mathdef.h: Likewise.
41322
41323 2012-01-31  Marek Polacek  <polacek@redhat.com>
41324
41325         * libio/libio.h: Don't define _PARAMS.
41326         * locale/programs/config.h: Don't define PARAMS.
41327         * stdlib/strtol_l.c: Likewise.
41328         (__strtol_l): Remove PARAMS from the prototype.
41329
41330 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41331
41332         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41333         names.  Just use the correct names.  Remove unnecessary wrapper
41334         functions.
41335         * malloc/arena.c: Likewise.
41336         * malloc/hooks.c: Likewise.
41337
41338         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41339         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41340         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41341
41342 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41343
41344         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41345         into tail calls.
41346         (update_get_addr): New function.
41347         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41348         GET_ADDR_MODULE parameter.
41349
41350 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41351
41352         * crypt/cert.c: Remove __STDC__ conditionals.
41353         * crypt/crypt-entry.c: Likewise.
41354         * crypt/crypt_util.c: Likewise.
41355         * libio/filedoalloc.c: Likewise.
41356         * libio/fileops.c: Likewise.
41357         * libio/genops.c: Likewise.
41358         * libio/iofclose.c: Likewise.
41359         * libio/iofdopen.c: Likewise.
41360         * libio/iofopen.c: Likewise.
41361         * libio/iofopen64.c: Likewise.
41362         * libio/iogetdelim.c: Likewise.
41363         * libio/iopopen.c: Likewise.
41364         * libio/obprintf.c: Likewise.
41365         * libio/oldfileops.c: Likewise.
41366         * libio/oldiofclose.c: Likewise.
41367         * libio/oldiofdopen.c: Likewise.
41368         * libio/oldiofopen.c: Likewise.
41369         * libio/oldiopopen.c: Likewise.
41370         * libio/wfiledoalloc.c: Likewise.
41371         * libio/wgenops.c: Likewise.
41372         * locale/programs/xmalloc.c: Likewise.
41373         * misc/syslog.c: Likewise.
41374         * stdio-common/xbug.c: Likewise.
41375         * string/memchr.c: Likewise.
41376         * string/memcmp.c: Likewise.
41377         * string/memrchr.c: Likewise.
41378         * string/rawmemchr.c: Likewise.
41379         * sysdeps/posix/getcwd.c: Likewise.
41380         * time/strftime_l.c: Likewise.
41381
41382 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41383
41384         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41385         * config.make.in (config-cflags-sse2avx): Define.
41386         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41387         Fix typo.
41388
41389 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41390
41391         * scripts/config.guess: Update from upstream config git repository.
41392         * scripts/config.sub: Likewise.
41393
41394 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41395
41396         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41397         (EM_NUM): Update.
41398         (R_TILEPRO_*, R_TILEGX_*): New macros.
41399
41400         * scripts/firstversions.awk: Fix bug in version range handling.
41401
41402         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41403
41404         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41405
41406         * include/sys/epoll.h: New file.
41407         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
41408         libc_hidden_def.
41409
41410 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
41411
41412         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
41413         Avoid unnecessary __WORDSIZE == 64 test.
41414         (fmaxf): Use VEX format if possible.
41415         (fmax): Likewise.
41416         (fminf): Likewise.
41417         (fmin): Likewise.
41418
41419         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
41420         * math/math_private.h: Remove libc_fegetround* and
41421         libc_fesetround*.
41422         * sysdeps/i386/configure.in: Check for -msse2avx.
41423         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
41424         also if SSE2AVX is defined.
41425         Remove libc_fegetround* and libc_fesetround*.
41426         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
41427         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
41428         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
41429         of HAS_YMM_USABLE.
41430         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41431         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41432         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41433         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41434         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41435
41436         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
41437
41438 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41439
41440         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
41441         size is not set.
41442         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
41443
41444 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
41445
41446         [BZ #13618]
41447         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
41448         relocation.
41449         * Makeconfig (libm): Define.
41450         * elf/Makefile: Add rules to build and run tst-relsort1.
41451         * elf/tst-relsort1.c: New file.
41452         * elf/tst-relsort1mod1.c: New file.
41453         * elf/tst-relsort1mod2.c: New file.
41454
41455 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
41456
41457         * math/s_ldexp.c: Remove __STDC__ conditionals.
41458         * math/s_ldexpf.c: Likewise.
41459         * math/s_ldexpl.c: Likewise.
41460         * math/s_nextafter.c: Likewise.
41461         * math/s_nexttowardf.c: Likewise.
41462         * math/s_significand.c: Likewise.
41463         * math/s_significandf.c: Likewise.
41464         * math/s_significandl.c: Likewise.
41465         * math/w_jnl.c: Likewise.
41466         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41467         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41468         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41469         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41470         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41471         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41472         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
41473         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41474         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41475         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41476         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41477         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41478         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41479         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41480         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41481         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41482         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41483         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41484         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41485         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41486         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41487         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41488         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41489         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41490         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41491         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41492         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41493         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41494         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41495         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41496         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41497         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41498         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41499         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41500         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41501         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41502         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41503         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41504         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41505         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41506         * sysdeps/ieee754/k_standard.c: Likewise.
41507         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41508         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41509         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41510         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41511         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41512         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41513         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41514         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41515         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41516         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41517         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41518         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41519         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41520         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41521         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41522         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41524         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41525         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41526         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41527         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41528         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41529         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41530         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41568         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41573         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41581         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41582         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41586         * sysdeps/ieee754/s_matherr.c: Likewise.
41587         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41588         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41589         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41590         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41591
41592 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41593
41594         * crypt/md5.h: Remove __STDC__ conditionals.
41595         * libio/libioP.h: Likewise.
41596         * locale/programs/config.h: Likewise.
41597         * sysdeps/generic/sysdep.h: Likewise.
41598         * sysdeps/i386/asm-syntax.h: Likewise.
41599         * sysdeps/s390/asm-syntax.h: Likewise.
41600         * sysdeps/unix/sysdep.h: Likewise.
41601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
41602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
41603
41604 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41605
41606         * libio/libio.h: Remove __STDC__ conditionals.
41607         * malloc/obstack.h: Likewise.
41608         * math/complex.h: Likewise.
41609         * math/math.h: Likewise.
41610         * sysdeps/generic/_G_config.h: Likewise.
41611         * sysdeps/gnu/_G_config.h: Likewise.
41612         * sysdeps/mach/hurd/_G_config.h: Likewise.
41613         * sysdeps/powerpc/bits/mathdef.h: Likewise.
41614         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41615         * sysdeps/sparc/bits/mathdef.h: Likewise.
41616
41617 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
41618
41619         [BZ #13583]
41620         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
41621         Clean up HAS_* macros.
41622         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
41623         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
41624         possible.
41625         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
41626         HAS_AVX.
41627         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41628         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41629         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41630         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41631         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41632
41633 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
41634
41635         * elf/tst-unique3.cc (gets): Remove declaration.
41636         * elf/tst-unique3lib.cc (gets): Likewise.
41637         * elf/tst-unique3lib2.cc (gets): Likewise.
41638         * elf/tst-unique4.cc (gets): Likewise.
41639
41640 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
41641
41642         * include/stdio.h: Add C++ protection.  Add gets declarations and
41643         definitions.
41644         * debug/tst-chk1.c: Don't declare gets here.
41645         * stdio-common/tst-gets.c: Likewise.
41646
41647 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41648
41649         * posix/glob: Remove directory.
41650
41651 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41652
41653         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
41654
41655 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
41656
41657         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
41658         of the non-standard EPFNOSUPPORT.
41659
41660 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41661
41662         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
41663         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
41664         ANYWHERE set to 1 only on KERN_NO_SPACE error.
41665
41666 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
41667
41668         * wcsmbs/uchar.h: Test __STDC_VERSION__.
41669
41670 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
41671
41672         * nscd/aicache.c (addhstaiX): Do not cache negative results of
41673         transient errors.
41674         * nscd/grpcache.c (cache_addgr): Likewise.
41675         * nscd/hstcache.c (cache_addhst): Likewise.
41676         * nscd/initgrcache.c (addinitgroupsX): Likewise.
41677         * nscd/pwdcache.c (cache_addpw): Likewise.
41678         * nscd/servicescache.c (cache_addserv): Likewise.
41679
41680 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
41681
41682         * malloc/malloc.c: Various cleanups.
41683         * malloc/hooks.c: Likewise.
41684
41685         * stdlib/Makefile (tests): Add bug-fmtmsg1.
41686         * stdlib/bug-fmtmsg1.c: New file.
41687
41688         * stdlib/fmtmsg.c (init): Add missing unlock.
41689         Patch by Peng Haitao <penght@cn.fujitsu.com>.
41690
41691 2012-01-12  Marek Polacek  <polacek@redhat.com>
41692
41693         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
41694         and _GNU_SOURCE.
41695
41696 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
41697
41698         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
41699         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
41700         macro to ensure uniqueness of label name.
41701         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
41702         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
41703
41704 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
41705
41706         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
41707
41708         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
41709         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41710         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41711         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
41712
41713 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
41714
41715         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
41716
41717         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
41718         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41719         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41720
41721         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
41722
41723         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
41724         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41725         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41726         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
41727
41728         * math/bits/math-finite.h: Add ldexp support.
41729
41730 2012-01-10  Marek Polacek  <polacek@redhat.com>
41731
41732         * locale/programs/localedef.h (show_archive_content): Add noreturn
41733         attribute.
41734
41735 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
41736
41737         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
41738
41739 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41740
41741         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
41742
41743         * io/Makefile (headers): Add bits/poll2.h.
41744
41745 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
41746
41747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
41748         typo #include statement.
41749
41750 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41751
41752         * include/sys/cdefs.h: Define __attribute_alloc_size.
41753         * catgets/gencat.c: Add alloc_size attribute and apply consistently
41754         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
41755         * elf/pldd.c: Likewise.
41756         * iconv/iconv_charmap.c: Likewise.
41757         * iconv/iconvconfig.c: Likewise.
41758         * iconv/strtab.c: Likewise.
41759         * locale/programs/locale.c: Likewise.
41760         * locale/programs/localedef.h: Likewise.
41761         * locale/programs/simple-hash.c: Likewise.
41762         * nscd/nscd.h: Likewise.
41763         * nss/makedb.c: Likewise.
41764         * sysdeps/generic/ldconfig.h: Likewise.
41765         * locale/programs/localedef.c: Remove xmalloc prototype.
41766         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
41767
41768 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
41769
41770         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
41771         appropriate.
41772
41773 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41774
41775         * math/Makefile (tests): Add tst-CMPLX.
41776         * math/tst-CMPLX.c: New file.
41777
41778         * math/complex.h (CMPLXL): Fix typo.
41779
41780         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
41781         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
41782         GLIBC_2.16.
41783         * debug/tst-chk1.c: Add poll and ppoll tests.
41784         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
41785         * include/sys/poll.h: Add hidden proto for ppoll.
41786         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
41787         * sysdeps/mach/hurd/ppoll.c: Likewise.
41788         * io/ppoll.c: Likewise.
41789         * debug/poll_chk.c: New file.
41790         * debug/ppoll_chk.c: New file.
41791         * include/bits/poll2.h: New file.
41792         * io/bits/poll2.h: New file.
41793
41794         [BZ #1350]
41795         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
41796
41797         * configure.in: static is always set to yes.  Remove.
41798         * config.make.in: Don't set build-static.
41799         * Makeconfig: Remove use of build-static.
41800         * dlfcn/Makefile: Likewise.
41801         * elf/Makefile: Likewise.
41802         * math/Makefile: Likewise.
41803         * misc/Makefile: Likewise.
41804         * nptl/Makefile: Likewise.
41805         * sysdeps/mach/hurd/Makefile: Likewise.
41806
41807         * configure.in: PWD_P is not used anymore.
41808         * config.make.in: Remove PWD_P entry.
41809
41810         * configure.in: Remove last remnants of RANLIB.
41811         No need to check for signed size_t anymore.
41812         Don't set libc_commonpagesize and libc_relro_required here for Alpha
41813         and IA-64.
41814         Remove __builtin_expect test because we require at least gcc 3.4.
41815         * aclocal.m4: Likewise.
41816
41817         * wcsmbs/mbrtoc16.c: Implement using towc function.
41818         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
41819         * wcsmbs/wcsmbsload.c: Likewise.
41820         * iconv/gconv_simple.c: Likewise.
41821         * iconv/gconv_int.h: Likewise.
41822         * iconv/gconv_builtin.h: Likewise.
41823         * iconv/iconv_prog.c: Remove CHAR16 handling.
41824
41825         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
41826
41827         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
41828
41829         * configure.in: Remove --with-elf and --enable-bounded options.
41830         Dont set base_machine for ia64.  More non-ELF conditions removed.
41831         Remove testing and setting of leading underscore information.
41832         * config.make.in (build-bounded): Set to no.
41833         * config.h.in: Remove NO_UNDERSCORES entry.
41834         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
41835         them.
41836         * csu/start.c: Remove !NO_UNDERSCORE code.
41837         * locale/localeinfo.h: Likewise.
41838         * sysdeps/generic/machine-gmon.h: Likewise.
41839         * sysdeps/generic/sysdep.h: Likewise.
41840         * sysdeps/i386/sysdep.h: Likewise.
41841         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
41842         * sysdeps/mach/sysdep.h: Likewise.
41843         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41844         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41845         * sysdeps/sh/sysdep.h: Likewise.
41846         * sysdeps/sparc/sparc32/alloca.S: Likewise.
41847         * sysdeps/unix/i386/sysdep.S: Likewise.
41848         * sysdeps/unix/sparc/start.c: Likewise.
41849         * sysdeps/unix/sparc/sysdep.S: Likewise.
41850         * sysdeps/unix/sparc/sysdep.h: Likewise.
41851         * sysdeps/unix/start.c: Likewise.
41852         * sysdeps/unix/x86_64/sysdep.S: Likewise.
41853         * sysdeps/x86_64/sysdep.h: Likewise.
41854
41855 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
41856
41857         [BZ #13553]
41858         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
41859         for non-gcc.
41860         * argp/argp-fmtstream.h: Use const instead __const.
41861         * argp/argp.h: Likewise.
41862         * assert/assert.h: Likewise.
41863         * bits/fenv.h: Likewise.
41864         * bits/sched.h: Likewise.
41865         * bits/sigset.h: Likewise.
41866         * bits/sigthread.h: Likewise.
41867         * catgets/nl_types.h: Likewise.
41868         * conform/data/pthread.h-data: Likewise.
41869         * crypt/crypt-private.h: Likewise.
41870         * crypt/crypt.h: Likewise.
41871         * crypt/crypt_util.c: Likewise.
41872         * ctype/ctype.h: Likewise.
41873         * debug/execinfo.h: Likewise.
41874         * debug/mbsnrtowcs_chk.c: Likewise.
41875         * debug/mbsrtowcs_chk.c: Likewise.
41876         * debug/wcsnrtombs_chk.c: Likewise.
41877         * debug/wcsrtombs_chk.c: Likewise.
41878         * debug/wcstombs_chk.c: Likewise.
41879         * dirent/dirent.h: Likewise.
41880         * dlfcn/dlfcn.h: Likewise.
41881         * elf/neededtest4.c: Likewise.
41882         * grp/grp.h: Likewise.
41883         * gshadow/gshadow.h: Likewise.
41884         * iconv/gconv.h: Likewise.
41885         * iconv/gconv_int.h: Likewise.
41886         * iconv/gconv_simple.c: Likewise.
41887         * iconv/iconv.h: Likewise.
41888         * iconv/loop.c: Likewise.
41889         * iconv/skeleton.c: Likewise.
41890         * include/aio.h: Likewise.
41891         * include/aliases.h: Likewise.
41892         * include/argz.h: Likewise.
41893         * include/arpa/inet.h: Likewise.
41894         * include/assert.h: Likewise.
41895         * include/dirent.h: Likewise.
41896         * include/dlfcn.h: Likewise.
41897         * include/execinfo.h: Likewise.
41898         * include/fcntl.h: Likewise.
41899         * include/fenv.h: Likewise.
41900         * include/glob.h: Likewise.
41901         * include/grp.h: Likewise.
41902         * include/libintl.h: Likewise.
41903         * include/mntent.h: Likewise.
41904         * include/netdb.h: Likewise.
41905         * include/pwd.h: Likewise.
41906         * include/rpc/netdb.h: Likewise.
41907         * include/sched.h: Likewise.
41908         * include/search.h: Likewise.
41909         * include/shadow.h: Likewise.
41910         * include/signal.h: Likewise.
41911         * include/stdio.h: Likewise.
41912         * include/stdlib.h: Likewise.
41913         * include/string.h: Likewise.
41914         * include/sys/socket.h: Likewise.
41915         * include/sys/stat.h: Likewise.
41916         * include/sys/statfs.h: Likewise.
41917         * include/sys/statvfs.h: Likewise.
41918         * include/sys/syslog.h: Likewise.
41919         * include/sys/time.h: Likewise.
41920         * include/sys/uio.h: Likewise.
41921         * include/time.h: Likewise.
41922         * include/unistd.h: Likewise.
41923         * include/utmp.h: Likewise.
41924         * include/wchar.h: Likewise.
41925         * include/wctype.h: Likewise.
41926         * inet/aliases.h: Likewise.
41927         * inet/arpa/inet.h: Likewise.
41928         * inet/netinet/ether.h: Likewise.
41929         * inet/netinet/in.h: Likewise.
41930         * intl/libintl.h: Likewise.
41931         * io/bits/fcntl2.h: Likewise.
41932         * io/fcntl.h: Likewise.
41933         * io/ftw.h: Likewise.
41934         * io/sys/poll.h: Likewise.
41935         * io/sys/stat.h: Likewise.
41936         * io/sys/statfs.h: Likewise.
41937         * io/sys/statvfs.h: Likewise.
41938         * io/utime.h: Likewise.
41939         * libio/bits/stdio.h: Likewise.
41940         * libio/bits/stdio2.h: Likewise.
41941         * libio/libio.h: Likewise.
41942         * libio/libioP.h: Likewise.
41943         * libio/stdio.h: Likewise.
41944         * locale/lc-ctype.c: Likewise.
41945         * locale/locale.h: Likewise.
41946         * login/utmp.h: Likewise.
41947         * malloc/arena.c: Likewise.
41948         * malloc/malloc.c: Likewise.
41949         * malloc/malloc.h: Likewise.
41950         * malloc/mcheck.c: Likewise.
41951         * malloc/mtrace.c: Likewise.
41952         * math/bits/mathcalls.h: Likewise.
41953         * math/fenv.h: Likewise.
41954         * math/math_private.h: Likewise.
41955         * misc/bits/error.h: Likewise.
41956         * misc/bits/syslog.h: Likewise.
41957         * misc/err.h: Likewise.
41958         * misc/error.h: Likewise.
41959         * misc/fstab.h: Likewise.
41960         * misc/mntent.h: Likewise.
41961         * misc/regexp.h: Likewise.
41962         * misc/search.h: Likewise.
41963         * misc/sgtty.h: Likewise.
41964         * misc/sys/mman.h: Likewise.
41965         * misc/sys/syslog.h: Likewise.
41966         * misc/sys/uio.h: Likewise.
41967         * misc/sys/xattr.h: Likewise.
41968         * misc/ttyent.h: Likewise.
41969         * nis/rpcsvc/ypclnt.h: Likewise.
41970         * nss/nss.h: Likewise.
41971         * posix/bits/unistd.h: Likewise.
41972         * posix/fnmatch.h: Likewise.
41973         * posix/glob.h: Likewise.
41974         * posix/sched.h: Likewise.
41975         * posix/spawn.h: Likewise.
41976         * posix/sys/wait.h: Likewise.
41977         * posix/unistd.h: Likewise.
41978         * posix/wordexp.h: Likewise.
41979         * pwd/pwd.h: Likewise.
41980         * resolv/netdb.h: Likewise.
41981         * resource/sys/resource.h: Likewise.
41982         * rt/aio.h: Likewise.
41983         * rt/bits/mqueue2.h: Likewise.
41984         * rt/mqueue.h: Likewise.
41985         * shadow/shadow.h: Likewise.
41986         * signal/signal.h: Likewise.
41987         * socket/send.c: Likewise.
41988         * socket/sendto.c: Likewise.
41989         * socket/sys/socket.h: Likewise.
41990         * stdio-common/printf.h: Likewise.
41991         * stdlib/bits/stdlib.h: Likewise.
41992         * stdlib/fmtmsg.h: Likewise.
41993         * stdlib/monetary.h: Likewise.
41994         * stdlib/stdlib.h: Likewise.
41995         * stdlib/ucontext.h: Likewise.
41996         * streams/stropts.h: Likewise.
41997         * string/argz.h: Likewise.
41998         * string/bits/string2.h: Likewise.
41999         * string/string.h: Likewise.
42000         * string/strings.h: Likewise.
42001         * sunrpc/rpc/auth.h: Likewise.
42002         * sunrpc/rpc/auth_des.h: Likewise.
42003         * sunrpc/rpc/clnt.h: Likewise.
42004         * sunrpc/rpc/netdb.h: Likewise.
42005         * sunrpc/rpc/pmap_clnt.h: Likewise.
42006         * sunrpc/rpc/xdr.h: Likewise.
42007         * sysdeps/generic/inttypes.h: Likewise.
42008         * sysdeps/generic/net/if.h: Likewise.
42009         * sysdeps/generic/sys/swap.h: Likewise.
42010         * sysdeps/gnu/net/if.h: Likewise.
42011         * sysdeps/gnu/utmpx.h: Likewise.
42012         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42013         * sysdeps/i386/i486/bits/string.h: Likewise.
42014         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42015         * sysdeps/s390/bits/string.h: Likewise.
42016         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42017         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42018         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42019         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42020         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42021         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42022         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42023         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42024         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42025         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42026         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42027         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42028         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42029         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42030         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42031         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42032         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42033         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42034         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42035         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42036         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42037         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42038         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42039         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42040         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42041         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42042         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42043         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42044         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42045         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42046         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42047         * sysvipc/sys/ipc.h: Likewise.
42048         * sysvipc/sys/msg.h: Likewise.
42049         * sysvipc/sys/sem.h: Likewise.
42050         * sysvipc/sys/shm.h: Likewise.
42051         * termios/termios.h: Likewise.
42052         * time/sys/time.h: Likewise.
42053         * time/time.h: Likewise.
42054         * wcsmbs/bits/wchar2.h: Likewise.
42055         * wcsmbs/uchar.h: Likewise.
42056         * wcsmbs/wchar.h: Likewise.
42057         * wctype/wctype.h: Likewise.
42058
42059         [BZ #13551]
42060         * Makeconfig: Remove all but ELF support including AIX support.
42061         * Makerules: Likewise.
42062         * config.h.in: Likewise.
42063         * config.make.in: Likewise.
42064         * configure: Likewise.
42065         * configure.in: Likewise.
42066         * csu/Makefile: Likewise.
42067         * csu/version.c: Likewise.
42068         * debug/Makefile: Likewise.
42069         * dlfcn/Makefile: Likewise.
42070         * elf/Makefile: Likewise.
42071         * extra-lib.mk: Likewise.
42072         * iconv/Makefile: Likewise.
42073         * include/libc-symbols.h: Likewise.
42074         * include/shlib-compat.h: Likewise.
42075         * resolv/Makefile: Likewise.
42076         * resolv/res_libc.c: Likewise.
42077         * rt/Makefile: Likewise.
42078         * sysdeps/i386/asm-syntax.h: Likewise.
42079         * sysdeps/i386/sysdep.h: Likewise.
42080         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42081         * sysdeps/mach/sysdep.h: Likewise.
42082         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42083         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42084         * sysdeps/s390/asm-syntax.h: Likewise.
42085         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42086         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42087         * sysdeps/sh/sysdep.h: Likewise.
42088         * sysdeps/unix/sparc/sysdep.h: Likewise.
42089         * sysdeps/wordsize-32/divdi3.c: Likewise.
42090         * sysdeps/x86_64/sysdep.h: Likewise.
42091
42092         * argp/Versions: Remove _argp_unlock_xxx.
42093
42094         [BZ #13559]
42095         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42096         * abilist/libBrokenLocale.abilist: Likewise.
42097         * abilist/libanl.abilist: Likewise.
42098         * abilist/libc.abilist: Likewise.
42099         * abilist/libcrypt.abilist: Likewise.
42100         * abilist/libdl.abilist: Likewise.
42101         * abilist/libm.abilist: Likewise.
42102         * abilist/libnsl.abilist: Likewise.
42103         * abilist/libpthread.abilist: Likewise.
42104         * abilist/libresolv.abilist: Likewise.
42105         * abilist/librt.abilist: Likewise.
42106         * abilist/libthread_db.abilist: Likewise.
42107         * abilist/libutil.abilist: Likewise.
42108         * abilist/libnss_db.abilist: New file.
42109
42110         * scripts/abilist.awk: Add support for indirect functions.
42111
42112         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42113
42114         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42115
42116         * shlib-versions: Remove entries for ports architectures.
42117
42118         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42119         files in ports.
42120         * elf/stackguard-macros.h: Remove support for IA-64.
42121         * elf/tst-auditmod1.c: Likewise.
42122         * sysdeps/generic/ldsodefs.h: Likewise.
42123
42124         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42125         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42126         configure files.
42127
42128         [BZ #13552]
42129         * configure.in: Remove --enable-omitfp support.
42130         * FAQ.in: Adjust.
42131         * config.make.in: Likewise.
42132         * Makeconfig: Likewise.
42133         * manual/install.texi: Likewise.
42134
42135         In case anyone cares, the IA-64 architecture could move to ports.
42136         * sysdeps/ia64/*: Removed.
42137         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42138         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42139
42140         [BZ #13555]
42141         * configure.in: Remove entries for unsupported architectures.
42142
42143         [BZ #13533]
42144         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42145         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42146         routines.
42147         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42148         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42149         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42150         fall back to using wcrtomb.
42151         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42152         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42153         renaming.
42154         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42155         * wcsmbs/tst-c16c32-1.c: New file.
42156
42157         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42158         local variable.
42159
42160         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42161
42162         * elf/tst-unique3.cc: Add explicit declaration of gets.
42163         * elf/tst-unique3lib.cc: Likewise.
42164         * elf/tst-unique3lib2.cc: Likewise.
42165         * elf/tst-unique4.cc: Likewise.
42166
42167         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42168
42169 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42170
42171         [BZ #13566]
42172         * assert/assert.h (static_assert): Don't define for C++.
42173         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42174         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42175
42176 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42177
42178         * iconv/loop.c (single loop): Fix assertion in storing of
42179         remaining bytes.
42180
42181         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42182
42183 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42184
42185         * posix/getconf.c: Update copyright year.
42186         * nss/getent.c: Likewise.
42187         * nss/makedb.c: Likewise.
42188         * iconv/iconvconfig.c: Likewise.
42189         * iconv/iconv_prog.c: Likewise.
42190         * elf/ldconfig.c: Likewise.
42191         * elf/pldd.c: Likewise.
42192         * elf/sotruss.ksh: Likewise.
42193         * catgets/gencat.c: Likewise.
42194         * csu/version.c: Likewise.
42195         * elf/ldd.bash.in: Likewise.
42196         * elf/sprof.c (print_version): Likewise.
42197         * locale/programs/locale.c: Likewise.
42198         * locale/programs/localedef.c: Likewise.
42199         * login/programs/pt_chown.c: Likewise.
42200         * nscd/nscd.c (print_version): Likewise.
42201         * debug/xtrace.sh: Likewise.
42202         * malloc/memusage.sh: Likewise.
42203         * malloc/mtrace.pl: Likewise.
42204         * debug/catchsegv.sh: Likewise.
42205
42206 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42207
42208         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42209         pure attribute.
42210
42211 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42212
42213         [BZ #13533]
42214         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42215         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42216         transformations.
42217         * iconv/gconv_int.h: Likewise.
42218         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42219         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42220         from libc for GLIBC_2.16.
42221         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42222         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42223         * wcsmbs/uchar.h: Really define mbstate_t.
42224         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42225         * wcsmbs/c16rtomb.c: New file.
42226         * wcsmbs/mbrtoc16.c: New file.
42227         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42228         for C/POSIX locale.
42229         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42230         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42231
42232         * wcsmbs/wchar.h: Add missing __restrict.
42233
42234 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42235
42236         [BZ #13532]
42237         * time/Makefile (routines): Add timespec_get.
42238         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42239         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42240         timespec for ISO C11.
42241         * time/timespec_get.c: New file.
42242         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42243         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42244
42245         [BZ #13531]
42246         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42247         * stdlib/stdlib.h: Declare aligned_alloc.
42248         * Versions.def: Add GLIBC_2.16 for libc.
42249         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42250
42251         [BZ 13527]
42252         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42253         ISO C11.
42254
42255         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42256         code.
42257
42258         [BZ #13528]
42259         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42260
42261         [BZ #13529]
42262         * assert/assert.h (static_assert): Define.
42263
42264         * version.h: Update for 2.16 development version.
42265
42266         [BZ #13526]
42267         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42268         _ISOC11_SOURCE.
42269
42270         * version.h (RELEASE): Bump for 2.15 release.
42271         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42272
42273         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42274         Patch by Marek Polacek <mpolacek@redhat.com>.
42275
42276         * bits/byteswap.h: Protect long long constants with __extension__.
42277         * sysdeps/i386/bits/byteswap.h: Likewise.
42278         * sysdeps/ia64/bits/byteswap.h: Likewise.
42279         * sysdeps/s390/bits/byteswap.h: Likewise.
42280         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42281
42282 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42283
42284         [BZ #13540]
42285         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42286         destination buffer.
42287         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42288
42289 2011-12-23  Marek Polacek  <polacek@redhat.com>
42290
42291         * elf/dl-addr.c (determine_info): Add inline keyword.
42292         * elf/tst-auditmod4b.c (check_avx): Likewise.
42293         * elf/tst-auditmod6b.c (check_avx): Likewise.
42294         * elf/tst-auditmod6c.c (check_avx): Likewise.
42295         * elf/tst-auditmod7b.c (check_avx): Likewise.
42296
42297 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42298
42299         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42300         !__SSE_MATH__.
42301
42302 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42303
42304         [BZ #13540]
42305         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42306         processing for last bytes.
42307
42308 2011-08-06  Bruno Haible  <bruno@clisp.org>
42309
42310         [BZ #13061]
42311         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42312         U+0385, not to U+1FEE.
42313
42314         [BZ #13062]
42315         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42316         entry for U+00A5 U+0301.
42317
42318 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42319
42320         [BZ #13166]
42321         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42322         buffer for the output is too small.
42323
42324         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42325         optimization.
42326
42327         [BZ #13185]
42328         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42329         SSE flags if possible.
42330
42331 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42332
42333         [BZ #13540]
42334         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42335         processing for last bytes.
42336
42337 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42338
42339         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42340         (syscall-list-default-options, syscall-list-default-condition)
42341         (syscall-list-includes): Define.
42342         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42343         list of ABIs and options and #if conditions for each ABI.  Do not
42344         handle common syscalls between ABIs specially.
42345         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42346         Remove.
42347         (syscall-list-variants, syscall-list-32bit-options)
42348         (syscall-list-32bit-condition, syscall-list-64bit-options)
42349         (syscall-list-64bit-condition): Define.
42350         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
42351         (syscall-list-variants, syscall-list-32bit-options)
42352         (syscall-list-32bit-condition, syscall-list-64bit-options)
42353         (syscall-list-64bit-condition): Define.
42354         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
42355         Remove.
42356         (syscall-list-variants, syscall-list-32bit-options)
42357         (syscall-list-32bit-condition, syscall-list-64bit-options)
42358         (syscall-list-64bit-condition): Define.
42359         * sysdeps/unix/sysv/linux/x86_64/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
42365 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42366
42367         * locale/iso-639.def: Add brx entry.
42368
42369         [BZ #13328]
42370         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42371         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42372
42373         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42374         __feraiseexcept_renamed.
42375
42376 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42377
42378         [BZ #13538]
42379         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42380         EPOLLET with unsigned values.
42381         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42382         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42383
42384         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42385         to large cancellation.
42386         * math/s_cacoshf.c: Likewise.
42387         * math/s_cacoshl.c: Likewise.
42388
42389 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42390
42391         [BZ #13305]
42392         [BZ #12786]
42393         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42394         * math/s_cacoshf.c: Likewise.
42395         * math/s_cacoshl.c: Likewise.
42396
42397 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42398
42399         [BZ #13439]
42400         * iconv/gconv.h: Define __GCONV_SWAP.
42401         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42402         * iconvdata/utf-16.c: Likewise.
42403         * iconvdata/utf-32.c: Likewise.
42404
42405 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42406
42407         [BZ #13524]
42408         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
42409         numerator after shifting it by one limb.
42410
42411 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
42412
42413         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
42414         under [__USE_EXTERN_INLINES].
42415
42416 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42417
42418         [BZ #13446]
42419         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
42420
42421 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42422
42423         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
42424         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
42425         optimized code.
42426         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
42427         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
42428         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
42429         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
42430         for strncasecmp/strncasecmp_l compilation.
42431         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
42432         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
42433
42434 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
42435
42436         [BZ #13484]
42437         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
42438         of __asm__.
42439
42440 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42441
42442         [BZ #13506]
42443         * time/tzfile.c (__tzfile_read): Check values from file header.
42444
42445 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
42446
42447         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
42448         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
42449         * powerpc/powerpc32/dl-start.S: Likewise.
42450         * powerpc/powerpc32/elf/start.S: Likewise.
42451         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
42452         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
42453         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
42454         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
42455         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
42456         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
42457         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
42458         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
42459         * powerpc/powerpc32/fpu/s_round.S: Likewise.
42460         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
42461         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
42462         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
42463         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
42464         * powerpc/powerpc32/memset.S: Likewise.
42465         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
42466         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
42467         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
42468         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
42469         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
42470         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
42471         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
42472         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
42473         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
42474         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
42475         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
42476         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42477         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42478
42479 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42480
42481         * math/libm-test.inc: Added more nearbyint tests.
42482         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
42483         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
42484         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
42485         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
42486
42487 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
42488
42489         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
42490         FD_CLOEXEC.
42491
42492 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42493
42494         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
42495         Add wcscpy-ssse3 wcscpy-c.
42496         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
42497         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
42498         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
42499         * sysdeps/x86_64/wcschr.S: New file.
42500         * sysdeps/x86_64/wcsrchr.S: New file.
42501         * string/test-strcmp.c: Remove checking of wcscmp function for
42502         wrong alignments.
42503         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
42504         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
42505         wcsrchr-sse2 wcsrchr-c.
42506         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
42507         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
42508         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
42509         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
42510         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
42511         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
42512         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
42513         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
42514         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
42515         * wcsmbc/wcschr.c (WCSCHR): New macro.
42516
42517 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42518
42519         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
42520         * wcsmbs/test-wcsrchr.c: New file.
42521         * string/test-strrchr.c: Add wcsrchr support.
42522         (WIDE): New macro.
42523         * wcsmbs/test-wcscpy.c: New file.
42524         * string/test-strcpy.c: Add wcscpy support.
42525         (WIDE): New macro.
42526
42527 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
42528
42529         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
42530         the inner loop.
42531
42532 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
42533
42534         [BZ #13472]
42535         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
42536
42537 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
42538
42539         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
42540         Minor optimizations.
42541
42542         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
42543         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
42544         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
42545
42546 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
42547
42548         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
42549         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
42550         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
42551         for gcc to avoid warnings.
42552         * inet/Makefile (tests): Add tst-checks.
42553         * inet/tst-checks.c: New file.
42554
42555         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
42556         warning.
42557
42558         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
42559         __wmemcmp_sse2.
42560
42561         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
42562         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
42563
42564         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
42565
42566 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
42567
42568         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
42569         problem.
42570
42571         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
42572
42573 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
42574
42575         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
42576         conditional on GCC version.
42577         (__arch_compare_and_exchange_val_8_acq)
42578         (__arch_compare_and_exchange_val_16_acq)
42579         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
42580         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
42581         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
42582
42583 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
42584
42585         * sysdeps/sh/backtrace.c: New file.
42586
42587 2011-12-02  Andreas Schwab  <schwab@redhat.com>
42588
42589         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
42590         parenthesis.
42591
42592 2011-12-01  Andreas Schwab  <schwab@redhat.com>
42593
42594         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
42595         falling back to utime.
42596
42597 2011-11-30  Andreas Schwab  <schwab@redhat.com>
42598
42599         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
42600         expectations for float.
42601
42602 2011-11-29  Andreas Schwab  <schwab@redhat.com>
42603
42604         * locale/weight.h (findidx): Add parameter len.
42605         * locale/weightwc.h (findidx): Likewise.
42606         * posix/fnmatch_loop.c (FCT): Adjust caller.
42607         * posix/regcomp.c (build_equiv_class): Likewise.
42608         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
42609         * posix/regexec.c (check_node_accept_bytes): Likewise.
42610         * string/strcoll_l.c (STRCOLL): Likewise.
42611         * string/strxfrm_l.c (STRXFRM): Likewise.
42612
42613 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
42614
42615         * Makefile.in: Remove CVSOPT handling.
42616         * configure.in: Remove use of AC_REVISION.
42617         * iconvdata/Makefile (distribute): No need to filter out CVS.
42618         * scripts/list-sources.sh: Remove CVS, subversion and monotone
42619         handling.
42620
42621 2011-11-16  Andreas Schwab  <schwab@redhat.com>
42622
42623         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
42624         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
42625         [USE_AS_STRNCASECMP_L]: Likewise.
42626         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
42627         NO_TLS_DIRECT_SEG_REFS.
42628         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
42629         Fix argument offsets for non-PIC.
42630         [USE_AS_STRNCASECMP_L]: Likewise.
42631         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
42632         NO_TLS_DIRECT_SEG_REFS.
42633
42634 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42635
42636         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
42637         O_CLOEXEC.
42638         * locale/loadlocale.c (_nl_load_locale): Likewise.
42639
42640 2011-11-15  Andreas Schwab  <schwab@redhat.com>
42641
42642         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
42643         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
42644         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
42645         (SYSCALL_GETTIME): Set errno on error.
42646
42647         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
42648         count references to noai6ai_cached.
42649
42650 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42651
42652         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
42653
42654         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
42655         FD_CLOEXEC for /proc/self/maps.
42656
42657         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
42658         FD_CLOEXEC for /proc/meminfo.
42659
42660         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
42661         gai.conf.
42662
42663         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
42664         FD_CLOEXEC for given file.
42665
42666         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
42667
42668         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
42669         FD_CLOEXEC for /etc/hosts.
42670         (_gethtent): Likewise.
42671
42672         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
42673
42674         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
42675         cancellation and set FD_CLOEXEC for /etc/netgroup.
42676
42677         * nss/nss_files/files-key.c (search): Don't allow cancellation when
42678         reading /etc/publickey.
42679
42680         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
42681         allow cancellation when reading /etc/group.
42682
42683         * nss/nss_files/files-alias.c (internal_setent): Don't allow
42684         cancellation.
42685         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
42686
42687         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
42688         when using data file.
42689
42690         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
42691
42692         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
42693         (write_nis_obj): Use "c" and "e" in fopen.
42694
42695         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
42696
42697         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
42698
42699         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
42700
42701         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
42702
42703         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
42704         locale.alias.
42705
42706         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
42707
42708         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
42709
42710         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
42711
42712         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
42713         file parsing and set FD_CLOEXEC.
42714
42715 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42716
42717         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
42718
42719 2011-11-14  Andreas Schwab  <schwab@redhat.com>
42720
42721         * malloc/arena.c (arena_get2): Don't call reused_arena when
42722         _int_new_arena failed.
42723
42724 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42725
42726         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
42727         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
42728         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
42729         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42730         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42731         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
42732         to compile strcasecmp and strncasecmp.
42733         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
42734         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
42735
42736         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
42737
42738 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
42739
42740         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
42741         locale-defines.sym to gen-as-const-headers.
42742         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
42743         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
42744         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
42745         to compile strcasecmp and strncasecmp.
42746         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
42747         strcasecmp_l and strncasecmp_l.
42748         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
42749         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
42750         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
42751         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
42752         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
42753         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
42754         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
42755         * sysdeps/i386/i686/multiarch/strncase.S: New file.
42756         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
42757         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
42758         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
42759
42760 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
42761
42762         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
42763         result of SYSDEP_GETTIME_CPU to retval.
42764         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
42765         parameter list to macro.  Remove trailing semicolon.  Adjust users.
42766
42767         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
42768         variable.
42769
42770         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
42771         mantissa words.
42772         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
42773
42774         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
42775         from unused variable.
42776
42777         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
42778         DWARF definitions.
42779         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
42780         for assembling.
42781
42782         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
42783         over namespaces.
42784
42785         * sunrpc/rpc_prot.c (rejected): Fix case value.
42786
42787         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
42788         unsigned long long int to avoid warnings in shift.
42789
42790         * posix/regex_internal.c (re_string_reconstruct): Actually use result
42791         of use of trans.
42792         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
42793         variable tmp.
42794
42795         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
42796         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
42797         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
42798
42799         * nis/nis_table.c (nis_list): Use variable of correct type for
42800         result of __follow_path call.
42801
42802 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42803
42804         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
42805         of math functions ceil, trunc, floor, round, and sqrt, when
42806         avaliable on the platform.
42807         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
42808         name clash.
42809         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42810         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
42811         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
42812
42813 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
42814
42815         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
42816         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
42817
42818 2011-11-11  Roland McGrath  <roland@hack.frob.com>
42819
42820         * include/unistd.h: Fix __readlink return type.
42821         Reported by Chris Metcalf <cmetcalf@tilera.com>.
42822
42823 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
42824
42825         * stdlib/ucontext.h: Undo last change for makecontext.
42826
42827 2011-11-11  Andreas Schwab  <schwab@redhat.com>
42828
42829         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
42830
42831         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
42832         * setjmp/setjmp.h: Mark functions as non-leaf.
42833         * setjmp/bits/setjmp2.h: Likewise.
42834         * stdlib/ucontext.h: Likewise.
42835
42836 2011-11-10  Andreas Schwab  <schwab@redhat.com>
42837
42838         * malloc/arena.c (_int_new_arena): Don't increment narenas.
42839         (reused_arena): Don't check arena limit.
42840         (arena_get2): Atomically check arena limit.
42841
42842 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
42843
42844         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
42845         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
42846
42847         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
42848         instructions.
42849
42850 2011-11-07  Andreas Schwab  <schwab@redhat.com>
42851
42852         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
42853         handler when locking.
42854
42855         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
42856         Fix size of allocated buffer.
42857
42858 2011-11-04  Andreas Schwab  <schwab@redhat.com>
42859
42860         [BZ #10103]
42861         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
42862         declarations for long double functions.
42863         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
42864
42865         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
42866
42867 2011-11-03  Andreas Schwab  <schwab@redhat.com>
42868
42869         * nscd/nscd.c (main): Don't start AVC thread until credentials are
42870         installed.
42871
42872         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
42873         is disabled.
42874
42875 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42876
42877         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
42878
42879 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
42880
42881         * include/alloca.h (stackinfo_alloca_round): Define.
42882         (extend_alloca): Use it.
42883         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
42884         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
42885         here.
42886
42887         * scripts/check-local-headers.sh: Ignore libaudit.h.
42888
42889         * nscd/Makefile (extra-objs): Make recursively expanded.
42890
42891 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
42892
42893         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
42894         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
42895
42896         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
42897         * posix/tst-rfc3484-2.c: Likewise.
42898         * posix/tst-rfc3484-3.c: Likewise.
42899
42900         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42901         process_vm_writev.
42902         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
42903         process_vm_writev.
42904         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
42905         process_vm_writev from libc using GLIBC_2.15 version.
42906
42907         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
42908
42909 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
42910
42911         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
42912         stack usage.
42913
42914 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
42915
42916         [BZ #13367]
42917         * nss/getent.c (initgroups_keys): Show error message in case no group
42918         names are given.
42919
42920         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
42921         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
42922         __bump_nl_timestamp.
42923         * nscd/connections (nscd_init): When host database is served open
42924         netlink socket and request notification about configuration changes.
42925         (main_loop_poll): Track netlink file descriptor and bump timestamp
42926         in case data becomes available.
42927         (main_loop_epoll): Likewise.
42928         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
42929         (database_pers_head): Add extra_data fileds.
42930         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
42931         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
42932         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
42933         Adjust caller.
42934         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
42935         in6ai data, call __free_in6ai.
42936         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
42937         Add -DHAVE_NETLINK.
42938         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
42939         interface information.  Reuse previous data if netlink timestamp
42940         is not changed.
42941         (__bump_nl_timestamp): New function.
42942         (__free_in6ai): New function.
42943
42944 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
42945
42946         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
42947         close_not_cancel_no_status here.
42948         (__check_pf): Reorganize code a bit to not call close twice if OOM.
42949
42950 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42951
42952         [BZ #13276]
42953         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
42954         return value.
42955
42956         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
42957         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
42958         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
42959
42960 2011-07-03  Andreas Jaeger  <aj@suse.de>
42961
42962         [BZ #10709]
42963         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
42964         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
42965         * math/libm-test.inc (sin_test): Add test case.
42966
42967 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42968
42969         [BZ #13337]
42970         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
42971         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42972
42973         * elf/chroot_canon.c (chroot_canon): Cleanups.
42974
42975         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
42976
42977         [BZ #13335]
42978         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
42979         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42980
42981         * string/test-strchr.c: Make usable for strchrnul testing.
42982         * string/test-strchrnul.c: New file.
42983         * string/Makefile (strop-tests): Add strchrnul.
42984
42985         * po/it.po: Update from translation team.
42986         * po/es.po: Likewise.
42987
42988 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
42989
42990         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
42991         the three constants needed as parameters.  Drop the others.
42992         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
42993         __m128i_strloadu_tolower.
42994         Create and initialize variable zero and use it in all the places
42995         where _mm_setzero_si128 was used.
42996
42997         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
42998         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
42999         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43000         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43001         anymore.
43002         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43003         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43004         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43005         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43006         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43007         __mpranred, __mptan.
43008         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43009         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43010         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43011         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43012         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43013         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43014         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43015         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43016         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43017
43018 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43019
43020         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43021         redefine if SHARED.
43022         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43023
43024         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43025         wide char related routines to wcsmbs subdir.
43026
43027 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43028
43029         [BZ #13344]
43030         * misc/sys/cdefs.h (__THROWNL): Define.
43031         * posix/unistd.h: Use __THREADNL instead of __THREAD
43032         for memory synchronization functions.
43033
43034 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43035
43036         [BZ #13349]
43037         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43038         doesn't exist.
43039         * manual/stdio.texi (Obstack Streams): Node removed.
43040
43041 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43042
43043         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43044         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43045         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43046
43047         * math/math_private.h (math_force_eval): Allow non-addressable
43048         arguments.
43049         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43050
43051 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43052
43053         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43054         file is not needed.
43055
43056         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43057         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43058         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43059         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43060         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43061         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43062         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43063         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43064         Add AVX variants.
43065         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43066         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43067         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43068         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43069         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43070         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43071         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43072         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43073         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43074         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43075         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43076         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43077         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43078         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43079         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43080         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43081         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43082         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43083         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43084
43085         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43086         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43087
43088         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43089         place.  Use VEX encoding when compiling for AVX.
43090
43091 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43092
43093         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43094         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43095
43096         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43097
43098 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43099
43100         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43101         useless if() expression.
43102         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43103         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43104         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43105         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43106         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43107         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43108         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43109         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43110         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43111         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43112         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43113         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43114         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43115         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43116         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43117         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43118         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43119         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43120         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43121
43122         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43123
43124 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43125
43126         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43127         condition.
43128         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43129
43130 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43131
43132         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43133         .text section.  Avoid duplicate constants.
43134         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43135         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43136         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43137         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43138         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43139         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43140         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43141         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43142         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43143         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43144         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43145         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43146         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43147         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43148         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43149         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43150         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43151         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43152         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43153         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43154         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43155         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43156         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43157         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43158         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43159         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43160         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43161         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43162         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43163         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43164         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43165         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43166         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43167         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43168         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43169         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43170         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43171         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43172         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43173         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43174         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43175         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43176         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43177         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43178         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43179
43180 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43181
43182         * sysdeps/x86_64/dla.h: Move to ...
43183         * sysdeps/x86_64/fpu/dla.h: ...here.
43184         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43185         situations.  Use __builtin_fma only for gcc 4.6 and up.
43186
43187         * config.make.in: Add have-mfma4 entry.
43188         * configure.in: Substitute libc_cv_cc_fma4.
43189         * math/Makefile (dbl-only-routines): Add sincostab.
43190         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43191         Use __sincostab not sincos.
43192         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43193         name is a macro.
43194         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43195         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43196         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43197         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43198         using __copysign.
43199         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43200         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43201         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43202         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43203         and __inv.
43204         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43205         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43206         __copysign.
43207         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43208         define aliases when function name is a macro.
43209         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43210         sysdeps/ieee754/dbl-64/sincos.tbl.
43211         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43212         fma4-enabled routines.
43213         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43214         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43215         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43216         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43217         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43218         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43219         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43220         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43221         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43222         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43223         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43224         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43225         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43226         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43227         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43228         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43229         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43230         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43231         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43232         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43233         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43234         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43235         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43236         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43237         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43238         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43239         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43240         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43241         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43242         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43243
43244         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43245         rename.
43246         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43247         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43248         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43249         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43250         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43251         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43252         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43253         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43254
43255 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43256
43257         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43258
43259 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43260
43261         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43262
43263         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43264         prediction.
43265         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43266
43267         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43268         Remove unused variable magic_bits.
43269         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43270
43271         * string/strnlen.c: Define and use STRNLEN macro.
43272         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43273         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43274         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43275         * wcsmbs/wcslen.c: Define and use WCSLEN.
43276         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43277         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43278         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43279         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43280         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43281         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43282         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43283
43284 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43285
43286         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43287         strnlen-sse2-no-bsf.
43288         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43289         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43290         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43291         Add strnlen support.
43292         (USE_AS_STRNLEN): New macro.
43293         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43294         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43295         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43296         * sysdeps/x86_64/wcslen.S: New file.
43297
43298 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43299
43300         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43301         XMM-moves are used for copying on small sizes.
43302
43303 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43304
43305         * wcsmbs/Makefile (strop-tests): Add wcschr.
43306         * wcsmbs/test-wcschr.c: New file.
43307         * string/test-strchr.c: Update.
43308         Add wcschr support.
43309         (WIDE): New macro.
43310
43311 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43312
43313         * wcsmbs/Makefile (strop-tests): Add wcslen.
43314         * wcsmbs/test-wcslen.c: New file.
43315         * string/test-strlen.c: Update.
43316         Add wcslen support.
43317         (WIDE): New macro.
43318
43319 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43320
43321         * po/it.po: Update from translation team.
43322
43323 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43324
43325         * sysdeps/x86_64/wcscmp.S: Update.
43326         Fix wrong comparison semantics.
43327         wcscmp shall use signed comparison not unsigned.
43328         Don't use substraction to avoid overflow bug.
43329         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43330         * wcsmbc/wcscmp.c: Likewise.
43331         * string/test-strcmp.c: Likewise.
43332         Add new tests to check cases with negative values.
43333
43334 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43335
43336         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43337         * sysdeps/x86_64/dla.h: ...here.  New file.
43338         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43339         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43340         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43341         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43342         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43343         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43344         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43345         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43346         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43347
43348 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43349
43350         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43351         __ynl_finite aliases.
43352
43353 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43354
43355         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43356
43357         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43358         define DLA_FMA.
43359         [DLA_FMA] (EMULV): Use DLA_FMA.
43360         [DLA_FMA] (MUL12): Use EMULV.
43361         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43362         that are not needed.
43363         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43364         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43365         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43366         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43367         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43368         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43369         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43370
43371 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43372
43373         * math/s_nan.c: Undef __nan.
43374         * math/s_nanf.c: Undef __nanf.
43375         * math/s_nanl.c: Undef __nanl.
43376         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43377         "math_private.h".
43378
43379 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43380
43381         * math/s_catan.c: Add branch predictions.
43382         * math/s_catanf.c: Likewise.
43383         * math/s_catanh.c: Likewise.
43384         * math/s_catanhf.c: Likewise.
43385         * math/s_catanhl.c: Likewise.
43386         * math/s_catanl.c: Likewise.
43387         * math/s_cexp.c: Likewise.
43388         * math/s_cexpf.c: Likewise.
43389         * math/s_cexpl.c: Likewise.
43390         * math/s_clog.c: Likewise.
43391         * math/s_clog10.c: Likewise.
43392         * math/s_clog10f.c: Likewise.
43393         * math/s_clog10l.c: Likewise.
43394         * math/s_clogf.c: Likewise.
43395         * math/s_clogl.c: Likewise.
43396         * math/s_csqrt.c: Likewise.
43397         * math/s_csqrtf.c: Likewise.
43398         * math/s_csqrtl.c: Likewise.
43399         * math/s_ctanf.c: Likewise.
43400         * math/s_ctanh.c: Likewise.
43401         * math/s_ctanhf.c: Likewise.
43402         * math/s_ctanhl.c: Likewise.
43403         * math/s_ctanl.c: Likewise.
43404
43405         * math/math_private.h: Define __nan, __nanf, __nanl.
43406         * math/s_cacosh.c: Include <math_private.h>.
43407         * math/s_cacoshl.c: Likewise.
43408         * math/s_casinh.c: Likewise.
43409         * math/s_casinhf.c: Likewise.
43410         * math/s_casinhl.c: Likewise.
43411         * math/s_ccos.c: Rely entire on ccosh.
43412         * math/s_ccosf.c: Rely entire on ccoshf.
43413         * math/s_ccosl.c: Rely entirely on ccoshl.
43414         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
43415         Remove tests for FE_INVALID.
43416         * math/s_ccoshf.c: Likewise.
43417         * math/s_ccoshl.c: Likewise.
43418         * math/s_csin.c: Likewise.
43419         * math/s_csinf.c: Likewise.
43420         * math/s_csinh.c Likewise.
43421         * math/s_csinhf.c: Likewise.
43422         * math/s_csinhl.c: Likewise.
43423         * math/s_csinl.c: Likewise.
43424         * math/s_ctan.c: Likewise.
43425         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
43426         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
43427         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
43428
43429 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
43430
43431         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
43432         compilation problems.
43433
43434         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
43435         __builtin_expect.
43436
43437 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
43438
43439         * sysdeps/i386/configure.in: Test for -mfma4 option.
43440         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
43441         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
43442         COMMON_CPUID_INDEX_80000001.
43443         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
43444         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
43445         use it if FMA3 is not supported.
43446         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
43447
43448         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
43449         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
43450
43451 2011-10-20  Andreas Schwab  <schwab@redhat.com>
43452
43453         [BZ #12892]
43454         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
43455         it would create a cycle with a link time dependency.
43456
43457 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
43458
43459         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
43460         instruction.
43461         * string/Makefile (strop-tests): Add rawmemchr.
43462         * string/test-rawmemchr.c: New file.
43463
43464         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
43465         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
43466         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
43467         when compiling str{,n}casecmp and when AVX is available.  Hook up
43468         new optimized code in initializers.
43469
43470 2011-10-19  Andreas Schwab  <schwab@redhat.com>
43471
43472         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
43473         __feraiseexcept instead of feraiseexcept.
43474
43475 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
43476
43477         * math/math_private.h: Define defaults for libc_fetestexcept and
43478         libc_feupdateenv.
43479         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
43480         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
43481         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43482         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43483         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43484         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43485         libc_fetestexcept and libc_feupdateenv.
43486
43487         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
43488         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
43489         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
43490         * sysdeps/x86_64/fpu/math_private.h: Define special version of
43491         libc_feholdexcept_setround.
43492
43493         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
43494         Add s_nearbyint-c and s_nearbyintf-c.
43495         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
43496         nearbyintf inlines.
43497         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
43498         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
43499         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
43500         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
43501
43502         * math/math_private.h: Define defaults for libc_fegetround,
43503         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
43504         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
43505         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
43506         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
43507         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
43508         standard functions.
43509         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43510         Remove comments and hacks for old compiler versions.
43511         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43512         libc_fegetround, libc_fesetround, libc_feholdexcept, and
43513         libc_feholdexceptl.
43514
43515 2011-10-18  Andreas Schwab  <schwab@redhat.com>
43516
43517         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
43518         (__feraiseexcept_renamed): Add __NTH.
43519         (feraiseexcept): Add __NTH.  Rename local variables to fix
43520         namespace violations.
43521
43522 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
43523
43524         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
43525
43526         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
43527
43528         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
43529         recently added interfaces.
43530         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
43531
43532         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
43533         about macro parameter expansion.
43534
43535         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
43536         __NO_MATH_INLINES is defined.  Cleanups.
43537
43538         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
43539         and __floorf is target has SSE4.1.
43540         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
43541         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
43542         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
43543         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
43544
43545         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
43546         name.
43547         (floorf): Likewise.
43548
43549         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
43550
43551 2011-10-17  Andreas Schwab  <schwab@redhat.com>
43552
43553         * misc/sys/cdefs.h: Fix last change.
43554
43555         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
43556         database lookup.
43557
43558 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
43559
43560         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
43561
43562         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
43563         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43564         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43565         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43566         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43567         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43568         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43569         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43570         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43571         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
43572         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
43573         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
43574         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
43575         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
43576         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
43577         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
43578         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
43579         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
43580         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
43581         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
43582         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
43583         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
43584
43585         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
43586         ceil, ceilf, floor, floorf.
43587
43588         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
43589         Perform IRELATIVE relocations last.
43590
43591         * elf/do-rel.h: Add another parameter nrelative, replacing the
43592         local variable with the same name.  Change name of the function
43593         to end in Rel or Rela (uppercase).
43594         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
43595         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
43596         elf_dynamic_do_##reloc function.
43597
43598 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43599
43600         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
43601         is sufficient, at least on modern CPUs.
43602
43603         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
43604
43605         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
43606         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
43607
43608         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
43609         __expl_finite.
43610         * math/bits/math-finite.h: Add entries for exp.
43611         * math/e_expl.c: Add __*_finite alias.
43612         * sysdeps/i386/fpu/e_exp.S: Likewise.
43613         * sysdeps/i386/fpu/e_expf.S: Likewise.
43614         * sysdeps/i386/fpu/e_expl.c: Likewise.
43615         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43616         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43617         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
43618         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
43619         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
43620         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43621         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43622
43623         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
43624         is sufficient, at least on modern CPUs.
43625
43626         * ctype/ctype-info.c (__ctype_init): Define.
43627         * include/ctype.h (__ctype_init): Declare.
43628         (__ctype_b_loc): The variable is always initialized.
43629         (__ctype_toupper_loc): Likewise.
43630         (__ctype_tolower_loc): Likewise.
43631         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
43632         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
43633
43634 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
43635
43636         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
43637
43638         * configure.in: Also look in $cxxmachine/include for C++ system
43639         headers.
43640
43641 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43642
43643         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
43644         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
43645         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
43646         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
43647         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
43648         (USE_AS_WMEMCMP): New macro.
43649         Fixing indents.
43650         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
43651         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
43652         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
43653         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
43654         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43655         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
43656         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
43657         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
43658         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
43659         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
43660         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
43661         (USE_AS_WMEMCMP): New macro.
43662         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
43663         * sysdeps/string/test-memcmp.c: Update.
43664         Fix simple_wmemcmp.
43665         Add new tests.
43666         * wcsmbs/wmemcmp.c: Update.
43667         (WMEMCMP): New macro.
43668         Fix overflow bug.
43669
43670 2011-10-12  Andreas Jaeger  <aj@suse.de>
43671
43672         [BZ #13268]
43673         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
43674
43675 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43676
43677         * libio/iofwide.c (do_length): Avoid warning.
43678
43679         * ctype/ctype.h (__isctype_f): Add missing __THROW.
43680
43681 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
43682
43683         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
43684
43685         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
43686         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
43687         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
43688         * sysdeps/i386/i686/fpu/e_log.S: New file.
43689         * sysdeps/i386/i686/fpu/e_logf.S: New file.
43690         * sysdeps/i386/i686/fpu/e_logl.S: New file.
43691
43692         * ctype/ctype.h: Add support for inlined isXXX functions when
43693         compiling C++ code.
43694
43695 2011-10-14  Andreas Schwab  <schwab@redhat.com>
43696
43697         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43698
43699         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
43700
43701 2011-10-13  Roland McGrath  <roland@hack.frob.com>
43702
43703         [BZ #13291]
43704         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
43705
43706 2011-10-13  Andreas Schwab  <schwab@redhat.com>
43707
43708         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
43709         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
43710         feraiseexcept.
43711
43712         * sysdeps/x86_64/memrchr.S: Check for zero size.
43713
43714         * string/stratcliff.c: Add memrchr tests.
43715
43716 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43717
43718         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43719         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
43720         rawmemchr-sse2 rawmemchr-sse2-bsf.
43721         * sysdeps/i386/i686/multiarch/memchr.S: New file.
43722         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
43723         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
43724         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
43725         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
43726         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
43727         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
43728         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
43729         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
43730         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
43731         * string/memrchr.c (MEMRCHR): New macro.
43732
43733 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
43734
43735         Add integration with gcc's -ffinite-math-only and optimize wrapper
43736         functions in libm.
43737         * Versions.def: Define GLIBC_2.15 version for libm.
43738         * math/Makefile (headers): Add bits/math-finite.h.
43739         * math/bits/math-finite.h: New file.
43740         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
43741         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
43742         * math/e_acoshl.c: Add __*_finite alias.
43743         * math/e_acosl.c: Likewise.
43744         * math/e_asinl.c: Likewise.
43745         * math/e_atan2l.c: Likewise.
43746         * math/e_atanhl.c: Likewise.
43747         * math/e_coshl.c: Likewise.
43748         * math/e_exp10.c: Likewise.
43749         * math/e_exp10f.c: Likewise.
43750         * math/e_exp10l.c: Likewise.
43751         * math/e_exp2l.c: Likewise.
43752         * math/e_fmodl.c: Likewise.
43753         * math/e_gammal_r.c: Likewise.
43754         * math/e_hypotl.c: Likewise.
43755         * math/e_j0l.c: Likewise.
43756         * math/e_j1l.c: Likewise.
43757         * math/e_jnl.c: Likewise.
43758         * math/e_lgammal_r.c: Likewise.
43759         * math/e_log10l.c: Likewise.
43760         * math/e_log2l.c: Likewise.
43761         * math/e_logl.c: Likewise.
43762         * math/e_powl.c: Likewise.
43763         * math/e_sinhl.c: Likewise.
43764         * math/e_sqrtl.c: Likewise.
43765         * math/e_scalb.c: Completely rewritten and optimized.
43766         * math/e_scalbf.c: Likewise.
43767         * math/e_scalbl.c: Likewise.
43768         * math/w_acos.c: Likewise.
43769         * math/w_acosf.c: Likewise.
43770         * math/w_acosl.c: Likewise.
43771         * math/w_acosh.c: Likewise.
43772         * math/w_acoshf.c: Likewise.
43773         * math/w_acoshl.c: Likewise.
43774         * math/w_asin.c: Likewise.
43775         * math/w_asinf.c: Likewise.
43776         * math/w_asinl.c: Likewise.
43777         * math/w_atan2.c: Likewise.
43778         * math/w_atan2f.c: Likewise.
43779         * math/w_atan2l.c: Likewise.
43780         * math/w_atanh.c: Likewise.
43781         * math/w_atanhf.c: Likewise.
43782         * math/w_atanhl.c: Likewise.
43783         * math/w_exp10.c: Likewise.
43784         * math/w_exp10f.c: Likewise.
43785         * math/w_exp10l.c: Likewise.
43786         * math/w_fmod.c: Likewise.
43787         * math/w_fmodf.c: Likewise.
43788         * math/w_fmodl.c: Likewise.
43789         * math/w_j0.c: Likewise.
43790         * math/w_j0f.c: Likewise.
43791         * math/w_j0l.c: Likewise.
43792         * math/w_j1.c: Likewise.
43793         * math/w_j1f.c: Likewise.
43794         * math/w_j1l.c: Likewise.
43795         * math/w_jn.c: Likewise.
43796         * math/w_jnf.c: Likewise.
43797         * math/w_log.c: Likewise.
43798         * math/w_logf.c: Likewise.
43799         * math/w_logl.c: Likewise.
43800         * math/w_log10.c: Likewise.
43801         * math/w_log10f.c: Likewise.
43802         * math/w_log10l.c: Likewise.
43803         * math/w_log2.c: Likewise.
43804         * math/w_log2f.c: Likewise.
43805         * math/w_log2l.c: Likewise.
43806         * math/w_pow.c: Likewise.
43807         * math/w_powf.c: Likewise.
43808         * math/w_powl.c: Likewise.
43809         * math/w_remainder.c: Likewise.
43810         * math/w_remainderf.c: Likewise.
43811         * math/w_remainderl.c: Likewise.
43812         * math/w_scalb.c: Likewise.
43813         * math/w_scalbf.c: Likewise.
43814         * math/w_scalbl.c: Likewise.
43815         * math/w_sqrt.c: Likewise.
43816         * math/w_sqrtf.c: Likewise.
43817         * math/w_sqrtl.c: Likewise.
43818         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
43819         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
43820         used.
43821         * math/math_private.h: Declare __kernel_standard_f.
43822         * math/w_cosh.c: Remove cruft and optimize a bit.
43823         * math/w_coshf.c: Likewise.
43824         * math/w_coshl.c: Likewise.
43825         * math/w_exp2.c: Likewise.
43826         * math/w_exp2f.c: Likewise.
43827         * math/w_exp2l.c: Likewise.
43828         * math/w_hypot.c: Likewise.
43829         * math/w_hypotf.c: Likewise.
43830         * math/w_hypotl.c: Likewise.
43831         * math/w_lgamma.c: Likewise.
43832         * math/w_lgamma_r.c: Likewise.
43833         * math/w_lgammaf.c: Likewise.
43834         * math/w_lgammaf_r.c: Likewise.
43835         * math/w_lgammal.c: Likewise.
43836         * math/w_lgammal_r.c: Likewise.
43837         * math/w_sinh.c: Likewise.
43838         * math/w_sinhf.c: Likewise.
43839         * math/w_sinhl.c: Likewise.
43840         * math/w_tgamma.c: Likewise.
43841         * math/w_tgammaf.c: Likewise.
43842         * math/w_tgammal.c: Likewise.
43843         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43844         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43845         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
43846         Minor optimizations.  Pretty printing.  Remove cruft.
43847         * sysdeps/i386/fpu/e_acosf.S: Likewise.
43848         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43849         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43850         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43851         * sysdeps/i386/fpu/e_acosl.c: Likewise.
43852         * sysdeps/i386/fpu/e_asin.S: Likewise.
43853         * sysdeps/i386/fpu/e_asinf.S: Likewise.
43854         * sysdeps/i386/fpu/e_atan2.S: Likewise.
43855         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
43856         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
43857         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43858         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43859         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43860         * sysdeps/i386/fpu/e_exp10.S: Likewise.
43861         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
43862         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
43863         * sysdeps/i386/fpu/e_exp2.S: Likewise.
43864         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
43865         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
43866         * sysdeps/i386/fpu/e_fmod.S: Likewise.
43867         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
43868         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
43869         * sysdeps/i386/fpu/e_hypot.S: Likewise.
43870         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
43871         * sysdeps/i386/fpu/e_log.S: Likewise.
43872         * sysdeps/i386/fpu/e_log10.S: Likewise.
43873         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43874         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43875         * sysdeps/i386/fpu/e_log2.S: Likewise.
43876         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43877         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43878         * sysdeps/i386/fpu/e_logf.S: Likewise.
43879         * sysdeps/i386/fpu/e_logl.S: Likewise.
43880         * sysdeps/i386/fpu/e_pow.S: Likewise.
43881         * sysdeps/i386/fpu/e_powf.S: Likewise.
43882         * sysdeps/i386/fpu/e_powl.S: Likewise.
43883         * sysdeps/i386/fpu/e_remainder.S: Likewise.
43884         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
43885         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
43886         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43887         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43888         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43889         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
43890         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
43891         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
43892         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43893         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43894         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43895         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43896         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43897         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43898         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
43899         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43900         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43901         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43902         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43903         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43904         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43905         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43906         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43907         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43908         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43909         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43910         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43911         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43912         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43913         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43914         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43915         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43916         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43917         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43918         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43919         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43920         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
43921         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43922         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43923         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43924         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43925         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43926         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43927         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43928         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43929         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43930         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43931         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43932         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43933         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43934         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43935         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43936         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43937         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43938         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43939         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43940         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43941         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
43942         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
43943         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
43944         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
43945         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
43946         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
43947         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
43948         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
43949         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
43950         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
43951         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
43952         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
43953         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
43954         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43955         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43956         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
43957         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
43958         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
43959         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
43960         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
43961         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
43962         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
43963         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
43964         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
43965         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
43966         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
43967         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
43968         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
43969         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
43970         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43971         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
43972         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43973         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
43974         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
43975         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43976         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43977         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
43978         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
43979         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
43980         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
43981         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
43982         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43983         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
43984         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43985         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
43986         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43987         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43988         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43989         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
43990         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
43991         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
43992         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
43993         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
43994         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
43995         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
43996         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43997         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43998         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43999         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44000         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44001         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44002         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44003         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44004         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44005         (__isnanf): Likewise.
44006         (__isinf_ns): Likewise.
44007         (__isinf_nsf): Likewise.
44008         (__finite): Likewise.
44009         (__finitef): Likewise.
44010         (__ieee754_sqrt): Define as macro.
44011         (__ieee754_sqrtf): Define as macro.
44012         (__ieee754_sqrtl): Define as macro.
44013         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44014         inlined copy.
44015         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44016         __FINITE_MATH_ONLY__ consistent.
44017         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44018
44019 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44020
44021         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44022         of rawmemchr.
44023
44024         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44025
44026 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44027
44028         * po/ja.po: Update from translation team.
44029
44030 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44031
44032         * locale/programs/locarchive.c (prepare_address_space): New function.
44033         (create_archive, enlarge_archive, open_archive): Use it.
44034
44035         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44036         inside [SHARED], where it is used.
44037
44038         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44039
44040         * nss/getent.c (netgroup_keys): Remove unused variable.
44041         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44042
44043 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44044
44045         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44046         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44047         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44048         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44049         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44050         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44051         * math/Makefile (libm-calls): Add s_isinf_ns.
44052         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44053         * math/multc3.c: Likewise.
44054         * math/s_casin.c: Likewise.
44055         * math/s_casinf.c: Likewise.
44056         * math/s_casinl.c: Likewise.
44057         * math/s_ccos.c: Likewise.
44058         * math/s_ccosf.c: Likewise.
44059         * math/s_ccosl.c: Likewise.
44060         * math/s_ctan.c: Likewise.
44061         * math/s_ctanf.c: Likewise.
44062         * math/s_ctanh.c: Likewise.
44063         * math/s_ctanhf.c: Likewise.
44064         * math/s_ctanhl.c: Likewise.
44065         * math/s_ctanl.c: Likewise.
44066         * math/w_fmod.c: Likewise.
44067         * math/w_fmodf.c: Likewise.
44068         * math/w_fmodl.c: Likewise.
44069         * math/w_remainder.c: Likewise.
44070         * math/w_remainderf.c: Likewise.
44071         * math/w_remainderl.c: Likewise.
44072         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44073         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44074         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44075         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44076         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44077         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44078         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44079         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44080
44081         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44082         of the number.
44083         * stdio-common/printf_fphex.c: Likewise.
44084         * stdio-common/printf_size.c: Likewise.
44085
44086         * math/e_exp10.c: Include math_private.h using <...> not "...".
44087         * math/e_exp10f.c: Likewise.
44088         * math/e_exp10l.c: Likewise.
44089         * math/e_exp2l.c: Likewise.
44090         * math/e_j0l.c: Likewise.
44091         * math/e_j1l.c: Likewise.
44092         * math/e_jnl.c: Likewise.
44093         * math/e_lgammal_r.c: Likewise.
44094         * math/e_rem_pio2l.c: Likewise.
44095         * math/e_scalb.c: Likewise.
44096         * math/e_scalbf.c: Likewise.
44097         * math/e_scalbl.c: Likewise.
44098         * math/k_cosl.c: Likewise.
44099         * math/k_sinl.c: Likewise.
44100         * math/k_tanl.c: Likewise.
44101         * math/s_cacoshf.c: Likewise.
44102         * math/s_catan.c: Likewise.
44103         * math/s_catanf.c: Likewise.
44104         * math/s_catanh.c: Likewise.
44105         * math/s_catanhf.c: Likewise.
44106         * math/s_catanhl.c: Likewise.
44107         * math/s_catanl.c: Likewise.
44108         * math/s_ccosh.c: Likewise.
44109         * math/s_ccoshf.c: Likewise.
44110         * math/s_ccoshl.c: Likewise.
44111         * math/s_cexp.c: Likewise.
44112         * math/s_cexpf.c: Likewise.
44113         * math/s_cexpl.c: Likewise.
44114         * math/s_clog.c: Likewise.
44115         * math/s_clog10.c: Likewise.
44116         * math/s_clog10f.c: Likewise.
44117         * math/s_clog10l.c: Likewise.
44118         * math/s_clogf.c: Likewise.
44119         * math/s_clogl.c: Likewise.
44120         * math/s_csin.c: Likewise.
44121         * math/s_csinf.c: Likewise.
44122         * math/s_csinh.c: Likewise.
44123         * math/s_csinhf.c: Likewise.
44124         * math/s_csinhl.c: Likewise.
44125         * math/s_csinl.c: Likewise.
44126         * math/s_csqrt.c: Likewise.
44127         * math/s_csqrtf.c: Likewise.
44128         * math/s_csqrtl.c: Likewise.
44129         * math/s_ctan.c: Likewise.
44130         * math/s_ctanf.c: Likewise.
44131         * math/s_ctanh.c: Likewise.
44132         * math/s_ctanhf.c: Likewise.
44133         * math/s_ctanhl.c: Likewise.
44134         * math/s_ctanl.c: Likewise.
44135         * math/s_ldexp.c: Likewise.
44136         * math/s_ldexpf.c: Likewise.
44137         * math/s_ldexpl.c: Likewise.
44138         * math/s_significand.c: Likewise.
44139         * math/s_significandf.c: Likewise.
44140         * math/s_significandl.c: Likewise.
44141         * math/w_acos.c: Likewise.
44142         * math/w_acosf.c: Likewise.
44143         * math/w_acosh.c: Likewise.
44144         * math/w_acoshf.c: Likewise.
44145         * math/w_acoshl.c: Likewise.
44146         * math/w_acosl.c: Likewise.
44147         * math/w_asin.c: Likewise.
44148         * math/w_asinf.c: Likewise.
44149         * math/w_asinl.c: Likewise.
44150         * math/w_atan2.c: Likewise.
44151         * math/w_atan2f.c: Likewise.
44152         * math/w_atan2l.c: Likewise.
44153         * math/w_atanh.c: Likewise.
44154         * math/w_atanhf.c: Likewise.
44155         * math/w_atanhl.c: Likewise.
44156         * math/w_cosh.c: Likewise.
44157         * math/w_coshf.c: Likewise.
44158         * math/w_coshl.c: Likewise.
44159         * math/w_dremf.c: Likewise.
44160         * math/w_exp10.c: Likewise.
44161         * math/w_exp10f.c: Likewise.
44162         * math/w_exp10l.c: Likewise.
44163         * math/w_exp2.c: Likewise.
44164         * math/w_exp2f.c: Likewise.
44165         * math/w_fmod.c: Likewise.
44166         * math/w_fmodf.c: Likewise.
44167         * math/w_fmodl.c: Likewise.
44168         * math/w_hypot.c: Likewise.
44169         * math/w_hypotf.c: Likewise.
44170         * math/w_hypotl.c: Likewise.
44171         * math/w_j0.c: Likewise.
44172         * math/w_j0f.c: Likewise.
44173         * math/w_j0l.c: Likewise.
44174         * math/w_j1.c: Likewise.
44175         * math/w_j1f.c: Likewise.
44176         * math/w_j1l.c: Likewise.
44177         * math/w_jn.c: Likewise.
44178         * math/w_jnf.c: Likewise.
44179         * math/w_jnl.c: Likewise.
44180         * math/w_lgamma.c: Likewise.
44181         * math/w_lgamma_r.c: Likewise.
44182         * math/w_lgammaf.c: Likewise.
44183         * math/w_lgammaf_r.c: Likewise.
44184         * math/w_lgammal.c: Likewise.
44185         * math/w_lgammal_r.c: Likewise.
44186         * math/w_log.c: Likewise.
44187         * math/w_log10.c: Likewise.
44188         * math/w_log10f.c: Likewise.
44189         * math/w_log10l.c: Likewise.
44190         * math/w_log2.c: Likewise.
44191         * math/w_log2f.c: Likewise.
44192         * math/w_log2l.c: Likewise.
44193         * math/w_logf.c: Likewise.
44194         * math/w_logl.c: Likewise.
44195         * math/w_pow.c: Likewise.
44196         * math/w_powf.c: Likewise.
44197         * math/w_powl.c: Likewise.
44198         * math/w_remainder.c: Likewise.
44199         * math/w_remainderf.c: Likewise.
44200         * math/w_remainderl.c: Likewise.
44201         * math/w_scalb.c: Likewise.
44202         * math/w_scalbf.c: Likewise.
44203         * math/w_scalbl.c: Likewise.
44204         * math/w_sinh.c: Likewise.
44205         * math/w_sinhf.c: Likewise.
44206         * math/w_sinhl.c: Likewise.
44207         * math/w_sqrt.c: Likewise.
44208         * math/w_sqrtf.c: Likewise.
44209         * math/w_sqrtl.c: Likewise.
44210         * math/w_tgamma.c: Likewise.
44211         * math/w_tgammaf.c: Likewise.
44212         * math/w_tgammal.c: Likewise.
44213
44214         * po/ja.po: Update from translation team.
44215
44216 2011-09-29  Andreas Jaeger  <aj@suse.de>
44217
44218         [BZ #13179]
44219         * sunrpc/netname.c (netname2host): Fix logic.
44220
44221         [BZ #6779]
44222         [BZ #6783]
44223         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44224         correctly.
44225         * math/w_remainder.c (__remainder): Likewise.
44226         * math/w_remainderf.c (__remainderf): Likewise.
44227         * math/libm-test.inc (remainder_test): Add test cases.
44228
44229 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44230
44231         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44232         sdiv_qrnnd.
44233
44234 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44235
44236         * string/test-memcmp.c: Avoid unncessary #defines.
44237         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44238
44239 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44240
44241         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44242         Use new sse2 version for core i3 - i7 as it's faster
44243         than sse42 version.
44244         (bit_Prefer_PMINUB_for_stringop): New.
44245         * sysdeps/x86_64/rawmemchr.S: Update.
44246         Replace with faster SSE2 version.
44247         * sysdeps/x86_64/memrchr.S: New file.
44248         * sysdeps/x86_64/memchr.S: Update.
44249         Replace with faster SSE2 version.
44250
44251 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44252
44253         * elf/dl-load.c (lose): Add cast to avoid warning.
44254
44255 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44256
44257         * po/ca.po: Update from translation team.
44258
44259         * inet/getnetgrent_r.c: Hook up nscd.
44260         * nscd/Makefile (routines): Add nscd_netgroup.
44261         (nscd-modules): Add netgroupcache.
44262         (CFLAGS-netgroupcache.c): Define.
44263         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44264         (cache_search): Add const to second parameter.
44265         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44266         INNETGR.
44267         (dbs): Add netgrdb entry.
44268         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44269         (verify_persistent_db): Handle netgrdb.
44270         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44271         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44272         GETFDNETGR.
44273         (netgroup_response_header): Define.
44274         (innetgroup_response_header): Define.
44275         (datahead): Add netgroup_response_header and innetgroup_response_header
44276         elements.
44277         * nscd/nscd.conf: Add entries for netgroup cache.
44278         * nscd/nscd.h (dbtype): Add netgrdb.
44279         (_PATH_NSCD_NETGROUP_DB): Define.
44280         (netgroup_iov_disabled): Declare.
44281         (xmalloc, xcalloc, xrealloc): Move declarations here.
44282         (cache_search): Adjust prototype.
44283         Add netgroup-related prototypes.
44284         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44285         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44286         (__nscd_innetgr): Declare.
44287         * nscd/selinux.c (perms): Use access_vector_t as element type and
44288         add netgroup-related initializers.
44289         * nscd/netgroupcache.c: New file.
44290         * nscd/nscd_netgroup.c: New file.
44291         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44292         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44293         For four parameters use innetgr.
44294         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44295         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44296         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44297         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44298
44299         * nscd/connections.c (register_traced_file): Don't register file
44300         for disabled databases.
44301
44302 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44303
44304         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44305
44306         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44307         from tree and freeing node.
44308
44309 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44310
44311         * nss/nsswitch.c (__nss_database_lookup): Handle
44312         nss_parse_service_list out of memory case.
44313
44314 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44315
44316         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44317         out of memory case.
44318
44319 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44320
44321         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44322         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44323         pass it down.
44324         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44325         elf_machine_rela, elf_machine_lazy_rel.
44326         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44327         (ELF_DYNAMIC_DO_REL): Likewise.
44328         (ELF_DYNAMIC_DO_RELA): Likewise.
44329         (ELF_DYNAMIC_RELOCATE): Likewise.
44330         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44331         to ELF_DYNAMIC_DO_REL.
44332         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44333         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44334         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44335         elf_machine_rela.
44336         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44337         skip_ifunc, don't call ifunc function if non-zero.
44338         (elf_machine_rela): Likewise.
44339         (elf_machine_lazy_rel): Likewise.
44340         (elf_machine_lazy_rela): Likewise.
44341         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44342         (elf_machine_lazy_rel): Likewise.
44343         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44344         Likewise.
44345         (elf_machine_lazy_rel): Likewise.
44346         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44347         Likewise.
44348         (elf_machine_lazy_rel): Likewise.
44349         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44350         (elf_machine_lazy_rel): Likewise.
44351         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44352         (elf_machine_lazy_rel): Likewise.
44353         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44354         (elf_machine_lazy_rel): Likewise.
44355         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44356         (elf_machine_lazy_rel): Likewise.
44357         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44358         (elf_machine_lazy_rel): Likewise.
44359         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44360         (elf_machine_lazy_rel): Likewise.
44361
44362 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44363
44364         * nss/nss_files/files-init.c (_nss_files_init): Use static
44365         initialization for all the *_traced_file variables.
44366
44367 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44368
44369         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44370
44371 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44372
44373         [BZ #13226]
44374         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44375
44376 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44377
44378         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44379         Reread the line before reparsing it.
44380
44381 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44382
44383         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44384
44385 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44386             Maxim Kuvyrkov  <maxim@codesourcery.com>
44387             Joseph Myers  <joseph@codesourcery.com>
44388
44389         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44390         if needed for __stack_chk_guard.
44391
44392 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44393
44394         * sysdeps/posix/spawni.c (script_execute): Always define it.
44395         It will be optimized away if unused.
44396         (maybe_script_execute): New function.
44397         (__spawni): Call it.
44398
44399         * Makerules: Don't include tls.make.
44400         (config-tls): Always set to thread.
44401         * tls.make.c: File removed.
44402
44403 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44404
44405         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44406         * config.make.in (CPPFLAGS-config): New substituted variable.
44407
44408 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44409
44410         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
44411
44412         [BZ #13192]
44413         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
44414         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
44415
44416 2011-09-15  Roland McGrath  <roland@hack.frob.com>
44417
44418         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
44419         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44420         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44421         (CALL_FAIL): Likewise.
44422         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
44423         (CALL_FAIL): Macro removed.
44424         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
44425
44426 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44427
44428         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
44429         for __FINITE_MATH_ONLY__ == 1.
44430
44431 2011-09-15  Andreas Schwab  <schwab@redhat.com>
44432
44433         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
44434         __ieee754_sqrt instead of sqrt.
44435         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
44436         __ieee754_sqrtf instead of sqrtf.
44437         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
44438         __floorf instead of floorf.
44439         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
44440         __floorf, __truncf instead of floorf, truncf.
44441
44442 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
44443
44444         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
44445
44446         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
44447         __extern_always_inline.
44448         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
44449         32-bit.
44450
44451 2011-09-14  Andreas Schwab  <schwab@redhat.com>
44452
44453         * elf/rtld.c (dl_main): Also relocate in dependency order when
44454         doing symbol dependency testing.
44455
44456 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
44457
44458         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44459         Always define `refsym'.
44460
44461 2011-09-13  Andreas Schwab  <schwab@redhat.com>
44462
44463         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
44464         (__FD_ELT): Renamed from __FDELT.
44465         * misc/bits/select2.h (__FD_ELT): Likewise.
44466         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
44467         __FD_MASK instead of __FDELT, __FDMASK.
44468         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44469         Likewise.
44470         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44471         Likewise.
44472
44473         * elf/Makefile (gen-ldd): Fix pattern.
44474
44475         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
44476         (init_tls): Likewise.
44477
44478 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
44479
44480         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
44481
44482 2011-09-12  Andreas Schwab  <schwab@redhat.com>
44483
44484         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
44485         `struct cmsghdr *' instead of `void *'.
44486         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
44487         Likewise.
44488
44489 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
44490
44491         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
44492         if non-absolute.
44493         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
44494         ldd_rewrite_script.
44495
44496 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
44497
44498         * configure.in: Remove --with-tls option.
44499         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
44500         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
44501         out in case it is missing.
44502         * sysdeps/ia64/elf/configure.in: Likewise.
44503         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
44504         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
44505         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
44506         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
44507         * sysdeps/sh/elf/configure.in: Likewise.
44508         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
44509         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
44510         * sysdeps/x86_64/elf/configure.in: Likewise.
44511         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
44512         * sysdeps/mach/hurd/tls.h: Likewise.
44513
44514         [BZ #13067]
44515         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
44516
44517         [BZ #13090]
44518         * configure.in: Fix use of AC_INIT.
44519
44520         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
44521
44522 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
44523
44524         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
44525         __set_errno.
44526         * malloc/hooks.c: Likewise.
44527
44528         [BZ #11929]
44529         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
44530         variables statically.
44531         (narenas): Initialize.
44532         (list_lock): Initialize.
44533         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
44534         initializtion of main_arena and list_lock.  Small cleanups.
44535         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
44536         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
44537         Add initializers to main_arena and mp_.
44538         (malloc_state): Remove pagesize member.  Change all users to use
44539         GLRO(dl_pagesize).
44540
44541         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
44542         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
44543         is always initialized.
44544
44545         * malloc/malloc.c: Removed unused configurations and dead code.
44546         * malloc/arena.c: Likewise.
44547         * malloc/hooks.c: Likewise.
44548         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
44549
44550         * include/tls.h: Removed.  USE___THREAD must always be defined.
44551         * bits/libc-tsd.h: Don't handle !USE___THREAD.
44552         * elf/dl-libc.c: Likewise.
44553         * elf/dl-tsd.c: Likewise.
44554         * include/errno.h: Likewise.
44555         * include/netdb.h: Likewise.
44556         * include/resolv.h: Likewise.
44557         * inet/herrno-loc.c: Likewise.
44558         * inet/herrno.c: Likewise.
44559         * malloc/arena.c: Likewise.
44560         * malloc/hooks.c: Likewise.
44561         * malloc/malloc.c: Likewise.
44562         * resolv/res-state.c: Likewise.
44563         * resolv/res_libc.c: Likewise.
44564         * sysdeps/i386/dl-machine.h: Likewise.
44565         * sysdeps/ia64/dl-machine.h: Likewise.
44566         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
44567         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
44568         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
44569         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
44570         * sysdeps/sh/dl-machine.h: Likewise.
44571         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44572         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44573         * sysdeps/unix/i386/sysdep.S: Likewise.
44574         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
44575         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
44576         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
44577         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
44578         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
44579         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
44580         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
44581         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44582         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44583         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
44584         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44585         * sysdeps/x86_64/dl-machine.h: Likewise.
44586         * tls.make.c: Likewise.
44587
44588         * configure.in: Remove --with-__thread option.  Make tests for
44589         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
44590         tls_model attribute fail if no support is available.  Remove
44591         USE_IN_LIBIO.
44592         * Makeconfig: Adjust for dropped configure option.  All features are
44593         now mandatory.
44594         * Makerules: Likewise.
44595         * Versions.def: Likewise.
44596         * argp/argp-fmtstream.c: Likewise.
44597         * argp/argp-fmtstream.h: Likewise.
44598         * argp/argp-help.c: Likewise.
44599         * assert/assert.c: Likewise.
44600         * config.h.in: Likewise.
44601         * config.make.in: Likewise.
44602         * configure: Likewise.
44603         * configure.in: Likewise.
44604         * csu/Versions: Likewise.
44605         * csu/init.c: Likewise.
44606         * elf/tst-audit2.c: Likewise.
44607         * elf/tst-tls10.c: Likewise.
44608         * elf/tst-tls10.h: Likewise.
44609         * elf/tst-tls11.c: Likewise.
44610         * elf/tst-tls12.c: Likewise.
44611         * elf/tst-tls14.c: Likewise.
44612         * elf/tst-tlsmod11.c: Likewise.
44613         * elf/tst-tlsmod12.c: Likewise.
44614         * elf/tst-tlsmod13.c: Likewise.
44615         * elf/tst-tlsmod13a.c: Likewise.
44616         * elf/tst-tlsmod14a.c: Likewise.
44617         * elf/tst-tlsmod15b.c: Likewise.
44618         * elf/tst-tlsmod16a.c: Likewise.
44619         * elf/tst-tlsmod16b.c: Likewise.
44620         * elf/tst-tlsmod7.c: Likewise.
44621         * elf/tst-tlsmod8.c: Likewise.
44622         * elf/tst-tlsmod9.c: Likewise.
44623         * gmon/gmon.c: Likewise.
44624         * grp/fgetgrent_r.c: Likewise.
44625         * grp/putgrent.c: Likewise.
44626         * hurd/fopenport.c: Likewise.
44627         * include/libc-symbols.h: Likewise.
44628         * include/tls.h: Likewise.
44629         * intl/gettextP.h: Likewise.
44630         * intl/loadinfo.h: Likewise.
44631         * locale/global-locale.c: Likewise.
44632         * locale/localeinfo.h: Likewise.
44633         * mach/devstream.c: Likewise.
44634         * malloc/arena.c: Likewise.
44635         * malloc/set-freeres.c: Likewise.
44636         * misc/err.c: Likewise.
44637         * misc/getttyent.c: Likewise.
44638         * misc/mntent_r.c: Likewise.
44639         * posix/getopt.c: Likewise.
44640         * posix/wordexp.c: Likewise.
44641         * pwd/fgetpwent_r.c: Likewise.
44642         * resolv/Versions: Likewise.
44643         * resolv/res_hconf.c: Likewise.
44644         * shadow/fgetspent_r.c: Likewise.
44645         * shadow/putspent.c: Likewise.
44646         * stdio-common/printf_fphex.c: Likewise.
44647         * stdio-common/tmpfile.c: Likewise.
44648         * stdlib/abort.c: Likewise.
44649         * stdlib/fmtmsg.c: Likewise.
44650         * sunrpc/auth_unix.c: Likewise.
44651         * sunrpc/clnt_perr.c: Likewise.
44652         * sunrpc/clnt_tcp.c: Likewise.
44653         * sunrpc/clnt_udp.c: Likewise.
44654         * sunrpc/clnt_unix.c: Likewise.
44655         * sunrpc/openchild.c: Likewise.
44656         * sunrpc/svc_simple.c: Likewise.
44657         * sunrpc/svc_tcp.c: Likewise.
44658         * sunrpc/svc_udp.c: Likewise.
44659         * sunrpc/svc_unix.c: Likewise.
44660         * sunrpc/xdr.c: Likewise.
44661         * sunrpc/xdr_array.c: Likewise.
44662         * sunrpc/xdr_rec.c: Likewise.
44663         * sunrpc/xdr_ref.c: Likewise.
44664         * sunrpc/xdr_stdio.c: Likewise.
44665
44666 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44667
44668         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44669
44670 2011-07-03  Andreas Jaeger  <aj@suse.de>
44671
44672         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
44673         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
44674         regenerate with gen-libm-tests.pl.
44675
44676 2010-05-12  Petr Baudis  <pasky@suse.cz>
44677
44678         [BZ #11589]
44679         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
44680         around j0() zero points by switching to j1().
44681         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44682         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44683         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44684         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44685
44686 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44687
44688         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
44689         instead of 0.
44690         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
44691         instead of 0.
44692         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44693         Patch in part by Pavel Roskin <proski@gnu.org>.
44694
44695         [BZ #13138]
44696         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
44697         realloc.
44698         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
44699         Free memory block if necessary.
44700
44701         [BZ #12847]
44702         * libio/genops.c (INTDEF): For string streams the _lock pointer can
44703         be NULL.  Don't lock in this case.
44704
44705 2011-09-09  Roland McGrath  <roland@hack.frob.com>
44706
44707         * elf/elf.h (ELFOSABI_GNU): New macro.
44708         (ELFOSABI_LINUX): Define to that.
44709
44710 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
44711
44712         * string/strncat.c (strncat): Undef the symbol in case it has been
44713         defined in bits/string.h.
44714
44715 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44716
44717         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
44718
44719         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
44720         link map.
44721
44722 2011-08-17  Andreas Jaeger  <aj@suse.de>
44723
44724         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
44725
44726 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
44727             Ian Lance Taylor  <iant@google.com>
44728
44729         * math/libm-test.inc (lround_test): New testcase.
44730         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
44731
44732 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
44733
44734         * Makefile: Remove support for automatic cvs check-ins.
44735         * Makerules: Likewise.
44736         * config.make.in: Likewise.
44737         * configure.in: Likewise.
44738         * intl/Makefile: Likewise.
44739         * locale/Makefile: Likewise.
44740         * po/Makefile: Likewise.
44741         * posix/Makefile: Likewise.
44742         * sysdeps/gnu/Makefile: Likewise.
44743         * sysdeps/mach/hurd/Makefile: Likewise.
44744         * sysdeps/sparc/sparc32/Makefile: Likewise.
44745
44746         [BZ #13118]
44747         * posix/Makefile (bug-regex32-ENV): Define.
44748         Patch by John Stanley <jpsinthemix@verizon.net>.
44749
44750         * misc/Makefile (headers): Add bits/select2.h.
44751         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
44752         * misc/bits/select2.h: New file.
44753         * include/bits/select2.h: New file.
44754         * debug/Makefile (routines): Add fdelt_chk.
44755         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
44756         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
44757         FD_ISSET.
44758         * debug/fdelt_chk.c: New file.
44759
44760         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
44761         * wcsmbs/test-wmemcmp.c: Likewise.
44762         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
44763         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
44764
44765 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44766
44767         * string/Makefile (strop-tests): Add memcmp.
44768         * string/test-wmemcmp.c: New file.
44769         * string/test-memcmp.c: Add wmemcmp support.
44770
44771 2011-09-08  Roland McGrath  <roland@hack.frob.com>
44772
44773         [BZ #13153]
44774         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
44775         2011-07-19 change.
44776
44777         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
44778         garbage value in a __mach_port_mod_refs call in the cases of the
44779         task-self and thread-self ports.
44780
44781 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44782
44783         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
44784
44785 2011-09-08  Andreas Schwab  <schwab@redhat.com>
44786
44787         * elf/dl-load.c (lose): Check for non-null L.
44788
44789 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44790
44791         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
44792
44793         * elf/dl-libc.c (dlerror_run): Pass back error code from
44794         dl_catch_error.
44795
44796         [BZ #13123]
44797         * elf/dl-load.c (lose): Free l_origin if it is valid.
44798
44799         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
44800         names.
44801         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
44802         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44803         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
44804         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44805         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
44806         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
44807
44808 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44809
44810         * sysdeps/powerpc/fpu/e_hypot.c: New file.
44811         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
44812         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
44813         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
44814         * sysdeps/powerpc/fpu/k_cosf.c: New file.
44815         * sysdeps/powerpc/fpu/k_sinf.c: New file.
44816         * sysdeps/powerpc/fpu/s_cosf.c: New file.
44817         * sysdeps/powerpc/fpu/s_sinf.c: New file.
44818         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
44819         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
44820
44821 2011-08-15  Alan Modra  <amodra@gmail.com>
44822
44823         [BZ #13092]
44824         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
44825         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
44826         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
44827         ppc_mcount to static-only-routines.
44828         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
44829         __mcount_internal.
44830         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
44831         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
44832
44833 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
44834
44835         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
44836         for finite and infinity parameters.
44837
44838 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44839
44840         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
44841         and add nop instructions for throughput optimization.
44842         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
44843
44844 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
44845
44846         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
44847         aligned copy for power7 with vector-scalar instructions.
44848         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
44849
44850 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
44851
44852         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
44853         AVX check.
44854
44855 2011-09-07  Andreas Schwab  <schwab@redhat.com>
44856
44857         [BZ #13144]
44858         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
44859         last change.
44860
44861 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44862
44863         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44864         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
44865         syscall wrapper around clock_gettime in __vdso_clock_gettime.
44866         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
44867         clock_gettime.
44868
44869 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44870
44871         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
44872         Forgot to demangle the pointer.
44873
44874         * sysdeps/i386/sysdep.h: Define atom_text_section.
44875         * sysdeps/x86_64/sysdep.h: Likewise.
44876         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
44877         section with atom_text_section.
44878         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44879         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44880         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
44881         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
44882         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
44883
44884         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
44885         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
44886         already be defined.  Change to take two parameters and don't assign
44887         result to variable.  Adjust all users.
44888         Define INTERNAL_GETTIME if not already defined.
44889         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
44890         call.
44891         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
44892         HAVE_CLOCK_GETTIME_VSYSCALL.
44893         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
44894
44895         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
44896         gettimeofday vsyscall, just use time.
44897
44898 2011-09-06  Andreas Schwab  <schwab@redhat.com>
44899
44900         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
44901         <errno.h>.
44902
44903 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44904
44905         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
44906         syscall on x86-64.
44907         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
44908         syscall.
44909         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
44910         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
44911         syscall if possible.
44912
44913 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44914
44915         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
44916         e_ident.  Don't pass to find_mapsXX.
44917         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
44918
44919 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44920
44921         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44922         strchr-sse2-no-bsf strrchr-sse2-no-bsf
44923         * sysdeps/x86_64/multiarch/strchr.S: Update.
44924         Check bit_slow_BSF bit.
44925         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
44926         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
44927         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
44928
44929 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44930
44931         [BZ #13134]
44932         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
44933         before glibc 2.15.
44934         (tryshell): Define.
44935         (__spawni): Change last parameter to be flag.  Test
44936         SPAWN_XFLAGS_USE_PATH flag to use path or not.
44937         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
44938         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
44939         * posix/spawni.c: Likewise.
44940         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
44941         * posix/spawnp.c: Likewise.  Change normal version to use
44942         SPAWN_XFLAGS_USE_PATH.
44943         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
44944         SPAWN_XFLAGS_TRY_SHELL.
44945
44946         [BZ #13150]
44947         * posix/glob.h: Remove gcc 1.x support.
44948
44949         [BZ #13068]
44950         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
44951
44952 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44953
44954         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44955         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
44956         strrchr-sse2-bsf
44957         * sysdeps/i386/i686/multiarch/strchr.S: New file.
44958         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
44959         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
44960         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
44961         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
44962         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
44963
44964 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44965
44966         * sysdeps/x86_64/wcscmp.S: New file.
44967
44968         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
44969         wcscmp-c wcscmp-sse2
44970         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
44971         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
44972         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
44973         * wcsmbs/wcscmp.c: Allow renaming.
44974
44975 2011-09-05  David S. Miller  <davem@davemloft.net>
44976
44977         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
44978         stack slot, rather than the struct return pointer slot.
44979         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
44980         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
44981         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
44982         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
44983
44984 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44985
44986         * po/ja.po: Update from translation team.
44987
44988         [BZ #13144]
44989         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
44990         kernel in 64-bit binaries.
44991
44992 2011-09-01  David S. Miller  <davem@davemloft.net>
44993
44994         * elf/elf.h (HWCAP_SPARC_*): Move to..
44995         * sysdeps/sparc/sysdep.h: this new file and add new values.
44996         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
44997         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
44998         _DL_HWCAP_COUNT to 24.
44999         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45000         entries.
45001         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45002         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45003         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45004         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45005         instead of magic constants.
45006         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45007
45008 2011-08-31  David S. Miller  <davem@davemloft.net>
45009
45010         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45011         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45012         Reimplement to do errno handling inline.
45013         (SYSCALL_ERROR_HANDLER): New macro.
45014         (__SYSCALL_STRING): Do not do errno handling in asm.
45015         (__CLONE_SYSCALL_STRING): Delete.
45016         (__INTERNAL_SYSCALL_STRING): Delete.
45017         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45018         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45019         (PSEUDO): Reimplement to do errno handling inline.
45020         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45021         (SYSCALL_ERROR_HANDLER): New macro.
45022         (__SYSCALL_STRING): Do not do errno handling in asm.
45023         (__CLONE_SYSCALL_STRING): Delete.
45024         (__INTERNAL_SYSCALL_STRING): Delete.
45025         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45026         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45027         i386.
45028         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45029         (inline_syscall*): Add 'err' argument.
45030         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45031         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45032         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45033         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45034
45035         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45036         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45037
45038 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45039
45040         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45041
45042 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45043
45044         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45045         directive.
45046
45047 2011-08-24  David S. Miller  <davem@davemloft.net>
45048
45049         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45050
45051 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45052
45053         * elf/Makefile: Add rules to build and run unload8 test.
45054         * elf/unload8.c: New file.
45055         * elf/unload8mod1.c: New file.
45056         * elf/unload8mod1x.c: New file.
45057         * elf/unload8mod2.c: New file.
45058         * elf/unload8mod3.c: New file.
45059
45060         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45061         it wasn't used.
45062
45063 2011-08-23  David S. Miller  <davem@davemloft.net>
45064
45065         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45066         subtract stack bias.
45067         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45068         %sp not %fp in calculations.
45069         (_JMPBUF_UNWINDS_ADJ): Likewise.
45070
45071         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45072         (aio_suspend): Call it to force an exception region around the
45073         AIO_MISC_WAIT() invocation.
45074
45075 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45076
45077         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45078         backslash.
45079
45080 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45081
45082         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45083         protection macro.
45084         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45085         and <dl-machine.h>.
45086         (Elf64_FuncDesc): Remove.
45087
45088 2011-08-22  David S. Miller  <davem@davemloft.net>
45089
45090         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45091         sigaltstack check, add missing cfi directives.
45092         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45093         missing cfi directives, and sigaltstack handling.
45094
45095 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45096
45097         [BZ #11724]
45098         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45099         object is seen twice.
45100         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45101
45102         * elf/Makefile (distribute): Add tst-initorder2.c.
45103         (tests): Add tst-initorder2.
45104         (modules-names): Add tst-initorder2a tst-initorder2b
45105         tst-initorder2c tst-initorder2d.  Add rules to build them.
45106         ($(objpfx)tst-initorder2.out): New rule.
45107         * elf/tst-initorder2.c: New file.
45108         * elf/tst-initorder2.exp: New file.
45109
45110 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45111
45112         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45113
45114         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45115         dependencies back to end of function.
45116
45117         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45118         $(elfobjdir)/ld.so.
45119
45120 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45121
45122         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45123         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45124         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45125         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45126         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45127         of __vdso_gettimeofday.
45128         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45129         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45130         attribute_hidden.
45131         (_libc_vdso_platform_setup): Remove initialization of
45132         __vdso_gettimeofday and __vdso_time.
45133
45134 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45135
45136         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45137         and fgetc_unlocked.
45138         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45139         getc_unlocked.
45140
45141         * elf/dl-open.c (add_to_global): Report additions to the global scope
45142         for LD_DEBUG=scopes.
45143         (dl_open_worker): Also print scope of newly loaded dependencies.
45144         (_dl_show_scope): Indicate if there is no scope.
45145
45146         [BZ #13114]
45147         * stdio-common/Makefile (tests): Add bug24.
45148         * stdio-common/bug24.c: New file.
45149
45150 2011-08-19  Andreas Jaeger  <aj@suse.de>
45151
45152         [BZ #13114]
45153         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45154         non-existant file when using close-on-exec mode.
45155
45156 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45157
45158         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45159         the very first instruction.
45160
45161         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45162         the CFI state in the end.
45163         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45164         inclusion of dl-trampoline.h.
45165         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45166
45167 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45168
45169         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45170         expectations for long double.
45171
45172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45173         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45174
45175 2011-08-14  David S. Miller  <davem@davemloft.net>
45176
45177         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45178         artificual limit depends upon the system page size.
45179
45180 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45181
45182         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45183         * resolv/Makefile: Define CFLAGS-libresolv.
45184
45185 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45186
45187         * nss/makedb.c (compute_tables): Make variables used in nested
45188         function static.
45189
45190 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45191
45192         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45193         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45194         if buffer was too small.
45195
45196         * elf/pldd.c (main): Attach to all threads in the process.
45197         Rewrite /proc handling to use *at functions.
45198
45199 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45200
45201         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45202         specifies first scope to show.
45203         (dl_open_worker): Update callers.  Move printing scope of new
45204         object to before the relocation.
45205         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45206         * sysdeps/generic/ldsodefs.h: Update declaration.
45207
45208         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45209         string for the scope number.
45210
45211 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45212
45213         * nscd/servicescache.c (cache_addserv): Make sure written is always
45214         initialized.
45215
45216 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45217
45218         * sysdeps/i386/i486/bits/atomic.h
45219         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45220         statement expression, so as to suppress "set but not used" warning.
45221         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45222
45223         * string/strncat.c (STRNCAT): Use prototype definition.
45224
45225         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45226         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45227         -Iprograms here.
45228         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45229         (localedef-modules): Add localedef.
45230         (locale-modules): Add locale.
45231
45232         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45233         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45234         to avoid a warning.
45235
45236 2011-08-14  David S. Miller  <davem@davemloft.net>
45237
45238         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45239         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45240
45241 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45242
45243         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45244         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45245         * elf/rtld.c (dl_main): Set l_name of vDSO.
45246         Call _dl_show_scope when DL_DEBUG_SCOPES.
45247         (process_dl_debug): Recognize scopes flag and also set it for all.
45248         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45249         Declare _dl_show_scope.
45250
45251         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45252         (do_dlopen): Pass caller_dlopen to dl_open.
45253         (__libc_dlopen_mode): Initialize caller_dlopen.
45254
45255         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45256         of libc.  Make tolower call locale-independent.  Optimize a bit by
45257         using isdigit instead of isalnum.
45258         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45259
45260 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45261
45262         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45263         was a dependency or dynamically loaded.
45264
45265 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45266
45267         * intl/l10nflist.c: Allow architecture-specific pop function.
45268         * sysdeps/x86_64/l10nflist.c: New file.
45269
45270         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45271         classification.
45272
45273 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45274
45275         * include/dirent.h: Add libc_hidden_proto for scandirat and
45276         scandirat64.  Don't declare __scandirat64.
45277         * dirent/scandirat.c: Add libc_hidden_def.
45278         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45279         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45280
45281 2011-08-10  David S. Miller  <davem@davemloft.net>
45282
45283         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45284         enum.
45285         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45286         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45287         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45288
45289 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45290
45291         * Versions.def [libc]: Add GLIBC_2.15.
45292         * dirent/Makefile (routines): Add scandirat and scandirat64.
45293         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45294         GLIBC_2.15.
45295         * dirent/dirent.h: Declare scandirat and scandirat64.
45296         * dirent/scandirat.c: New file.
45297         * dirent/scandirat64.c: New file.
45298         * sysdeps/wordsize-64/scandirat.c: New file.
45299         * sysdeps/wordsize-64/scandirat64.c: New file.
45300         * dirent/opendir.c: Define opendirat.
45301         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45302         using scandirat.
45303         * dirent/scandir64.c: Adjust for scandir.c change.
45304         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45305         __scandirat64, and __scandir_cancel_handler.
45306         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45307         additional parameter and use openat instead of open (outside of ld.so).
45308         Add new __opendir as wrapper around __opendirat.
45309         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45310         here without requiring old scandirat implementation.
45311
45312 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45313
45314         * dirent/scandir.c (cancel_handler): Renamed to
45315         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45316         defined.  Adjust users.
45317         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45318         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45319
45320 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45321
45322         * string/test-string.h (IMPL): Use __STRING to expand name and then
45323         stringify it.
45324
45325         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45326         of cleanups.
45327
45328 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45329
45330         * string/Makefile: Update.
45331         (strop-tests): Append strncat.
45332         * string/test-wcscmp.c: New file.
45333         New comprehensive test for wcscmp.
45334         * string/test-strcmp.c: Update.
45335         (WIDE): New define.
45336
45337 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45338
45339         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45340         line.
45341
45342 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45343
45344         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45345         encoding to ACE if AI_IDN.
45346
45347 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45348
45349         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45350         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45351
45352 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45353
45354         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45355         Fix overflow bug in strncat.
45356         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45357
45358         * string/test-strncat.c: Update.
45359         Add new tests for checking overflow bugs.
45360
45361 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45362
45363         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45364         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45365         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45366         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45367         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45368         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45369         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45370         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45371         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45372
45373         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45374         (USE_AS_STRCAT): Define.
45375         Add strcat and strncat support.
45376         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45377
45378 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45379
45380         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45381         __n bigger than INT_MAX+1.
45382         (__strncmp_g): Likewise.
45383
45384 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45385
45386         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45387         * libio/stido.h: Likewise.
45388
45389         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45390         (AF_NFC): Define.
45391         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45392         (AF_NFC): Define.
45393
45394         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45395         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45396         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45397         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45398         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45399
45400         [BZ #13021]
45401         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45402         installed.
45403
45404         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45405         typo.
45406         (_dl_x86_64_save_sse): Likewise.
45407
45408 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
45409
45410         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
45411         OSXSAVE.
45412         (_dl_x86_64_save_sse): Likewise.
45413
45414         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
45415
45416         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
45417
45418 2011-07-21  Andreas Schwab  <schwab@redhat.com>
45419
45420         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
45421         change.
45422         (_dl_x86_64_save_sse): Use correct AVX check.
45423
45424 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45425
45426         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
45427         bug in strncpy/strncat.
45428         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
45429
45430 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
45431
45432         * string/tester.c (test_strcat): Add tests for different alignments
45433         of source and destination.
45434         (test_strncat): Likewise.
45435
45436 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45437
45438         [BZ #12852]
45439         * posix/glob.c (glob): Check passed in values before using them in
45440         expressions to avoid some overflows.
45441         (glob_in_dir): Likewise.
45442
45443         [BZ #13007]
45444         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
45445         check for AVX enablement so that we don't crash with old kernels and
45446         new hardware.
45447         * elf/tst-audit4.c: Add same checks here.
45448         * elf/tst-audit6.c: Likewise.
45449
45450         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
45451
45452 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
45453
45454         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
45455
45456 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45457
45458         * po/cs.po: Update from translation team.
45459         * po/bg.po: Likewise.
45460
45461 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
45462
45463         * misc/sys/cdefs.h: Add support for const attribute.
45464         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
45465         to gnu_dev_{major,minor,makedev} functions.
45466
45467 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
45468
45469         * intl/dcigettext.c (get_output_charset): Add missing bracket.
45470
45471 2011-07-20  Andreas Schwab  <schwab@redhat.com>
45472
45473         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
45474         strlen results.
45475
45476 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45477
45478         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
45479         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
45480         register in order to avoid conflicts with the soft frame pointer
45481         being held in r11 when necessary.
45482         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
45483         (INTERNAL_VSYSCALL_NCS): Likewise.
45484
45485 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
45486
45487         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
45488         * elf/dl-fini.c (_dl_fini): Adjust caller.
45489         * elf/dl-close.c (_dl_close_worker): Likewise.
45490         * sysdeps/generic/ldsodefs.h: Adjust declaration.
45491
45492 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45493
45494         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
45495         "aux_cache->nlibs < 0".
45496
45497         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
45498         in the reload-count case.
45499
45500 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45501
45502         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45503         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
45504         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
45505         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
45506         * sysdeps/x86_64/multiarch/strcat.S: New file.
45507         * sysdeps/x86_64/multiarch/strncat.S: New file.
45508         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
45509         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
45510         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
45511         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
45512         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
45513         (USE_AS_STRCAT): Define.
45514         Add strcat and strncat support.
45515         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45516         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
45517         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
45518         * string/strncat.c: Update.
45519         (USE_AS_STRNCAT): Define.
45520         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45521         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
45522         and i7.
45523         * sysdeps/x86_64/multiarch/init-arch.h
45524         (bit_Prefer_PMINUB_for_stringop): New.
45525         (index_Prefer_PMINUB_for_stringop): Likewise.
45526         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
45527         bit_Prefer_PMINUB_for_stringop.
45528
45529 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45530
45531         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
45532         buffer64.
45533         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
45534         of casting of buffer.
45535         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
45536         buffer32 and buffer64.
45537         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
45538         writes instead of casting of buffer.
45539         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
45540         buffer32.
45541         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
45542         casting of buffer.
45543
45544 2011-07-19  Andreas Schwab  <schwab@redhat.com>
45545
45546         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
45547
45548 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45549
45550         * nscd/nscd.c (termination_handler): Don't do anything for a database
45551         if it has not yet been initialized.
45552
45553 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45554
45555         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45556
45557 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45558
45559         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45560
45561 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45562
45563         * po/nl.po: Update from translation team.
45564         * po/sv.po: Likewise.
45565
45566 2011-07-16  Roland McGrath  <roland@hack.frob.com>
45567
45568         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
45569         now disallowed by GCC.
45570
45571         * configure.in (use-default-link): Default to yes if a test -shared
45572         link meets our qualifications.
45573         * configure: Regenerated.
45574
45575         * config.make.in (output-format): New variable.
45576         * configure.in: Check for ld --print-output-format support.
45577         * configure: Regenerated.
45578         * Makerules ($(common-objpfx)format.lds)
45579         [$(output-format) != unknown]: Just use $(output-format),
45580         instead of the linker-script munging.
45581
45582 2011-07-14  Roland McGrath  <roland@hack.frob.com>
45583
45584         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
45585         of $(common-objpfx)shlib.lds.
45586         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
45587
45588         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
45589         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
45590
45591         * configure.in (-z relro check): Adjust test code to add a large
45592         writable data section after it.
45593         * configure: Regenerated.
45594
45595 2011-07-11  Roland McGrath  <roland@hack.frob.com>
45596
45597         * configure.in (-z relro check): Fix test code to make the variable
45598         truly const.
45599         * configure: Regenerated.
45600
45601 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
45602
45603         * nscd/nscd.h (struct traced_file): Define.
45604         (struct database_dyn): Remove inotify_descr, reset_res, and filename
45605         elements.  Add traced_files.
45606         (inotify_fd): Declare.
45607         (register_traced_file): Declare.
45608         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
45609         (inotify_fd): Export.
45610         (resolv_conf_descr): Remove.
45611         (nscd_init): Move inotify descriptor creation to main.
45612         Don't register files for notification here.
45613         (register_traced_file): New function.
45614         (invalidate_cache): Don't use reset_res to determine whether to call
45615         res_init, go through the list of registered files.
45616         (main_loop_poll): The inotify descriptors are now stored in the
45617         structures for the traced files.
45618         (main_loop_epoll): Likewise
45619         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
45620         to __nss_disable_nscd.
45621         * nscd/cache.c (prune_cache): There is no single inotify descriptor
45622         for a database anymore.  Check the records for all the registered
45623         files instead.
45624         * nss/Makefile (libnss_files-routines): Add files-init.
45625         (libnss_db-routines): Add db-init.
45626         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
45627         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
45628         * nss/nss_db/db-init.c: New file.
45629         * nss/nss_files/files-init.c: New file.
45630         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
45631         __nss_lookup_function.
45632         (__nss_lookup_function): Call nss_load_library.
45633         (nss_load_all_libraries): New function.
45634         (__nss_disable_nscd): Take parameter with callback function for files
45635         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
45636         used for the cached services.
45637         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
45638         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
45639         options for features to all the files in nscd.
45640
45641         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
45642
45643 2011-07-10  Roland McGrath  <roland@hack.frob.com>
45644
45645         * csu/elf-init.c (__libc_csu_init): Comment typo.
45646
45647 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
45648
45649         * po/pl.po: Update from translation team.
45650         * po/ja.po: Likewise.
45651         * po/ru.po: Likewise.
45652         * po/ko.po: Likewise.
45653         * po/fr.po: Likewise.
45654
45655 2011-07-09  Roland McGrath  <roland@hack.frob.com>
45656
45657         * configure.in (.ctors/.dtors header and trailer check):
45658         Use an empirical test on a built program.
45659         * configure: Regenerated.
45660
45661         * configure.in (-z relro check): Use an empirical test on a built DSO.
45662         Detect, but do not require, on ia64.
45663         * configure: Regenerated.
45664
45665         * configure.in (READELF): Find it with AC_CHECK_TOOL.
45666         Update tests that use readelf to use $READELF instead.
45667         * configure: Regenerated.
45668
45669 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
45670
45671         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
45672         if the result is not used.
45673
45674 2011-07-05  Andreas Jaeger  <aj@suse.de>
45675
45676         [BZ#9696]
45677         * stdlib/tst-strtod.c: Add testcase.
45678
45679 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
45680
45681         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
45682         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
45683         The latter has a higher limit.  Take additional parameter to pass to
45684         the new function.
45685         (__pathconf): Pass file to __statfs_link_max.
45686         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
45687         __statfs_link_max.
45688         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
45689         __statfs_link_max.
45690
45691         [BZ #12868]
45692         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
45693         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
45694         Handle Lustre.
45695         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
45696         (__statfs_filesize_max): Likewise.
45697         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
45698
45699 2011-07-05  Andreas Jaeger  <aj@suse.de>
45700
45701         * resolv/res_comp.c (dn_skipname): Remove unused variable.
45702
45703 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
45704
45705         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
45706         `status' variable.
45707         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
45708         Likewise.
45709
45710 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
45711
45712         * Makefile (strop-tests): Add strncat.
45713         * string/test-strncat.c: New file.
45714
45715 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
45716
45717         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
45718
45719 2011-06-21  Andreas Jaeger  <aj@suse.de>
45720
45721         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
45722         Copy rule from iconvdata/Makefile.
45723
45724 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45725
45726         [BZ #12922]
45727         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
45728         but no long options are defined, just return 'W'.
45729
45730 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
45731
45732         [BZ #9696]
45733         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
45734
45735 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45736
45737         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
45738         netgroups to read.
45739         (innetgr): Likewise.
45740
45741 2011-07-05  Roland McGrath  <roland@hack.frob.com>
45742
45743         * config.make.in (install_root): Default to $(DESTDIR).
45744
45745 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
45746
45747         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
45748
45749 2011-07-02  Roland McGrath  <roland@hack.frob.com>
45750
45751         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
45752
45753         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
45754         containing directory rather than embedding absolute directory names.
45755
45756         * scripts/check-local-headers.sh: Rewritten using awk.
45757         Match by word, not by line.  Print error messages for matches.
45758         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
45759
45760         * Makerules [shlib-lds-flags empty]:
45761         ($(common-objpfx)libc_pic.opts): New target.
45762         ($(common-objpfx)libc_pic.os.clean): New target.
45763         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
45764
45765         * config.make.in (OBJCOPY): New variable.
45766         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
45767         * configure: Regenerated.
45768
45769         * config.make.in (use-default-link): New variable.
45770         * configure.in (use_default_link): Grok --with-default-link to set it.
45771         * configure: Regenerated.
45772         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
45773         (shlib-lds, shlib-lds-flags): Define to empty.
45774
45775         * Makerules (shlib-lds): New variable.
45776         (shlib-lds-flags): New variable.
45777         (build-shlib, build-moduile, build-module-asneeded): Use it.
45778         ($(common-objpfx)libc.so): Use $(shlib-lds).
45779         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
45780         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
45781
45782         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
45783         DT_FLAGS/DT_FLAGS_1 with zero flags.
45784
45785         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
45786         linker script munging.
45787
45788 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
45789
45790         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
45791         as 128-bit value.
45792         * crypt/sha512.c (sha512_process_block): Perform total addition using
45793         128-bit if possible.
45794         (__sha512_finish_ctx): Likewise.
45795         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
45796         as 64-bit value.
45797         * crypt/sha256.c (SWAP64): Define.
45798         (sha256_process_block): Perform total addition using 64-bit if
45799         possible.
45800         (__sha256_finish_ctx): Likewise.
45801
45802 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
45803
45804         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
45805         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45806         * nscd/hstcache.c (cache_addhst): Likewise.
45807         * nscd/grpcache.c (cache_addgr): Likewise.
45808         * nscd/aicache.c (addhstaiX): Likewise
45809         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
45810
45811 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
45812
45813         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
45814         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45815         * nscd/hstcache.c (cache_addhst): Likewise.
45816         * nscd/grpcache.c (cache_addgr): Likewise.
45817         * nscd/aicache.c (addhstaiX): Likewise
45818
45819 2011-07-01  Andreas Schwab  <schwab@redhat.com>
45820
45821         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
45822         domain only when needed.
45823
45824 2011-06-30  Andreas Schwab  <schwab@redhat.com>
45825
45826         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
45827         is always restored.
45828
45829 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
45830
45831         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
45832         are re-adding the entry.
45833         * nscd/servicescache.c (cache_addserv): Likewise.
45834
45835 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
45836
45837         * sysdeps/generic/dl-irel.h: fix protection against multiple
45838         inclusions.
45839         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
45840
45841 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
45842
45843         [BZ #12935]
45844         * malloc/memusage.sh: Fix quoting in message.
45845         * debug/xtrace.sh: Likewise.
45846
45847         * configure.in: Remove support for --experimental-malloc option, make
45848         it the default.
45849         * config.make.in: Likewise.
45850         * malloc/Makefile: Likewise.
45851
45852 2011-06-27  Andreas Schwab  <schwab@redhat.com>
45853
45854         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
45855         two-byte characters.
45856
45857 2011-06-27  Roland McGrath  <roland@hack.frob.com>
45858
45859         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
45860         AC_CACHE_CHECK invocation.
45861         * configure: Regenerated.
45862
45863         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
45864
45865 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
45866
45867         [BZ #12350]
45868         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
45869         bit from old_res_options.
45870
45871         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
45872
45873         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
45874         value type for setfct.
45875
45876 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
45877
45878         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45879         __gettimeofday instead of gettimeofday.
45880
45881 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
45882
45883         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
45884
45885 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
45886
45887         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
45888
45889         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
45890         info.
45891
45892 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45893
45894         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45895         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45896         strcpy-sse2-unaligned strncpy-sse2-unaligned
45897         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
45898         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
45899         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
45900         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
45901         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
45902         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
45903         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
45904         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
45905         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
45906         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
45907         (STRCPY): Support SSE2 and SSSE3 versions.
45908
45909 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
45910
45911         [BZ #12874]
45912         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
45913         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
45914         kernels which artificially limit size of requests.
45915
45916 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45917
45918         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45919         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45920         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
45921         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
45922         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
45923         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
45924         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
45925         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
45926         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
45927         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
45928         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
45929         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
45930         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
45931         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
45932         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
45933         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45934         Enable unaligned load optimization for Intel Core i3, i5 and i7
45935         processors.
45936         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
45937         Define.
45938         (index_Fast_Unaligned_Load): Define.
45939         (HAS_FAST_UNALIGNED_LOAD): Define.
45940
45941 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
45942
45943         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
45944
45945 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45946
45947         [BZ #12907]
45948         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
45949         until it is clear that the information is realy needed.
45950         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
45951
45952 2011-06-22  Andreas Schwab  <schwab@redhat.com>
45953
45954         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
45955
45956 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45957
45958         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45959         /sys/devices/system/cpu/online if it is usable.
45960
45961         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
45962         reading the information from the /proc filesystem to once a second.
45963
45964 2011-06-21  Andreas Jaeger  <aj@suse.de>
45965
45966         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
45967         NULL after inclusion of kernel headers.
45968
45969 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
45970
45971         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
45972         calls to internal_setent.
45973
45974         [BZ #12885]
45975         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
45976         addresses using gethostbyname4_r ignore IPv4 addresses.
45977
45978         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
45979         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
45980
45981         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
45982
45983 2011-06-20  David S. Miller  <davem@davemloft.net>
45984
45985         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
45986         inclusions.
45987         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
45988
45989         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
45990         (elf_irel): Use it.
45991         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
45992         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
45993         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
45994         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
45995         * sysdeps/x86_64/dl-irel.h: Likewise.
45996
45997         * elf/dl-runtime.c: Use elf_ifunc_invoke.
45998         * elf/dl-sym.c: Likewise.
45999
46000 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46001
46002         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46003         need to dereference resplen2.
46004
46005 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46006
46007         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46008
46009 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46010
46011         * Makeconfig: Define vardbdir and inst_vardbdir.
46012         * nss/Makefile: Add rules to install db-Makefile.
46013
46014         * nss/nss_db/db-XXX.c: Cleanup.
46015
46016         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46017         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46018         GLIBC_PRIVATE.
46019         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46020         * nss/makedb.c: Implement -g option to specify that value strings
46021         are generated and should not be added to table iterated over for
46022         get*ent calls.
46023         * nss/nss_db/db-initgroups.c: New file.
46024
46025         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46026         interface.
46027
46028         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46029         (internal_getgrouplist): Adjust to name change.
46030         Update use_initgroups_entry if this is not the first call.
46031         * nss/databases.def: Add initgroups entry.
46032
46033         * nss/makedb.c (compute_tables): Check result of multiple hash table
46034         sizes to minimize maximum chain length.
46035
46036 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46037
46038         * Versions.def: Add entry for libnss_db.
46039         * shlib-versions: Likewise.
46040         * nss/Makefile: Add rules to build libnss_db.
46041         * nss/Versions: Add libnss_db information.  Organize libnss_files
46042         entries better.
46043         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46044         makedb progra.  Some minor improvements to generate smaller files.
46045         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46046         here from...
46047         * nss/makedb.c: ...here.
46048         Improve database format to be smaller and require less memory at
46049         runtime.
46050         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46051         db anymore.
46052         * nss/nss_db/db-netgrp.c: Likewise.
46053         * nss/nss_db/db-open.c: Likewise.
46054         * nss/nss_files/flies-XXX.x: Adjust comments.
46055         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46056         * nss/nss_files/files-grp.c: Likewise.
46057         * nss/nss_files/files-hosts.c: Likewise.
46058         * nss/nss_files/files-network.c: Likewise.
46059         * nss/nss_files/files-proto.c: Likewise.
46060         * nss/nss_files/files-pwd.c: Likewise.
46061         * nss/nss_files/files-rpc.c: Likewise.
46062         * nss/nss_files/files-service.c: Likewise.
46063         * nss/nss_files/files-sgrp.c: Likewise.
46064         * nss/nss_files/files-spwd.c: Likewise.
46065         * nss/nss_db/db-alias.c: Removed.
46066         * nss/nss_db/dummy-db.h: Removed.
46067
46068 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46069
46070         * nss/makedb.c: Rewritten to not use database library.
46071         * nss/Makefile: Update to build new makedb program.
46072
46073 2011-06-14  Andreas Jaeger  <aj@suse.de>
46074
46075         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46076         memset declaration.
46077
46078 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46079
46080         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46081         tmpbuf.
46082
46083 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46084
46085         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46086         * elf/Makefile ($(objpfx)ld.so): Likewise.
46087
46088         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46089         Don't list ld.so twice in dependencies.
46090
46091         * posix/bug-regex31.c: Include <stdlib.h>.
46092
46093         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46094
46095         * nis/nss_compat/compat-spwd.c
46096         (getspent_next_nss_netgr): Remove unused variable.
46097         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46098
46099         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46100         nonmembers" output to use the right array.
46101
46102         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46103
46104         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46105
46106         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46107         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46108         * catgets/gencat.c (read_input_file): Likewise.
46109         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46110
46111         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46112         variable definition inside #if's controlling its use.
46113
46114         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46115
46116         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46117
46118         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46119
46120         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46121         unreachable code.
46122
46123         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46124
46125         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46126         * configure: Regenerated.
46127
46128         * Makerules: Revert last change.
46129         * elf/Makefile: Likewise.
46130
46131 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46132
46133         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46134         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46135         (reloc-link): Likewise.
46136
46137 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46138
46139         * elf/Makefile: Add rules to build pldd.
46140         * elf/pldd.c: New file.
46141         * elf/pldd-xx.c: New file.
46142
46143 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46144
46145         * version.h: Update for 2.15 development version.
46146
46147 2011-06-07  David S. Miller  <davem@davemloft.net>
46148
46149         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46150         ifuncs.
46151         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46152         elf_machine_lazy_rel): Likewise.
46153         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46154         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46155         elf_machine_lazy_rel): Likewise.
46156         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46157         dl_hwcap via passed in argument.
46158         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46159         Likewise.
46160
46161 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46162
46163         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46164
46165 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46166
46167         [BZ #12849]
46168         * manual/fdl-1.1.texi: New file, verbatim from:
46169         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46170         * manual/lgpl-2.1.texi: New file, verbatim from:
46171         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46172         * manual/Makefile (licenses): New variable, list those new file names.
46173         (texis): Use it.
46174         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46175
46176         * manual/fdl.texi: File removed.
46177         * manual/lesser.texi: File removed.
46178         * manual/libc.texinfo (Copying, Documentation License):
46179         Use new @include file names, put @appendix directive before @include.
46180
46181 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46182
46183         [BZ #12841]
46184         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46185         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46186         (mq_open): Add __NTH.
46187
46188 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46189
46190         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46191         Assume Intel Core i3/i5/i7 processor if AVX is available.
46192
46193 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46194
46195         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46196         typo.
46197
46198 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46199
46200         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46201         memory.  Use alloca_account.  Fix memory leak when retrying.
46202
46203 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46204
46205         * version.h (RELEASE): Bump for 2.14 release.
46206         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46207
46208         * config.make.in (RANLIB): Remove entry.
46209
46210 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46211
46212         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46213         (libc.pot): Work around missing support for .ksh extension in xgettext.
46214
46215         [BZ #12684]
46216         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46217         if both request failed.
46218         (send_dg): In case of server errors clear resplen or *resplen2.
46219
46220         [BZ #12454]
46221         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46222         when there are multiple maps.
46223         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46224         (_dl_fini): Remove test here.
46225
46226         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46227
46228 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46229
46230         [BZ #12350]
46231         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46232         bit from old_res_options.
46233         (gaih_inet): Likewise.
46234
46235         [BZ #11099]
46236         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46237         as signed.
46238
46239         * resolv/res_init.c (res_setoptions): Make the code more compact.
46240
46241         [BZ #11558]
46242         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46243         set RES_USEVC.
46244
46245         [BZ #11634]
46246         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46247
46248         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46249
46250         [BZ #11781]
46251         * malloc/malloc.h: Declare malloc hook variables as volatile.
46252
46253         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46254         in last patch.
46255
46256         [BZ #11799]
46257         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46258         raise in the comment.
46259         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46260         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46261         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46262
46263 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46264
46265         [BZ #12811]
46266         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46267         grow the buffers more if it already has to be sufficient.
46268         (build_wcs_upper_buffer): Likewise.
46269         * posix/regexec.c (check_matching): Likewise.
46270         (clean_state_log_if_needed): Likewise.
46271         (extend_buffers): Don't enlarge buffers beyond size of the input
46272         buffer.
46273         Patches mostly by Emil Wojak <emil@wojak.eu>.
46274         * posix/bug-regex32.c: New file.
46275         * posix/Makefile (tests): Add bug-regex32.
46276
46277         * locale/findlocale.c (_nl_find_locale): Return right away if
46278         _nl_explode_name failed.
46279         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46280
46281         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46282
46283         * debug/xtrace.sh: Unify messages.
46284         * malloc/memusage.sh: Likewise.
46285
46286         [BZ #12813]
46287         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46288         time symbol from vDSO.  Substitute with vsyscall if not available.
46289         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46290         __vdso_time.
46291
46292         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46293         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46294         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46295         Add sendmmsg and internal_sendmmsg.
46296         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46297         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46298         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46299
46300         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46301         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46302         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46303
46304 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46305
46306         [BZ #12813]
46307         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46308         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46309         available.
46310         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46311         __vdso_getcpu.
46312
46313         [BZ #12814]
46314         * iconvdata/Makefile (tests): Add bug-iconv9.
46315         * iconvdata/bug-iconv9.c: New file.
46316
46317 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46318
46319         [BZ #12814]
46320         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46321
46322 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46323
46324         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46325         (struct user_regs_struct): Change intcs field back to cs.
46326
46327 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46328
46329         * po/ja.po: Update from translation team.
46330
46331 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46332
46333         [BZ #12795]
46334         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46335         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46336
46337 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46338
46339         * stdlib/longlong.h: Update from GCC.
46340
46341 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46342
46343         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46344         parameter name.
46345         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46346         Add parameter name.
46347         (__sysconf): Pass it down.
46348
46349 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46350
46351         [BZ #12671]
46352         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46353         some situations.
46354         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46355         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46356         add in in __libc_use_alloca calls.  Adjust callers.
46357         (glob): Use malloc in some situations.
46358
46359         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46360         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46361         pltexit.
46362
46363 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46364
46365         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46366         and CLOCK_BOOTTIME_ALARM.
46367
46368         [BZ #12782]
46369         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46370         is returned.
46371
46372         * string/_strerror.c (__strerror_r): Print negative errors as signed
46373         numbers.
46374
46375         [BZ #12777]
46376         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46377         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46378         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46379
46380         * configure.in: Fix typo in redirection and correct removal of test
46381         files in two cases.
46382
46383         [BZ #12788]
46384         * locale/setlocale.c (new_composite_name): Fix test to check for
46385         identical name of all categories.
46386
46387         [BZ #12792]
46388         * libio/filedoalloc.c (local_isatty): New function.
46389         (_IO_file_doallocate): Use local_isatty.
46390         * stdio-common/perror.c (perror): In case a new stream is used
46391         forward the stream error.
46392         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46393         error flag.
46394
46395 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46396
46397         [BZ #11869]
46398         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46399         alloca.
46400         * include/alloca.h (extend_alloca_account): Define.
46401
46402         [BZ #11857]
46403         * posix/regex.h: Fix comments with documentation of user-accessible
46404         fields after compilation and describe correct free'ing of pattern
46405         after re_compile_pattern.
46406         Patch by Reuben Thomas <rrt@sc3d.org>.
46407
46408 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
46409
46410         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
46411         and -mno-altivec to prevent the compiler from using Altivec and/or
46412         VSX instructions when the corresponding registers are not available.
46413
46414 2011-05-19  Andreas Schwab  <schwab@redhat.com>
46415
46416         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
46417
46418 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
46419
46420         * libio/freopen.c (freopen): Use __dup2, not dup2.
46421         * libio/freopen64.c (freopen64): Likewise.
46422
46423 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
46424
46425         [BZ #12775]
46426         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
46427         * math/Makefile (tests): Add test-powl.
46428         (CFLAGS-test-powl.c): Define.
46429         * math/test-powl.c: New file.
46430
46431 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
46432
46433         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
46434
46435 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
46436
46437         [BZ #11837]
46438         * iconvdata/gb18030.c: Update to GB18020-2005.
46439
46440 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
46441
46442         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
46443         RE_SYNTAX_POSIX_AWK): Update to match recent development.
46444         Patch by Aharon Robbins <arnold@skeeve.com>.
46445
46446         [BZ #11892]
46447         * stdlib/putenv.c (putenv): Don't always create copy of the variable
46448         on the stack.
46449
46450         [BZ #11895]
46451         * misc/pselect.c (__pselect): Handle timeout value errors hidden
46452         through underflows.
46453
46454         [BZ #12766]
46455         * misc/error.c (error_at_line): Ensure file_name and old_file_name
46456         point to strings before performing equality test for error_one_per_line
46457         mode.
46458
46459         [BZ #11697]
46460         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
46461
46462         [BZ #11820]
46463         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46464         (struct user_fpregs_struct): Avoid __uint*_t types.
46465
46466         [BZ #6420]
46467         * malloc/mtrace.c (tr_where): Add additional parameter to point to
46468         symbol info.  Use it instead of calling _dl_addr locally.
46469         (lock_and_info): New function.
46470         (tr_freehook): Call lock_and_info and pass symbol info as additional
46471         parameter to tr_where.
46472         (tr_mallochook): Likewise.
46473         (tr_reallochook): Likewise.
46474         (tr_memalignhook): Likewise.
46475
46476         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
46477         used and couldn't be at all thread-safe.
46478
46479 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
46480
46481         * libio/freopen.c (freopen): Don't close old file descriptor
46482         before the new one is opened.  Instead dup the new file descriptor
46483         to the old one after the new stream is created.
46484         * libio/freopen64.c (freopen64): Likewise.
46485         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
46486         * libio/fileops.c (_IO_new_file_close_it): Handle new
46487         _IO_FLAGS2_NOCLOSE flag.
46488         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
46489         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
46490         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
46491         _IO_FLAGS2_NOCLOSE flag.
46492         * include/unistd.h: Add hidden_proto for dup3.
46493         Define __have_dup3.
46494         * io/dup3.c: Define hidden symbol.
46495         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
46496
46497         [BZ #7101]
46498         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
46499         when an incomplete long option is used.
46500         * posix/tst-getopt_long1.c: New file.
46501         * posix/Makefile (tests): Add tst-getopt_long1.
46502
46503         [BZ #10138]
46504         * scripts/config.guess: Update from autoconf-2.68.
46505         * scripts/config.sub: Likewise.
46506
46507         [BZ #10157]
46508         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
46509         tests into ...
46510         (has_cpuclock): ...this.  New function.
46511         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
46512         macro here based on has_cpuclock code.
46513
46514         [BZ #10149]
46515         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46516         First byte (not low byte) is now always NUL.
46517         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
46518
46519         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46520         Use non-cancelable interfaces.
46521
46522         [BZ #9809]
46523         * locale/iso-639.def: Add entry for Sorani.
46524
46525         [BZ #11901]
46526         * include/stdlib.h: Move include protection to the right place.
46527         Define abort_msg_s.  Declare __abort_msg with it.
46528         * stdlib/abort.c (__abort_msg): Adjust type.
46529         * assert/assert.c (__assert_fail_base): New function.  Majority
46530         of code from __assert_fail.  Allocate memory for __abort_msg with
46531         mmap.
46532         (__assert_fail): Now call __assert_fail_base.
46533         * assert/assert-perr.c: Remove bulk of implementation.  Use
46534         __assert_fail_base.
46535         * include/assert.hL Declare __assert_fail_base.
46536         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
46537         mmap.
46538         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
46539
46540 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
46541
46542         [BZ #11952]
46543         [BZ #12453]
46544         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
46545         until all modules are registered in the DTV.
46546         * elf/Makefile: Add rules to build and run tst-tls19.
46547         * elf/tst-tls19.c: New file.
46548         * elf/tst-tls19mod1.c: New file.
46549         * elf/tst-tls19mod2.c: New file.
46550         * elf/tst-tls19mod3.c: New file.
46551         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
46552
46553         [BZ #12083]
46554         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
46555         correctly.
46556
46557         [BZ #12601]
46558         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
46559         two-byte sequence errors.
46560         * iconvdata/Makefile (tests): Add bug-iconv8.
46561         * iconvdata/bug-iconv8.c: New file.
46562
46563         [BZ #12626]
46564         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
46565         buf2 definition.
46566
46567         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
46568
46569         [BZ #12432]
46570         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
46571         (dummy_getcfa): New function.
46572         (init): Get _Unwind_GetCFA address, use dummy if not found.
46573         (backtrace_helper): In recursion check, also check whether CFA changes.
46574         (__backtrace): Completely initialize arg.
46575
46576         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
46577         storing incomplete byte sequence in state object.  Avoid testing for
46578         guaranteed too small input if we know there is enough data available.
46579
46580 2011-05-11  Andreas Schwab  <schwab@redhat.com>
46581
46582         * Makeconfig (+link-pie): Indent.
46583         * Rules (binaries-pie): Define if $(have-fpie) and
46584         $(build-shared).
46585         (binaries-shared): Also filter out $(binaries-pie).
46586         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
46587         * nscd/Makefile (others-pie): Add nscd.
46588         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
46589         ($(objpfx)nscd): Remove command override.
46590         * login/Makefile (others-pie): Add pt_chown.
46591         ($(objpfx)pt_chown): Remove command override.
46592         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
46593         remove command overrides.
46594
46595 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
46596
46597         * libio/tst_putwc.c: Fix error messages.
46598
46599         [BZ #12724]
46600         * libio/fileops.c (_IO_new_file_close_it): Always flush when
46601         currently writing and seek to current position when not.
46602         * libio/Makefile (tests): Add bug-fclose1.
46603         * libio/bug-fclose1.c: New file.
46604
46605 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
46606
46607         [BZ #12511]
46608         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
46609         don't set DF_1_NODELETE here.
46610         (do_lookup_x): When entering new entry test for copy relocation
46611         and if necessary set DF_1_NODELETE flag.
46612         * elf/tst-unique4.cc: New file.
46613         * elf/tst-unique4.h: New file.
46614         * elf/tst-unique4lib.cc: New file.
46615         * elf/Makefile: Add rules to build and run tst-unique4.
46616         Patch by Piotr Bury <pbury@goahead.com>.
46617
46618 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
46619
46620         [BZ #12052]
46621         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
46622
46623         [BZ #12625]
46624         * misc/mntent_r.c (addmntent): Flush the stream after the output
46625
46626         [BZ #12393]
46627         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
46628         (is_trusted_path_normalize): Skip initial colon.  Append slash
46629         to empty buffer.  Duplicate is_trusted_path code but allow
46630         constructed patch to be prefix.
46631         (is_dst): Allow $ORIGIN followed by /.
46632         (_dl_dst_substitute): Correct clearing of check_for_trusted.
46633         Correct testing of result of is_trusted_path_normalize
46634         (decompose_rpath): Fix warning.
46635
46636 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
46637
46638         [BZ #11257]
46639         * grp/initgroups.c (internal_getgrouplist): When we found the service
46640         list through the initgroups entry in nsswitch.conf do not always
46641         continue on a successful lookup.  Don't always use the
46642         __nss_group_database value if it is set.
46643         * nss/nsswitch.conf (initgroups): Change action for successful db
46644         lookup to continue for compatibility.
46645
46646 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
46647
46648         [BZ #11532]
46649         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
46650         and CP774 modules.
46651         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
46652         and CP774 modules.
46653         * iconvdata/tst-tables.sh: Likewise.
46654         * iconvdata/cp770.c: New file.
46655         * iconvdata/cp771.c: New file.
46656         * iconvdata/cp772.c: New file.
46657         * iconvdata/cp773.c: New file.
46658         * iconvdata/cp774.c: New file.
46659         * iconvdata/testdata/CP770: New file.
46660         * iconvdata/testdata/CP770..UTF8: New file.
46661         * iconvdata/testdata/CP771: New file.
46662         * iconvdata/testdata/CP771..UTF8: New file.
46663         * iconvdata/testdata/CP772: New file.
46664         * iconvdata/testdata/CP772..UTF8: New file.
46665         * iconvdata/testdata/CP773: New file.
46666         * iconvdata/testdata/CP773..UTF8: New file.
46667         * iconvdata/testdata/CP774: New file.
46668         * iconvdata/testdata/CP774..UTF8: New file.
46669
46670         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
46671         END CHARMAP line.
46672         * iconvdata/gen-8bit-gap.sh: Likewise.
46673         * iconvdata/gen-8bit.sh: Likewise.
46674
46675         * locale/iso-639.def: Add ary entry.
46676
46677         [BZ #11258]
46678         * locale/C-translit.h.in: Add U20A1 transliteration.
46679
46680         [BZ #12178]
46681         * locale/iso-639.def: Add wae entry.
46682         Patch by Kevin Bortis <bortis@translate-wae.ch>.
46683
46684         [BZ #12545]
46685         * locale/programs/localedef.c (construct_output_path): Use ssize_t
46686         for n.
46687
46688         [BZ #12711]
46689         * locale/C-translit.h.in: Add entry for U20B9.
46690         Patch by pravin.d.s@gmail.com.
46691
46692 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
46693
46694         [BZ #12713]
46695         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
46696         ENAMETOOLONG use generic getcwd.
46697         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
46698         in rtld.  Use *stat64.
46699         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
46700         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
46701         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
46702         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
46703         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
46704         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
46705         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
46706         __fstatat64 macros.
46707         * include/dirent.h: Add libc_hidden_proto for rewinddir.
46708         * dirent/rewinddir.c: Add libc_hidden_def.
46709         * sysdeps/mach/hurd/rewinddir.c: Likewise.
46710         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
46711
46712         * include/dirent.h (__alloc_dir): Add flags parameter.
46713         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
46714         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
46715         __alloc_dir.
46716         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
46717         from fdopendir if O_CLOEXEC is already set.
46718
46719 2011-03-15  Alan Modra  <amodra@gmail.com>
46720
46721         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
46722         l_tls_firstbyte_offset non-zero.  Save padding offset in
46723         l_tls_firstbyte_offset for later use.
46724         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
46725         freeing static tls block.
46726
46727 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
46728
46729         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
46730         where #ifdef was intended.  The intent is to prevent ARG_MAX from
46731         being defined by the kernel headers.
46732
46733 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
46734
46735         [BZ #12734]
46736         * resolv/resolv.h: Define RES_NOTLDQUERY.
46737         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
46738         no-tld-query and set RES_NOTLDQUERY.
46739         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
46740         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
46741         modern BIND to search name as TLD unless forbidden.
46742
46743 2011-05-07  Petr Baudis  <pasky@suse.cz>
46744             Ulrich Drepper  <drepper@gmail.com>
46745
46746         [BZ #12393]
46747         * elf/dl-load.c (fillin_rpath): Move trusted path check...
46748         (is_trusted_path): ...to here.
46749         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
46750         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
46751         using is_trusted_path_normalize() in setuid scripts.
46752
46753 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46754
46755         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
46756         __BEGIN/__END_DECLS.
46757
46758 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
46759
46760         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
46761         NSS_STATUS_NOTFOUND if no record was found.
46762
46763 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46764
46765         * sunrpc/Makefile (headers): Add rpc/netdb.h.
46766         (headers-not-in-tirpc): Remove rpc/netdb.h
46767         * resolv/netdb.h: Revert last change.
46768
46769 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46770
46771         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
46772         circular dependency between libgcc.a and libc.a.
46773
46774 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46775
46776         * resolv/netdb.h: Don't include <rpc/netdb.h>.
46777         * nis/Makefile: Don't install rpcsvc/*.
46778         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
46779         instead of <rpc/types.h>.
46780         (MAXHOSTNAMELEN): Define.
46781
46782 2011-05-03  Andreas Schwab  <schwab@redhat.com>
46783
46784         * elf/ldconfig.c (add_dir): Don't crash on empty path.
46785
46786 2011-04-28  Maciej Babinski  <mbabinski@google.com>
46787
46788         [BZ #12714]
46789         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
46790         gethostbyname4_r when IPv6 results are possible.
46791
46792 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
46793
46794         [BZ #12723]
46795         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
46796         _PC_PIPE_BUF handling.
46797
46798 2011-04-30  Bruno Haible  <bruno@clisp.org>
46799
46800         [BZ #12717]
46801         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
46802         * resolv/netdb.h (getnameinfo): Change type of flags parameter
46803         to 'int'.
46804         * inet/getnameinfo.c (getnameinfo): Likewise.
46805
46806 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
46807
46808         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
46809         to groups setting in database lookup.
46810         * nss/nsswitch.conf: Add initgroups entry.
46811
46812 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
46813
46814         [BZ #12685]
46815         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
46816         mode string.
46817         Patch by Eric Blake <eblake@redhat.com>.
46818
46819 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
46820
46821         * sunrpc/Makefile (need-export-routines): Add svc_run.
46822         (routines): Remove svc_run.
46823         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
46824         * sunrpc/clnt_perr.c (clnt_perrno): Export.
46825         * sunrpc/svc_run.c (svc_run): Likewise.
46826         * sunrpc/svc_udp.c (svcudp_create): Likewise.
46827
46828 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
46829
46830         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
46831         problem in reallocation in last patch.
46832
46833 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
46834
46835         * sunrpc/Makefile: Move inclusion of Rules.
46836
46837 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46838
46839         * nss/nss_files/files-initgroups.c: New file.
46840         * nss/Makefile (libnss_files-routines): Add files-initgroups.
46841         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
46842         _nss_files_initgroups_dyn.
46843
46844 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
46845
46846         * elf/elf.h (R_ARM_IRELATIVE): Define.
46847
46848 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46849
46850         * po/ru.po: Update from translation team.
46851
46852 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46853
46854         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
46855         dependencies.
46856
46857 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
46858
46859         [BZ #12653]
46860         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
46861         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
46862         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46863         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
46864         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
46865
46866 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
46867
46868         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
46869         differing bytes.
46870         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
46871         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
46872         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46873
46874 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46875
46876         [BZ #12420]
46877         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
46878         storing it.
46879         * stdlib/bug-getcontext.c: New file.
46880         * stdlib/Makefile: Add rules to build and run bug-getcontext.
46881
46882 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46883
46884         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
46885         instructions into .machine "z9-109".
46886         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
46887         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
46888
46889 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46890
46891         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
46892         between environment variables and auxiliary vector.
46893
46894 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
46895
46896         * Makefile: Add rules to build linkobj/libc.so.
46897         * include/libc-symbols.h: Define libc_hidden_nolink.
46898         * include/rpc/auth.h: Mark functions which are to be hidden.
46899         * include/rpc/auth_des.h: Likewise.
46900         * include/rpc/auth_unix.h: Likewise.
46901         * include/rpc/clnt.h: Likewise.
46902         * include/rpc/des_crypt.h: Likewise.
46903         * include/rpc/key_prot.h: Likewise.
46904         * include/rpc/pmap_clnt.h: Likewise.
46905         * include/rpc/pmap_prot.h: Likewise.
46906         * include/rpc/pmap_rmt.h: Likewise.
46907         * include/rpc/rpc_msg.h: Likewise.
46908         * include/rpc/svc.h: Likewise.
46909         * include/rpc/svc_auth.h: Likewise.
46910         * include/rpc/xdr.h: Likewise.
46911         * nis/Makefile: Link all DSOs against linkobj/libc.so.
46912         * nss/Makefile: Likewise.
46913         * sunrpc/Makefile: Don't install headers.  Build library with normal
46914         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
46915         * sunrpc/auth_des.c: Hide exported symbols by default, export some
46916         for the compat linking library.  Remove use of INTDEF/INTUSE.
46917         * sunrpc/auth_none.c: Likewise.
46918         * sunrpc/auth_unix.c: Likewise.
46919         * sunrpc/authdes_prot.c: Likewise.
46920         * sunrpc/authuxprot.c: Likewise.
46921         * sunrpc/clnt_gen.c: Likewise.
46922         * sunrpc/clnt_perr.c: Likewise.
46923         * sunrpc/clnt_raw.c: Likewise.
46924         * sunrpc/clnt_simp.c: Likewise.
46925         * sunrpc/clnt_tcp.c: Likewise.
46926         * sunrpc/clnt_udp.c: Likewise.
46927         * sunrpc/clnt_unix.c: Likewise.
46928         * sunrpc/des_crypt.c: Likewise.
46929         * sunrpc/des_soft.c: Likewise.
46930         * sunrpc/get_myaddr.c: Likewise.
46931         * sunrpc/key_call.c: Likewise.
46932         * sunrpc/key_prot.c: Likewise.
46933         * sunrpc/netname.c: Likewise.
46934         * sunrpc/pm_getmaps.c: Likewise.
46935         * sunrpc/pm_getport.c: Likewise.
46936         * sunrpc/pmap_clnt.c: Likewise.
46937         * sunrpc/pmap_prot.c: Likewise.
46938         * sunrpc/pmap_prot2.c: Likewise.
46939         * sunrpc/pmap_rmt.c: Likewise.
46940         * sunrpc/publickey.c: Likewise.
46941         * sunrpc/rpc_cmsg.c: Likewise.
46942         * sunrpc/rpc_common.c: Likewise.
46943         * sunrpc/rpc_dtable.c: Likewise.
46944         * sunrpc/rpc_prot.c: Likewise.
46945         * sunrpc/rpc_thread.c: Likewise.
46946         * sunrpc/rtime.c: Likewise.
46947         * sunrpc/svc.c: Likewise.
46948         * sunrpc/svc_auth.c: Likewise.
46949         * sunrpc/svc_authux.c: Likewise.
46950         * sunrpc/svc_raw.c: Likewise.
46951         * sunrpc/svc_run.c: Likewise.
46952         * sunrpc/svc_simple.c: Likewise.
46953         * sunrpc/svc_tcp.c: Likewise.
46954         * sunrpc/svc_udp.c: Likewise.
46955         * sunrpc/svc_unix.c: Likewise.
46956         * sunrpc/svcauth_des.c: Likewise.
46957         * sunrpc/xcrypt.c: Likewise.
46958         * sunrpc/xdr.c: Likewise.
46959         * sunrpc/xdr_array.c: Likewise.
46960         * sunrpc/xdr_float.c: Likewise.
46961         * sunrpc/xdr_intXX_t.c: Likewise.
46962         * sunrpc/xdr_mem.c: Likewise.
46963         * sunrpc/xdr_rec.c: Likewise.
46964         * sunrpc/xdr_ref.c: Likewise.
46965         * sunrpc/xdr_sizeof.c: Likewise.
46966         * sunrpc/xdr_stdio.c: Likewise.
46967
46968 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
46969
46970         [BZ #12650]
46971         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
46972         * sysdeps/ia64/dl-tls.h: Likewise.
46973         * sysdeps/powerpc/dl-tls.h: Likewise.
46974         * sysdeps/s390/dl-tls.h: Likewise.
46975         * sysdeps/sh/dl-tls.h: Likewise.
46976         * sysdeps/sparc/dl-tls.h: Likewise.
46977         * sysdeps/x86_64/dl-tls.h: Likewise.
46978         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
46979
46980 2011-03-14  Andreas Schwab  <schwab@redhat.com>
46981
46982         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
46983         rpath element also skip the following colon.
46984         (expand_dynamic_string_token): Add is_path parameter and pass
46985         down to DL_DST_REQUIRED and _dl_dst_substitute.
46986         (decompose_rpath): Call expand_dynamic_string_token with
46987         non-zero is_path.  Ignore empty rpaths.
46988         (_dl_map_object_from_fd): Call expand_dynamic_string_token
46989         with zero is_path.
46990
46991 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
46992
46993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
46994         Make cancelable.
46995
46996 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
46997
46998         [BZ #12655]
46999         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47000         Patch by Filipe David Manana <fdmanana@apache.org>.
47001
47002 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47003
47004         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47005         Maintain aligned stack.
47006         (CHECK_RSP): Remove unused macro.
47007
47008 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47009
47010         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47011         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47012
47013 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47014
47015         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47016
47017         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47018
47019 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47020
47021         [BZ #12518]
47022         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47023         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47024         * sysdeps/x86_64/memmove.c: New file.
47025         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47026         (memcpy): Renamed to ...
47027         (__new_memcpy): This.
47028         (memcpy): Provide GLIBC_2_14 memcpy.
47029         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47030         (memcpy): Provide GLIBC_2_2_5 memcpy.
47031
47032 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47033
47034         [BZ #12631]
47035         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47036
47037 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47038
47039         * misc/syncfs.c: New file.
47040         * misc/Makefile (routines): Add syncfs.
47041         * posix/unistd.h: Declare syncfs.
47042         * sysdeps/unix/syscalls.list: Add syncfs.
47043
47044 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47045
47046         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47047         open_by_handle_at.
47048         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47049         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47050         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47051         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47052         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47053         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47054         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47055
47056 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47057
47058         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47059         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47060         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47061         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47062         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47063         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47064         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47065
47066         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47067         sync_file_range.c with -fexceptions.
47068         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47069         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47070         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47071         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47072         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47073         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47074         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47075         sync_file_range as cancellation point
47076         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47077         now a wrapper around __call_sync_file_range with cancellation handling.
47078         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47079         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47080         function name to __call_sync_file_range.
47081         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47082         Add call_sync_file_range.
47083
47084 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47085
47086         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47087         bits/timex.h.
47088
47089 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47090
47091         * iconv/iconv.h: Fix typo in comment.
47092         * io/fcntl.h: Likewise.
47093         * libio/stdio.h: Likewise.
47094         * posix/spawn.h: Likewise.
47095         * posix/unistd.h: Likewise.
47096         * stdlib/stdlib.h: Likewise.
47097         * time/time.h: Likewise.
47098         * wcsmbs/wchar.h: Likewise.
47099
47100         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47101         open_by_handle): Add.
47102         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47103         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47104         Augment a few comments.
47105         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47106         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47107         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47108         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47109         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47110         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47111         open_by_handle.
47112
47113         * io/fcntl.h (AT_EMPTY_PATH): Define.
47114
47115 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47116
47117         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47118         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47119         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47120         to...
47121         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47122         * Versions.def: Add GLIBC_2.14.
47123         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47124         Export.
47125
47126 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47127
47128         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47129         round counter.
47130         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47131
47132 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47133
47134         [BZ #12597]
47135         * string/test-strncmp.c (do_page_test): New function.
47136         (check2): Likewise.
47137         (test_main): Call check2.
47138         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47139
47140 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47141
47142         [BZ #12587]
47143         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47144         Handle cache information in CPU leaf 4.
47145         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47146
47147 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47148
47149         [BZ #12583]
47150         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47151         character representation.
47152         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47153
47154 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47155
47156         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47157         END(__isnan) to END(__isnanf) to match function entry point/label
47158         EALIGN(__isnanf,...).
47159
47160 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47161
47162         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47163
47164 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47165
47166         [BZ #12510]
47167         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47168         copy from the symbol referenced in the relocation to initialize the
47169         used variable.
47170         Patch by Piotr Bury <pbury@goahead.com>.
47171         * elf/Makefile: Add rules to build and tst-unique3.
47172         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47173         * elf/tst-unique3.cc: New file.
47174         * elf/tst-unique3.h: New file.
47175         * elf/tst-unique3lib.cc: New file.
47176         * elf/tst-unique3lib2.cc: New file.
47177
47178         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47179
47180 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47181
47182         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47183         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47184         to _start.
47185
47186 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47187
47188         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47189         to-be-loaded object along a path to loader is ld.so.
47190
47191 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47192             Ulrich Drepper  <drepper@gmail.com>
47193
47194         * sysdeps/x86_64/memset.S: After aligning destination, code
47195         branches to different locations depending on the value of
47196         misalignment, when multiarch is enabled. Fix this.
47197
47198 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47199
47200         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47201         Set _x86_64_preferred_memory_instruction for AMD processsors.
47202         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47203         Set bit_Prefer_SSE_for_memop for AMD processors.
47204
47205 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47206
47207         * libio/fmemopen.c (fmemopen): Optimize a bit.
47208
47209 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47210
47211         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47212
47213 2011-03-03  Roland McGrath  <roland@redhat.com>
47214
47215         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47216
47217 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47218
47219         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47220         __bzero_ultra1 instead of __memset_ultra1.
47221
47222 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47223             Ulrich Drepper  <drepper@gmail.com>
47224
47225         [BZ #12509]
47226         * include/link.h (struct link_map): Add l_orig_initfini.
47227         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47228         returning unsuccessfully.
47229         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47230         close of a file loaded at startup, restore the original l_initfini
47231         list.
47232         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47233         list, store the pointer.
47234         * elf/Makefile ($(objpfx)noload-mem): New rule.
47235         (noload-ENV): Define.
47236         (tests): Add $(objpfx)noload-mem.
47237         * elf/noload.c: Include <memcheck.h>.
47238         (main): Call mtrace.  Close all opened handles.
47239
47240 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47241
47242         [BZ #12454]
47243         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47244         dependencies are missing.
47245
47246 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47247
47248         Fix __if_freereq crash: Unlike the generic version which uses free,
47249         Hurd needs munmap.
47250         * sysdeps/mach/hurd/ifreq.h: New file.
47251
47252 2011-01-27  Petr Baudis  <pasky@suse.cz>
47253             Ulrich Drepper  <drepper@gmail.com>
47254
47255         [BZ 12445]#
47256         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47257         to extend_alloca().
47258         * stdio-common/bug23.c: New file.
47259         * stdio-common/Makefile (tests): Add bug23.
47260
47261 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47262             Ulrich Drepper  <drepper@gmail.com>
47263
47264         [BZ #12489]
47265         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47266         before performing relro protection.  At old place add assertion
47267         to make sure nothing changed.
47268
47269 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47270             Glauber de Oliveira Costa  <glommer@gmail.com>
47271
47272         * elf/elf.h: Add new ARM TLS relocs.
47273
47274 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47275
47276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47277         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47278         cast from r3.
47279         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47280         'tests' variable.
47281         * sysdeps/wordsize-64/tst-writev.c: New file.
47282
47283 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47284
47285         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47286         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47287         insns in _dl_start to prevent a TOC reference before relocs are
47288         resolved.
47289
47290 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47291
47292         [BZ #12469]
47293         * Makeconfig: Remove RANLIB definition.
47294         * Makerules: Don't use RANLIB.
47295         * aclocal.m4: Remove ranlib test.
47296         * configure.in: No need to check for ranlib.
47297         * elf/rtld-Rules: Don't use RANLIB.
47298
47299 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47300
47301         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47302         protection macro.
47303         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47304         inclusion protection macro.
47305
47306         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47307         SIGRTMIN and SIGRTMAX and print information in that case only when
47308         SIGRTMIN is defined.
47309
47310 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47311
47312         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47313         arginfo fn returning -1.
47314
47315         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47316         and thousands string is zero terminated.
47317
47318 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47319
47320         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47321         sysdeps/unix/sysv/linux/bits/socket.h.
47322
47323 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47324
47325         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47326         (__CPU_COUNT): Remove old macros.
47327         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47328         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47329         (__CPU_ALLOC, __CPU_FREE): Add macros.
47330         (__sched_cpualloc, __sched_cpufree): Add declarations.
47331
47332 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47333
47334         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47335         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47336         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47337         (readdhstai): Return value of addhstaiX call.
47338         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47339         (addgrbyX): Return value returned by cache_addgr.
47340         (readdgrbyname): Return value returned by addgrbyX.
47341         (readdgrbygid): Likewise.
47342         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47343         (addpwbyX): Return value returned by cache_addpw.
47344         (readdpwbyname): Return value returned by addhstbyX.
47345         (readdpwbyuid): Likewise.
47346         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47347         (addservbyX): Return value returned by cache_addserv.
47348         (readdservbyname): Return value returned by addservbyX:
47349         (readdservbyport): Likewise.
47350         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47351         (addhstbyX): Return value returned by cache_addhst.
47352         (readdhstbyname): Return value returned by addhstbyX.
47353         (readdhstbyaddr): Likewise.
47354         (readdhstbynamev6): Likewise.
47355         (readdhstbyaddrv6): Likewise.
47356         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47357         (readdinitgroups): Return value returned by addinitgroupsX.
47358         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47359         (prune_cache): Keep track of timeout value of re-added entries.
47360         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47361         * nscd/nscd.h: Adjust prototypes of readd* functions.
47362
47363 2011-02-04  Roland McGrath  <roland@redhat.com>
47364
47365         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47366         (nis_stats): Likewise.
47367         * nis/nis_modify.c (nis_modify): Likewise.
47368         * nis/nis_remove.c (nis_remove): Likewise.
47369         * nis/nis_add.c (nis_add): Likewise.
47370
47371         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47372
47373         * posix/fnmatch_loop.c: Add some consts.
47374
47375         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47376
47377 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47378
47379         [BZ #12460]
47380         * config.make.in (config-cflags-novzeroupper): Define.
47381         * configure.in: Substitute libc_cv_cc_novzeroupper.
47382         * elf/Makefile (AVX-CFLAGS): Define.
47383         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47384         (CFLAGS-tst-auditmod4a.c): Likewise.
47385         (CFLAGS-tst-auditmod4b.c): Likewise.
47386         (CFLAGS-tst-auditmod6b.c): Likewise.
47387         (CFLAGS-tst-auditmod6c.c): Likewise.
47388         (CFLAGS-tst-auditmod7b.c): Likewise.
47389         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47390
47391 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47392
47393         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47394         function to the callback.
47395         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47396
47397 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47398
47399         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47400         of errno.
47401
47402 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47403
47404         [BZ #11724]
47405         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47406         of constructors.
47407         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
47408         of destructors.
47409         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
47410
47411         [BZ #11724]
47412         * elf/Makefile: Add rules to build and run new test.
47413         * elf/tst-initorder.c: New file.
47414         * elf/tst-initorder.exp: New file.
47415         * elf/tst-initordera1.c: New file.
47416         * elf/tst-initordera2.c: New file.
47417         * elf/tst-initordera3.c: New file.
47418         * elf/tst-initordera4.c: New file.
47419         * elf/tst-initorderb1.c: New file.
47420         * elf/tst-initorderb2.c: New file.
47421         * elf/tst-order-a1.c: New file.
47422         * elf/tst-order-a2.c: New file.
47423         * elf/tst-order-a3.c: New file.
47424         * elf/tst-order-a4.c: New file.
47425         * elf/tst-order-b1.c: New file.
47426         * elf/tst-order-b2.c: New file.
47427         * elf/tst-order-main.c: New file.
47428         New test case by George Gensure <werkt0@gmail.com>.
47429
47430 2010-10-01  Andreas Schwab  <schwab@redhat.com>
47431
47432         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47433         decoding ACE if AI_CANONIDN.
47434
47435 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
47436
47437         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
47438
47439 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
47440
47441         * version.h (RELEASE): Bump for 2.13 release.
47442         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
47443
47444         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
47445
47446         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
47447         MADV_NOHUGEPAGE.
47448         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
47449         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
47450         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47451         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47452         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47453         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47454
47455         * posix/getconf.c: Update copyright year.
47456         * catgets/gencat.c: Likewise.
47457         * csu/version.c: Likewise.
47458         * debug/catchsegv.sh: Likewise.
47459         * debug/xtrace.sh: Likewise.
47460         * elf/ldconfig.c: Likewise.
47461         * elf/ldd.bash.in: Likewise.
47462         * elf/sprof.c (print_version): Likewise.
47463         * iconv/iconv_prog.c: Likewise.
47464         * iconv/iconvconfig.c: Likewise.
47465         * locale/programs/locale.c: Likewise.
47466         * locale/programs/localedef.c: Likewise.
47467         * malloc/memusage.sh: Likewise.
47468         * malloc/mtrace.pl: Likewise.
47469         * nscd/nscd.c (print_version): Likewise.
47470         * nss/getent.c: Likewise.
47471
47472         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
47473         PF_CAIF, and PF_ALG.
47474         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47475
47476 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
47477
47478         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
47479         (modules-names): Use them.
47480         (ifunc-test-modules, ifunc-pie-tests): Define.
47481         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
47482         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
47483         (test-extras): Likewise.
47484         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
47485         $(compile-command.c).
47486         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
47487         (all-built-dso): Define.
47488         (check-textrel.out, check-execstack.out): Depend on it.
47489
47490         * configure.in: Don't override --enable-multi-arch.
47491
47492 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
47493
47494         [BZ #6812]
47495         * nscd/hstcache.c (tryagain): Define.
47496         (cache_addhst): Return tryagain not notfound for temporary errors.
47497         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
47498         failed.
47499
47500 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
47501
47502         [BZ #10563]
47503         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
47504         to make the syscall.
47505         * sysdeps/unix/sysv/linux/setgroups.c: New file.
47506
47507         [BZ #12378]
47508         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
47509         and fall back to matching as normal character if the string ends before
47510         the matching ']' is found.  This is what POSIX requires.
47511         * posix/testfnm.c: Adjust test result.
47512         * posix/globtest.sh: Adjust test result.  Add new test.
47513         * posix/tst-fnmatch.input: Likewise.
47514         * posix/tst-fnmatch2.c: Add new test.
47515
47516 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
47517
47518         * elf/Makefile (check-execstack): Revert last change.  Depend on
47519         check-execstack.h.
47520         (check-execstack.h): New target.
47521         (generated): Add check-execstack.h.
47522         * elf/check-execstack.c: Include "check-execstack.h".
47523         (main): Revert last change.
47524         (handle_file): Return zero if GNU_STACK is absent and
47525         DEFAULT_STACK_PERMS doesn't include PF_X.
47526
47527 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
47528
47529         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
47530         in child fails because the descriptor is already closed.
47531         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
47532         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
47533         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
47534
47535         [BZ #12397]
47536         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
47537         syscall.
47538
47539         [BZ #10484]
47540         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
47541         temporary buffer used to handle multi lookups locally.
47542         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
47543
47544 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47545
47546         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
47547         loader is ld.so.
47548
47549 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
47550
47551         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
47552         alignment for SSE2.
47553
47554 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47555
47556         [BZ #12394]
47557         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
47558         characters.  When rounding increased number of integer digits recompute
47559         number of groups.
47560         * stdio-common/tst-grouping.c: New file.
47561         * stdio-common/Makefile: Add rules to build and run tst-grouping.
47562
47563 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
47564
47565         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
47566         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
47567
47568         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
47569         void.
47570         * bits/select.h: Likewise.
47571
47572 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
47573
47574         * po/ja.po: Update from translation team.
47575
47576 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
47577
47578         [BZ #11155]
47579         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
47580         implementation just like for lxstat, fxstatat, et al.
47581
47582 2010-12-27  Jim Meyering  <meyering@redhat.com>
47583
47584         [BZ #12348]
47585         * posix/regexec.c (build_trtable): Return failure indication upon
47586         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
47587
47588 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
47589
47590         [BZ #12201]
47591         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
47592         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
47593         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
47594         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
47595
47596         [BZ #12207]
47597         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
47598
47599         [BZ #12204]
47600         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
47601         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
47602
47603 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
47604
47605         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
47606         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
47607         script has SORT_BY_INIT_PRIORITY.
47608         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
47609         NO_CTORS_DTORS_SECTIONS is defined.
47610         * elf/soinit.c: Likewise.
47611         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
47612         NO_CTORS_DTORS_SECTIONS is defined.
47613         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
47614         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
47615         * sysdeps/sh/init-first.c: Likewise.
47616         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
47617
47618 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
47619
47620         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
47621         always use the slow path.
47622
47623 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
47624
47625         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
47626         similar rule which adds the sysdep directories to the header search in
47627         order to pick up the correct platform stackinfo.h.
47628         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
47629         perform test if it is, otherwise return successfully without testing.
47630         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
47631         DEFAULT_STACK_PERMS define in stackinfo.h.
47632         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
47633         defined in stackinfo.h.
47634         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
47635         DEFAULT_STACK_PERMS defined in stackinfo.h.
47636         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
47637         * sysdeps/ia64/stackinfo.h: Likewise.
47638         * sysdeps/s390/stackinfo.h: Likewise.
47639         * sysdeps/sh/stackinfo.h: Likewise.
47640         * sysdeps/sparc/stackinfo.h: Likewise.
47641         * sysdeps/x86_64/stackinfo.h: Likewise.
47642         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
47643         PF_X for powerpc64.  Retain PF_X for powerpc32.
47644
47645 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
47646
47647         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
47648         accurately.
47649         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
47650         GETDENTS_64BIT_ALIGNED.
47651
47652 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
47653
47654         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
47655
47656 2010-12-10  Andreas Schwab  <schwab@redhat.com>
47657
47658         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
47659         _GNU_SOURCE.
47660
47661         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
47662         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
47663         Remove __restrict.
47664         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
47665         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
47666
47667 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
47668
47669         [BZ #11655]
47670         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
47671         are initialized.
47672
47673 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
47674
47675         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
47676
47677 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
47678
47679         * po/it.po: Update from translation team.
47680
47681 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
47682
47683         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
47684         unused codes.
47685
47686 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
47687
47688         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
47689
47690 2010-11-24  Andreas Schwab  <schwab@redhat.com>
47691
47692         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
47693         specially.
47694         (gaih_getanswer_slice): Likewise.
47695
47696 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
47697
47698         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
47699
47700 2010-05-31  Petr Baudis  <pasky@suse.cz>
47701
47702         [BZ #11149]
47703         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
47704         silently even in the chroot mode.
47705
47706 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
47707
47708         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
47709         last patch a bit.  Pretty printing
47710
47711 2010-05-31  Petr Baudis <pasky@suse.cz>
47712
47713         [BZ #10085]
47714         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
47715         initialization of skip_initgroups_dyn.
47716
47717 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
47718
47719         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
47720         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47721
47722 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
47723
47724         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
47725
47726 2010-11-11  Andreas Schwab  <schwab@redhat.com>
47727
47728         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
47729         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
47730         (tst-fnmatch-ENV): Set MALLOC_TRACE.
47731         ($(objpfx)tst-fnmatch-mem): New rule.
47732         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
47733         * posix/tst-fnmatch.c (main): Call mtrace.
47734
47735 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
47736
47737         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47738         Support Intel processor model 6 and model 0x2c.
47739
47740 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
47741
47742         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
47743           signed comparison.
47744
47745 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
47746
47747         [BZ #12205]
47748         * string/test-strncasecmp.c (check_result): New function.
47749         (do_one_test): Use it.
47750         (check1): New function.
47751         (test_main): Use it.
47752         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
47753         Support strcasecmp and strncasecmp.
47754
47755 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
47756
47757         [BZ #12194]
47758         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
47759         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47760
47761 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
47762
47763         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
47764         IFUNC support.
47765         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47766         memset-x86-64.
47767         * sysdeps/x86_64/multiarch/bzero.S: New file.
47768         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
47769         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
47770         * sysdeps/x86_64/multiarch/memset.S: New file.
47771         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
47772         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47773         Set bit_Prefer_SSE_for_memop for Intel processors.
47774         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
47775         Define.
47776         (index_Prefer_SSE_for_memop): Define.
47777         (HAS_PREFER_SSE_FOR_MEMOP): Define.
47778
47779 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
47780
47781         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
47782         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
47783
47784 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
47785
47786         [BZ #12191]
47787         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47788         (__x86_64_raw_data_cache_size_half): Likewise.
47789         (__x86_64_raw_shared_cache_size): Likewise.
47790         (__x86_64_raw_shared_cache_size_half): Likewise.
47791
47792         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47793         (__x86_64_raw_data_cache_size_half): Likewise.
47794         (__x86_64_raw_shared_cache_size): Likewise.
47795         (__x86_64_raw_shared_cache_size_half): Likewise.
47796         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
47797         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
47798         and __x86_64_raw_shared_cache_size_half.  Round
47799         __x86_64_data_cache_size_half, __x86_64_data_cache_size
47800         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
47801         to multiple of 256 bytes.
47802
47803 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
47804
47805         [BZ #12167]
47806         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
47807         of inacessible symlinks.  Verify result of symlink before returning it.
47808         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
47809         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
47810
47811 2010-10-28  Erich Ritz  <erichritz@gmail.com>
47812
47813         * math/math.h (isinf): Fix typo in comment.
47814
47815 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
47816
47817         * po/da.po: Update from translation team.
47818
47819 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
47820
47821         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
47822         is added to the list.
47823
47824 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47825             Ulrich Drepper  <drepper@gmail.com>
47826
47827         * elf/dl-object.c (_dl_new_object): Don't append the new object to
47828         the global list here.  Move code to...
47829         (_dl_add_to_namespace_list): ...here.  New function.
47830         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
47831         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
47832         * elf/dl-load.c (lose): Don't remove the element from the list.
47833         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
47834         (_dl_map_object): Likewise.
47835
47836 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
47837
47838         [BZ #12159]
47839         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
47840         into all bytes of SSE register.
47841         Patch by Richard Li <richardpku@gmail.com>.
47842
47843 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
47844
47845         [BZ #12140]
47846         * malloc/malloc.c (_int_free): Fill correct number of bytes when
47847         perturbing.
47848
47849 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
47850
47851         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
47852         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
47853         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
47854         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
47856         submachine.
47857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
47858
47859 2010-10-22  Andreas Schwab  <schwab@redhat.com>
47860
47861         * include/dlfcn.h (__RTLD_SECURE): Define.
47862         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
47863         mode & __RTLD_SECURE instead.
47864         (open_path): Rename preloaded parameter to secure.
47865         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
47866         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
47867         * elf/dl-deps.c (openaux): Likewise.
47868         * elf/rtld.c (struct map_args): Remove is_preloaded.
47869         (map_doit): Don't use it.
47870         (dl_main): Likewise.
47871         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
47872         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
47873
47874 2010-09-09  Andreas Schwab  <schwab@redhat.com>
47875
47876         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
47877         (sysd-rules-targets): Remove duplicates.
47878         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
47879         rtld-%.$o dependency.
47880
47881 2010-10-18  Andreas Schwab  <schwab@redhat.com>
47882
47883         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
47884         _dl_map_object do it.
47885
47886 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
47887
47888         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
47889         fast fma builtins, define the macros in the C99 standard.
47890         (FP_FAST_FMAF): Likewise.
47891         (FP_FAST_FMAL): Likewise.
47892         * sysdeps/x86_64/bits/mathdef.h: Likewise.
47893
47894         * bits/mathdef.h: Update copyright year.
47895         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47896
47897 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
47898
47899         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
47900         builtins, define the macros in the C99 standard.
47901         (FP_FAST_FMAF): Likewise.
47902         (FP_FAST_FMAL): Likewise.
47903         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
47904         multiply/add.
47905         (FP_FAST_FMAF): Likewise.
47906
47907 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
47908
47909         [BZ #3268]
47910         * math/libm-test.inc (fma_test): Some new testcases.
47911         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
47912         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
47913         y and infinite z.  Do multiplication by C already in long double.
47914         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
47915         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
47916         y and infinite z.  Do bitwise or of inexact bit into u.d.
47917         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
47918         * sysdeps/i386/fpu/s_fmaf.S: Removed.
47919         * sysdeps/i386/fpu/s_fma.S: Removed.
47920         * sysdeps/i386/fpu/s_fmal.S: Removed.
47921
47922 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
47923
47924         [BZ #3268]
47925         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
47926         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
47927         computation is not scheduled after fetestexcept.  Fix value
47928         of minimum denormal long double.
47929
47930 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
47931
47932         [BZ #3268]
47933         * math/libm-test.inc (fma_test): Add some more tests.
47934         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
47935         correctly.
47936
47937 2010-10-15  Andreas Schwab  <schwab@redhat.com>
47938
47939         * scripts/data/localplt-s390-linux-gnu.data: New file.
47940         * scripts/data/localplt-s390x-linux-gnu.data: New file.
47941
47942 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
47943
47944         [BZ #3268]
47945         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
47946         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
47947         instead of dbl-64.
47948         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
47949         inlines.
47950         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
47951         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
47952         if one of x and y is very large and the other is subnormal.
47953         * sysdeps/s390/fpu/s_fmaf.c: New file.
47954         * sysdeps/s390/fpu/s_fma.c: New file.
47955         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
47956         * sysdeps/powerpc/fpu/s_fma.S: New file.
47957         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
47958         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
47959         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
47960
47961 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
47962
47963         [BZ #3268]
47964         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
47965         fma tests.
47966         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
47967         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
47968         * sysdeps/i386/i686/multiarch/s_fma.c: Include
47969         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
47970         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
47971         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
47972         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
47973
47974 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
47975
47976         [BZ #12078]
47977         * posix/regcomp.c (parse_branch): One more memory leak plugged.
47978         * posix/bug-regex31.input: Add test case.
47979
47980 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
47981
47982         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
47983         * posix/bug-regex31.input: New file.
47984
47985         [BZ #12078]
47986         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
47987         (parse_sub_exp): Fix last change, use postorder.
47988
47989         * posix/bug-regex31.c: New file.
47990         * posix/Makefile: Add rules to build and run bug-regex31.
47991
47992         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
47993
47994         [BZ #12078]
47995         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
47996
47997         [BZ #12108]
47998         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
47999         to have entries in sys_siglist.
48000
48001         [BZ #12093]
48002         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48003         be NULL.
48004
48005 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48006
48007         [BZ #3268]
48008         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48009         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48010         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48011         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48012         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48013         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48014         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48015         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48016         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48017         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48018         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48019         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48020         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48021         * math/ftestexcept.c (fetestexcept): Likewise.
48022         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48023         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48024         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48025         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48026         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48027         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48028         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48029
48030 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48031
48032         [BZ #12107]
48033         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48034         newline.
48035
48036 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48037
48038         * string/bug-strstr1.c: New file.
48039         * string/Makefile: Add rules to build and run bug-strstr1.
48040
48041 2010-10-05  Eric Blake  <eblake@redhat.com>
48042
48043         [BZ #12092]
48044         * string/str-two-way.h (two_way_long_needle): Always clear memory
48045         when skipping input due to the shift table.
48046
48047 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48048
48049         [BZ #12005]
48050         * malloc/mcheck.c: Handle large requests.
48051
48052         [BZ #12077]
48053         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48054         for strncmp and strncasecmp.
48055         * string/stratcliff.c: Add tests for strcmp and strncmp.
48056         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48057
48058 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48059
48060         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48061         __set_fpscr.
48062
48063 2010-09-30  Andreas Jaeger  <aj@suse.de>
48064
48065         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48066         (CGROUP_SUPER_MAGIC): Define.
48067         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48068         Handle btrfs and cgroup file systems.
48069         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48070         Likewise.
48071
48072 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48073
48074         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48075         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48076
48077 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48078
48079         [BZ #12067]
48080         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48081         trying to locate the ELF header.
48082
48083 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48084
48085         [BZ #11611]
48086         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48087         Mask out sign-bit copies when constructing f_fsid.
48088
48089 2010-09-24  Petr Baudis <pasky@suse.cz>
48090
48091         * debug/stack_chk_fail_local.c: Add missing licence exception.
48092         * debug/warning-nop.c: Likewise.
48093
48094 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48095
48096         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48097         implementing getdents64 using getdents syscall, set d_type if
48098         __ASSUME_GETDENTS32_D_TYPE.
48099
48100 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48101
48102         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48103         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48104
48105 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48106
48107         [BZ #12037]
48108         * posix/unistd.h: Undo change of feature selection for ftruncate from
48109         2010-01-11.
48110
48111 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48112
48113         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48114         detection.
48115
48116 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48117
48118         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48119         fanotify_mark.
48120         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48121
48122 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48123
48124         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48125         variables after CHECK_SP call.
48126         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48127
48128 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48129             Ulrich Drepper  <drepper@redhat.com>
48130
48131         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48132         re-relocationg ld.so.
48133         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48134         _dl_init_paths call.
48135         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48136         here anymore.
48137
48138 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48139
48140         * resolv/res_init.c (__res_vinit): Count the default server we added.
48141
48142 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48143             Ulrich Drepper  <drepper@redhat.com>
48144
48145         [BZ #11968]
48146         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48147         (____longjmp_chk): Use %ebx for saving value across system call.
48148         Add unwind info.
48149
48150 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48151
48152         * manual/Makefile: Don't mix pattern rules with normal rules.
48153
48154 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48155
48156         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48157         operation.
48158         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48159         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48160         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48161         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48162         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48163         Likewise.
48164
48165 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48166
48167         [BZ #11979]
48168         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48169         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48170
48171 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48172
48173         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48174         * sysdeps/x86_64/addmul_1.S: Likewise.
48175         * sysdeps/x86_64/lshift.S: Likewise.
48176         * sysdeps/x86_64/mul_1.S: Likewise.
48177         * sysdeps/x86_64/rshift.S: Likewise.
48178         * sysdeps/x86_64/sub_n.S: Likewise.
48179         * sysdeps/x86_64/submul_1.S: Likewise.
48180
48181 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48182
48183         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48184         Define __sched_param instead of SCHED_* and sched_param when
48185         <bits/sched.h> is included with __need_schedparam defined.
48186         * bits/sched.h [__need_schedparam]
48187         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48188         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48189         (__defined_schedparam): Define to 1.
48190         (__sched_param): New structure, identical to sched_param.
48191         (__need_schedparam): Undefine.
48192
48193 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48194
48195         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48196         (epoll_create1): Declare.
48197
48198         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48199
48200 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48201
48202         [BZ #7066]
48203         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48204         shifting retval into place.
48205
48206 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48207
48208         * nis/rpcsvc/nis.h: Update copyright notice.
48209         * nis/rpcsvc/nis.x: Likewise.
48210         * nis/rpcsvc/nis_callback.h: Likewise.
48211         * nis/rpcsvc/nis_callback.x: Likewise.
48212         * nis/rpcsvc/nis_object.x: Likewise.
48213         * nis/rpcsvc/nis_tags.h: Likewise.
48214         * nis/rpcsvc/yp.h: Likewise.
48215         * nis/rpcsvc/yp.x: Likewise.
48216         * nis/rpcsvc/ypupd.h: Likewise.
48217         * nis/yp_xdr.c: Likewise.
48218         * nis/ypupdate_xdr.c: Likewise.
48219
48220         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48221         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48222         (pmap_getport): Use __libc_rpc_getport.
48223         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48224         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48225         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48226
48227 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48228
48229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48230         fanotify_mark.
48231
48232 2010-08-27  Roland McGrath  <roland@redhat.com>
48233
48234         * sysdeps/i386/i686/multiarch/Makefile
48235         (CFLAGS-varshift.c): New variable.
48236
48237 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48238
48239         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48240         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48241
48242         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48243
48244         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48245
48246 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48247
48248         * sysdeps/x86_64/strlen.S: Unroll the loop.
48249         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48250         strlen-sse2 strlen-sse2-bsf.
48251         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48252         __strlen_no_bsf if bit_Slow_BSF is set.
48253         (__strlen_sse42): Removed.
48254         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48255         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48256
48257 2010-08-25  Roland McGrath  <roland@redhat.com>
48258
48259         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48260         * sysdeps/x86_64/multiarch/varshift.c: New file.
48261         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48262         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48263         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48264         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48265
48266 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48267
48268         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48269         strlen-sse2 strlen-sse2-bsf.
48270         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48271         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48272         (__strlen_sse2): Removed.
48273         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48274         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48275         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48276         bit_Slow_BSF for Atom.
48277         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48278         (index_Slow_BSF): Define.
48279         (HAS_SLOW_BSF): Define.
48280
48281 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48282
48283         [BZ #10851]
48284         * resolv/res_init.c (__res_vinit): When no server address at all
48285         is given default to loopback.
48286
48287 2010-08-24  Roland McGrath  <roland@redhat.com>
48288
48289         * configure.in: Remove config-name.h generation.
48290         * configure: Regenerated.
48291         * config-name.in: File removed.
48292         * scripts/config-uname.sh: New file.
48293         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48294         ($(objdir)config-name.h): New target.
48295
48296         * sunrpc/rpc_parse.h: Avoid nested comment.
48297
48298 2010-08-24  Richard Henderson  <rth@redhat.com>
48299             Ulrich Drepper  <drepper@redhat.com>
48300             H.J. Lu  <hongjiu.lu@intel.com>
48301
48302         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48303         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48304         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48305         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48306         _mm_alignr_epi8 with _mm_loadu_si128.
48307         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48308         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48309         (__m128i_shift_right): Removed.
48310         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48311         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48312         * sysdeps/x86_64/multiarch/varshift.h: New file.
48313         * sysdeps/x86_64/multiarch/varshift.S: New file.
48314
48315 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48316
48317         * configure.in: Move assembler checks to before sysdep dir checking.
48318
48319 2010-08-20  Petr Baudis  <pasky@suse.cz>
48320
48321         * LICENSES: Sync the sunrpc license.
48322
48323 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48324
48325         * sunrpc/auth_des.c: Update copyright notice once again.
48326         * sunrpc/auth_none.c: Likewise.
48327         * sunrpc/auth_unix.c: Likewise.
48328         * sunrpc/authdes_prot.c: Likewise.
48329         * sunrpc/authuxprot.c: Likewise.
48330         * sunrpc/bindrsvprt.c: Likewise.
48331         * sunrpc/clnt_gen.c: Likewise.
48332         * sunrpc/clnt_perr.c: Likewise.
48333         * sunrpc/clnt_raw.c: Likewise.
48334         * sunrpc/clnt_simp.c: Likewise.
48335         * sunrpc/clnt_tcp.c: Likewise.
48336         * sunrpc/clnt_udp.c: Likewise.
48337         * sunrpc/clnt_unix.c: Likewise.
48338         * sunrpc/des_crypt.c: Likewise.
48339         * sunrpc/des_soft.c: Likewise.
48340         * sunrpc/get_myaddr.c: Likewise.
48341         * sunrpc/getrpcport.c: Likewise.
48342         * sunrpc/key_call.c: Likewise.
48343         * sunrpc/key_prot.c: Likewise.
48344         * sunrpc/openchild.c: Likewise.
48345         * sunrpc/pm_getmaps.c: Likewise.
48346         * sunrpc/pm_getport.c: Likewise.
48347         * sunrpc/pmap_clnt.c: Likewise.
48348         * sunrpc/pmap_prot.c: Likewise.
48349         * sunrpc/pmap_prot2.c: Likewise.
48350         * sunrpc/pmap_rmt.c: Likewise.
48351         * sunrpc/rpc/auth.h: Likewise.
48352         * sunrpc/rpc/auth_unix.h: Likewise.
48353         * sunrpc/rpc/clnt.h: Likewise.
48354         * sunrpc/rpc/des_crypt.h: Likewise.
48355         * sunrpc/rpc/key_prot.h: Likewise.
48356         * sunrpc/rpc/netdb.h: Likewise.
48357         * sunrpc/rpc/pmap_clnt.h: Likewise.
48358         * sunrpc/rpc/pmap_prot.h: Likewise.
48359         * sunrpc/rpc/pmap_rmt.h: Likewise.
48360         * sunrpc/rpc/rpc.h: Likewise.
48361         * sunrpc/rpc/rpc_des.h: Likewise.
48362         * sunrpc/rpc/rpc_msg.h: Likewise.
48363         * sunrpc/rpc/svc.h: Likewise.
48364         * sunrpc/rpc/svc_auth.h: Likewise.
48365         * sunrpc/rpc/types.h: Likewise.
48366         * sunrpc/rpc/xdr.h: Likewise.
48367         * sunrpc/rpc_clntout.c: Likewise.
48368         * sunrpc/rpc_cmsg.c: Likewise.
48369         * sunrpc/rpc_common.c: Likewise.
48370         * sunrpc/rpc_cout.c: Likewise.
48371         * sunrpc/rpc_dtable.c: Likewise.
48372         * sunrpc/rpc_hout.c: Likewise.
48373         * sunrpc/rpc_main.c: Likewise.
48374         * sunrpc/rpc_parse.c: Likewise.
48375         * sunrpc/rpc_parse.h: Likewise.
48376         * sunrpc/rpc_prot.c: Likewise.
48377         * sunrpc/rpc_sample.c: Likewise.
48378         * sunrpc/rpc_scan.c: Likewise.
48379         * sunrpc/rpc_scan.h: Likewise.
48380         * sunrpc/rpc_svcout.c: Likewise.
48381         * sunrpc/rpc_tblout.c: Likewise.
48382         * sunrpc/rpc_util.c: Likewise.
48383         * sunrpc/rpc_util.h: Likewise.
48384         * sunrpc/rpcinfo.c: Likewise.
48385         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48386         * sunrpc/rpcsvc/key_prot.x: Likewise.
48387         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48388         * sunrpc/rpcsvc/mount.x: Likewise.
48389         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48390         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48391         * sunrpc/rpcsvc/rex.x: Likewise.
48392         * sunrpc/rpcsvc/rstat.x: Likewise.
48393         * sunrpc/rpcsvc/rusers.x: Likewise.
48394         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48395         * sunrpc/rpcsvc/spray.x: Likewise.
48396         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48397         * sunrpc/rtime.c: Likewise.
48398         * sunrpc/svc.c: Likewise.
48399         * sunrpc/svc_auth.c: Likewise.
48400         * sunrpc/svc_authux.c: Likewise.
48401         * sunrpc/svc_raw.c: Likewise.
48402         * sunrpc/svc_run.c: Likewise.
48403         * sunrpc/svc_simple.c: Likewise.
48404         * sunrpc/svc_tcp.c: Likewise.
48405         * sunrpc/svc_udp.c: Likewise.
48406         * sunrpc/svc_unix.c: Likewise.
48407         * sunrpc/svcauth_des.c: Likewise.
48408         * sunrpc/xcrypt.c: Likewise.
48409         * sunrpc/xdr.c: Likewise.
48410         * sunrpc/xdr_array.c: Likewise.
48411         * sunrpc/xdr_float.c: Likewise.
48412         * sunrpc/xdr_mem.c: Likewise.
48413         * sunrpc/xdr_rec.c: Likewise.
48414         * sunrpc/xdr_ref.c: Likewise.
48415         * sunrpc/xdr_sizeof.c: Likewise.
48416         * sunrpc/xdr_stdio.c: Likewise.
48417
48418         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
48419         handling.
48420
48421 2010-08-19  Andreas Schwab  <schwab@redhat.com>
48422
48423         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
48424
48425 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
48426
48427         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
48428         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
48429         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
48430         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
48431         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
48432         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
48433         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
48434         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
48435         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
48436         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
48437         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
48438         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
48439         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
48440         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
48441
48442 2010-07-26  Anton Blanchard  <anton@samba.org>
48443
48444         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
48445         * malloc/arena.c (heap_trim): Likewise.
48446
48447 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
48448
48449         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
48450         here.  Not...
48451         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
48452         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
48453
48454 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
48455
48456         * sysdeps/i386/elf/Makefile: New file.
48457
48458 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48459
48460         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
48461         from fanotify_init.
48462         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
48463         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48464
48465 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
48466
48467         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
48468         of strncasecmp_l.
48469         * sysdeps/multiarch/strcmp.S: Likewise.
48470
48471 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
48472
48473         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48474         strncase_l-nonascii.
48475         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48476         Add strncase_l-ssse3.
48477         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
48478         * sysdeps/x86_64/strcmp.S: Likewise.
48479         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
48480         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
48481         * sysdeps/x86_64/strncase.S: New file.
48482         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
48483         * sysdeps/x86_64/strncase_l.S: New file.
48484         * string/Makefile (strop-tests): Add strncasecmp.
48485         * string/test-strncasecmp.c: New file.
48486
48487         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
48488         warning.
48489
48490         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
48491         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
48492
48493 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48494
48495         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
48496
48497 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
48498
48499         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
48500         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
48501         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
48502
48503 2010-05-01  Alan Modra  <amodra@gmail.com>
48504
48505         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
48506         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
48507         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
48508         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
48509         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
48510         tidying.  Don't tail-call __sigjmp_save for static lib.
48511         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
48512         save location.
48513         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
48514         (CALL_MCOUNT): Add eh info, and nop after bl.
48515         (TAIL_CALL_SYSCALL_ERROR): New macro.
48516         (PSEUDO_RET): Use it.
48517         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
48518         Correct save location of integer regs and cr.
48519         (_dl_profile_resolve): Correct cr save location.  Delete nops
48520         after bl when SHARED.  Reduce cfi size a little by better
48521         placement of cfi directives.
48522         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
48523         make a stack frame.  Instead use parm save area as a temp.
48524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
48525         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
48526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
48527         Don't make a stack frame for parent, use parm save area.
48528         Increase child stack frame to 112 bytes.  Don't save unused reg,
48529         and adjust reg usage.  Set up cfi on error recovery and
48530         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
48531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
48532         (__makecontext): Add dummy nop after jump to exit.
48533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
48534         Use correct parm save area and cr save, reduce stack frame.
48535         Correct cfi for possible PSEUDO_RET frame setup.
48536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
48537         Branch to local label emitted by PSEUDO_RET rather than
48538         __syscall_error.
48539
48540 2010-08-12  Andreas Schwab  <schwab@redhat.com>
48541
48542         [BZ #11904]
48543         * locale/programs/locale.c (print_assignment): New function.
48544         (show_locale_vars): Use it.
48545
48546 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
48547
48548         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
48549         field.
48550         (struct statfs64): Likewise.
48551         (_STATFS_F_FLAGS): Define.
48552         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
48553         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48554         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
48555         (ST_VALID): Define locally.
48556         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
48557         __statvfs_getflags, use the provided value.
48558         * sysdeps/unix/sysv/linux/kernel-features.h: Define
48559         __ASSUME_STATFS_F_FLAGS.
48560
48561         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
48562
48563         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
48564         Add sys/fanotify.h.
48565         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
48566         fanotify_mask for GLIBC_2.13.
48567         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
48568         fanotify_init and fanotify_mark.
48569         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48570         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
48571
48572         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
48573         Add prlimit.
48574         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
48575         prlimit64 for GLIBC_2.13.
48576         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
48577         prlimit64.
48578         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
48579         syscall.
48580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
48581         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48582         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
48583         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
48584         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
48585         add prlimit alias.
48586         * sysdeps/unix/sysv/linux/prlimit.c: New file.
48587
48588         [BZ #11903]
48589         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
48590         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
48591
48592         * nss/Makefile: Add rules to build and run tst-nss-test1.
48593         * shlib-versions: Add entry for libnss_test1.
48594         * nss/nss_test1.c: New file.
48595         * nss/tst-nss-test1.c: New file.
48596
48597         * nss/nsswitch.c (__nss_database_custom): Define new variable.
48598         (__nss_configure_lookup): Set appropriate entry in
48599         __nss_configure_lookup to true.
48600         * nss/nsswitch.h: Define enum with indeces of databases in
48601         databases and __nss_database_custom arrays.  Declare
48602         __nss_database_custom.
48603         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
48604         to avoid using nscd when custom rules are installed.
48605         * nss/getXXbyYY_r.c: Likewise.
48606         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
48607
48608         * nss/nss_files/files-parse.c: Whitespace fixes.
48609
48610 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
48611
48612         [BZ #11883]
48613         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
48614         * posix/fnmatch_loop.c: Likewise.
48615
48616 2010-07-17  Andi Kleen  <ak@linux.intel.com>
48617
48618         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
48619         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
48620         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
48621         * Versions.def [GLIBC_2.13]: Add.
48622
48623 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
48624
48625         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48626         Also fail if tpwd after pwuid call is NULL.
48627
48628 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48629
48630         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
48631         when converting to ms.
48632
48633 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48634
48635         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
48636         EOPNOTSUPP errors with ENOTTY.
48637         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
48638         EOPNOTSUPP errors with ENOTTY.
48639
48640 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
48641
48642         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48643         Add strcasecmp_l-ssse3.
48644         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
48645         strcasecmp.
48646         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
48647         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
48648         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
48649
48650 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
48651
48652         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
48653
48654         * string/Makefile (strop-tests): Add strcasecmp.
48655         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48656         strcasecmp_l-nonascii.
48657         (gen-as-const-headers): Add locale-defines.sym.
48658         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
48659         * sysdeps/x86_64/strcasecmp.S: New file.
48660         * sysdeps/x86_64/strcasecmp_l.S: New file.
48661         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
48662         * sysdeps/x86_64/locale-defines.sym: New file.
48663         * string/test-strcasecmp.c: New file.
48664
48665         * string/test-strcasestr.c: Test both ends of the range of characters.
48666         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
48667
48668 2010-07-29  Roland McGrath  <roland@redhat.com>
48669
48670         [BZ #11856]
48671         * manual/locale.texi (Yes-or-No Questions): Fix example code.
48672
48673 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
48674
48675         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
48676         for ld.so.
48677
48678 2010-07-27  Andreas Schwab  <schwab@redhat.com>
48679
48680         * manual/memory.texi (Malloc Tunable Parameters): Document
48681         M_PERTURB.
48682
48683 2010-07-26  Roland McGrath  <roland@redhat.com>
48684
48685         [BZ #11840]
48686         * configure.in (-fgnu89-inline check): Set and substitute
48687         gnu89_inline, not libc_cv_gnu89_inline.
48688         * configure: Regenerated.
48689         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
48690
48691 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
48692
48693         * string/test-strnlen.c: New file.
48694         * string/Makefile (strop-tests): Add strnlen.
48695         * string/tester.c (test_strnlen): Add a few more test cases.
48696         * string/tst-strlen.c: Better error reporting.
48697
48698         * sysdeps/x86_64/strnlen.S: New file.
48699
48700 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
48701
48702         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
48703         lower-latency instructions.
48704
48705 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
48706
48707         * string/test-strcasestr.c: New file.
48708         * string/test-strstr.c: New file.
48709         * string/Makefile (strop-tests): Add strstr and strcasestr.
48710         * string/str-two-way.h: Don't undefine MAX.
48711         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
48712
48713 2010-07-21  Andreas Schwab  <schwab@redhat.com>
48714
48715         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48716         strcasestr-nonascii.
48717         (CFLAGS-strcasestr-nonascii.c): Define.
48718         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
48719         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
48720         Remove unused attribute.
48721
48722 2010-07-20  Roland McGrath  <roland@redhat.com>
48723
48724         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
48725         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
48726         ld.so.cache was broken.  With it, there is no way to disable dsocaps
48727         like LD_HWCAP_MASK can disable hwcaps.
48728
48729 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48730
48731         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
48732
48733 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
48734
48735         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
48736         call in strcasestr.
48737         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
48738         __strcasestr_sse42_nonascii.
48739         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
48740         strcasestr-nonascii.c.
48741         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
48742
48743 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
48744
48745         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
48746         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
48747         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
48748         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
48749
48750 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
48751
48752         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
48753         fcntl.
48754
48755 2010-07-06  Andreas Schwab  <schwab@redhat.com>
48756
48757         [BZ #11577]
48758         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
48759         dl_signal_cerror.
48760
48761 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
48762
48763         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
48764         _PC_PIPE_BUF using F_GETPIPE_SZ.
48765
48766 2010-07-05  Roland McGrath  <roland@redhat.com>
48767
48768         * manual/arith.texi (Rounding Functions): Fix rint description
48769         implicit in round description.
48770
48771 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
48772
48773         * elf/Makefile: Fix linking for a few tests to make recent linker
48774         happy.
48775
48776 2010-06-30  Andreas Schwab  <schwab@redhat.com>
48777
48778         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
48779         $(common-objpfx)libc_nonshared.a.
48780
48781 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
48782
48783         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
48784         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
48785         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48786         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48787         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
48788         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
48789         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48790         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
48792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
48793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
48794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
48796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
48798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
48799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
48800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
48801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
48803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
48805         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
48806         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
48807         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
48808         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
48809         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
48810         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
48811         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
48812         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
48813         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
48814         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
48815         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
48816         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
48817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
48818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
48819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
48820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
48821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
48822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
48823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
48824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
48825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
48826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
48827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
48828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
48829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
48830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
48831
48832 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
48833
48834         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
48835         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
48836         * string/memmove.c (memmove): Renamed to ...
48837         (MEMMOVE): ...this.  Default to memmove.
48838         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
48839         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
48840         (END_CHK): Define.
48841         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48842         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
48843         mempcpy-ssse3-back memmove-ssse3-back.
48844         * sysdeps/x86_64/multiarch/bcopy.S: New file .
48845         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
48846         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
48847         * sysdeps/x86_64/multiarch/memcpy.S: New file.
48848         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
48849         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
48850         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
48851         * sysdeps/x86_64/multiarch/memmove.c: New file.
48852         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
48853         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
48854         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
48855         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
48856         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
48857         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
48858         Define.
48859         (index_Fast_Copy_Backward): Define.
48860         (HAS_ARCH_FEATURE): Define.
48861         (HAS_FAST_REP_STRING): Define.
48862         (HAS_FAST_COPY_BACKWARD): Define.
48863
48864 2010-06-21  Andreas Schwab  <schwab@redhat.com>
48865
48866         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48867         Restore proper fallback handling.
48868
48869 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
48870
48871         [BZ #11701]
48872         * posix/group_member.c (__group_member): Correct checking loop.
48873
48874         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
48875         OOM in getpwuid_r correctly.  Return error number when the caller
48876         should return, otherwise -1.
48877         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
48878         call returning > 0 value.
48879         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
48880
48881 2010-06-07  Andreas Schwab  <schwab@redhat.com>
48882
48883         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
48884         libc_nonshared.a from targets in modules-names.
48885
48886 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
48887
48888         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
48889         requires it.
48890
48891 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
48892
48893         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
48894         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
48895         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
48896         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
48897
48898 2010-06-02  Andreas Schwab  <schwab@redhat.com>
48899
48900         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
48901
48902 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
48903
48904         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
48905         and F_GETPIPE_SZ.
48906         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48907         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48908         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48909         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48910         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48911         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
48912
48913 2010-06-14  Roland McGrath  <roland@redhat.com>
48914
48915         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
48916
48917 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
48918
48919         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
48920         __REDIRECT followed by __THROW.
48921         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
48922         * posix/getopt.h (getopt): Likewise.
48923
48924 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48925
48926         * hurd/lookup-at.c (__file_name_lookup_at): Accept
48927         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
48928         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
48929         in AT_FLAGS.
48930         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
48931         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
48932
48933 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
48934
48935         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
48936
48937 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
48938
48939         [BZ #11640]
48940         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48941         Properly check family and model.
48942
48943 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
48944
48945         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
48946
48947 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
48948
48949         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
48950
48951 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
48952
48953         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
48954         symbol reference.
48955
48956 2010-05-19  Andreas Schwab  <schwab@redhat.com>
48957
48958         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
48959         symbol reference.
48960
48961 2010-05-21  Andreas Schwab  <schwab@redhat.com>
48962
48963         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
48964         and internal_recvmmsg.
48965         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
48966         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
48967         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
48968         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
48969
48970         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
48971         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
48972         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
48973
48974 2010-05-20  Andreas Schwab  <schwab@redhat.com>
48975
48976         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
48977
48978 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
48979
48980         POWER7 optimizations.
48981         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
48982         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
48983
48984 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
48985
48986         * version.h: Update for 2.13 development version.
48987
48988 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
48989
48990         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
48991         exceptions.  Return 0.
48992
48993 2010-05-07  Roland McGrath  <roland@redhat.com>
48994
48995         * elf/ldconfig.c (main): Add a const.
48996
48997 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
48998
48999         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49000         (args_options): Add no-idn option.
49001         (ahosts_keys_int): Add idn_flags to ai_flags.
49002         (parse_option): Handle 'i' option to clear idn_flags.
49003
49004         * malloc/malloc.c (_int_free): Possible race in the most recently
49005         added check.  Only act on the data if no current modification
49006         happened.
49007
49008 See ChangeLog.17 for earlier changes.